Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dmic_common.h68 __u8 guest_ack; member
/Linux-v5.4/drivers/misc/mic/vop/
Dvop_main.c567 iowrite8(1, &dc->guest_ack); in _vop_handle_config_change()
598 iowrite8(1, &dc->guest_ack); in _vop_remove_device()
600 __func__, __LINE__, ioread8(&dc->guest_ack)); in _vop_remove_device()
650 iowrite8(0, &dc->guest_ack); in _vop_scan_devices()
Dvop_vringh.c176 ret = wait_event_timeout(wake, vdev->dc->guest_ack, in vop_virtio_config_change()
185 vdev->dc->guest_ack = 0; in vop_virtio_config_change()
250 dc->guest_ack = 0; in vop_init_device_ctrl()
408 ret = wait_event_timeout(wake, devp->guest_ack, in vop_dev_remove()
415 devp->guest_ack = 0; in vop_dev_remove()
Dvop_debugfs.c80 seq_printf(s, "Guest Ack %d ", dc->guest_ack); in vop_dp_show()