Searched defs:pca9532_data (Results 1 – 1 of 1) sorted by relevance
41 struct pca9532_data { struct42 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 …]