Lines Matching full:attached

69 	uint8_t attached;  member
110 if (usbip_ctrl.attached) { in usb_dc_attach()
111 LOG_WRN("Already attached"); in usb_dc_attach()
120 usbip_ctrl.attached = 1U; in usb_dc_attach()
129 if (!usbip_ctrl.attached) { in usb_dc_detach()
133 usbip_ctrl.attached = 0U; in usb_dc_detach()
197 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_configure()
198 LOG_ERR("Not attached / Invalid endpoint: EP 0x%x", ep); in usb_dc_ep_configure()
215 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_set_stall()
216 LOG_ERR("Not attached / Invalid endpoint: EP 0x%x", ep); in usb_dc_ep_set_stall()
232 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_clear_stall()
233 LOG_ERR("Not attached / Invalid endpoint: EP 0x%x", ep); in usb_dc_ep_clear_stall()
251 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_halt()
252 LOG_ERR("Not attached / Invalid endpoint: EP 0x%x", ep); in usb_dc_ep_halt()
268 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_is_stalled()
269 LOG_ERR("Not attached / Invalid endpoint: EP 0x%x", ep); in usb_dc_ep_is_stalled()
286 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_enable()
287 LOG_ERR("Not attached / Invalid endpoint: EP 0x%x", ep); in usb_dc_ep_enable()
317 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_flush()
318 LOG_ERR("Not attached / Invalid endpoint: EP 0x%x", ep); in usb_dc_ep_flush()
335 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_write()
336 LOG_ERR("Not attached / Invalid endpoint: EP 0x%x", ep); in usb_dc_ep_write()
384 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_read_wait()
385 LOG_ERR("Not attached / Invalid endpoint: EP 0x%x", ep); in usb_dc_ep_read_wait()
428 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_read_continue()
429 LOG_ERR("Not attached / Invalid endpoint: EP 0x%x", ep); in usb_dc_ep_read_continue()
476 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_set_callback()
477 LOG_ERR("Not attached / Invalid endpoint: EP 0x%x", ep); in usb_dc_ep_set_callback()
501 if (!usbip_ctrl.attached || !usbip_ep_is_valid(ep)) { in usb_dc_ep_mps()
502 LOG_ERR("Not attached / Invalid endpoint: EP 0x%x", ep); in usb_dc_ep_mps()