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()
591 sdp_func->usb_function.name = "sdp"; in sdp_bind_config()
592 sdp_func->usb_function.hs_descriptors = sdp_runtime_descs; in sdp_bind_config()
593 sdp_func->usb_function.descriptors = sdp_runtime_descs; in sdp_bind_config()
[all …]