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

123

/linux-master/sound/soc/tegra/
H A Dtegra_wm8903.c68 bool active_low = gpiod_is_active_low(machine->gpiod_hp_det); local
70 machine->hp_jack_gpio->invert = !active_low;
/linux-master/arch/x86/platform/geode/
H A Dnet5501.c34 .active_low = 1,
H A Dgeos.c32 .active_low = 1,
H A Dalix.c48 .active_low = 1,
/linux-master/drivers/platform/x86/x86-android-tablets/
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 Dasus.c30 .active_low = true,
/linux-master/arch/arm/mach-orion5x/
H A Dnet2big-setup.c305 .active_low = 0,
312 .active_low = 0,
319 .active_low = 0,
H A Dts209-setup.c208 .active_low = 1,
213 .active_low = 1,
/linux-master/drivers/leds/blink/
H A Dleds-bcm63138.c57 bool active_low; member in struct:bcm63138_led
226 led->active_low = of_property_read_bool(np, "active-low");
246 led->active_low ? 0 : bit);
/linux-master/drivers/leds/rgb/
H A Dleds-pwm-multicolor.c22 bool active_low; member in struct:pwm_led
49 if (priv->leds[i].active_low)
83 pwmled->active_low = fwnode_property_read_bool(fwnode, "active-low");
/linux-master/drivers/input/misc/
H A Dsoc_button_array.c32 bool active_low; member in struct:soc_button_info
219 gpio_keys[n_buttons].active_low = info->active_low;
282 info->active_low = true;
306 info->active_low = false;
/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/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");
/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/arm/mach-mv78xx0/
H A Dbuffalo-wxl-setup.c113 .active_low = 1,
/linux-master/arch/x86/include/asm/
H A Dio_apic.h65 active_low : 1, member in struct:IO_APIC_route_entry::__anon190::__anon191
/linux-master/arch/mips/txx9/rbtx4927/
H A Dsetup.c323 { .name = "gpioled:green:0", .gpio = 0, .active_low = 1, },
324 { .name = "gpioled:green:1", .gpio = 1, .active_low = 1, },
/linux-master/arch/arm/mach-sa1100/
H A Dh3xxx.c176 .active_low = 1,
182 .active_low = 1,
/linux-master/arch/mips/alchemy/devboards/
H A Ddb1300.c364 .active_low = 1,
372 .active_low = 1,
380 .active_low = 1,
388 .active_low = 1,
396 .active_low = 1,
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_csi2_bridge.c316 bool active_low; local
361 active_low = INTEL_GPIO_DSM_SENSOR_ON_VAL(settings);
369 data->map->params[i].active_low = active_low;
378 pin, active_low ? "low" : "high");
/linux-master/drivers/reset/sti/
H A Dreset-stih407.c119 .active_low = true,
/linux-master/drivers/platform/x86/
H A Dmeraki-mx100.c127 .active_low = 1,
H A Dpcengines-apuv2.c106 .active_low = 1,
/linux-master/drivers/reset/
H A Dreset-uniphier-glue.c99 priv->rdata.active_low = true;

Completed in 319 milliseconds

123