Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb_c/tcpc/
Dshell.c106 struct tcpc_chip_info chip_info; in cmd_tcpc_chip_info()
Dps8xxx.c484 int ps8xxx_tcpc_get_chip_info(const struct device *dev, struct tcpc_chip_info *chip_info) in ps8xxx_tcpc_get_chip_info()
/Zephyr-latest/include/zephyr/drivers/usb_c/
Dusbc_tcpc.h103 struct tcpc_chip_info { struct
160 int (*get_chip_info)(const struct device *dev, struct tcpc_chip_info *chip_info);
807 static inline int tcpc_get_chip_info(const struct device *dev, struct tcpc_chip_info *chip_info) in tcpc_get_chip_info()