Lines Matching +full:720 +full:p
100 struct list_head *p; in hdpvr_free_queue() local
104 for (p = q->next; p != q;) { in hdpvr_free_queue()
105 buf = list_entry(p, struct hdpvr_buffer, buff_list); in hdpvr_free_queue()
111 tmp = p->next; in hdpvr_free_queue()
112 list_del(p); in hdpvr_free_queue()
114 p = tmp; in hdpvr_free_queue()
603 dev->width = 720; in vidioc_s_std()
632 if (vid_info.valid && vid_info.width == 720 && in vidioc_querystd()
744 cap->bt.min_width = 720; in vidioc_dv_timings_cap()
1028 if (f->fmt.pix.width == 720) { in vidioc_g_fmt_vid_cap()
1171 dev->width = 720; in hdpvr_register_videodev()