Lines Matching defs:bd2802_led
71 struct bd2802_led { struct
72 struct bd2802_led_platform_data *pdata; argument
73 struct i2c_client *client;
74 struct rw_semaphore rwsem;
75 struct work_struct work;
77 struct led_state led[2];
84 struct led_classdev cdev_led1r;
85 struct led_classdev cdev_led1g;
86 struct led_classdev cdev_led1b;
87 struct led_classdev cdev_led2r;
88 struct led_classdev cdev_led2g;
112 static inline int bd2802_is_rgb_off(struct bd2802_led *led, enum led_ids id, in bd2802_is_rgb_off() argument