Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/drivers/usb/
Dusb_bc12.h125 typedef void (*bc12_callback_t)(const struct device *dev, struct bc12_partner_state *state, typedef
135 int (*set_result_cb)(const struct device *dev, bc12_callback_t cb, void *user_data);
169 __syscall int bc12_set_result_cb(const struct device *dev, bc12_callback_t cb, void *user_data);
171 static inline int z_impl_bc12_set_result_cb(const struct device *dev, bc12_callback_t cb, in z_impl_bc12_set_result_cb()
/Zephyr-Core-3.5.0/drivers/usb/bc12/
Dbc12_handlers.c17 static inline int z_vrfy_bc12_set_result_cb(const struct device *dev, bc12_callback_t cb, in z_vrfy_bc12_set_result_cb()
Dbc12_pi3usb9201.c36 bc12_callback_t result_cb;
541 int pi3usb9201_set_result_cb(const struct device *dev, bc12_callback_t cb, void *const user_data) in pi3usb9201_set_result_cb()