Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/drivers/reset/
H A Dsti-reset.c58 bool active_low; member
183 .active_low = true,
231 u32 ctrl_val = reset_desc->active_low ? !assert : !!assert; in sti_reset_program_hw()