Home
last modified time | relevance | path

Searched refs:virtio_cwrite_le (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/virtio/
H A Dvirtio_input.c132 virtio_cwrite_le(vi->vdev, struct virtio_input_config, select, &select); in virtinput_cfg_select()
133 virtio_cwrite_le(vi->vdev, struct virtio_input_config, subsel, &subsel); in virtinput_cfg_select()
H A Dvirtio_balloon.c536 virtio_cwrite_le(vb->vdev, struct virtio_balloon_config, actual, in update_balloon_size()
1033 virtio_cwrite_le(vb->vdev, struct virtio_balloon_config, in virtballoon_probe()
/linux/include/linux/
H A Dvirtio_config.h558 #define virtio_cwrite_le(vdev, structname, member, ptr) \ macro