Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_sdp.c120 static struct f_sdp *sdp_func; variable
501 free(sdp_func); in sdp_unbind()
502 sdp_func = NULL; in sdp_unbind()
584 if (!sdp_func) { in sdp_bind_config()
585 sdp_func = memalign(CONFIG_SYS_CACHELINE_SIZE, sizeof(*sdp_func)); in sdp_bind_config()
586 if (!sdp_func) in sdp_bind_config()
590 memset(sdp_func, 0, sizeof(*sdp_func)); in sdp_bind_config()
592 sdp_func->usb_function.name = "sdp"; in sdp_bind_config()
593 sdp_func->usb_function.hs_descriptors = sdp_runtime_descs; in sdp_bind_config()
594 sdp_func->usb_function.descriptors = sdp_runtime_descs; in sdp_bind_config()
[all …]