Searched refs:sdp_func (Results 1 – 1 of 1) sorted by relevance
118 static struct f_sdp *sdp_func; variable495 free(sdp_func); in sdp_unbind()496 sdp_func = NULL; in sdp_unbind()578 if (!sdp_func) { in sdp_bind_config()579 sdp_func = memalign(CONFIG_SYS_CACHELINE_SIZE, sizeof(*sdp_func)); in sdp_bind_config()580 if (!sdp_func) in sdp_bind_config()584 memset(sdp_func, 0, sizeof(*sdp_func)); in sdp_bind_config()586 sdp_func->usb_function.name = "sdp"; in sdp_bind_config()587 sdp_func->usb_function.hs_descriptors = sdp_runtime_descs; in sdp_bind_config()588 sdp_func->usb_function.descriptors = sdp_runtime_descs; in sdp_bind_config()[all …]