| /Linux-v5.10/drivers/media/platform/ |
| D | video-mux.c | 57 u16 source_pad = entity->num_pads - 1; in video_mux_link_setup() 181 u16 source_pad = sd->entity.num_pads - 1; in video_mux_set_format() 321 for (i = 0; i < sd->entity.num_pads; i++) { in video_mux_init_cfg() 408 unsigned int num_pads = 0; in video_mux_probe() local 431 num_pads = max(num_pads, endpoint.port + 1); in video_mux_probe() 434 if (num_pads < 2) { in video_mux_probe() 435 dev_err(dev, "Not enough ports %d\n", num_pads); in video_mux_probe() 449 vmux->pads = devm_kcalloc(dev, num_pads, sizeof(*vmux->pads), in video_mux_probe() 454 vmux->format_mbus = devm_kcalloc(dev, num_pads, in video_mux_probe() 460 for (i = 0; i < num_pads; i++) { in video_mux_probe() [all …]
|
| /Linux-v5.10/drivers/media/usb/uvc/ |
| D | uvc_entity.c | 31 for (i = 0; i < entity->num_pads; ++i) { in uvc_mc_create_links() 49 remote_pad = remote->num_pads - 1; in uvc_mc_create_links() 116 entity->num_pads, entity->pads); in uvc_mc_init_entity() 125 entity->num_pads, entity->pads); in uvc_mc_init_entity()
|
| D | uvc_driver.c | 1023 unsigned int num_pads, unsigned int extra_size) in uvc_alloc_entity() argument 1031 num_inputs = (type & UVC_TERM_OUTPUT) ? num_pads : num_pads - 1; in uvc_alloc_entity() 1032 size = sizeof(*entity) + extra_size + sizeof(*entity->pads) * num_pads in uvc_alloc_entity() 1042 entity->num_pads = num_pads; in uvc_alloc_entity() 1048 entity->pads[num_pads-1].flags = MEDIA_PAD_FL_SOURCE; in uvc_alloc_entity() 1051 entity->baSourceID = (u8 *)(&entity->pads[num_pads]); in uvc_alloc_entity() 1857 if (entity->num_pads != 2) in uvc_scan_fallback()
|
| /Linux-v5.10/drivers/media/mc/ |
| D | mc-entity.c | 197 int media_entity_pads_init(struct media_entity *entity, u16 num_pads, in media_entity_pads_init() argument 203 if (num_pads >= MEDIA_ENTITY_MAX_PADS) in media_entity_pads_init() 206 entity->num_pads = num_pads; in media_entity_pads_init() 212 for (i = 0; i < num_pads; i++) { in media_entity_pads_init() 377 for (i = 0; i < entity->num_pads; i++) { in media_entity_get_fwnode_pad() 393 if (ret >= entity->num_pads) in media_entity_get_fwnode_pad() 447 bitmap_zero(active, entity->num_pads); in __media_pipeline_start() 448 bitmap_fill(has_no_links, entity->num_pads); in __media_pipeline_start() 486 bitmap_or(active, active, has_no_links, entity->num_pads); in __media_pipeline_start() 488 if (!bitmap_full(active, entity->num_pads)) { in __media_pipeline_start() [all …]
|
| D | mc-device.c | 116 entd->pads = ent->num_pads; in media_device_enum_entities() 163 for (p = 0; p < entity->num_pads; p++) { in media_device_enum_links() 215 if (linkd->source.index >= source->num_pads || in media_device_setup_link() 216 linkd->sink.index >= sink->num_pads) in media_device_setup_link() 318 if (i > topo->num_pads) { in media_device_get_topology() 335 topo->num_pads = i; in media_device_get_topology() 600 for (i = 0; i < entity->num_pads; i++) in __media_device_unregister_entity() 649 for (i = 0; i < entity->num_pads; i++) in media_device_register_entity()
|
| /Linux-v5.10/drivers/media/platform/vsp1/ |
| D | vsp1_entity.c | 188 for (pad = 0; pad < subdev->entity.num_pads - 1; ++pad) { in vsp1_entity_init_cfg() 610 const char *name, unsigned int num_pads, in vsp1_entity_init() argument 631 entity->source_pad = num_pads - 1; in vsp1_entity_init() 635 num_pads, sizeof(*entity->pads), in vsp1_entity_init() 640 for (i = 0; i < num_pads - 1; ++i) in vsp1_entity_init() 643 entity->sources = devm_kcalloc(vsp1->dev, max(num_pads - 1, 1U), in vsp1_entity_init() 649 entity->pads[num_pads - 1].flags = num_pads > 1 ? MEDIA_PAD_FL_SOURCE in vsp1_entity_init() 653 ret = media_entity_pads_init(&entity->subdev.entity, num_pads, in vsp1_entity_init()
|
| D | vsp1_brx.c | 411 unsigned int num_pads; in vsp1_brx_create() local 424 num_pads = vsp1->info->num_bru_inputs + 1; in vsp1_brx_create() 427 num_pads = 3; in vsp1_brx_create() 431 ret = vsp1_entity_init(vsp1, &brx->entity, name, num_pads, &brx_ops, in vsp1_brx_create()
|
| D | vsp1_entity.h | 129 const char *name, unsigned int num_pads,
|
| /Linux-v5.10/drivers/staging/media/imx/ |
| D | imx-media-dev-common.c | 112 for (i = 0; i < entity->num_pads; i++) { in imx_media_add_vdev_to_pad() 146 entity->num_pads, sizeof(*vdev_lists), in imx_media_alloc_pad_vdev_lists() 154 for (i = 0; i < entity->num_pads; i++) in imx_media_alloc_pad_vdev_lists() 232 for (i = 0; i < entity->num_pads; i++) { in imx_media_inherit_controls() 322 for (i = 0; i < entity->num_pads; i++) { in imx_media_notify()
|
| D | imx-media-internal-sd.c | 168 for (i = 0; i < sd->entity.num_pads; i++) { in create_ipu_internal_links()
|
| /Linux-v5.10/drivers/gpu/host1x/ |
| D | mipi.c | 97 unsigned int num_pads; member 338 for (i = 0; i < soc->num_pads; i++) { in tegra_mipi_start_calibration() 404 .num_pads = ARRAY_SIZE(tegra114_mipi_pads), 431 .num_pads = ARRAY_SIZE(tegra124_mipi_pads), 448 .num_pads = ARRAY_SIZE(tegra124_mipi_pads), 478 .num_pads = ARRAY_SIZE(tegra210_mipi_pads),
|
| /Linux-v5.10/drivers/staging/media/tegra-video/ |
| D | csi.c | 410 unsigned int num_pads) in tegra_csi_channel_alloc() argument 424 chan->numpads = num_pads; in tegra_csi_channel_alloc() 425 if (num_pads & 0x2) { in tegra_csi_channel_alloc() 470 unsigned int lanes, portno, num_pads; in tegra_csi_channels_alloc() local 510 num_pads = of_graph_get_endpoint_count(channel); in tegra_csi_channels_alloc() 511 if (num_pads == TEGRA_CSI_PADS_NUM) { in tegra_csi_channels_alloc() 513 lanes, num_pads); in tegra_csi_channels_alloc()
|
| /Linux-v5.10/drivers/media/test-drivers/vimc/ |
| D | vimc-common.c | 183 for (i = 0; i < ent->num_pads; i++) in vimc_is_source() 359 u16 num_pads, in vimc_ent_sd_register() argument 382 ret = media_entity_pads_init(&sd->entity, num_pads, pads); in vimc_ent_sd_register()
|
| D | vimc-common.h | 220 u16 num_pads,
|
| D | vimc-streamer.c | 30 for (i = 0; i < ent->num_pads; i++) { in vimc_get_source_entity()
|
| /Linux-v5.10/include/media/ |
| D | v4l2-subdev.h | 956 if (WARN_ON(pad >= sd->entity.num_pads)) in v4l2_subdev_get_try_format() 974 if (WARN_ON(pad >= sd->entity.num_pads)) in v4l2_subdev_get_try_crop() 992 if (WARN_ON(pad >= sd->entity.num_pads)) in v4l2_subdev_get_try_compose()
|
| D | media-entity.h | 297 u16 num_pads; member 649 int media_entity_pads_init(struct media_entity *entity, u16 num_pads,
|
| /Linux-v5.10/drivers/media/v4l2-core/ |
| D | v4l2-subdev.c | 29 if (sd->entity.num_pads) { in subdev_fh_init() 137 if (sd->entity.num_pads) { in check_pad() 138 if (pad >= sd->entity.num_pads) in check_pad() 867 if (!sd->entity.num_pads) in v4l2_subdev_alloc_pad_config() 870 cfg = kvmalloc_array(sd->entity.num_pads, sizeof(*cfg), in v4l2_subdev_alloc_pad_config()
|
| D | v4l2-mem2mem.c | 986 int num_pads; in v4l2_m2m_register_entity() local 994 num_pads = 1; in v4l2_m2m_register_entity() 1000 num_pads = 1; in v4l2_m2m_register_entity() 1007 num_pads = 2; in v4l2_m2m_register_entity() 1026 ret = media_entity_pads_init(entity, num_pads, pads); in v4l2_m2m_register_entity()
|
| /Linux-v5.10/drivers/media/platform/xilinx/ |
| D | xilinx-vipp.c | 102 if (link.local_port >= local->num_pads) { in xvip_graph_build_one() 139 if (link.remote_port >= remote->num_pads) { in xvip_graph_build_one() 239 if (link.remote_port >= ent->entity->num_pads) { in xvip_graph_build_dma()
|
| /Linux-v5.10/drivers/pinctrl/ |
| D | pinctrl-lantiq.h | 76 unsigned int num_pads; member
|
| /Linux-v5.10/Documentation/userspace-api/media/mediactl/ |
| D | media-ioc-g-topology.rst | 95 - ``num_pads`` 106 won't store the pads. It will just update ``num_pads`` 289 num_interfaces, num_links or num_pads are non-zero and are
|
| /Linux-v5.10/include/uapi/linux/ |
| D | media.h | 361 __u32 num_pads; member
|
| /Linux-v5.10/drivers/media/platform/omap3isp/ |
| D | isp.h | 351 if (pad >= subdev->entity.num_pads) in isp_pad_buffer_type()
|
| /Linux-v5.10/drivers/media/platform/exynos4-is/ |
| D | media-dev.c | 80 for (i = 0; i < me->num_pads; i++) { in fimc_pipeline_prepare() 116 if (me->num_pads == 1) in fimc_pipeline_prepare() 936 if (sink->num_pads == 0) in __fimc_md_create_fimc_is_links() 987 pad = sensor->entity.num_pads - 1; in fimc_md_create_links()
|