Searched defs:ucsi_ccg (Results 1 – 1 of 1) sorted by relevance
190 struct ucsi_ccg { struct191 struct device *dev;192 struct ucsi *ucsi;193 struct i2c_client *client;218 struct ucsi_ccg_altmode orig[UCSI_MAX_ALTMODES]; argument219 struct ucsi_ccg_altmode updated[UCSI_MAX_ALTMODES]; argument222 static int ccg_read(struct ucsi_ccg *uc, u16 rab, u8 *data, u32 len) in ccg_read() argument