Searched refs:other_pad (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-subdev.c | 1715 u32 pad, u32 stream, u32 *other_pad, in v4l2_subdev_routing_find_opposite_end() argument 1725 if (other_pad) in v4l2_subdev_routing_find_opposite_end() 1726 *other_pad = route->sink_pad; in v4l2_subdev_routing_find_opposite_end() 1733 if (other_pad) in v4l2_subdev_routing_find_opposite_end() 1734 *other_pad = route->source_pad; in v4l2_subdev_routing_find_opposite_end() 1749 u32 other_pad, other_stream; in v4l2_subdev_state_get_opposite_stream_format() local 1754 &other_pad, &other_stream); in v4l2_subdev_state_get_opposite_stream_format() 1758 return v4l2_subdev_state_get_stream_format(state, other_pad, in v4l2_subdev_state_get_opposite_stream_format()
|
/openbmc/linux/include/media/ |
H A D | v4l2-subdev.h | 1606 u32 pad, u32 stream, u32 *other_pad,
|