Searched refs:conf_dev (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/dma/idxd/ |
| H A D | sysfs.c | 215 dev_info(dev, "wq %s enabled\n", dev_name(&wq->conf_dev)); in idxd_config_bus_probe() 246 dev_dbg(dev, "%s removing WQ %s\n", __func__, dev_name(&wq->conf_dev)); in disable_wq() 270 dev_info(dev, "wq %s disabled\n", dev_name(&wq->conf_dev)); in disable_wq() 289 dev_name(&idxd->conf_dev)); in idxd_config_bus_remove() 296 dev_name(&idxd->conf_dev)); in idxd_config_bus_remove() 297 device_release_driver(&wq->conf_dev); in idxd_config_bus_remove() 395 container_of(dev, struct idxd_engine, conf_dev); in engine_group_id_show() 408 container_of(dev, struct idxd_engine, conf_dev); in engine_group_id_store() 480 container_of(dev, struct idxd_group, conf_dev); in group_tokens_reserved_show() 490 container_of(dev, struct idxd_group, conf_dev); in group_tokens_reserved_store() [all …]
|
| H A D | idxd.h | 43 struct device conf_dev; member 101 struct device conf_dev; member 131 struct device conf_dev; member 166 struct device conf_dev; member 227 #define confdev_to_idxd(dev) container_of(dev, struct idxd_device, conf_dev) 228 #define confdev_to_wq(dev) container_of(dev, struct idxd_wq, conf_dev)
|
| H A D | dma.c | 280 get_device(&wq->conf_dev); in idxd_register_dma_channel() 295 put_device(&wq->conf_dev); in idxd_unregister_dma_channel()
|
| H A D | irq.c | 36 dev_name(&wq->conf_dev)); in idxd_device_reinit()
|
| H A D | cdev.c | 222 dev->parent = &wq->conf_dev; in idxd_wq_add_cdev()
|