Home
last modified time | relevance | path

Searched refs:next_db (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/misc/mic/bus/
Dvop_bus.h96 int (*next_db)(struct vop_device *vpdev); member
Dscif_bus.h95 int (*next_db)(struct scif_hw_dev *sdev); member
/Linux-v4.19/drivers/misc/mic/card/
Dmic_device.c245 .next_db = ___mic_next_db,
316 .next_db = __mic_next_db,
/Linux-v4.19/drivers/misc/mic/host/
Dmic_intr.c395 int next_db; in mic_next_db() local
397 next_db = mdev->irq_info.next_avail_src % in mic_next_db()
400 return next_db; in mic_next_db()
Dmic_boot.c132 .next_db = __mic_next_db,
316 .next_db = ___mic_next_db,
/Linux-v4.19/drivers/misc/mic/scif/
Dscif_main.c170 scifdev->db = sdev->hw_ops->next_db(sdev); in scif_probe()
Dscif_nodeqp.c823 newdev->db = sdev->hw_ops->next_db(sdev); in scif_node_add()
/Linux-v4.19/drivers/misc/mic/vop/
Dvop_main.c490 vdev->h2c_vdev_db = vpdev->hw_ops->next_db(vpdev); in _vop_add_device()
707 vi->h2c_config_db = vpdev->hw_ops->next_db(vpdev); in vop_driver_probe()
Dvop_vringh.c363 vdev->virtio_db = vpdev->hw_ops->next_db(vpdev); in vop_virtio_add_device()