Searched refs:w_height (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/media/common/saa7146/
H A Dsaa7146_hlp.c559 static void saa7146_set_position(struct saa7146_dev *dev, int w_x, int w_y, int w_height, enum v4l2_field field, u32 pixelformat) saa7146_set_position() argument
582 vdma1.prot_addr = vdma1.base_even + (w_height * (vdma1.pitch / 2)); saa7146_set_position()
585 vdma1.base_even = base + ((w_y+w_height) * (vdma1.pitch/2)) + (w_x * (b_depth / 8)); saa7146_set_position()
587 vdma1.prot_addr = vdma1.base_odd - (w_height * (vdma1.pitch / 2)); saa7146_set_position()
/linux-4.4.14/drivers/usb/gadget/function/
H A Duvc_configfs.c963 u16 w_height; member in struct:uvcg_frame::__anon10994
1044 UVCG_FRAME_ATTR(w_height, wHeight, le16_to_cpu, cpu_to_le16, 16);
1218 h->frame.w_height = cpu_to_le16(360); uvcg_frame_make()

Completed in 124 milliseconds