Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/drivers/usb_c/
Dusbc_tcpc.h157 int (*get_chip_info)(const struct device *dev, struct tcpc_chip_info *chip_info); member
843 if (api->get_chip_info == NULL) { in tcpc_get_chip_info()
847 return api->get_chip_info(dev, chip_info); in tcpc_get_chip_info()