Home
last modified time | relevance | path

Searched full:active_low (Results 1 – 25 of 69) sorted by relevance

123

/linux/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 = 1,
[all …]
/linux/arch/sh/boards/mach-x3proto/
H A 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/arch/sh/boards/mach-rsk/
H A 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/drivers/leds/
H A Dleds-bcm6358.c36 * @active_low: LED is active low
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 Dleds-pwm.c23 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 Dleds-bcm6328.c66 * @active_low: LED is active low
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/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
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()
H A Dreset-syscfg.h42 * @active_low: Are the resets in this controller active low, i.e. clearing
49 bool active_low; member
/linux/drivers/reset/
H A Dreset-simple.c43 if (assert ^ data->active_low) in reset_simple_update()
110 * @active_low: if true, bits are cleared to assert the reset. Otherwise, bits
119 bool active_low; member
132 .active_low = true,
189 data->active_low = devdata->active_low; in reset_simple_probe()
/linux/arch/x86/kernel/
H A Ddevicetree.c182 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/drivers/input/keyboard/
H A 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()
H A Dmatrix_keypad.c274 bool active_low; in matrix_keypad_init_gpio() local
289 active_low = device_property_read_bool(&pdev->dev, "gpio-activelow"); in matrix_keypad_init_gpio()
305 if (active_low ^ gpiod_is_active_low(keypad->col_gpios[i])) in matrix_keypad_init_gpio()
324 if (active_low ^ gpiod_is_active_low(keypad->row_gpios[i])) in matrix_keypad_init_gpio()
/linux/sound/soc/amd/acp/acp3x-es83xx/
H A Dacp3x-es83xx.c229 priv->enable_spk_gpio.active_low = false; in acp3x_es83xx_configure_gpios()
230 priv->enable_hp_gpio.active_low = false; in acp3x_es83xx_configure_gpios()
244 priv->enable_spk_gpio.active_low ? "low" : "high", in acp3x_es83xx_configure_gpios()
246 priv->enable_hp_gpio.active_low ? "low" : "high"); in acp3x_es83xx_configure_gpios()
301 priv->enable_spk_gpio.active_low ? GPIOD_OUT_LOW : GPIOD_OUT_HIGH); in acp3x_es83xx_init()
308 priv->enable_hp_gpio.active_low ? GPIOD_OUT_LOW : GPIOD_OUT_HIGH); in acp3x_es83xx_init()
/linux/arch/mips/loongson32/ls1b/
H A Dboard.c18 .active_low = 1,
24 .active_low = 1,
/linux/include/linux/reset/
H A Dreset-simple.h24 * @active_low: if true, bits are cleared to assert the reset. Otherwise, bits
41 bool active_low; member
/linux/include/linux/
H A Dgpio_keys.h13 * @active_low: %true indicates that button is considered
29 int active_low; member
/linux/Documentation/firmware-guide/acpi/
H A Dgpio-properties.rst42 Package () { "name", Package () { ref, index, pin, active_low }}
51 active_low
52 If 1, the GPIO is marked as active_low.
55 active low or high, the "active_low" argument can be used here. Setting
58 Note, active_low in _DSD does not make sense for GpioInt() resource and
243 crs_entry_index, line_index, active_low, representing the index of the target
/linux/tools/testing/selftests/gpio/
H A Dgpio-mockup-sysfs.sh51 echo 0 > "$sysfs_ldir/active_low"
54 echo 1 > "$sysfs_ldir/active_low"
/linux/drivers/net/wireless/ath/ath10k/
H A Dleds.c29 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/drivers/leds/blink/
H A Dleds-bcm63138.c62 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/drivers/input/misc/
H A 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/sound/soc/tegra/
H A 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/drivers/staging/media/atomisp/pci/
H A Datomisp_csi2_bridge.c332 bool active_low; in atomisp_csi2_handle_acpi_gpio_res() local
377 active_low = INTEL_GPIO_DSM_SENSOR_ON_VAL(settings); in atomisp_csi2_handle_acpi_gpio_res()
385 data->map->params[i].active_low = active_low; in atomisp_csi2_handle_acpi_gpio_res()
394 pin, active_low ? "low" : "high"); in atomisp_csi2_handle_acpi_gpio_res()
/linux/Documentation/devicetree/bindings/sound/
H A Dadi,ssm2305.txt7 The gpio signal is ACTIVE_LOW.
/linux/arch/mips/alchemy/
H A Dboard-gpr.c168 .active_low = 1,
173 .active_low = 1,

123