Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/usb/udc/
Dudc_common.c23 static inline void udc_buf_destroy(struct net_buf *buf);
27 sizeof(struct udc_buf_info), udc_buf_destroy);
650 static inline void udc_buf_destroy(struct net_buf *buf) in udc_buf_destroy() function