Home
last modified time | relevance | path

Searched refs:guest_ack (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dmic_common.h68 __u8 guest_ack; member
/Linux-v4.19/drivers/misc/mic/vop/
Dvop_main.c549 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()
Dvop_vringh.c188 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()
Dvop_debugfs.c92 seq_printf(s, "Guest Ack %d ", dc->guest_ack); in vop_dp_show()