Searched refs:buff_list (Results 1 – 2 of 2) sorted by relevance
92 list_for_each_entry(buf, &dev->rec_buff_list, buff_list) { in hdpvr_cancel_queue()110 buf = list_entry(p, struct hdpvr_buffer, buff_list); in hdpvr_free_queue()180 list_add_tail(&buf->buff_list, &dev->free_buff_list); in hdpvr_alloc_buffers()204 buff_list); in hdpvr_submit_buffers()225 list_move_tail(&buf->buff_list, &dev->rec_buff_list); in hdpvr_submit_buffers()245 buff_list); in hdpvr_get_next_buffer()498 list_move_tail(&buf->buff_list, &dev->free_buff_list); in hdpvr_read()
140 struct list_head buff_list; member