Lines Matching defs:bd2802_led
67 struct bd2802_led { struct
68 struct bd2802_led_platform_data *pdata; argument
69 struct i2c_client *client;
70 struct gpio_desc *reset;
71 struct rw_semaphore rwsem;
73 struct led_state led[2];
80 struct led_classdev cdev_led1r;
81 struct led_classdev cdev_led1g;
82 struct led_classdev cdev_led1b;
83 struct led_classdev cdev_led2r;
84 struct led_classdev cdev_led2g;
108 static inline int bd2802_is_rgb_off(struct bd2802_led *led, enum led_ids id, in bd2802_is_rgb_off() argument