Home
last modified time | relevance | path

Searched defs:pca9532_data (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/leds/
Dleds-pca9532.c41 struct pca9532_data { struct
42 struct i2c_client *client;
43 struct pca9532_led leds[16];
44 struct mutex update_lock;
45 struct input_dev *idev;
46 struct work_struct work;
48 struct gpio_chip gpio;
50 const struct pca9532_chip_info *chip_info;
54 u8 pwm[2];
55 u8 psc[2];
[all …]