Searched refs:active_low (Results 51 - 71 of 71) sorted by relevance

123

/linux-master/arch/arm/mach-sa1100/
H A Dcollie.c238 .active_low = 1,
246 .active_low = 1,
/linux-master/drivers/clk/meson/
H A Dmeson8b.c3614 bool active_low; member in struct:meson8b_clk_reset_line
3619 .active_low = false,
3624 .active_low = false,
3629 .active_low = false,
3634 .active_low = false,
3639 .active_low = false,
3644 .active_low = false,
3649 .active_low = false,
3654 .active_low = false,
3659 .active_low
[all...]
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dlenovo.c190 .active_low = true,
299 .active_low = true,
H A Dcore.c44 bool active_low, enum gpiod_flags dflags,
58 lookup->table[0].flags = active_low ? GPIO_ACTIVE_LOW : GPIO_ACTIVE_HIGH;
43 x86_android_tablet_get_gpiod(const char *chip, int pin, const char *con_id, bool active_low, enum gpiod_flags dflags, struct gpio_desc **desc) argument
/linux-master/drivers/input/keyboard/
H A Dtca6416-keypad.c109 ^ button->active_low;
H A Dgpio_keys.c546 if (button->active_low)
562 bool active_low = gpiod_is_active_low(bdata->gpiod); local
614 bdata->wakeup_trigger_type = active_low ?
618 bdata->wakeup_trigger_type = active_low ?
H A Dgpio_keys_polled.c313 if (button->active_low)
/linux-master/drivers/gpio/
H A Dgpiolib-acpi.c637 args->args[2] = par->active_low;
725 bool active_low; member in struct:acpi_gpio_lookup
775 lookup->info.polarity = lookup->active_low;
838 lookup->active_low = !!args.args[2];
892 lookup.pin_index, lookup.active_low);
H A Dgpiolib-sysfs.c66 * /active_low
361 static DEVICE_ATTR_RW(active_low);
H A Dgpiolib.c4769 bool active_low, is_irq, is_out; local
4790 active_low = test_bit(FLAG_ACTIVE_LOW, &desc->flags);
4796 active_low ? "ACTIVE LOW" : "");
/linux-master/arch/mips/bcm47xx/
H A Dleds.c16 .active_low = _active_low, \
25 .active_low = _active_low, \
H A Dbuttons.c18 .active_low = 1, \
/linux-master/drivers/platform/x86/
H A Dbarco-p50-gpio.c105 .active_low = 1,
/linux-master/drivers/net/ethernet/8390/
H A Daxnet_cs.c119 int active_low; member in struct:axnet_dev
326 info->active_low = 0;
344 info->active_low = 1;
395 if (info->active_low == 1)
/linux-master/drivers/leds/
H A Dleds-gpio.c244 if (template->active_low)
/linux-master/include/linux/
H A Dleds.h620 unsigned active_low : 1; member in struct:gpio_led
/linux-master/drivers/thermal/tegra/
H A Dsoctherm.c309 u32 active_low; member in struct:soctherm_oc_cfg
1585 stc->oc_cfg.active_low = 1;
1587 stc->oc_cfg.active_low = 0;
1880 r = REG_SET_MASK(r, OC1_CFG_ALARM_POLARITY_MASK, oc->active_low);
/linux-master/drivers/clk/sifive/
H A Dsifive-prci.c589 pd->reset.active_low = true;
/linux-master/include/linux/gpio/
H A Dconsumer.h577 bool active_low; member in struct:acpi_gpio_params
/linux-master/arch/arm/mach-s3c/
H A Dmach-crag6410.c212 .active_low = 1,
/linux-master/arch/mips/txx9/generic/
H A Dsetup.c678 led->active_low = lowactive;

Completed in 475 milliseconds

123