Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/hdpvr/
Dhdpvr-video.c76 struct hdpvr_buffer *buf = (struct hdpvr_buffer *)urb->context; in hdpvr_read_bulk_callback()
90 struct hdpvr_buffer *buf; in hdpvr_cancel_queue()
106 struct hdpvr_buffer *buf; in hdpvr_free_queue()
110 buf = list_entry(p, struct hdpvr_buffer, buff_list); in hdpvr_free_queue()
142 struct hdpvr_buffer *buf; in hdpvr_alloc_buffers()
150 buf = kzalloc(sizeof(struct hdpvr_buffer), GFP_KERNEL); in hdpvr_alloc_buffers()
194 struct hdpvr_buffer *buf; in hdpvr_submit_buffers()
203 buf = list_entry(dev->free_buff_list.next, struct hdpvr_buffer, in hdpvr_submit_buffers()
233 static struct hdpvr_buffer *hdpvr_get_next_buffer(struct hdpvr_device *dev) in hdpvr_get_next_buffer()
235 struct hdpvr_buffer *buf; in hdpvr_get_next_buffer()
[all …]
Dhdpvr.h139 struct hdpvr_buffer { struct