hdpvr_buffer
struct hdpvr_buffer *buf;
buf = list_entry(p, struct hdpvr_buffer, buff_list);
struct hdpvr_buffer *buf;
buf = kzalloc_obj(struct hdpvr_buffer);
struct hdpvr_buffer *buf;
buf = list_entry(dev->free_buff_list.next, struct hdpvr_buffer,
static struct hdpvr_buffer *hdpvr_get_next_buffer(struct hdpvr_device *dev)
struct hdpvr_buffer *buf;
buf = list_entry(dev->rec_buff_list.next, struct hdpvr_buffer,
struct hdpvr_buffer *buf = NULL;
struct hdpvr_buffer *buf = NULL;
struct hdpvr_buffer *buf = (struct hdpvr_buffer *)urb->context;
struct hdpvr_buffer *buf;