Home
last modified time | relevance | path

Searched refs:bFormatIndex (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/media/video/saa7164/
Dsaa7164-types.h281 u8 bFormatIndex; member
399 u8 bFormatIndex; member
410 u8 bFormatIndex; member
420 u8 bFormatIndex; member
Dsaa7164-api.c115 fmt.bFormatIndex = 1; in saa7164_api_set_vbi_format()
155 rsp.bFormatIndex); in saa7164_api_set_vbi_format()
829 dprintk(DBGLVL_API, " bFormatIndex = 0x%x\n", fmt->bFormatIndex); in saa7164_api_configure_port_vbi()
864 dprintk(DBGLVL_API, " bFormatIndex = 0x%x\n", tsfmt->bFormatIndex); in saa7164_api_configure_port_mpeg2ts()
898 dprintk(DBGLVL_API, " bFormatIndex = 0x%x\n", fmt->bFormatIndex); in saa7164_api_configure_port_mpeg2ps()
/linux-3.4.99/include/linux/usb/
Dvideo.h437 __u8 bFormatIndex; member
459 __u8 bFormatIndex; member
516 __u8 bFormatIndex; member
/linux-3.4.99/drivers/usb/gadget/
Dwebcam.c165 .bFormatIndex = 1,
219 .bFormatIndex = 2,
/linux-3.4.99/drivers/media/video/uvc/
Duvc_video.c97 if (stream->format[i].index == ctrl->bFormatIndex) { in uvc_fixup_video_ctrl()
209 ctrl->bFormatIndex = data[2]; in uvc_get_video_ctrl()
259 data[2] = ctrl->bFormatIndex; in uvc_set_video_ctrl()
1767 if (format->index == probe->bFormatIndex) in uvc_video_init()
1788 probe->bFormatIndex = format->index; in uvc_video_init()
Duvc_v4l2.c217 probe->bFormatIndex = format->index; in uvc_v4l2_try_format()