Searched refs:get_chip_info (Results 1 – 1 of 1) sorted by relevance
157 int (*get_chip_info)(const struct device *dev, struct tcpc_chip_info *chip_info); member843 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()