Home
last modified time | relevance | path

Searched full:led_en (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/leds/
Dleds-asic3.c45 timebase = (value == LED_OFF) ? 0 : (LED_EN|0x4); in brightness_set()
83 asic3_write_register(asic, (base + ASIC3_LED_TimeBase), (LED_EN|0x4)); in blink_set()
Dleds-ipaq-micro.c17 #define LED_EN (1 << 4) /* LED ON/OFF 0:off, 1:on */ macro
/Linux-v6.1/Documentation/devicetree/bindings/display/panel/
Dpanel-edp.yaml69 LED_EN | |
/Linux-v6.1/include/linux/mfd/
Dasic3.h180 #define LED_EN (1 << 4) /* LED ON/OFF 0:off, 1:on */ macro