Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dma/idxd/
Dsysfs.c423 struct idxd_wq *wq = confdev_to_wq(dev); in wq_clients_show()
434 struct idxd_wq *wq = confdev_to_wq(dev); in wq_state_show()
452 struct idxd_wq *wq = confdev_to_wq(dev); in wq_group_id_show()
464 struct idxd_wq *wq = confdev_to_wq(dev); in wq_group_id_store()
507 struct idxd_wq *wq = confdev_to_wq(dev); in wq_mode_show()
516 struct idxd_wq *wq = confdev_to_wq(dev); in wq_mode_store()
543 struct idxd_wq *wq = confdev_to_wq(dev); in wq_size_show()
566 struct idxd_wq *wq = confdev_to_wq(dev); in wq_size_store()
594 struct idxd_wq *wq = confdev_to_wq(dev); in wq_priority_show()
603 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.h347 static inline struct idxd_wq *confdev_to_wq(struct device *dev) in confdev_to_wq() function