Home
last modified time | relevance | path

Searched refs:vcc (Results 201 – 225 of 729) sorted by relevance

12345678910>>...30

/openbmc/linux/Documentation/devicetree/bindings/display/msm/
H A Dhdmi.yaml61 core-vcc-supply:
130 core-vcc-supplies: false
218 core-vcc-supply = <&vreg_s4a_1p8>;
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio-pca95xx.yaml99 vcc-supply:
148 vcc-supply: false
192 vcc-supply = <&vdds_1v8_main>;
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3308-rock-pi-s.dts51 vcc_1v8: vcc-1v8 {
61 vcc_io: vcc-io {
71 vcc_ddr: vcc-ddr {
H A Drk3566-pinenote.dtsi141 vcc_1v8: vcc-1v8 {
151 vcc_bat: vcc-bat {
159 vcc_hall_3v3: vcc-hall-3v3 {
168 vcc_sys: vcc-sys {
177 vcc_wl: vcc-wl {
612 vcc-wl {
613 vcc_wl_pin: vcc-wl-pin {
/openbmc/linux/drivers/pcmcia/
H A Dmax1600.h30 int max1600_configure(struct max1600 *, unsigned int vcc, unsigned int vpp);
H A Delectra_cf.c114 unsigned int vcc; in electra_cf_set_socket() local
120 vcc = (s->flags & SS_RESET) ? 0 : s->Vcc; in electra_cf_set_socket()
122 switch (vcc) { in electra_cf_set_socket()
/openbmc/linux/drivers/usb/phy/
H A Dphy-generic.h13 struct regulator *vcc; member
/openbmc/linux/include/uapi/linux/
H A Datm_tcp.h38 atm_kptr_t vcc; /* both directions */ member
H A Datmsvc.h25 atm_kptr_t vcc; member
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm4708-buffalo-wzr-1750dhp.dts138 vcc-gpio = <&chipcommon 9 GPIO_ACTIVE_HIGH>;
142 vcc-gpio = <&chipcommon 10 GPIO_ACTIVE_LOW>;
H A Dbcm4708-buffalo-wzr-1166dhp-common.dtsi142 vcc-gpio = <&chipcommon 9 GPIO_ACTIVE_HIGH>;
146 vcc-gpio = <&chipcommon 10 GPIO_ACTIVE_LOW>;
/openbmc/linux/arch/arm/boot/dts/nxp/ls/
H A Dls1021a-tqmls1021a-mbls1021a.dts223 vcc-supply = <&reg_3p3v>;
239 vcc-supply = <&reg_3p3v>;
255 vcc-supply = <&reg_3p3v>;
296 vcc-supply = <&reg_3p3v>;
/openbmc/linux/drivers/bluetooth/
H A Dbtmtkuart.c60 struct regulator *vcc; member
770 bdev->vcc = devm_regulator_get(&serdev->dev, "vcc"); in btmtkuart_parse_dt()
771 if (IS_ERR(bdev->vcc)) { in btmtkuart_parse_dt()
772 err = PTR_ERR(bdev->vcc); in btmtkuart_parse_dt()
891 err = regulator_enable(bdev->vcc); in btmtkuart_probe()
932 regulator_disable(bdev->vcc); in btmtkuart_probe()
948 regulator_disable(bdev->vcc); in btmtkuart_remove()
/openbmc/linux/arch/arm/boot/dts/rockchip/
H A Drk3229-xms6.dts54 vcc_host: vcc-host-regulator {
66 vcc_phy: vcc-phy-regulator {
77 vcc_sys: vcc-sys-regulator {
/openbmc/linux/Documentation/devicetree/bindings/nvmem/
H A Dqcom,qfprom.yaml66 vcc-supply:
97 vcc-supply = <&vreg_l11a_1p8>;
/openbmc/linux/drivers/usb/serial/
H A Diuu_phoenix.c60 int vcc; /* vcc (either 3 or 5 V) */ member
87 priv->vcc = vcc_default; in iuu_port_probe()
1078 static int iuu_vcc_set(struct usb_serial_port *port, unsigned int vcc) in iuu_vcc_set() argument
1088 buf[1] = vcc & 0xFF; in iuu_vcc_set()
1089 buf[2] = (vcc >> 8) & 0xFF; in iuu_vcc_set()
1090 buf[3] = (vcc >> 16) & 0xFF; in iuu_vcc_set()
1091 buf[4] = (vcc >> 24) & 0xFF; in iuu_vcc_set()
1114 return sprintf(buf, "%d\n", priv->vcc); in vcc_mode_show()
1136 priv->vcc = v; in vcc_mode_store()
/openbmc/linux/arch/arm/boot/dts/sigmastar/
H A Dmstar-infinity2m-ssd201-som2d01.dtsi9 reg_vcc_dram: regulator-vcc-dram {
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dmba8mx.dtsi155 vcc-supply = <&reg_vcc_3v3>;
188 vcc-supply = <&reg_vcc_3v3>;
218 vcc-supply = <&reg_vcc_3v3>;
/openbmc/u-boot/arch/arm/dts/
H A Dsun8i-a83t-cubietruck-plus.dts246 regulator-name = "vcc-1v8";
273 regulator-name = "vcc-3v";
300 regulator-name = "vcc-dram";
372 regulator-name = "vcc-rtc";
376 regulator-name = "vcc-wifi-io";
H A Dsun9i-a80-cx-a99.dts246 regulator-name = "vcc-3v0";
296 regulator-name = "vcc-pl-led";
329 regulator-name = "vcc-dram";
350 regulator-name = "vcc-io-mmc-spdif";
356 regulator-name = "vcc-gmac-codec";
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-ilitek-ili9341.c609 struct regulator *vcc; in ili9341_dbi_probe() local
613 vcc = devm_regulator_get_optional(dev, "vcc"); in ili9341_dbi_probe()
614 if (IS_ERR(vcc)) { in ili9341_dbi_probe()
616 vcc = NULL; in ili9341_dbi_probe()
627 dbidev->regulator = vcc; in ili9341_dbi_probe()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm335 s_and_b64 vcc, vcc, vcc // Restore STATUS.VCCZ, not writable by s_setreg_b32
566 v_cmp_lt_u32 vcc[0:1], v2, s_save_alloc_size
588 v_cmp_lt_u32 vcc[0:1], v2, s_save_alloc_size
912 s_and_b64 vcc, vcc, vcc // Restore STATUS.VCCZ, not writable by s_setreg_b32
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Dti,sn65dsi83.yaml35 vcc-supply:
138 vcc-supply = <&reg_sn65dsi83_1v8>;
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7d-sdb-sht11.dts14 vcc-supply = <&reg_sht15>;
/openbmc/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-olinuxino-emmc.dts24 vcc-pc-supply = <&reg_eldo1>;

12345678910>>...30