Searched refs:GPIOD_FLAGS_BIT_NONEXCLUSIVE (Results 1 – 25 of 33) sorted by relevance
12
/openbmc/linux/drivers/regulator/ |
H A D | lm363x-regulator.c | 281 GPIOD_OUT_LOW | GPIOD_FLAGS_BIT_NONEXCLUSIVE); in lm363x_regulator_of_get_enable_gpio() 285 GPIOD_OUT_LOW | GPIOD_FLAGS_BIT_NONEXCLUSIVE); in lm363x_regulator_of_get_enable_gpio()
|
H A D | gpio-regulator.c | 339 gflags = GPIOD_OUT_HIGH | GPIOD_FLAGS_BIT_NONEXCLUSIVE; in gpio_regulator_probe() 341 gflags = GPIOD_OUT_LOW | GPIOD_FLAGS_BIT_NONEXCLUSIVE; in gpio_regulator_probe()
|
H A D | wm8994-regulator.c | 181 GPIOD_FLAGS_BIT_NONEXCLUSIVE); in wm8994_ldo_probe()
|
H A D | slg51000-regulator.c | 205 GPIOD_FLAGS_BIT_NONEXCLUSIVE, in slg51000_of_parse_cb() 451 GPIOD_FLAGS_BIT_NONEXCLUSIVE); in slg51000_i2c_probe()
|
H A D | fixed.c | 267 gflags |= GPIOD_FLAGS_BIT_NONEXCLUSIVE; in reg_fixed_voltage_probe()
|
H A D | max8952.c | 214 gflags |= GPIOD_FLAGS_BIT_NONEXCLUSIVE; in max8952_pmic_probe()
|
H A D | arizona-ldo1.c | 261 GPIOD_OUT_LOW | GPIOD_FLAGS_BIT_NONEXCLUSIVE); in arizona_ldo1_common_init()
|
H A D | mt6370-regulator.c | 159 GPIOD_FLAGS_BIT_NONEXCLUSIVE, in mt6370_of_parse_cb()
|
H A D | tps65090-regulator.c | 371 gflags |= GPIOD_FLAGS_BIT_NONEXCLUSIVE; in tps65090_parse_dt_reg_data()
|
H A D | max77686-regulator.c | 231 GPIOD_OUT_HIGH | GPIOD_FLAGS_BIT_NONEXCLUSIVE, in max77686_of_parse_cb()
|
H A D | da9211-regulator.c | 322 GPIOD_FLAGS_BIT_NONEXCLUSIVE, in da9211_parse_regulators_dt()
|
H A D | lp8788-ldo.c | 509 GPIOD_FLAGS_BIT_NONEXCLUSIVE); in lp8788_config_ldo_enable_mode()
|
H A D | max8973-regulator.c | 729 gflags |= GPIOD_FLAGS_BIT_NONEXCLUSIVE; in max8973_probe()
|
H A D | s5m8767.c | 578 GPIOD_OUT_HIGH | GPIOD_FLAGS_BIT_NONEXCLUSIVE, in s5m8767_pmic_dt_parse_pdata()
|
/openbmc/linux/drivers/extcon/ |
H A D | extcon-intel-int3496.c | 138 devm_gpiod_get(dev, "id", GPIOD_IN | GPIOD_FLAGS_BIT_NONEXCLUSIVE); in int3496_probe()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib-devres.c | 109 if (flags & GPIOD_FLAGS_BIT_NONEXCLUSIVE) { in devm_gpiod_get_index()
|
/openbmc/linux/drivers/soc/fsl/qe/ |
H A D | gpio.c | 177 GPIOD_ASIS | GPIOD_FLAGS_BIT_NONEXCLUSIVE); in qe_pin_request()
|
/openbmc/linux/drivers/gpu/drm/tiny/ |
H A D | panel-mipi-dbi.c | 311 dc = devm_gpiod_get_optional(dev, "dc", GPIOD_OUT_LOW | GPIOD_FLAGS_BIT_NONEXCLUSIVE); in panel_mipi_dbi_spi_probe()
|
/openbmc/linux/sound/soc/intel/boards/ |
H A D | bytcht_es8316.c | 579 GPIOD_OUT_LOW | GPIOD_FLAGS_BIT_NONEXCLUSIVE); in snd_byt_cht_es8316_mc_probe()
|
/openbmc/linux/include/linux/gpio/ |
H A D | consumer.h | 33 #define GPIOD_FLAGS_BIT_NONEXCLUSIVE BIT(4) macro
|
/openbmc/linux/drivers/fsi/ |
H A D | fsi-master-aspeed.c | 500 GPIOD_IN | GPIOD_FLAGS_BIT_NONEXCLUSIVE); in tacoma_cabled_fsi_fixup()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | pcm3168a.c | 742 GPIOD_FLAGS_BIT_NONEXCLUSIVE); in pcm3168a_probe()
|
H A D | wsa881x.c | 1122 GPIOD_FLAGS_BIT_NONEXCLUSIVE); in wsa881x_probe()
|
/openbmc/linux/drivers/power/supply/ |
H A D | mt6370-charger.c | 242 GPIOD_FLAGS_BIT_NONEXCLUSIVE, in mt6370_chg_otg_of_parse_cb()
|
/openbmc/linux/drivers/ata/ |
H A D | ahci_imx.c | 1041 GPIOD_OUT_LOW | GPIOD_FLAGS_BIT_NONEXCLUSIVE); in imx8_sata_probe()
|
12