Searched defs:regulator_led (Results 1 – 1 of 1) sorted by relevance
26 struct regulator_led { struct27 struct led_classdev cdev;28 enum led_brightness value;29 int enabled;30 struct mutex mutex;31 struct work_struct work;33 struct regulator *vcc;