| /linux-6.15/arch/mips/bcm63xx/boards/ |
| H A D | board_bcm963xx.c | 87 .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.15/arch/sh/boards/mach-x3proto/ |
| H A D | setup.c | 130 .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.15/arch/sh/boards/mach-rsk/ |
| H A D | devices-rsk7203.c | 54 .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.15/drivers/reset/ |
| H A D | reset-imx8mp-audiomix.c | 26 bool active_low; member 33 .active_low = true, 38 .active_low = true, 43 .active_low = false, 63 unsigned int mask, offset, active_low; in imx8mp_audiomix_update() local 68 active_low = reset_map[id].active_low; in imx8mp_audiomix_update() 73 if (active_low ^ assert) in imx8mp_audiomix_update()
|
| H A D | reset-simple.c | 43 if (assert ^ data->active_low) in reset_simple_update() 119 bool active_low; member 132 .active_low = true, 189 data->active_low = devdata->active_low; in reset_simple_probe()
|
| /linux-6.15/drivers/leds/ |
| H A D | leds-pwm.c | 23 u8 active_low; member 32 unsigned int active_low; member 51 if (led_dat->active_low) in led_pwm_set() 87 led_data->active_low = led->active_low; in led_pwm_add() 170 led.active_low = fwnode_property_read_bool(fwnode, in led_pwm_create_fwnode()
|
| H A D | leds-bcm6358.c | 43 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()
|
| H A D | leds-bcm6328.c | 75 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.15/arch/x86/kernel/ |
| H A D | devicetree.c | 182 u32 active_low; member 190 .active_low = 1, 195 .active_low = 0, 200 .active_low = 1, 205 .active_low = 0, 225 ioapic_set_alloc_attr(&tmp, NUMA_NO_NODE, it->is_level, it->active_low); in dt_irqdomain_alloc()
|
| /linux-6.15/drivers/reset/sti/ |
| H A D | reset-syscfg.c | 43 bool active_low; member 55 u32 ctrl_val = rst->active_low ? !assert : !!assert; in syscfg_reset_program_hw() 122 return rst->active_low ? !ret_val : !!ret_val; in syscfg_reset_status() 150 rc->active_low = data->active_low; in syscfg_reset_controller_register()
|
| /linux-6.15/arch/mips/loongson32/ls1b/ |
| H A D | board.c | 18 .active_low = 1, 24 .active_low = 1,
|
| /linux-6.15/sound/soc/amd/acp/acp3x-es83xx/ |
| H A D | acp3x-es83xx.c | 230 priv->enable_spk_gpio.active_low = false; in acp3x_es83xx_configure_gpios() 231 priv->enable_hp_gpio.active_low = false; in acp3x_es83xx_configure_gpios() 245 str_low_high(priv->enable_spk_gpio.active_low), in acp3x_es83xx_configure_gpios() 247 str_low_high(priv->enable_hp_gpio.active_low)); in acp3x_es83xx_configure_gpios() 302 priv->enable_spk_gpio.active_low ? GPIOD_OUT_LOW : GPIOD_OUT_HIGH); in acp3x_es83xx_init() 309 priv->enable_hp_gpio.active_low ? GPIOD_OUT_LOW : GPIOD_OUT_HIGH); in acp3x_es83xx_init()
|
| /linux-6.15/arch/x86/kernel/apic/ |
| H A D | io_apic.c | 97 bool active_low; member 792 *is_level = *active_low = 0; in acpi_get_override_irq() 794 (bool *)active_low); in acpi_get_override_irq() 823 dst->ioapic.active_low = src->ioapic.active_low; in ioapic_copy_alloc_attr() 875 data->entry.active_low = data->active_low = info->ioapic.active_low; in mp_check_pin_attr() 879 data->active_low == info->ioapic.active_low; in mp_check_pin_attr() 1334 entry.active_low = false; in native_restore_boot_irq_mode() 1974 entry1.active_low = entry0.active_low; in unlock_ExtINT_logic() 2816 data->active_low = info->ioapic.active_low; in mp_irqdomain_get_attr() 2820 data->active_low = true; in mp_irqdomain_get_attr() [all …]
|
| /linux-6.15/drivers/input/keyboard/ |
| H A D | nspire-keypad.c | 47 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()
|
| H A D | matrix_keypad.c | 278 bool active_low; in matrix_keypad_init_gpio() local 293 active_low = device_property_read_bool(&pdev->dev, "gpio-activelow"); in matrix_keypad_init_gpio() 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()
|
| /linux-6.15/drivers/leds/rgb/ |
| H A D | leds-pwm-multicolor.c | 22 bool active_low; member 49 if (priv->leds[i].active_low) in led_pwm_mc_set() 89 pwmled->active_low = fwnode_property_read_bool(fwnode, "active-low"); in iterate_subleds()
|
| /linux-6.15/arch/arm/mach-orion5x/ |
| H A D | net2big-setup.c | 318 .active_low = 0, 325 .active_low = 0, 332 .active_low = 0,
|
| H A D | mv2120-setup.c | 84 .active_low = 1, 89 .active_low = 1,
|
| /linux-6.15/drivers/net/wireless/ath/ath10k/ |
| H A D | leds.c | 29 ar->leds.gpio_state_pin = (brightness != LED_OFF) ^ led->active_low; in ath10k_leds_set_brightness_blocking() 66 ar->leds.wifi_led.active_low = 1; in ath10k_leds_register()
|
| /linux-6.15/drivers/input/misc/ |
| H A D | soc_button_array.c | 32 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.15/drivers/net/phy/qcom/ |
| H A D | qca808x.c | 593 bool active_low = false; in qca808x_led_polarity_set() local 599 active_low = true; in qca808x_led_polarity_set() 611 priv->led_polarity_mode != active_low) { in qca808x_led_polarity_set() 617 priv->led_polarity_mode = active_low; in qca808x_led_polarity_set() 622 active_low ? 0 : QCA808X_LED_ACTIVE_HIGH); in qca808x_led_polarity_set()
|
| /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() local 70 machine->hp_jack_gpio->invert = !active_low; in tegra_wm8903_init()
|
| /linux-6.15/arch/mips/alchemy/ |
| H A D | board-gpr.c | 168 .active_low = 1, 173 .active_low = 1,
|
| /linux-6.15/drivers/leds/blink/ |
| H A D | leds-bcm63138.c | 62 bool active_low; member 225 led->active_low = of_property_read_bool(np, "active-low"); in bcm63138_leds_create_led() 245 led->active_low ? 0 : bit); in bcm63138_leds_create_led()
|
| /linux-6.15/arch/mips/alchemy/devboards/ |
| H A D | db1300.c | 364 .active_low = 1, 372 .active_low = 1, 380 .active_low = 1, 388 .active_low = 1, 396 .active_low = 1,
|