Searched refs:ucsi_stm32g0_read (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/typec/ucsi/ |
H A D | ucsi_stm32g0.c | 327 static int ucsi_stm32g0_read(struct ucsi *ucsi, unsigned int offset, void *val, size_t len) in ucsi_stm32g0_read() function 360 return ucsi_stm32g0_read(ucsi, UCSI_VERSION, version, sizeof(*version)); in ucsi_stm32g0_read_version() 365 return ucsi_stm32g0_read(ucsi, UCSI_CCI, cci, sizeof(*cci)); in ucsi_stm32g0_read_cci() 370 return ucsi_stm32g0_read(ucsi, UCSI_MESSAGE_IN, val, len); in ucsi_stm32g0_read_message_in() 415 ret = ucsi_stm32g0_read(g0->ucsi, UCSI_CCI, &cci, sizeof(cci)); in ucsi_stm32g0_irq_handler() 600 ret = ucsi_stm32g0_read(ucsi, UCSI_VERSION, &ucsi_version, sizeof(ucsi_version)); in ucsi_stm32g0_probe_bootloader()
|