Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/udc/
Dudc_common.c54 static inline void udc_buf_destroy(struct net_buf *buf);
58 sizeof(struct udc_buf_info), udc_buf_destroy);
685 static inline void udc_buf_destroy(struct net_buf *buf) in udc_buf_destroy() function