Searched refs:active_low (Results 1 - 25 of 71) sorted by last modified time

123

/linux-master/drivers/gpio/
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" : "");
H A Dgpiolib-sysfs.c66 * /active_low
361 static DEVICE_ATTR_RW(active_low);
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);
/linux-master/drivers/reset/
H A Dreset-simple.c43 if (assert ^ data->active_low)
110 * @active_low: if true, bits are cleared to assert the reset. Otherwise, bits
119 bool active_low; member in struct:reset_simple_devdata
132 .active_low = true,
189 data->active_low = devdata->active_low;
/linux-master/drivers/input/keyboard/
H A Dmatrix_keypad.c52 bool level_on = !pdata->active_low;
85 !pdata->active_low : pdata->active_low;
290 gpio_direction_output(pdata->col_gpios[i], !pdata->active_low);
388 pdata->active_low = of_property_read_bool(np, "gpio-activelow");
H A Dgpio_keys_polled.c313 if (button->active_low)
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 ?
/linux-master/arch/x86/kernel/
H A Ddevicetree.c179 u32 active_low; member in struct:of_ioapic_type
187 .active_low = 1,
192 .active_low = 0,
197 .active_low = 1,
202 .active_low = 0,
222 ioapic_set_alloc_attr(&tmp, NUMA_NO_NODE, it->is_level, it->active_low);
/linux-master/arch/mips/txx9/generic/
H A Dsetup.c678 led->active_low = lowactive;
/linux-master/include/linux/
H A Dleds.h620 unsigned active_low : 1; member in struct:gpio_led
H A Dgpio_keys.h13 * @active_low: %true indicates that button is considered
29 int active_low; member in struct:gpio_keys_button
/linux-master/drivers/net/phy/qcom/
H A Dqca808x.c593 bool active_low = false; local
599 active_low = true;
611 priv->led_polarity_mode != active_low) {
617 priv->led_polarity_mode = active_low;
622 active_low ? 0 : QCA808X_LED_ACTIVE_HIGH);
/linux-master/arch/x86/kernel/apic/
H A Dio_apic.c97 bool active_low; member in struct:mp_chip_data
855 int acpi_get_override_irq(u32 gsi, int *is_level, int *active_low) argument
857 *is_level = *active_low = 0;
859 (bool *)active_low);
870 info->ioapic.active_low = polarity;
888 dst->ioapic.active_low = src->ioapic.active_low;
893 dst->ioapic.active_low = pol_low;
900 dst->ioapic.active_low = true;
940 data->entry.active_low
[all...]
/linux-master/arch/x86/include/asm/
H A Dio_apic.h65 active_low : 1, member in struct:IO_APIC_route_entry::__anon190::__anon191
H A Dhw_irq.h48 u32 active_low : 1; member in struct:ioapic_alloc_info
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dlenovo.c190 .active_low = true,
299 .active_low = true,
H A Dother.c102 .active_low = true,
214 .active_low = true,
226 .active_low = true,
501 .active_low = true,
H A Dx86-android-tablets.h97 bool active_low, enum gpiod_flags dflags,
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/sound/soc/amd/acp/acp3x-es83xx/
H A Dacp3x-es83xx.c229 priv->enable_spk_gpio.active_low = false;
230 priv->enable_hp_gpio.active_low = false;
244 priv->enable_spk_gpio.active_low ? "low" : "high",
246 priv->enable_hp_gpio.active_low ? "low" : "high");
301 priv->enable_spk_gpio.active_low ? GPIOD_OUT_LOW : GPIOD_OUT_HIGH);
308 priv->enable_hp_gpio.active_low ? GPIOD_OUT_LOW : GPIOD_OUT_HIGH);
/linux-master/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c87 .active_low = 1,
92 .active_low = 1,
98 .active_low = 1,
103 .active_low = 1,
108 .active_low = 1,
135 .active_low = 1,
140 .active_low = 1,
145 .active_low = 1,
150 .active_low = 1,
156 .active_low
[all...]
/linux-master/drivers/leds/
H A Dleds-gpio.c244 if (template->active_low)
/linux-master/arch/mips/bcm47xx/
H A Dbuttons.c18 .active_low = 1, \
/linux-master/drivers/reset/sti/
H A Dreset-syscfg.c37 * @active_low: are the resets in this controller active low, i.e. clearing
43 bool active_low; member in struct:syscfg_reset_controller
55 u32 ctrl_val = rst->active_low ? !assert : !!assert;
122 return rst->active_low ? !ret_val : !!ret_val;
150 rc->active_low = data->active_low;

Completed in 482 milliseconds

123