Home
last modified time | relevance | path

Searched refs:hdpvr_buffer (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c71 struct hdpvr_buffer *buf = (struct hdpvr_buffer *)urb->context; in hdpvr_read_bulk_callback()
85 struct hdpvr_buffer *buf; in hdpvr_cancel_queue()
101 struct hdpvr_buffer *buf; in hdpvr_free_queue()
105 buf = list_entry(p, struct hdpvr_buffer, buff_list); in hdpvr_free_queue()
137 struct hdpvr_buffer *buf; in hdpvr_alloc_buffers()
145 buf = kzalloc(sizeof(struct hdpvr_buffer), GFP_KERNEL); in hdpvr_alloc_buffers()
187 struct hdpvr_buffer *buf; in hdpvr_submit_buffers()
196 buf = list_entry(dev->free_buff_list.next, struct hdpvr_buffer, in hdpvr_submit_buffers()
226 static struct hdpvr_buffer *hdpvr_get_next_buffe
[all...]
H A Dhdpvr.h133 struct hdpvr_buffer { struct
/kernel/linux/linux-6.6/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c71 struct hdpvr_buffer *buf = (struct hdpvr_buffer *)urb->context; in hdpvr_read_bulk_callback()
85 struct hdpvr_buffer *buf; in hdpvr_cancel_queue()
101 struct hdpvr_buffer *buf; in hdpvr_free_queue()
105 buf = list_entry(p, struct hdpvr_buffer, buff_list); in hdpvr_free_queue()
137 struct hdpvr_buffer *buf; in hdpvr_alloc_buffers()
145 buf = kzalloc(sizeof(struct hdpvr_buffer), GFP_KERNEL); in hdpvr_alloc_buffers()
187 struct hdpvr_buffer *buf; in hdpvr_submit_buffers()
196 buf = list_entry(dev->free_buff_list.next, struct hdpvr_buffer, in hdpvr_submit_buffers()
226 static struct hdpvr_buffer *hdpvr_get_next_buffe
[all...]
H A Dhdpvr.h133 struct hdpvr_buffer { struct

Completed in 4 milliseconds