Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/usb/device_next/
Dusbd_ch9.c994 struct net_buf *buf_b; in ctrl_xfer_get_setup() local
1009 buf_b = buf->frags; in ctrl_xfer_get_setup()
1010 if (buf_b == NULL) { in ctrl_xfer_get_setup()
1015 bi_b = udc_get_buf_info(buf_b); in ctrl_xfer_get_setup()
1020 LOG_ERR("%p is not data", buf_b); in ctrl_xfer_get_setup()
1025 LOG_ERR("%p is not status", buf_b); in ctrl_xfer_get_setup()
1036 LOG_ERR("%p is not data", buf_b); in ctrl_xfer_get_setup()