Home
last modified time | relevance | path

Searched refs:virtio_rtc_resp_head (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dvirtio_rtc.h42 struct virtio_rtc_resp_head { struct
69 struct virtio_rtc_resp_head head; argument
89 struct virtio_rtc_resp_head head;
104 struct virtio_rtc_resp_head head;
119 struct virtio_rtc_resp_head head;
145 struct virtio_rtc_resp_head head;
160 struct virtio_rtc_resp_head head;
179 struct virtio_rtc_resp_head head;
194 struct virtio_rtc_resp_head head;
/linux/drivers/virtio/
H A Dvirtio_rtc_driver.c387 static int viortc_get_resp_errno(struct virtio_rtc_resp_head *resp_head) in viortc_get_resp_errno()
464 if (msg->resp_actual_size < sizeof(struct virtio_rtc_resp_head)) in viortc_msg_xfer()