Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dmach-n30.c97 .active_low = 0,
103 .active_low = 0,
109 .active_low = 0,
115 .active_low = 0,
121 .active_low = 0,
127 .active_low = 0,
133 .active_low = 0,
139 .active_low = 0,
162 .active_low = 0,
169 .active_low = 0,
[all …]
H A Dmach-smartq7.c33 .active_low = 1,
38 .active_low = 1,
60 .active_low = 1,
68 .active_low = 1,
76 .active_low = 1,
84 .active_low = 1,
92 .active_low = 1,
100 .active_low = 1,
H A Dmach-smartq5.c33 .active_low = 1,
38 .active_low = 1,
60 .active_low = 1,
68 .active_low = 1,
76 .active_low = 1,
84 .active_low = 1,
H A Dmach-rx1950.c653 .active_low = 1,
660 .active_low = 1,
666 .active_low = 1,
672 .active_low = 1,
678 .active_low = 1,
684 .active_low = 1,
690 .active_low = 1,
696 .active_low = 1,
702 .active_low = 1,
708 .active_low = 1,
[all …]
/OK3568_Linux_fs/kernel/arch/mips/ar7/
H A 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 …]
/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/kernel/arch/arm/mach-orion5x/
H A Dwrt350n-v2-setup.c36 .active_low = 1,
40 .active_low = 1,
44 .active_low = 1,
48 .active_low = 1,
52 .active_low = 1,
77 .active_low = 1,
82 .active_low = 1,
H A Dls_hgl-setup.c93 .active_low = 1,
97 .active_low = 1,
101 .active_low = 1,
136 .active_low = 1,
142 .active_low = 1,
148 .active_low = 1,
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; in dns323_init()
H A Dmv2120-setup.c83 .active_low = 1,
88 .active_low = 1,
160 .active_low = 1,
165 .active_low = 1,
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-pwm.c23 u8 active_low; member
31 unsigned int active_low; member
50 if (led_dat->active_low) in led_pwm_set()
66 led_data->active_low = led->active_low; in led_pwm_add()
118 led.active_low = fwnode_property_read_bool(fwnode, in led_pwm_create_fwnode()
H A 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()
111 led->active_low = true; in bcm6358_led()
120 if ((led->active_low && !val) || in bcm6358_led()
121 (!led->active_low && val)) in bcm6358_led()
H A 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()
347 led->active_low = true; in bcm6328_led()
365 if ((led->active_low && val == BCM6328_LED_MODE_OFF) || in bcm6328_led()
366 (!led->active_low && val == BCM6328_LED_MODE_ON)) in bcm6328_led()
/OK3568_Linux_fs/u-boot/drivers/led/
H A Dled_bcm6358.c40 bool active_low; member
75 state = (priv->active_low ? LEDST_ON : LEDST_OFF); in bcm6358_led_get_state()
78 state = (priv->active_low ? LEDST_OFF : LEDST_ON); in bcm6358_led_get_state()
92 mode = (priv->active_low ? LED_MODE_ON : LED_MODE_OFF); in bcm6358_led_set_state()
95 mode = (priv->active_low ? LED_MODE_OFF : LED_MODE_ON); in bcm6358_led_set_state()
176 priv->active_low = true; in bcm6358_led_probe()
H A Dled_bcm6328.c47 bool active_low; member
76 state = (priv->active_low ? LEDST_ON : LEDST_OFF); in bcm6328_led_get_state()
79 state = (priv->active_low ? LEDST_OFF : LEDST_ON); in bcm6328_led_get_state()
98 mode = (priv->active_low ? LED_MODE_ON : LED_MODE_OFF); in bcm6328_led_set_state()
101 mode = (priv->active_low ? LED_MODE_OFF : LED_MODE_ON); in bcm6328_led_set_state()
211 priv->active_low = true; in bcm6328_led_probe()
/OK3568_Linux_fs/kernel/arch/x86/platform/geode/
H A Dgeos.c31 .active_low = 1,
58 .active_low = 1,
64 .active_low = 1,
70 .active_low = 1,
H A Dalix.c47 .active_low = 1,
74 .active_low = 1,
80 .active_low = 1,
86 .active_low = 1,
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dballoon3.c388 .active_low = 1,
393 .active_low = 1,
414 .active_low = 1,
418 .active_low = 1,
422 .active_low = 1,
426 .active_low = 1,
430 .active_low = 1,
434 .active_low = 1,
438 .active_low = 1,
442 .active_low = 1,
/OK3568_Linux_fs/kernel/drivers/reset/sti/
H A Dreset-syscfg.c42 bool active_low; member
54 u32 ctrl_val = rst->active_low ? !assert : !!assert; in syscfg_reset_program_hw()
131 return rst->active_low ? !ret_val : !!ret_val; in syscfg_reset_status()
159 rc->active_low = data->active_low; in syscfg_reset_controller_register()
/OK3568_Linux_fs/kernel/drivers/reset/
H A Dreset-simple.c44 if (assert ^ data->active_low) in reset_simple_update()
120 bool active_low; member
133 .active_low = true,
186 data->active_low = devdata->active_low; in reset_simple_probe()
/OK3568_Linux_fs/kernel/tools/testing/selftests/gpio/
H A Dgpio-mockup-sysfs.sh7 active_low_sysfs=`cat $GPIO_SYSFS/gpio$nr/active_low`
40 active_low=$3
44 echo $active_low > $GPIO_SYSFS/gpio$nr/active_low
/OK3568_Linux_fs/kernel/arch/arm/mach-davinci/
H A Dboard-dm644x-evm.c322 { .name = "DS8", .active_low = 1,
324 { .name = "DS7", .active_low = 1, },
325 { .name = "DS6", .active_low = 1, },
326 { .name = "DS5", .active_low = 1, },
327 { .name = "DS4", .active_low = 1, },
328 { .name = "DS3", .active_low = 1, },
329 { .name = "DS2", .active_low = 1,
331 { .name = "DS1", .active_low = 1,

1234