Searched refs:active_low (Results 1 - 25 of 71) sorted by relevance

123

/linux-master/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
[all...]
/linux-master/include/linux/
H A Dtca6416_keypad.h18 int active_low; member in struct:tca6416_button
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/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/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-master/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 in struct:reset_simple_data
/linux-master/arch/mips/loongson32/ls1b/
H A Dboard.c18 .active_low = 1,
24 .active_low = 1,
/linux-master/arch/arm/mach-orion5x/
H A 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,
H A 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;
H A Dmv2120-setup.c83 .active_low = 1,
88 .active_low = 1,
160 .active_low = 1,
165 .active_low = 1,
H A Dboard-d2net.c59 .active_low = 1,
/linux-master/drivers/reset/sti/
H A Dreset-syscfg.h42 * @active_low: Are the resets in this controller active low, i.e. clearing
49 bool active_low; member in struct:syscfg_reset_controller_data
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;
/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;
H A Dreset-sunxi.c56 data->active_low = true;
/linux-master/arch/x86/include/asm/
H A Dmsi.h21 active_low : 1, member in struct:x86_msi_data::__anon107::__anon108
H A Dhw_irq.h48 u32 active_low : 1; member in struct:ioapic_alloc_info
/linux-master/include/linux/input/
H A Dmatrix_keypad.h50 * @active_low: gpio polarity
77 bool active_low; member in struct:matrix_keypad_platform_data
/linux-master/drivers/leds/
H A Dleds-bcm6358.c36 * @active_low: LED is active low
43 bool active_low; member in struct:bcm6358_led
85 if ((led->active_low && value == LED_OFF) ||
86 (!led->active_low && value != LED_OFF))
112 led->active_low = true;
124 if ((led->active_low && !val) || (!led->active_low && val))
H A Dleds-pwm.c24 u8 active_low; member in struct:led_pwm
33 unsigned int active_low; member in struct:led_pwm_data
52 if (led_dat->active_low)
68 led_data->active_low = led->active_low;
153 led.active_low = fwnode_property_read_bool(fwnode,
H A Dleds-bcm6328.c66 * @active_low: LED is active low
75 bool active_low; member in struct:bcm6328_led
141 if ((led->active_low && value == LED_OFF) ||
142 (!led->active_low && value != LED_OFF))
349 led->active_low = true;
367 if ((led->active_low && val == BCM6328_LED_MODE_OFF) ||
368 (!led->active_low && val == BCM6328_LED_MODE_ON))
/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/drivers/input/keyboard/
H A Dnspire-keypad.c47 bool active_low; member in struct:nspire_keypad
69 if (keypad->active_low)
181 keypad->active_low = of_property_read_bool(of_node, "active-low");
255 keypad->active_low ? ", active_low" : "");
/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/alchemy/
H A Dboard-gpr.c168 .active_low = 1,
173 .active_low = 1,

Completed in 247 milliseconds

123