Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/idxd/
Dsysfs.c590 struct idxd_wq *wq = confdev_to_wq(dev); in wq_clients_show()
601 struct idxd_wq *wq = confdev_to_wq(dev); in wq_state_show()
619 struct idxd_wq *wq = confdev_to_wq(dev); in wq_group_id_show()
631 struct idxd_wq *wq = confdev_to_wq(dev); in wq_group_id_store()
674 struct idxd_wq *wq = confdev_to_wq(dev); in wq_mode_show()
683 struct idxd_wq *wq = confdev_to_wq(dev); in wq_mode_store()
710 struct idxd_wq *wq = confdev_to_wq(dev); in wq_size_show()
733 struct idxd_wq *wq = confdev_to_wq(dev); in wq_size_store()
761 struct idxd_wq *wq = confdev_to_wq(dev); in wq_priority_show()
770 struct idxd_wq *wq = confdev_to_wq(dev); in wq_priority_store()
[all …]
Dcompat.c48 struct idxd_wq *wq = confdev_to_wq(dev); in bind_store()
Didxd.h456 static inline struct idxd_wq *confdev_to_wq(struct device *dev) in confdev_to_wq() function