Home
last modified time | relevance | path

Searched refs:client_dev (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dntb_transport.h55 int (*probe)(struct device *client_dev);
56 void (*remove)(struct device *client_dev);
75 ntb_transport_create_queue(void *data, struct device *client_dev,
/linux/include/linux/soc/qcom/
H A Dqcom-pbs.h17 struct pbs_dev *get_pbs_client_device(struct device *client_dev);
24 static inline struct pbs_dev *get_pbs_client_device(struct device *client_dev) in get_pbs_client_device() argument
/linux/drivers/net/
H A Dntb_netdev.c43 struct device *client_dev; member
481 queue->qp = ntb_transport_create_queue(queue, dev->client_dev, in ntb_inc_channels()
608 static int ntb_netdev_probe(struct device *client_dev) in ntb_netdev_probe() argument
617 ntb = dev_ntb(client_dev->parent); in ntb_netdev_probe()
626 SET_NETDEV_DEV(ndev, client_dev); in ntb_netdev_probe()
631 dev->client_dev = client_dev; in ntb_netdev_probe()
662 queue->qp = ntb_transport_create_queue(queue, client_dev, in ntb_netdev_probe()
685 dev_set_drvdata(client_dev, ndev); in ntb_netdev_probe()
702 static void ntb_netdev_remove(struct device *client_dev) in ntb_netdev_remove() argument
704 struct net_device *ndev = dev_get_drvdata(client_dev); in ntb_netdev_remove()
/linux/sound/soc/sof/
H A Dsof-client.c58 struct sof_client_dev client_dev; member
62 container_of(cdev, struct sof_client_dev_entry, client_dev)
237 cdev = &centry->client_dev; in sof_client_dev_register()
294 struct sof_client_dev *cdev = &centry->client_dev; in sof_client_dev_unregister()
403 struct sof_client_dev *cdev = &centry->client_dev; in sof_suspend_clients()
426 struct sof_client_dev *cdev = &centry->client_dev; in sof_resume_clients()