Home
last modified time | relevance | path

Searched refs:rail (Results 1 – 25 of 42) sorted by relevance

12

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/
Dbase.c67 struct nvkm_iccsense_rail *rail, in nvkm_iccsense_ina2x9_read() argument
70 return nvkm_iccsense_poll_lane(rail->sensor->i2c, rail->sensor->addr, in nvkm_iccsense_ina2x9_read()
71 shunt_reg, 0, bus_reg, 3, rail->mohm, in nvkm_iccsense_ina2x9_read()
77 struct nvkm_iccsense_rail *rail) in nvkm_iccsense_ina209_read() argument
79 return nvkm_iccsense_ina2x9_read(iccsense, rail, 3, 4); in nvkm_iccsense_ina209_read()
84 struct nvkm_iccsense_rail *rail) in nvkm_iccsense_ina219_read() argument
86 return nvkm_iccsense_ina2x9_read(iccsense, rail, 1, 2); in nvkm_iccsense_ina219_read()
91 struct nvkm_iccsense_rail *rail) in nvkm_iccsense_ina3221_read() argument
93 return nvkm_iccsense_poll_lane(rail->sensor->i2c, rail->sensor->addr, in nvkm_iccsense_ina3221_read()
94 1 + (rail->idx * 2), 3, in nvkm_iccsense_ina3221_read()
[all …]
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Diccsense.c76 iccsense->rail = kmalloc_array(cnt, sizeof(struct pwr_rail_t), in nvbios_iccsense_parse()
78 if (!iccsense->rail) in nvbios_iccsense_parse()
83 struct pwr_rail_t *rail = &iccsense->rail[i]; in nvbios_iccsense_parse() local
92 rail->mode = 1; in nvbios_iccsense_parse()
94 rail->mode = 0; in nvbios_iccsense_parse()
95 rail->extdev_id = nvbios_rd08(bios, entry + 0x2); in nvbios_iccsense_parse()
99 rail->mode = nvbios_rd08(bios, entry); in nvbios_iccsense_parse()
100 rail->extdev_id = nvbios_rd08(bios, entry + 0x1); in nvbios_iccsense_parse()
105 if (nvbios_extdev_parse(bios, rail->extdev_id, &extdev)) in nvbios_iccsense_parse()
111 rail->resistor_count = 1; in nvbios_iccsense_parse()
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/regulator/
Das3722-regulator.txt32 ams,ext-control: External control of the rail. The option of
34 controlling this rail. Valid values are 0, 1, 2 ad 3.
35 0: There is no external control of this rail.
/Linux-v4.19/Documentation/hwmon/
Ducd900028 The UCD90124 is a 12-rail PMBus/I2C addressable power-supply sequencer and
36 The UCD90160 is a 16-rail PMBus/I2C addressable power-supply sequencer and
43 The UCD9090 is a 10-rail PMBus/I2C addressable power-supply sequencer and
50 The UCD90910 is a ten-rail I2C / PMBus addressable power-supply sequencer and
Dltc294517 The LTC2945 is a rail-to-rail system monitor that measures current, voltage,
Ducd920025 UCD9248 are multi-rail, multi-phase synchronous buck digital PWM controllers
102 rail temperatures. temp[2-5] attributes are only
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Diccsense.h19 struct pwr_rail_t *rail; member
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Dnvidia,tegra124-dfll.txt8 oscillator connected to the CPU voltage rail (VDD_CPU), and a closed loop
33 - vdd-cpu-supply: Regulator for the CPU voltage rail that the DFLL
/Linux-v4.19/arch/arm/boot/dts/
Dbcm2835-rpi-cm1-io1.dts16 * "NC" = not connected (no rail from the SoC)
Dbcm2835-rpi-a.dts24 * "NC" = not connected (no rail from the SoC)
Dbcm2835-rpi-b-rev2.dts25 * "NC" = not connected (no rail from the SoC)
Dbcm2835-rpi-b.dts25 * "NC" = not connected (no rail from the SoC)
Dbcm2835-rpi-a-plus.dts30 * "NC" = not connected (no rail from the SoC)
Dbcm2835-rpi-b-plus.dts32 * "NC" = not connected (no rail from the SoC)
Drk3288-veyron-sdmmc.dtsi35 * (and also to get the voltage rail correct).
Dbcm2835-rpi-zero.dts33 * "NC" = not connected (no rail from the SoC)
Dbcm2835-rpi-zero-w.dts45 * "NC" = not connected (no rail from the SoC)
Dam335x-pepper.dts463 /* 3.3V rail */
469 /* VDD_3V3A 3.3V rail */
476 /* VDD_3V3B 3.3V rail */
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Das3722.txt111 ams,ext-control: External control of the rail. The option of
113 controlling this rail. Valid values are 0, 1, 2 ad 3.
114 0: There is no external control of this rail.
/Linux-v4.19/arch/mips/include/asm/
Dmips-cpc.h91 CPC_ACCESSOR_RW(32, 0x010, rail)
/Linux-v4.19/drivers/staging/greybus/
Dsvc.c795 struct svc_debugfs_pwrmon_rail *rail = &svc->pwrmon_rails[i]; in gb_svc_pwrmon_debugfs_init() local
801 rail->id = i; in gb_svc_pwrmon_debugfs_init()
802 rail->svc = svc; in gb_svc_pwrmon_debugfs_init()
805 debugfs_create_file("voltage_now", 0444, dir, rail, in gb_svc_pwrmon_debugfs_init()
807 debugfs_create_file("current_now", 0444, dir, rail, in gb_svc_pwrmon_debugfs_init()
809 debugfs_create_file("power_now", 0444, dir, rail, in gb_svc_pwrmon_debugfs_init()
/Linux-v4.19/Documentation/devicetree/bindings/leds/backlight/
Dlp855x.txt15 - power-supply: Regulator which controls the 3V rail
/Linux-v4.19/drivers/iio/dac/
DKconfig275 (I2C 8-Bit DACs with rail-to-rail outputs).
285 (I2C 8-Bit DACs with rail-to-rail outputs):
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Dphy_n.c1668 enum n_rail_type rail, in b43_nphy_scale_offset_rssi() argument
1680 if (core1or5 && rail == N_RAIL_I) in b43_nphy_scale_offset_rssi()
1682 if (core1or5 && rail == N_RAIL_Q) in b43_nphy_scale_offset_rssi()
1684 if (core2or5 && rail == N_RAIL_I) in b43_nphy_scale_offset_rssi()
1686 if (core2or5 && rail == N_RAIL_Q) in b43_nphy_scale_offset_rssi()
1690 if (core1or5 && rail == N_RAIL_I) in b43_nphy_scale_offset_rssi()
1692 if (core1or5 && rail == N_RAIL_Q) in b43_nphy_scale_offset_rssi()
1694 if (core2or5 && rail == N_RAIL_I) in b43_nphy_scale_offset_rssi()
1696 if (core2or5 && rail == N_RAIL_Q) in b43_nphy_scale_offset_rssi()
1700 if (core1or5 && rail == N_RAIL_I) in b43_nphy_scale_offset_rssi()
[all …]
/Linux-v4.19/Documentation/power/regulator/
Dmachine.txt54 used for the supply rail in the schematic is a good choice. If no

12