Searched refs:other_pad (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6-isys-subdev.c | 148 u32 other_pad, other_stream; in ipu6_isys_subdev_set_fmt() local 193 &other_pad, in ipu6_isys_subdev_set_fmt() 198 crop = v4l2_subdev_state_get_crop(state, other_pad, other_stream); in ipu6_isys_subdev_set_fmt()
|
| /linux-6.15/drivers/media/v4l2-core/ |
| H A D | v4l2-subdev.c | 2000 u32 pad, u32 stream, u32 *other_pad, in v4l2_subdev_routing_find_opposite_end() argument 2010 if (other_pad) in v4l2_subdev_routing_find_opposite_end() 2011 *other_pad = route->sink_pad; in v4l2_subdev_routing_find_opposite_end() 2018 if (other_pad) in v4l2_subdev_routing_find_opposite_end() 2019 *other_pad = route->source_pad; in v4l2_subdev_routing_find_opposite_end() 2034 u32 other_pad, other_stream; in v4l2_subdev_state_get_opposite_stream_format() local 2039 &other_pad, &other_stream); in v4l2_subdev_state_get_opposite_stream_format() 2043 return v4l2_subdev_state_get_format(state, other_pad, other_stream); in v4l2_subdev_state_get_opposite_stream_format()
|
| /linux-6.15/drivers/media/platform/broadcom/ |
| H A D | bcm2835-unicam.c | 1425 u32 other_pad, other_stream; in unicam_sd_enable_streams() local 1440 &other_pad, &other_stream); in unicam_sd_enable_streams() 1462 u32 other_pad, other_stream; in unicam_sd_disable_streams() local 1466 &other_pad, &other_stream); in unicam_sd_disable_streams()
|
| /linux-6.15/include/media/ |
| H A D | v4l2-subdev.h | 1567 u32 pad, u32 stream, u32 *other_pad,
|