Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/drivers/usb_c/
Dusbc_tcpc.h126 __subsystem struct tcpc_driver_api { struct
238 const struct tcpc_driver_api *api = in tcpc_init()
239 (const struct tcpc_driver_api *)dev->api; in tcpc_init()
262 const struct tcpc_driver_api *api = in tcpc_get_cc()
263 (const struct tcpc_driver_api *)dev->api; in tcpc_get_cc()
284 const struct tcpc_driver_api *api = in tcpc_select_rp_value()
285 (const struct tcpc_driver_api *)dev->api; in tcpc_select_rp_value()
306 const struct tcpc_driver_api *api = in tcpc_get_rp_value()
307 (const struct tcpc_driver_api *)dev->api; in tcpc_get_rp_value()
327 const struct tcpc_driver_api *api = in tcpc_set_cc()
[all …]
/Zephyr-Core-3.4.0/drivers/usb_c/tcpc/
Ducpd_stm32.c1441 static const struct tcpc_driver_api driver_api = {