Searched +full:port0 +full:- +full:poc +full:- +full:supply (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Maxim MAX96714 GMSL2 to CSI-2 Deserializer11 - Julien Massot <julien.massot@collabora.com>15 CSI-2 D-PHY formatted output. The device allows the GMSL2 link to16 simultaneously transmit bidirectional control-channel data while forward18 remotely located serializer using industry-standard coax or STP30 - const: maxim,max96714f31 - items:[all …]
1 // SPDX-License-Identifier: GPL-2.013 #include <linux/i2c-mux.h>18 #include <media/v4l2-cci.h>19 #include <media/v4l2-ctrls.h>20 #include <media/v4l2-fwnode.h>21 #include <media/v4l2-subdev.h>96 struct regulator *poc; member126 return cci_update_bits(priv->regmap, MAX96714_MIPI_STDBY_N, in max96714_enable_tx_port()133 return cci_update_bits(priv->regmap, MAX96714_MIPI_STDBY_N, in max96714_disable_tx_port()141 cci_read(priv->regmap, MAX96714_MIPI_STDBY_N, &val, NULL); in max96714_tx_port_enabled()[all …]