Searched full:gmsl (Results 1 – 23 of 23) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | imi,rdacm2x-gmsl.yaml | 5 $id: http://devicetree.org/schemas/media/i2c/imi,rdacm2x-gmsl.yaml# 17 The IMI D&D RDACM20 and RDACM21 are GMSL-compatible camera designed for 20 The RDACM20 camera module encloses a Maxim Integrated MAX9271 GMSL serializer, 30 They both connect to a remote GMSL endpoint through a coaxial cable. 34 | GMSL | <- Video Stream | <- Video--------\ | 35 | |< === GMSL Link ====== >|MAX9271<- I2C bus-> <-->OV10635 | 41 | GMSL | <- Video Stream | <- Video--------\ | 42 | |< === GMSL Link ====== >|MAX9271<- I2C bus-> <-->OV490 | 48 sensor on the GMSL serial channel to a remote GMSL de-serializer. They also 49 receive and transmit I2C messages encapsulated and transmitted on the GMSL [all …]
|
D | maxim,max9286.yaml | 8 title: Maxim Integrated Quad GMSL Deserializer 18 Serial Links (GMSL) and outputs them on a CSI-2 D-PHY port using up to 4 data 21 In addition to video data, the GMSL links carry a bidirectional control 23 not addressed to itself to the other side of the links, where a GMSL 25 traffic received over GMSL by the MAX9286 is output on the local I2C bus. 57 The GMSL serial data bus width. This setting is normally controlled by 116 description: GMSL Input 0 120 description: GMSL Input 1 124 description: GMSL Input 2 128 description: GMSL Input 3 [all …]
|
D | maxim,max96712.yaml | 42 description: GMSL Input 0 46 description: GMSL Input 1 50 description: GMSL Input 2 54 description: GMSL Input 3 98 gmsl0: gmsl-deserializer@49 {
|
D | maxim,max96717.yaml | 23 to generate a clock output for the sensor from the GMSL reverse channel. 81 description: GMSL Output port
|
D | maxim,max96714.yaml | 51 description: GMSL Input 96 description: Regulator providing Power over Coax for the GMSL port
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | mgb4.rst | 25 | 2 - GMSL 34 | 2 - GMSL 46 Common FPDL3/GMSL input parameters 193 Common FPDL3/GMSL output parameters 309 GMSL specific input parameters 313 GMSL speed mode. 321 The GMSL multi-stream contains up to four video streams. This parameter 329 GMSL Forward Error Correction (FEC).
|
/linux-6.12.1/arch/arm64/boot/dts/renesas/ |
D | gmsl-cameras.dtsi | 6 * Device Tree Source (overlay) that describes GMSL camera connected to 19 * for GMSL channel 0: 25 * for GMSL channel 1: 50 /* Deduce from the enabled cameras which GMSL channels are active. */
|
D | r8a779a0-falcon-csi-dsi.dtsi | 98 gmsl0: gmsl-deserializer@49 { 119 gmsl1: gmsl-deserializer@4b { 141 gmsl2: gmsl-deserializer@6b {
|
D | white-hawk-csi-dsi.dtsi | 74 gmsl0: gmsl-deserializer@49 { 95 gmsl1: gmsl-deserializer@4b {
|
D | condor-common.dtsi | 245 gmsl0: gmsl-deserializer@48 { 320 gmsl1: gmsl-deserializer@4a {
|
D | r8a77970-eagle-function-expansion.dtso | 57 /* Disconnect MAX9286 GMSL I2C. */
|
D | r8a77970-eagle.dts | 216 gmsl0: gmsl-deserializer@48 {
|
/linux-6.12.1/drivers/media/i2c/ |
D | max9271.c | 10 * This file exports functions to control the Maxim MAX9271 GMSL serializer 176 * Configure the GMSL link: in max9271_configure_gmsl_link() 183 * TODO: Make the GMSL link configuration parametric. in max9271_configure_gmsl_link() 372 MODULE_DESCRIPTION("Maxim MAX9271 GMSL Serializer");
|
D | rdacm21.c | 3 * IMI RDACM21 GMSL Camera Driver 279 * to start serializing video data on the GMSL link. in rdacm21_s_stream() 484 /* Configure I2C bus at 105Kbps speed and configure GMSL. */ in rdacm21_initialize() 630 MODULE_DESCRIPTION("GMSL Camera driver for RDACM21");
|
D | max9271.h | 133 * max9271_configure_gmsl_link() - Configure the GMSL link 136 * FIXME: the GMSL link configuration is currently hardcoded and performed
|
D | Kconfig | 649 This driver supports the IMI RDACM20 GMSL camera, used in 652 This camera should be used in conjunction with a GMSL 659 This driver supports the IMI RDACM21 GMSL camera, used in 662 This camera should be used in conjunction with a GMSL 1162 tristate "Maxim MAX9286 GMSL deserializer support" 1170 This driver supports the Maxim MAX9286 GMSL deserializer.
|
D | max9286.c | 3 * Maxim MAX9286 GMSL Deserializer Driver 1135 * Enable GMSL links, mask unused ones and autodetect link in max9286_setup() 1462 /* Skip if the corresponding GMSL link is unavailable. */ in max9286_parse_dt() 1682 MODULE_DESCRIPTION("Maxim MAX9286 GMSL Deserializer Driver");
|
D | rdacm20.c | 3 * IMI RDACM20 GMSL Camera Driver 15 * MAX9271 GMSL serializer. 671 MODULE_DESCRIPTION("GMSL Camera driver for RDACM20");
|
/linux-6.12.1/drivers/media/pci/mgb4/ |
D | mgb4_sysfs_in.c | 17 /* Common for both FPDL3 and GMSL */ 502 /* GMSL only */ 532 * GMSL mode change is expected to be called on live streams. Video device 655 * GMSL FEC change is expected to be called on live streams. Video device
|
D | mgb4_i2c.c | 7 * chips on the GMSL module use 16b addressing, the FPDL3 chips use standard
|
D | mgb4_core.c | 12 * (GMSL and FPDL3 for now) so in probe() we detect the module type based on 414 MGB4_IS_FPDL3(mgbdev) ? "FPDL3" : "GMSL"); in get_module_version()
|
D | mgb4_sysfs_out.c | 50 /* Common for both FPDL3 and GMSL */
|
/linux-6.12.1/ |
D | MAINTAINERS | 13891 MAX9286 QUAD GMSL DESERIALIZER DRIVER 19367 F: Documentation/devicetree/bindings/media/i2c/imi,rdacm2x-gmsl.yaml 19379 F: Documentation/devicetree/bindings/media/i2c/imi,rdacm2x-gmsl.yaml
|