Searched refs:numaker_usbd_msg (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/drivers/usb/udc/ |
| D | udc_numaker.c | 58 struct numaker_usbd_msg { struct 261 static int numaker_usbd_send_msg(const struct device *dev, const struct numaker_usbd_msg *msg) in numaker_usbd_send_msg() 269 struct numaker_usbd_msg msg_reconn = { in numaker_usbd_send_msg() 880 static int numaker_usbd_msg_handle_setup(const struct device *dev, struct numaker_usbd_msg *msg) in numaker_usbd_msg_handle_setup() 941 static int numaker_usbd_msg_handle_out(const struct device *dev, struct numaker_usbd_msg *msg) in numaker_usbd_msg_handle_out() 1035 static int numaker_usbd_msg_handle_in(const struct device *dev, struct numaker_usbd_msg *msg) in numaker_usbd_msg_handle_in() 1110 static int numaker_usbd_msg_handle_xfer(const struct device *dev, struct numaker_usbd_msg *msg) in numaker_usbd_msg_handle_xfer() 1128 static int numaker_usbd_msg_handle_sw_reconn(const struct device *dev, struct numaker_usbd_msg *msg) in numaker_usbd_msg_handle_sw_reconn() 1142 struct numaker_usbd_msg msg; in numaker_usbd_msg_handler() 1192 struct numaker_usbd_msg msg = {0}; in numaker_udbd_isr() [all …]
|
| /Zephyr-latest/drivers/usb/device/ |
| D | usb_dc_numaker.c | 57 struct numaker_usbd_msg { struct 160 struct numaker_usbd_msg msgq_buf[CONFIG_USB_DC_NUMAKER_MSG_QUEUE_SIZE]; 316 static int numaker_usbd_send_msg(const struct device *dev, const struct numaker_usbd_msg *msg) in numaker_usbd_send_msg() 324 struct numaker_usbd_msg msg_reconn = { in numaker_usbd_send_msg() 935 static void numaker_usbd_msg_sw_reconn(const struct device *dev, struct numaker_usbd_msg *msg) in numaker_usbd_msg_sw_reconn() 946 static void numaker_usbd_msg_cb_state(const struct device *dev, struct numaker_usbd_msg *msg) in numaker_usbd_msg_cb_state() 971 static void numaker_usbd_msg_cb_ep(const struct device *dev, struct numaker_usbd_msg *msg) in numaker_usbd_msg_cb_ep() 1012 struct numaker_usbd_msg msg; in numaker_usbd_msg_hdlr_thread_main() 1049 struct numaker_usbd_msg msg = {0}; in numaker_udbd_isr() 1948 k_msgq_init(&data->msgq, (char *)data->msgq_buf, sizeof(struct numaker_usbd_msg), in numaker_udbd_init()
|