Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/usb_c/
Dtcpci_priv.h126 int tcpci_tcpm_get_chip_info(const struct i2c_dt_spec *bus, struct tcpc_chip_info *chip_info);
/Zephyr-latest/drivers/usb_c/tcpc/
Dtcpci.c450 int tcpci_tcpm_get_chip_info(const struct i2c_dt_spec *bus, struct tcpc_chip_info *chip_info) in tcpci_tcpm_get_chip_info() function
Dps8xxx.c401 ret = tcpci_tcpm_get_chip_info(&cfg->bus, chip_info); in ps8xxx_tcpc_get_chip_info()
Drt1715.c432 return tcpci_tcpm_get_chip_info(&cfg->bus, chip_info); in rt1715_tcpc_get_chip_info()