Symbol: GPIOD_FLAGS_BIT_NONEXCLUSIVE
drivers/extcon/extcon-intel-int3496.c
138
devm_gpiod_get(dev, "id", GPIOD_IN | GPIOD_FLAGS_BIT_NONEXCLUSIVE);
drivers/fsi/fsi-master-aspeed.c
500
GPIOD_IN | GPIOD_FLAGS_BIT_NONEXCLUSIVE);
drivers/gpio/gpiolib-devres.c
110
if (flags & GPIOD_FLAGS_BIT_NONEXCLUSIVE) {
drivers/gpio/gpiolib.c
4751
if (!(ret == -EBUSY && flags & GPIOD_FLAGS_BIT_NONEXCLUSIVE))
drivers/gpu/drm/tiny/panel-mipi-dbi.c
360
dc = devm_gpiod_get_optional(dev, "dc", GPIOD_OUT_LOW | GPIOD_FLAGS_BIT_NONEXCLUSIVE);
drivers/net/phy/micrel.c
4590
GPIOD_FLAGS_BIT_NONEXCLUSIVE);
drivers/net/phy/mscc/mscc_ptp.c
1611
GPIOD_FLAGS_BIT_NONEXCLUSIVE |
drivers/power/supply/mt6370-charger.c
242
GPIOD_FLAGS_BIT_NONEXCLUSIVE,
drivers/power/supply/rt9467-charger.c
293
GPIOD_FLAGS_BIT_NONEXCLUSIVE,
drivers/regulator/arizona-ldo1.c
261
GPIOD_OUT_LOW | GPIOD_FLAGS_BIT_NONEXCLUSIVE);
drivers/regulator/da9121-regulator.c
401
GPIOD_FLAGS_BIT_NONEXCLUSIVE,
drivers/regulator/da9211-regulator.c
322
GPIOD_FLAGS_BIT_NONEXCLUSIVE,
drivers/regulator/fixed.c
315
gflags |= GPIOD_FLAGS_BIT_NONEXCLUSIVE;
drivers/regulator/gpio-regulator.c
339
gflags = GPIOD_OUT_HIGH | GPIOD_FLAGS_BIT_NONEXCLUSIVE;
drivers/regulator/gpio-regulator.c
341
gflags = GPIOD_OUT_LOW | GPIOD_FLAGS_BIT_NONEXCLUSIVE;
drivers/regulator/lm363x-regulator.c
281
GPIOD_OUT_LOW | GPIOD_FLAGS_BIT_NONEXCLUSIVE);
drivers/regulator/lm363x-regulator.c
285
GPIOD_OUT_LOW | GPIOD_FLAGS_BIT_NONEXCLUSIVE);
drivers/regulator/lp8788-ldo.c
509
GPIOD_FLAGS_BIT_NONEXCLUSIVE);
drivers/regulator/max77686-regulator.c
231
GPIOD_OUT_HIGH | GPIOD_FLAGS_BIT_NONEXCLUSIVE,
drivers/regulator/max8952.c
214
gflags |= GPIOD_FLAGS_BIT_NONEXCLUSIVE;
drivers/regulator/max8973-regulator.c
714
gflags |= GPIOD_FLAGS_BIT_NONEXCLUSIVE;
drivers/regulator/mt6370-regulator.c
159
GPIOD_FLAGS_BIT_NONEXCLUSIVE,
drivers/regulator/s2mps11.c
364
GPIOD_FLAGS_BIT_NONEXCLUSIVE,
drivers/regulator/s5m8767.c
540
GPIOD_OUT_HIGH | GPIOD_FLAGS_BIT_NONEXCLUSIVE,
drivers/regulator/slg51000-regulator.c
205
GPIOD_FLAGS_BIT_NONEXCLUSIVE,
drivers/regulator/slg51000-regulator.c
451
GPIOD_FLAGS_BIT_NONEXCLUSIVE);
drivers/regulator/sy8827n.c
144
GPIOD_OUT_HIGH | GPIOD_FLAGS_BIT_NONEXCLUSIVE);
drivers/regulator/tps65090-regulator.c
371
gflags |= GPIOD_FLAGS_BIT_NONEXCLUSIVE;
drivers/regulator/wm8994-regulator.c
181
GPIOD_FLAGS_BIT_NONEXCLUSIVE);
drivers/soc/fsl/qe/gpio.c
176
GPIOD_ASIS | GPIOD_FLAGS_BIT_NONEXCLUSIVE);
sound/soc/codecs/pcm3168a.c
741
GPIOD_FLAGS_BIT_NONEXCLUSIVE);
sound/soc/codecs/tlv320aic3x.c
1810
GPIOD_ASIS | GPIOD_FLAGS_BIT_NONEXCLUSIVE);
sound/soc/intel/boards/bytcht_es8316.c
656
GPIOD_OUT_LOW | GPIOD_FLAGS_BIT_NONEXCLUSIVE);