Home
last modified time | relevance | path

Searched refs:confdev_to_wq (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/dma/idxd/
Dsysfs.c571 struct idxd_wq *wq = confdev_to_wq(dev); in wq_clients_show()
582 struct idxd_wq *wq = confdev_to_wq(dev); in wq_state_show()
600 struct idxd_wq *wq = confdev_to_wq(dev); in wq_group_id_show()
612 struct idxd_wq *wq = confdev_to_wq(dev); in wq_group_id_store()
655 struct idxd_wq *wq = confdev_to_wq(dev); in wq_mode_show()
664 struct idxd_wq *wq = confdev_to_wq(dev); in wq_mode_store()
691 struct idxd_wq *wq = confdev_to_wq(dev); in wq_size_show()
714 struct idxd_wq *wq = confdev_to_wq(dev); in wq_size_store()
742 struct idxd_wq *wq = confdev_to_wq(dev); in wq_priority_show()
751 struct idxd_wq *wq = confdev_to_wq(dev); in wq_priority_store()
[all …]
Dcompat.c49 struct idxd_wq *wq = confdev_to_wq(dev); in bind_store()
Didxd.h366 static inline struct idxd_wq *confdev_to_wq(struct device *dev) in confdev_to_wq() function