Searched refs:RESIZER_PAD_SINK (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/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() 507 case RESIZER_PAD_SINK: in resizer_enum_mbus_code() 515 format = __resizer_get_format(resizer, cfg, RESIZER_PAD_SINK, in resizer_enum_mbus_code() 620 if (fmt->pad == RESIZER_PAD_SINK) { in resizer_set_format() 663 format.pad = RESIZER_PAD_SINK; in resizer_init_formats() 720 case RESIZER_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in resizer_link_setup() 784 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 | 1334 &iss->resizer.subdev.entity, RESIZER_PAD_SINK, 0); in iss_initialize_modules() 1346 &iss->resizer.subdev.entity, RESIZER_PAD_SINK, 0); in iss_initialize_modules()
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | dm365_resizer.c | 1331 if ((&resizer->resizer_a.subdev == sd && pad == RESIZER_PAD_SINK) || in resizer_try_format() 1332 (&resizer->resizer_b.subdev == sd && pad == RESIZER_PAD_SINK) || in resizer_try_format() 1427 if (fmt->pad == RESIZER_PAD_SINK) in resizer_set_format() 1434 if (fmt->pad == RESIZER_PAD_SINK) in resizer_set_format() 1513 if (code->pad == RESIZER_PAD_SINK) { in resizer_enum_mbus_code() 1569 format.pad = RESIZER_PAD_SINK; in resizer_init_formats() 1585 format.pad = RESIZER_PAD_SINK; in resizer_init_formats() 1707 case RESIZER_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in resizer_link_setup() 1732 case RESIZER_PAD_SINK | MEDIA_ENT_T_V4L2_SUBDEV: in resizer_link_setup() 1932 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
|