Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/
Dusbd_ch9.c1035 struct net_buf *buf_b; in ctrl_xfer_get_setup() local
1050 buf_b = buf->frags; in ctrl_xfer_get_setup()
1051 if (buf_b == NULL) { in ctrl_xfer_get_setup()
1056 bi_b = udc_get_buf_info(buf_b); in ctrl_xfer_get_setup()
1061 LOG_ERR("%p is not data", buf_b); in ctrl_xfer_get_setup()
1066 LOG_ERR("%p is not status", buf_b); in ctrl_xfer_get_setup()
1077 LOG_ERR("%p is not data", buf_b); in ctrl_xfer_get_setup()