Searched refs:buff_list (Results 1 – 2 of 2) sorted by relevance
87 list_for_each_entry(buf, &dev->rec_buff_list, buff_list) { in hdpvr_cancel_queue()105 buf = list_entry(p, struct hdpvr_buffer, buff_list); in hdpvr_free_queue()173 list_add_tail(&buf->buff_list, &dev->free_buff_list); in hdpvr_alloc_buffers()197 buff_list); in hdpvr_submit_buffers()218 list_move_tail(&buf->buff_list, &dev->rec_buff_list); in hdpvr_submit_buffers()238 buff_list); in hdpvr_get_next_buffer()509 list_move_tail(&buf->buff_list, &dev->free_buff_list); in hdpvr_read()
134 struct list_head buff_list; member