| /linux-6.15/drivers/extcon/ |
| H A D | extcon-gpio.c | 100 if (gpiod_is_active_low(data->gpiod)) in gpio_extcon_probe()
|
| /linux-6.15/sound/soc/tegra/ |
| H A D | tegra_wm8903.c | 68 bool active_low = gpiod_is_active_low(machine->gpiod_hp_det); in tegra_wm8903_init()
|
| /linux-6.15/drivers/input/keyboard/ |
| H A D | matrix_keypad.c | 309 if (active_low ^ gpiod_is_active_low(keypad->col_gpios[i])) in matrix_keypad_init_gpio() 328 if (active_low ^ gpiod_is_active_low(keypad->row_gpios[i])) in matrix_keypad_init_gpio()
|
| H A D | gpio_keys_polled.c | 324 if (button->active_low ^ gpiod_is_active_low(bdata->gpiod)) in gpio_keys_polled_probe()
|
| H A D | gpio_keys.c | 545 if (button->active_low ^ gpiod_is_active_low(bdata->gpiod)) in gpio_keys_setup_key() 550 bool active_low = gpiod_is_active_low(bdata->gpiod); in gpio_keys_setup_key()
|
| /linux-6.15/include/linux/gpio/ |
| H A D | consumer.h | 164 int gpiod_is_active_low(const struct gpio_desc *desc); 492 static inline int gpiod_is_active_low(const struct gpio_desc *desc) in gpiod_is_active_low() function
|
| /linux-6.15/drivers/mmc/core/ |
| H A D | slot-gpio.c | 198 if (override_active_level && !gpiod_is_active_low(desc)) in mmc_gpiod_request_cd()
|
| /linux-6.15/drivers/pinctrl/ |
| H A D | pinctrl-da9062.c | 157 gpi_type = !gpiod_is_active_low(desc); in da9062_gpio_direction_input()
|
| /linux-6.15/drivers/leds/ |
| H A D | leds-gpio.c | 250 if (template->active_low ^ gpiod_is_active_low(gpiod)) in gpio_led_get_gpiod()
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpio-aggregator.c | 358 bool is_active_low = gpiod_is_active_low(fwd->descs[offset]); in gpio_fwd_delay()
|
| H A D | gpiolib.c | 3196 int gpiod_is_active_low(const struct gpio_desc *desc) in gpiod_is_active_low() function 3201 EXPORT_SYMBOL_GPL(gpiod_is_active_low); 5064 if (gpiod_is_active_low(desc)) in gpiod_get_array()
|
| /linux-6.15/Documentation/driver-api/gpio/ |
| H A D | board.rst | 49 gpiod_is_active_low(power) will be true).
|
| H A D | consumer.rst | 323 int gpiod_is_active_low(const struct gpio_desc *desc)
|
| /linux-6.15/drivers/pcmcia/ |
| H A D | soc_common.c | 218 if ((i == SOC_STAT_CD) ^ gpiod_is_active_low(skt->stat[i].desc)) in soc_pcmcia_hw_init()
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | cs53l30.c | 993 if (gpiod_is_active_low(cs53l30->mute_gpio)) in cs53l30_i2c_probe()
|
| H A D | wsa881x.c | 1138 wsa881x->sd_n_val = gpiod_is_active_low(wsa881x->sd_n); in wsa881x_probe()
|
| /linux-6.15/drivers/mfd/ |
| H A D | stmpe.c | 1434 pdata->irq_trigger = gpiod_is_active_low(irq_gpio) ? in stmpe_probe()
|
| /linux-6.15/drivers/video/fbdev/ |
| H A D | atmel_lcdfb.c | 981 ret = gpiod_direction_output(gpiod, gpiod_is_active_low(gpiod)); in atmel_lcdfb_of_init()
|
| /linux-6.15/drivers/usb/gadget/udc/ |
| H A D | at91_udc.c | 1625 gpiod_is_active_low(udc->board.pullup_pin)); in at91rm9200_udc_init()
|
| H A D | pxa27x_udc.c | 2370 if (mach->gpio_pullup_inverted ^ gpiod_is_active_low(udc->gpiod)) in pxa_udc_probe()
|
| /linux-6.15/drivers/input/touchscreen/ |
| H A D | iqs7211.c | 2532 irq_flags = gpiod_is_active_low(iqs7211->irq_gpio) ? IRQF_TRIGGER_LOW in iqs7211_probe()
|
| /linux-6.15/drivers/regulator/ |
| H A D | rk808-regulator.c | 1860 gpiod_is_active_low(pdata->dvs_gpio[i]) ? 0 : tmp); in rk808_regulator_dt_parse_pdata()
|
| /linux-6.15/drivers/input/misc/ |
| H A D | iqs7222.c | 3124 irq_flags = gpiod_is_active_low(iqs7222->irq_gpio) ? IRQF_TRIGGER_LOW in iqs7222_probe()
|
| /linux-6.15/drivers/mmc/host/ |
| H A D | atmel-mci.c | 2266 !gpiod_is_active_low(slot_data->detect_pin) ? "true" : "false", in atmci_init_slot()
|