Lines Matching refs:max8997_led
43 struct max8997_led { struct
52 static void max8997_led_set_mode(struct max8997_led *led, in max8997_led_set_mode() argument
102 static void max8997_led_enable(struct max8997_led *led, bool enable) in max8997_led_enable()
121 static void max8997_led_set_current(struct max8997_led *led, in max8997_led_set_current()
156 struct max8997_led *led = in max8997_led_brightness_set()
157 container_of(led_cdev, struct max8997_led, cdev); in max8997_led_brightness_set()
172 struct max8997_led *led = in max8997_led_show_mode()
173 container_of(led_cdev, struct max8997_led, cdev); in max8997_led_show_mode()
206 struct max8997_led *led = in max8997_led_store_mode()
207 container_of(led_cdev, struct max8997_led, cdev); in max8997_led_store_mode()
242 struct max8997_led *led; in max8997_led_probe()
296 struct max8997_led *led = platform_get_drvdata(pdev); in max8997_led_remove()