/Linux-v6.1/drivers/media/platform/renesas/rcar-vin/ |
D | rcar-core.c | 3 * Driver for Renesas R-Car VIN 26 #include "rcar-vin.h" 32 * CSI-2 receiver to/from the VIN internal channel number simply 40 * routing for other VIN's. We can figure out which VIN is 43 #define rvin_group_id_to_master(vin) ((vin) < 4 ? 0 : 4) argument 69 static int rvin_group_init(struct rvin_group *group, struct rvin_dev *vin, in rvin_group_init() argument 81 for_each_matching_node(np, vin->dev->driver->of_match_table) in rvin_group_init() 85 vin_dbg(vin, "found %u enabled VIN's in DT", group->count); in rvin_group_init() 89 mdev->dev = vin->dev; in rvin_group_init() 92 match = of_match_node(vin->dev->driver->of_match_table, in rvin_group_init() [all …]
|
D | rcar-v4l2.c | 3 * Driver for Renesas R-Car VIN 20 #include "rcar-vin.h" 91 const struct rvin_video_format *rvin_format_from_pixel(struct rvin_dev *vin, in rvin_format_from_pixel() argument 98 if (vin->info->model == RCAR_M1) in rvin_format_from_pixel() 106 if (!vin->info->nv12 || !(BIT(vin->id) & 0x3333)) in rvin_format_from_pixel() 120 static u32 rvin_format_bytesperline(struct rvin_dev *vin, in rvin_format_bytesperline() argument 126 fmt = rvin_format_from_pixel(vin, pix->pixelformat); in rvin_format_bytesperline() 159 static void rvin_format_align(struct rvin_dev *vin, struct v4l2_pix_format *pix) in rvin_format_align() argument 163 if (!rvin_format_from_pixel(vin, pix->pixelformat)) in rvin_format_align() 200 /* Limit to VIN capabilities */ in rvin_format_align() [all …]
|
D | rcar-dma.c | 3 * Driver for Renesas R-Car VIN 19 #include "rcar-vin.h" 25 /* Register offsets for R-Car VIN */ 78 /* Register bit fields for R-Car VIN */ 152 static void rvin_write(struct rvin_dev *vin, u32 value, u32 offset) in rvin_write() argument 154 iowrite32(value, vin->base + offset); in rvin_write() 157 static u32 rvin_read(struct rvin_dev *vin, u32 offset) in rvin_read() argument 159 return ioread32(vin->base + offset); in rvin_read() 484 static void rvin_set_coeff(struct rvin_dev *vin, unsigned short xs) in rvin_set_coeff() argument 505 rvin_write(vin, p_set->coeff_set[0], VNC1A_REG); in rvin_set_coeff() [all …]
|
D | rcar-vin.h | 3 * Driver for Renesas R-Car VIN 31 /* Max number on VIN instances that can be in a system */ 129 * CSI-2 receiver to a VIN 131 * @master: VIN group master ID. 133 * @chsel: CHSEL register values that connects VIN group to CSI-2. 136 * Each R-Car CSI-2 receiver has four output channels facing the VIN 140 * on which channel, the VIN devices only care about output channels. 149 * struct rvin_info - Information about the particular VIN implementation 150 * @model: VIN model 152 * @use_isp: the VIN is connected to the ISP and not to the CSI-2 [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/media/ |
D | renesas,vin.yaml | 5 $id: http://devicetree.org/schemas/media/renesas,vin.yaml# 8 title: Renesas R-Car Video Input (VIN) 14 The R-Car Video Input (VIN) device provides video input capabilities for the 17 Each VIN instance has a single parallel input that supports RGB and YUV video, 19 Depending on the instance the VIN input is connected to external SoC pins, or 27 - renesas,vin-r8a7742 # RZ/G1H 28 - renesas,vin-r8a7743 # RZ/G1M 29 - renesas,vin-r8a7744 # RZ/G1N 30 - renesas,vin-r8a7745 # RZ/G1E 31 - renesas,vin-r8a77470 # RZ/G1C [all …]
|
D | renesas,isp.yaml | 16 conjunction with the R-Car VIN and CSI-2 modules, which provides the video 52 Single endpoint describing the R-Car VIN connected to output port 0. 57 Single endpoint describing the R-Car VIN connected to output port 1. 62 Single endpoint describing the R-Car VIN connected to output port 2. 67 Single endpoint describing the R-Car VIN connected to output port 3. 72 Single endpoint describing the R-Car VIN connected to output port 4. 77 Single endpoint describing the R-Car VIN connected to output port 5. 82 Single endpoint describing the R-Car VIN connected to output port 6. 87 Single endpoint describing the R-Car VIN connected to output port 7.
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | stm32mp157a-microgea-stm32mp1.dtsi | 58 vin: regulator-vin { label 60 regulator-name = "vin"; 72 vin-supply = <&vin>; 81 vin-supply = <&vin>; 90 vin-supply = <&vin>;
|
D | stm32mp157c-ed1.dts | 93 vin: vin { label 95 regulator-name = "vin"; 173 buck1-supply = <&vin>; 174 buck2-supply = <&vin>; 175 buck3-supply = <&vin>; 176 buck4-supply = <&vin>; 180 ldo4-supply = <&vin>; 183 vref_ddr-supply = <&vin>; 184 boost-supply = <&vin>;
|
D | tegra124-nyan.dtsi | 185 vin-ldo0-supply = <&vdd_1v35_lp0>; 186 vin-ldo1-6-supply = <&vdd_3v3_run>; 187 vin-ldo2-5-7-supply = <&vddio_1v8>; 188 vin-ldo3-4-supply = <&vdd_3v3_sys>; 189 vin-ldo9-10-supply = <&vdd_5v0_sys>; 190 vin-ldo11-supply = <&vdd_3v3_run>; 640 vin-supply = <&vdd_mux>; 650 vin-supply = <&vdd_mux>; 662 vin-supply = <&vdd_3v3_sys>; 670 vin-supply = <&vdd_3v3_run>; [all …]
|
D | imx6q-bosch-acc.dts | 149 reg_vin: regulator-vin { 151 regulator-name = "VIN"; 155 vin-supply = <®_5p0>; 171 vin-supply = <®_5p0>; 179 vin-supply = <®_5p0> ; 189 vin-supply = <®_5p0>; 209 vin-supply = <®_5p0> ; 219 vin-supply = <®_5p0>; 228 vin-supply = <®_5p0>; 233 vin-supply = <&sw2_reg>; [all …]
|
D | imx6dl-b1x5pv2.dtsi | 58 vin-supply = <®_syspwr>; 66 vin-supply = <®_syspwr>; 74 vin-supply = <®_syspwr>; 82 vin-supply = <®_5v>; 99 vin-supply = <®_3v3>; 112 vin-supply = <®_3v3_audio>; 121 vin-supply = <®_3v3>; 134 vin-supply = <®_syspwr>; 146 vin-supply = <®_5v>; 154 vin-supply = <®_5v>;
|
D | sunxi-libretech-all-h3-it.dtsi | 44 vin-supply = <®_vcc5v0>; 64 vin-supply = <®_vcc5v0>; 75 vin-supply = <®_vcc3v3>; 84 vin-supply = <®_vcc5v0>; 96 vin-supply = <®_vcc5v0>;
|
/Linux-v6.1/arch/arm64/boot/dts/rockchip/ |
D | rk3399-nanopi-m4.dts | 31 vin-supply = <&vdd_5v>; 39 vin-supply = <&vcc5v0_sys>; 47 vin-supply = <&vcc5v0_sys>; 52 vin-supply = <&vcc5v0_core>; 65 vin-supply = <&vdd_5v>;
|
D | rk3308-evb.dts | 103 vin-supply = <&vcc12v_dcin>; 113 vin-supply = <&vcc_io>; 123 vin-supply = <&vcc5v0_sys>; 133 vin-supply = <&vcc5v0_sys>; 143 vin-supply = <&vcc_io>; 153 vin-supply = <&vcc5v0_sys>; 175 vin-supply = <&vcc5v0_sys>; 185 vin-supply = <&vcc5v0_sys>;
|
D | rk3399-nanopi-neo4.dts | 27 vin-supply = <&vdd_5v>; 35 vin-supply = <&vcc5v0_sys>; 40 vin-supply = <&vcc5v0_core>; 49 vin-supply = <&vdd_5v>;
|
D | rk3368-orion-r68-meta.dts | 82 vin-supply = <&vcc_sys>; 94 vin-supply = <&vcc_sys>; 104 vin-supply = <&vcc_sys>; 114 vin-supply = <&vcc_io>; 123 vin-supply = <&vcc_io>; 142 vin-supply = <&vcc_io>; 152 vin-supply = <&vcc_io>; 162 vin-supply = <&vcc_sys>; 208 vin-supply = <&vcc_sys>;
|
D | rk3399-kobol-helios64.dts | 36 vin-supply = <&vcc1v8_sys_s3>; 46 vin-supply = <&vcc3v3_sys_s3>; 125 vin-supply = <&vcc5v0_perdev>; 137 vin-supply = <&vcc5v0_usb>; 147 vin-supply = <&vcc1v8_sys_s3>; 160 vin-supply = <&vcc3v3_sys_s3>; 170 vin-supply = <&vcc5v0_sys>; 184 vin-supply = <&vcc12v_dcin_bkup>; 194 vin-supply = <&vcc12v_dcin_bkup>; 212 vin-supply = <&vcc5v0_perdev>; [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/regulator/ |
D | as3722-regulator.txt | 14 vin-ldo0-supply: Input supply for LDO0. 15 vin-ldo1-6-supply: Input supply for LDO1 and LDO6. 16 vin-ldo2-5-7-supply: Input supply for LDO2, LDO5 and LDO7. 17 vin-ldo3-4-supply: Input supply for LDO3 and LDO4. 18 vin-ldo9-10-supply: Input supply for LDO9 and LDO10. 19 vin-ldo11-supply: Input supply for LDO11.
|
D | tps6586x.txt | 16 - vin-sm0-supply: The input supply for the SM0. 17 - vin-sm1-supply: The input supply for the SM1. 18 - vin-sm2-supply: The input supply for the SM2. 47 vin-sm0-supply = <&some_reg>; 48 vin-sm1-supply = <&some_reg>; 49 vin-sm2-supply = <&some_reg>;
|
/Linux-v6.1/drivers/iio/adc/ |
D | ad7292.c | 152 * to the settings at the ADC sampling mode and VIN range subregisters. in ad7292_vin_range_multiplier() 157 * factor = 4 if VIN range0 and VIN range1 equal 0 in ad7292_vin_range_multiplier() 158 * factor = 2 if only one of VIN ranges equal 1 in ad7292_vin_range_multiplier() 159 * factor = 1 if both VIN range0 and VIN range1 equal 1 in ad7292_vin_range_multiplier() 161 * factor = 4 if VIN range0 and VIN range1 equal 0 in ad7292_vin_range_multiplier() 162 * Behavior is undefined if any of VIN range doesn't equal 0 in ad7292_vin_range_multiplier()
|
/Linux-v6.1/arch/arm64/boot/dts/freescale/ |
D | imx8mq-mnt-reform2.dts | 66 vin-supply = <®_main_5v>; 74 vin-supply = <®_main_3v3>; 82 vin-supply = <®_main_5v>; 214 vin-supply = <®_main_5v>; 218 vin-supply = <®_main_5v>; 222 vin-supply = <®_main_5v>; 226 vin-supply = <®_main_5v>; 230 vin-supply = <®_main_5v>;
|
/Linux-v6.1/Documentation/hwmon/ |
D | adt7475.rst | 104 in0 2.5VIN (22) 2.5VIN (22) - - 107 in3 5VIN (20) 5VIN (20) 108 in4 12VIN (21) 12VIN (21)
|
/Linux-v6.1/arch/arm64/boot/dts/amlogic/ |
D | meson-g12a-u200.dts | 61 vin-supply = <&vcc_3v3>; 78 vin-supply = <&vcc_5v>; 89 vin-supply = <&vcc_3v3>; 98 vin-supply = <&vddao_3v3>; 108 vin-supply = <&main_12v>; 119 vin-supply = <&vddao_3v3>; 128 vin-supply = <&main_12v>;
|
D | meson-gxl-s905x-libretech-cc-v2.dts | 75 vin-supply = <&dc_in>; 92 vin-supply = <&ao_5v>; 101 vin-supply = <&vddio_ao3v3>; 112 vin-supply = <&ao_5v>; 122 vin-supply = <&ao_5v>; 147 vin-supply = <&vddio_ao3v3>; 156 vin-supply = <&vddio_ao3v3>;
|
/Linux-v6.1/Documentation/devicetree/bindings/net/nfc/ |
D | ti,trf7970a.yaml | 54 vin-supply: 56 Regulator for supply voltage to VIN pin 64 - vin-supply 92 vin-supply = <&ldo3_reg>;
|