Home
last modified time | relevance | path

Searched refs:bus_types (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi_bridge.c713 enum v4l2_mbus_type *bus_types) in sun6i_csi_bridge_source_setup() argument
730 if (bus_types) { in sun6i_csi_bridge_source_setup()
734 for (i = 0; bus_types[i] != V4L2_MBUS_INVALID; i++) { in sun6i_csi_bridge_source_setup()
735 if (endpoint->bus_type == bus_types[i]) { in sun6i_csi_bridge_source_setup()
/linux/Documentation/devicetree/
H A Dusage-model.rst346 Well, for the way that Linux models devices, just about all bus_types
373 its spi_device children, and similarly for other bus_types.