···1818};19192020struct host1x_client;2121+struct iommu_group;21222223/**2324 * struct host1x_client_ops - host1x client operations···3534 * @list: list node for the host1x client3635 * @parent: pointer to struct device representing the host1x controller3736 * @dev: pointer to struct device backing this host1x client3737+ * @group: IOMMU group that this client is a member of3838 * @ops: host1x client operations3939 * @class: host1x class represented by this client4040 * @channel: host1x channel associated with this client···4644 struct list_head list;4745 struct device *parent;4846 struct device *dev;4747+ struct iommu_group *group;49485049 const struct host1x_client_ops *ops;5150