Home
last modified time | relevance | path

Searched refs: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);
838 struct tcpc_chip_info *chip_info) in tcpc_get_chip_info() argument
847 return api->get_chip_info(dev, chip_info); in tcpc_get_chip_info()