Home
last modified time | relevance | path

Searched refs:read_buffers (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/xen/xenbus/
H A Dxenbus_dev_frontend.c116 struct list_head read_buffers; member
136 while (list_empty(&u->read_buffers)) { in xenbus_file_read()
142 !list_empty(&u->read_buffers)); in xenbus_file_read()
148 rb = list_entry(u->read_buffers.next, struct read_buffer, list); in xenbus_file_read()
168 if (list_empty(&u->read_buffers)) in xenbus_file_read()
170 rb = list_entry(u->read_buffers.next, in xenbus_file_read()
298 list_splice_tail(&staging_q, &adap->dev_data->read_buffers); in watch_fired()
332 list_for_each_entry_safe(rb, tmp_rb, &u->read_buffers, list) { in xenbus_worker()
401 list_splice_tail(&staging_q, &u->read_buffers); in xenbus_dev_queue_reply()
436 rc = queue_reply(&u->read_buffers, &msg, sizeof(msg.hdr) + msg.hdr.len); in xenbus_command_reply()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/class/
H A Dcdc-acm.h100 struct acm_rb read_buffers[ACM_NR]; member
H A Dcdc-acm.c1134 acm->read_buffers[i].base, acm->read_buffers[i].dma); in acm_read_buffers_free()
1400 struct acm_rb *rb = &(acm->read_buffers[i]); in acm_probe()
/OK3568_Linux_fs/kernel/fs/cramfs/
H A Dinode.c174 static unsigned char read_buffers[READ_BUFFERS][BUFFER_SIZE]; variable
209 return read_buffers[i] + blk_offset; in cramfs_blkdev_read()
245 data = read_buffers[buffer]; in cramfs_blkdev_read()
257 return read_buffers[buffer] + offset; in cramfs_blkdev_read()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_common.h126 struct xr_usb_serial_rb read_buffers[XR_USB_SERIAL_NR]; member
H A Dxr_usb_serial_common.c1205 xr_usb_serial->read_buffers[i].base, xr_usb_serial->read_buffers[i].dma); in xr_usb_serial_read_buffers_free()
1595 struct xr_usb_serial_rb *rb = &(xr_usb_serial->read_buffers[i]); in xr_usb_serial_probe()