Searched refs:fault_get (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | led-class-flash.h | 47 int (*fault_get)(struct led_classdev_flash *fled_cdev, u32 *fault); member
|
/openbmc/linux/drivers/leds/ |
H A D | led-class-flash.c | 277 if (ops->fault_get) in led_flash_init_sysfs_groups() 406 return call_flash_op(fled_cdev, fault_get, fault); in led_get_flash_fault()
|
/openbmc/linux/drivers/leds/flash/ |
H A D | leds-lm3601x.c | 319 .fault_get = lm3601x_flash_fault_get,
|
H A D | leds-rt4505.c | 219 .fault_get = rt4505_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-qcom-flash.c | 453 .fault_get = qcom_flash_fault_get,
|
H A D | leds-mt6360.c | 381 .fault_get = mt6360_fault_get,
|
H A D | leds-max77693.c | 789 .fault_get = max77693_led_flash_fault_get,
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | light.c | 744 .fault_get = gb_lights_flash_fault_get,
|