Lines Matching refs:hdpvr_buffer
75 struct hdpvr_buffer *buf = (struct hdpvr_buffer *)urb->context; in hdpvr_read_bulk_callback()
89 struct hdpvr_buffer *buf; in hdpvr_cancel_queue()
105 struct hdpvr_buffer *buf; in hdpvr_free_queue()
109 buf = list_entry(p, struct hdpvr_buffer, buff_list); in hdpvr_free_queue()
141 struct hdpvr_buffer *buf; in hdpvr_alloc_buffers()
149 buf = kzalloc(sizeof(struct hdpvr_buffer), GFP_KERNEL); in hdpvr_alloc_buffers()
191 struct hdpvr_buffer *buf; in hdpvr_submit_buffers()
200 buf = list_entry(dev->free_buff_list.next, struct hdpvr_buffer, in hdpvr_submit_buffers()
230 static struct hdpvr_buffer *hdpvr_get_next_buffer(struct hdpvr_device *dev) in hdpvr_get_next_buffer()
232 struct hdpvr_buffer *buf; in hdpvr_get_next_buffer()
241 buf = list_entry(dev->rec_buff_list.next, struct hdpvr_buffer, in hdpvr_get_next_buffer()
415 struct hdpvr_buffer *buf = NULL; in hdpvr_read()
527 struct hdpvr_buffer *buf = NULL; in hdpvr_poll()