Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/
Dusbd_core.c144 usbd_msg_pub_simple(uds_ctx, USBD_MSG_VBUS_REMOVED, 0); in usbd_event_handler()
148 usbd_msg_pub_simple(uds_ctx, USBD_MSG_VBUS_READY, 0); in usbd_event_handler()
154 usbd_msg_pub_simple(uds_ctx, USBD_MSG_SUSPEND, 0); in usbd_event_handler()
160 usbd_msg_pub_simple(uds_ctx, USBD_MSG_RESUME, 0); in usbd_event_handler()
168 usbd_msg_pub_simple(uds_ctx, USBD_MSG_RESET, 0); in usbd_event_handler()
175 usbd_msg_pub_simple(uds_ctx, USBD_MSG_UDC_ERROR, event->status); in usbd_event_handler()
182 usbd_msg_pub_simple(uds_ctx, USBD_MSG_STACK_ERROR, err); in usbd_event_handler()
Dusbd_msg.h19 void usbd_msg_pub_simple(struct usbd_context *const ctx,
Dusbd_msg.c110 void usbd_msg_pub_simple(struct usbd_context *const ctx, in usbd_msg_pub_simple() function
Dusbd_ch9.c176 usbd_msg_pub_simple(uds_ctx, USBD_MSG_CONFIGURATION, setup->wValue); in sreq_set_configuration()
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_dfu.c144 usbd_msg_pub_simple(data->ctx, USBD_MSG_DFU_APP_DETACH, 0); in runtime_detach_work()
383 usbd_msg_pub_simple(data->ctx, USBD_MSG_DFU_DOWNLOAD_COMPLETED, 0); in dfu_manifest_sync_next()