Home
last modified time | relevance | path

Searched refs:ucsi_stm32g0_read (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/usb/typec/ucsi/
Ducsi_stm32g0.c329 static int ucsi_stm32g0_read(struct ucsi *ucsi, unsigned int offset, void *val, size_t len) in ucsi_stm32g0_read() function
424 ret = ucsi_stm32g0_read(g0->ucsi, UCSI_CCI, &cci, sizeof(cci)); in ucsi_stm32g0_irq_handler()
439 .read = ucsi_stm32g0_read,
611 ret = ucsi_stm32g0_read(ucsi, UCSI_VERSION, &ucsi_version, sizeof(ucsi_version)); in ucsi_stm32g0_probe_bootloader()