Searched refs:guest_ack (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | mic_common.h | 68 __u8 guest_ack; member
|
/Linux-v4.19/drivers/misc/mic/vop/ |
D | vop_main.c | 549 iowrite8(1, &dc->guest_ack); in _vop_handle_config_change() 578 iowrite8(1, &dc->guest_ack); in _vop_remove_device() 580 __func__, __LINE__, ioread8(&dc->guest_ack)); in _vop_remove_device() 630 iowrite8(0, &dc->guest_ack); in _vop_scan_devices()
|
D | vop_vringh.c | 188 ret = wait_event_timeout(wake, vdev->dc->guest_ack, in vop_virtio_config_change() 197 vdev->dc->guest_ack = 0; in vop_virtio_config_change() 262 dc->guest_ack = 0; in vop_init_device_ctrl() 420 ret = wait_event_timeout(wake, devp->guest_ack, in vop_dev_remove() 427 devp->guest_ack = 0; in vop_dev_remove()
|
D | vop_debugfs.c | 92 seq_printf(s, "Guest Ack %d ", dc->guest_ack); in vop_dp_show()
|