Searched refs:ADP5520_LED_CONTROL (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/leds/ |
D | leds-adp5520.c | 50 ret |= adp5520_set_bits(dev, ADP5520_LED_CONTROL, in adp5520_led_setup() 57 ret |= adp5520_clr_bits(dev, ADP5520_LED_CONTROL, in adp5520_led_setup() 59 ret |= adp5520_set_bits(dev, ADP5520_LED_CONTROL, in adp5520_led_setup() 66 ret |= adp5520_clr_bits(dev, ADP5520_LED_CONTROL, in adp5520_led_setup() 68 ret |= adp5520_set_bits(dev, ADP5520_LED_CONTROL, in adp5520_led_setup() 174 adp5520_clr_bits(led->master, ADP5520_LED_CONTROL, in adp5520_led_remove()
|
/linux-6.1.9/include/linux/mfd/ |
D | adp5520.h | 37 #define ADP5520_LED_CONTROL 0x11 macro
|
/linux-6.1.9/drivers/gpio/ |
D | gpio-adp5520.c | 141 ret = adp5520_set_bits(dev->master, ADP5520_LED_CONTROL, in adp5520_gpio_probe()
|
/linux-6.1.9/drivers/input/keyboard/ |
D | adp5520-keys.c | 148 ret |= adp5520_set_bits(dev->master, ADP5520_LED_CONTROL, in adp5520_keys_probe()
|