Searched refs:other_pad (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/staging/media/ipu7/ |
| H A D | ipu7-isys-subdev.c | 108 u32 other_pad, other_stream; in ipu7_isys_subdev_set_fmt() local 154 &other_pad, in ipu7_isys_subdev_set_fmt() 159 crop = v4l2_subdev_state_get_crop(state, other_pad, other_stream); in ipu7_isys_subdev_set_fmt()
|
| /linux/drivers/media/platform/rockchip/rkcif/ |
| H A D | rkcif-interface.c | 35 u32 other_pad, other_stream; in rkcif_interface_set_fmt() local 62 &other_pad, &other_stream); in rkcif_interface_set_fmt() 66 crop = v4l2_subdev_state_get_crop(state, other_pad, other_stream); in rkcif_interface_set_fmt()
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-subdev.c | 2034 u32 pad, u32 stream, u32 *other_pad, in v4l2_subdev_routing_find_opposite_end() argument 2044 if (other_pad) in v4l2_subdev_routing_find_opposite_end() 2045 *other_pad = route->sink_pad; in v4l2_subdev_routing_find_opposite_end() 2052 if (other_pad) in v4l2_subdev_routing_find_opposite_end() 2053 *other_pad = route->source_pad; in v4l2_subdev_routing_find_opposite_end() 2068 u32 other_pad, other_stream; in v4l2_subdev_state_get_opposite_stream_format() local 2073 &other_pad, &other_stream); in v4l2_subdev_state_get_opposite_stream_format() 2077 return v4l2_subdev_state_get_format(state, other_pad, other_stream); in v4l2_subdev_state_get_opposite_stream_format()
|
| /linux/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/include/media/ |
| H A D | v4l2-subdev.h | 1541 u32 pad, u32 stream, u32 *other_pad,
|