Searched refs:fault_get (Results 1 – 11 of 11) sorted by relevance
/linux/include/linux/ |
H A D | led-class-flash.h | 47 int (*fault_get)(struct led_classdev_flash *fled_cdev, u32 *fault); member
|
/linux/drivers/leds/ |
H A D | led-class-flash.c | 276 if (ops->fault_get) in led_flash_init_sysfs_groups() 405 return call_flash_op(fled_cdev, fault_get, fault); in led_get_flash_fault()
|
/linux/drivers/leds/flash/ |
H A D | leds-lm3601x.c | 318 .fault_get = lm3601x_flash_fault_get,
|
H A D | leds-rt4505.c | 219 .fault_get = rt4505_fault_get,
|
H A D | leds-sy7802.c | 290 .fault_get = sy7802_fault_get,
|
H A D | leds-mt6370-flash.c | 339 .fault_get = mt6370_fault_get,
|
H A D | leds-as3645a.c | 377 .fault_get = as3645a_get_fault,
|
H A D | leds-tps6131x.c | 529 .fault_get = tps6131x_flash_fault_get,
|
H A D | leds-mt6360.c | 391 .fault_get = mt6360_fault_get,
|
H A D | leds-qcom-flash.c | 606 .fault_get = qcom_flash_fault_get,
|
/linux/drivers/staging/greybus/ |
H A D | light.c | 723 .fault_get = gb_lights_flash_fault_get,
|