Searched defs:pca9532_data (Results 1 – 1 of 1) sorted by relevance
39 struct pca9532_data { struct40 struct i2c_client *client;41 struct pca9532_led leds[16];42 struct mutex update_lock;43 struct input_dev *idev;44 struct work_struct work;46 struct gpio_chip gpio;48 const struct pca9532_chip_info *chip_info;49 u8 pwm[2];50 u8 psc[2];
Completed in 4 milliseconds