Searched refs:w_height (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/common/saa7146/ |
D | saa7146_hlp.c | 560 static void saa7146_set_position(struct saa7146_dev *dev, int w_x, int w_y, int w_height, enum v4l2… in saa7146_set_position() argument 583 vdma1.prot_addr = vdma1.base_even + (w_height * (vdma1.pitch / 2)); in saa7146_set_position() 586 vdma1.base_even = base + ((w_y+w_height) * (vdma1.pitch/2)) + (w_x * (b_depth / 8)); in saa7146_set_position() 588 vdma1.prot_addr = vdma1.base_odd - (w_height * (vdma1.pitch / 2)); in saa7146_set_position()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
D | uvc_configfs.c | 1077 u16 w_height; member 1188 UVCG_FRAME_ATTR(w_height, wHeight, 16); 1361 h->frame.w_height = 360; in uvcg_frame_make()
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 56288 + u16 w_height; 56369 +UVCG_FRAME_BASED_FRAME_ATTR(w_height, wHeight, le16_to_cpu, cpu_to_le16, 16); 56492 + h->frame.w_height = cpu_to_le16(360);
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 358553 + u16 w_height; 358634 +UVCG_FRAME_BASED_FRAME_ATTR(w_height, wHeight, le16_to_cpu, cpu_to_le16, 16); 358757 + h->frame.w_height = cpu_to_le16(360);
|