Home
last modified time | relevance | path

Searched refs:CCP2_PAD_SINK (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/media/platform/ti/omap3isp/
Dispccp2.c360 pad = media_pad_remote_pad_first(&ccp2->pads[CCP2_PAD_SINK]); in ccp2_if_configure()
372 format = &ccp2->formats[CCP2_PAD_SINK]; in ccp2_if_configure()
436 u32 sink_pixcode = ccp2->formats[CCP2_PAD_SINK].code; in ccp2_mem_configure()
649 case CCP2_PAD_SINK: in ccp2_try_format()
676 format = __ccp2_get_format(ccp2, sd_state, CCP2_PAD_SINK, in ccp2_try_format()
701 if (code->pad == CCP2_PAD_SINK) { in ccp2_enum_mbus_code()
710 format = __ccp2_get_format(ccp2, sd_state, CCP2_PAD_SINK, in ccp2_enum_mbus_code()
792 if (fmt->pad == CCP2_PAD_SINK) { in ccp2_set_format()
817 format.pad = CCP2_PAD_SINK; in ccp2_init_formats()
870 format = &ccp2->formats[CCP2_PAD_SINK]; in ccp2_s_stream()
[all …]
Dispccp2.h23 #define CCP2_PAD_SINK 0 macro
Disp.c1643 pad = CCP2_PAD_SINK; in isp_link_entity()
1766 &isp->isp_ccp2.subdev.entity, CCP2_PAD_SINK, 0); in isp_create_links()