Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/typec/ucsi/
Ducsi_ccg.c190 struct ucsi_ccg { struct
191 struct device *dev;
192 struct ucsi *ucsi;
193 struct i2c_client *client;
218 struct ucsi_ccg_altmode orig[UCSI_MAX_ALTMODES]; argument
219 struct ucsi_ccg_altmode updated[UCSI_MAX_ALTMODES]; argument
222 static int ccg_read(struct ucsi_ccg *uc, u16 rab, u8 *data, u32 len) in ccg_read() argument