Home
last modified time | relevance | path

Searched refs:active_low (Results 1 – 25 of 73) sorted by relevance

123

/linux-6.6.21/arch/mips/bcm63xx/boards/
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 = 1,
[all …]
/linux-6.6.21/arch/sh/boards/mach-x3proto/
Dsetup.c130 .active_low = 1,
135 .active_low = 1,
140 .active_low = 1,
144 .active_low = 1,
148 .active_low = 1,
152 .active_low = 1,
156 .active_low = 1,
160 .active_low = 1,
164 .active_low = 1,
168 .active_low = 1,
[all …]
/linux-6.6.21/arch/mips/ar7/
Dplatform.c340 .active_low = 1,
345 { .name = "status", .gpio = 8, .active_low = 1, },
346 { .name = "wifi", .gpio = 13, .active_low = 1, },
353 .active_low = 1,
358 .active_low = 1,
363 .active_low = 1,
371 .active_low = 1,
376 .active_low = 1,
381 .active_low = 1,
386 .active_low = 1,
[all …]
/linux-6.6.21/arch/sh/boards/mach-rsk/
Ddevices-rsk7203.c54 .active_low = 1,
59 .active_low = 1,
64 .active_low = 1,
69 .active_low = 1,
90 .active_low = 1,
95 .active_low = 1,
100 .active_low = 1,
/linux-6.6.21/arch/arm/mach-orion5x/
Dts409-setup.c172 .active_low = 1,
176 .active_low = 1,
180 .active_low = 1,
184 .active_low = 1,
214 .active_low = 1,
219 .active_low = 1,
Ddns323-setup.c262 .active_low = 1,
266 .active_low = 1,
276 .active_low = 1,
280 .active_low = 1,
284 .active_low = 1,
318 .active_low = 1,
323 .active_low = 1,
337 .active_low = 1,
624 dns323ab_leds[0].active_low = 1; in dns323_init()
Dmv2120-setup.c83 .active_low = 1,
88 .active_low = 1,
160 .active_low = 1,
165 .active_low = 1,
Dnet2big-setup.c305 .active_low = 0,
312 .active_low = 0,
319 .active_low = 0,
/linux-6.6.21/drivers/leds/
Dleds-pwm.c24 u8 active_low; member
33 unsigned int active_low; member
52 if (led_dat->active_low) in led_pwm_set()
68 led_data->active_low = led->active_low; in led_pwm_add()
153 led.active_low = fwnode_property_read_bool(fwnode, in led_pwm_create_fwnode()
Dleds-bcm6358.c43 bool active_low; member
85 if ((led->active_low && value == LED_OFF) || in bcm6358_led_set()
86 (!led->active_low && value != LED_OFF)) in bcm6358_led_set()
112 led->active_low = true; in bcm6358_led()
124 if ((led->active_low && !val) || (!led->active_low && val)) in bcm6358_led()
Dleds-bcm6328.c75 bool active_low; member
141 if ((led->active_low && value == LED_OFF) || in bcm6328_led_set()
142 (!led->active_low && value != LED_OFF)) in bcm6328_led_set()
349 led->active_low = true; in bcm6328_led()
367 if ((led->active_low && val == BCM6328_LED_MODE_OFF) || in bcm6328_led()
368 (!led->active_low && val == BCM6328_LED_MODE_ON)) in bcm6328_led()
/linux-6.6.21/arch/x86/kernel/
Ddevicetree.c179 u32 active_low; member
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); in dt_irqdomain_alloc()
/linux-6.6.21/drivers/reset/sti/
Dreset-syscfg.c42 bool active_low; member
54 u32 ctrl_val = rst->active_low ? !assert : !!assert; in syscfg_reset_program_hw()
121 return rst->active_low ? !ret_val : !!ret_val; in syscfg_reset_status()
149 rc->active_low = data->active_low; in syscfg_reset_controller_register()
/linux-6.6.21/drivers/reset/
Dreset-simple.c43 if (assert ^ data->active_low) in reset_simple_update()
119 bool active_low; member
132 .active_low = true,
188 data->active_low = devdata->active_low; in reset_simple_probe()
/linux-6.6.21/arch/mips/loongson32/ls1b/
Dboard.c20 .active_low = 1,
26 .active_low = 1,
/linux-6.6.21/drivers/input/keyboard/
Dnspire-keypad.c47 bool active_low; member
69 if (keypad->active_low) in nspire_keypad_irq()
181 keypad->active_low = of_property_read_bool(of_node, "active-low"); in nspire_keypad_probe()
255 keypad->active_low ? ", active_low" : ""); in nspire_keypad_probe()
Dmatrix_keypad.c50 bool level_on = !pdata->active_low; in __activate_col()
83 !pdata->active_low : pdata->active_low; in row_asserted()
321 gpio_direction_output(pdata->col_gpios[i], !pdata->active_low); in matrix_keypad_init_gpio()
433 pdata->active_low = of_property_read_bool(np, "gpio-activelow"); in matrix_keypad_parse_dt()
/linux-6.6.21/arch/x86/kernel/apic/
Dio_apic.c97 bool active_low; member
855 int acpi_get_override_irq(u32 gsi, int *is_level, int *active_low) in acpi_get_override_irq() argument
857 *is_level = *active_low = 0; in acpi_get_override_irq()
859 (bool *)active_low); in acpi_get_override_irq()
870 info->ioapic.active_low = polarity; in ioapic_set_alloc_attr()
888 dst->ioapic.active_low = src->ioapic.active_low; in ioapic_copy_alloc_attr()
893 dst->ioapic.active_low = pol_low; in ioapic_copy_alloc_attr()
900 dst->ioapic.active_low = true; in ioapic_copy_alloc_attr()
940 data->entry.active_low = data->active_low = info->ioapic.active_low; in mp_check_pin_attr()
944 data->active_low == info->ioapic.active_low; in mp_check_pin_attr()
[all …]
/linux-6.6.21/drivers/leds/rgb/
Dleds-pwm-multicolor.c22 bool active_low; member
49 if (priv->leds[i].active_low) in led_pwm_mc_set()
83 pwmled->active_low = fwnode_property_read_bool(fwnode, "active-low"); in iterate_subleds()
/linux-6.6.21/drivers/platform/x86/x86-android-tablets/
Dother.c100 .active_low = true,
211 .active_low = true,
223 .active_low = true,
495 .active_low = true,
/linux-6.6.21/drivers/input/misc/
Dsoc_button_array.c32 bool active_low; member
219 gpio_keys[n_buttons].active_low = info->active_low; in soc_button_device_create()
282 info->active_low = true; in soc_button_parse_btn_desc()
306 info->active_low = false; in soc_button_parse_btn_desc()
/linux-6.6.21/sound/soc/tegra/
Dtegra_wm8903.c68 bool active_low = gpiod_is_active_low(machine->gpiod_hp_det); in tegra_wm8903_init() local
70 machine->hp_jack_gpio->invert = !active_low; in tegra_wm8903_init()
/linux-6.6.21/arch/mips/alchemy/
Dboard-gpr.c168 .active_low = 1,
173 .active_low = 1,
/linux-6.6.21/drivers/leds/blink/
Dleds-bcm63138.c57 bool active_low; member
226 led->active_low = of_property_read_bool(np, "active-low"); in bcm63138_leds_create_led()
246 led->active_low ? 0 : bit); in bcm63138_leds_create_led()
/linux-6.6.21/arch/mips/alchemy/devboards/
Ddb1300.c364 .active_low = 1,
372 .active_low = 1,
380 .active_low = 1,
388 .active_low = 1,
396 .active_low = 1,

123