Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb_c/tcpc/
Dshell.c106 struct tcpc_chip_info chip_info; in cmd_tcpc_chip_info() local
Dps8xxx.c392 int ps8xxx_tcpc_get_chip_info(const struct device *dev, struct tcpc_chip_info *chip_info) in ps8xxx_tcpc_get_chip_info()
578 struct tcpc_chip_info chip_info; in ps8xxx_init_work_cb() local
Drt1715.c421 static int rt1715_tcpc_get_chip_info(const struct device *dev, struct tcpc_chip_info *chip_info) in rt1715_tcpc_get_chip_info()
587 struct tcpc_chip_info chip_info; in rt1715_init_work_cb() local
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()
/Zephyr-latest/include/zephyr/drivers/usb_c/
Dusbc_tcpc.h809 static inline int tcpc_get_chip_info(const struct device *dev, struct tcpc_chip_info *chip_info) in tcpc_get_chip_info()