Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Df_sdp.c119 static struct f_sdp *sdp_func; variable
500 free(sdp_func); in sdp_unbind()
501 sdp_func = NULL; in sdp_unbind()
583 if (!sdp_func) { in sdp_bind_config()
584 sdp_func = memalign(CONFIG_SYS_CACHELINE_SIZE, sizeof(*sdp_func)); in sdp_bind_config()
585 if (!sdp_func) in sdp_bind_config()
589 memset(sdp_func, 0, sizeof(*sdp_func)); in sdp_bind_config()
647 switch (sdp_func->state) { in sdp_handle_in_ep()
655 usb_ep_queue(sdp_func->in_ep, sdp_func->in_req, 0); in sdp_handle_in_ep()
665 usb_ep_queue(sdp_func->in_ep, sdp_func->in_req, 0); in sdp_handle_in_ep()
[all …]