Searched defs:pca955x_led (Results 1 – 1 of 1) sorted by relevance
104 struct pca955x_led { struct105 struct pca955x_chipdef *chipdef;106 struct i2c_client *client;107 struct work_struct work;131 static inline u8 pca955x_ledsel(u8 oldval, int led_num, int state) in pca955x_ledsel() argument