Home
last modified time | relevance | path

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

/drivers/media/pci/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()
865 dprintk(DBGLVL_API, " bFormatIndex = 0x%x\n", tsfmt->bFormatIndex); in saa7164_api_configure_port_mpeg2ts()
900 dprintk(DBGLVL_API, " bFormatIndex = 0x%x\n", fmt->bFormatIndex); in saa7164_api_configure_port_mpeg2ps()
/drivers/usb/gadget/legacy/
Dwebcam.c171 .bFormatIndex = 1,
225 .bFormatIndex = 2,
/drivers/media/usb/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()
1815 if (format->index == probe->bFormatIndex) in uvc_video_init()
1836 probe->bFormatIndex = format->index; in uvc_video_init()
Duvc_v4l2.c220 probe->bFormatIndex = format->index; in uvc_v4l2_try_format()