Searched refs:RESIZER_PAD_SINK (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/staging/media/omap4iss/ |
D | iss_resizer.c | 143 informat = &resizer->formats[RESIZER_PAD_SINK]; in resizer_set_outaddr() 190 informat = &resizer->formats[RESIZER_PAD_SINK]; in resizer_configure() 451 case RESIZER_PAD_SINK: in resizer_try_format() 468 format = __resizer_get_format(resizer, cfg, RESIZER_PAD_SINK, in resizer_try_format() 506 case RESIZER_PAD_SINK: in resizer_enum_mbus_code() 514 format = __resizer_get_format(resizer, cfg, RESIZER_PAD_SINK, in resizer_enum_mbus_code() 621 if (fmt->pad == RESIZER_PAD_SINK) { in resizer_set_format() 664 format.pad = RESIZER_PAD_SINK; in resizer_init_formats() 726 case RESIZER_PAD_SINK | 2 << 16: in resizer_link_setup() 789 pads[RESIZER_PAD_SINK].flags = MEDIA_PAD_FL_SINK; in resizer_init_entities()
|
D | iss_resizer.h | 28 #define RESIZER_PAD_SINK 0 macro
|
D | iss.c | 1129 &iss->resizer.subdev.entity, RESIZER_PAD_SINK, 0); in iss_create_links() 1141 &iss->resizer.subdev.entity, RESIZER_PAD_SINK, 0); in iss_create_links()
|
/Linux-v4.19/drivers/staging/media/davinci_vpfe/ |
D | dm365_resizer.c | 1327 if ((&resizer->resizer_a.subdev == sd && pad == RESIZER_PAD_SINK) || in resizer_try_format() 1328 (&resizer->resizer_b.subdev == sd && pad == RESIZER_PAD_SINK) || in resizer_try_format() 1424 if (fmt->pad == RESIZER_PAD_SINK) in resizer_set_format() 1431 if (fmt->pad == RESIZER_PAD_SINK) in resizer_set_format() 1511 if (code->pad == RESIZER_PAD_SINK) { in resizer_enum_mbus_code() 1567 format.pad = RESIZER_PAD_SINK; in resizer_init_formats() 1583 format.pad = RESIZER_PAD_SINK; in resizer_init_formats() 1710 case RESIZER_PAD_SINK | 2 << 16: in resizer_link_setup() 1735 case RESIZER_PAD_SINK | 2 << 16: in resizer_link_setup() 1935 pads[RESIZER_PAD_SINK].flags = MEDIA_PAD_FL_SINK; in vpfe_resizer_init() [all …]
|
D | dm365_resizer.h | 201 #define RESIZER_PAD_SINK 0 macro
|