Searched refs:usbd_msg_pub_simple (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-latest/subsys/usb/device_next/ |
| D | usbd_core.c | 144 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()
|
| D | usbd_msg.h | 19 void usbd_msg_pub_simple(struct usbd_context *const ctx,
|
| D | usbd_msg.c | 110 void usbd_msg_pub_simple(struct usbd_context *const ctx, in usbd_msg_pub_simple() function
|
| D | usbd_ch9.c | 176 usbd_msg_pub_simple(uds_ctx, USBD_MSG_CONFIGURATION, setup->wValue); in sreq_set_configuration()
|
| /Zephyr-latest/subsys/usb/device_next/class/ |
| D | usbd_dfu.c | 144 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()
|