Searched refs:endpoint_desc (Results 1 – 2 of 2) sorted by relevance
945 struct fsl_mc_obj_desc endpoint_desc = {{ 0 }}; in fsl_mc_get_endpoint() local968 strcpy(endpoint_desc.type, endpoint2.type); in fsl_mc_get_endpoint()969 endpoint_desc.id = endpoint2.id; in fsl_mc_get_endpoint()970 endpoint = fsl_mc_device_lookup(&endpoint_desc, mc_bus_dev); in fsl_mc_get_endpoint()990 endpoint = fsl_mc_device_lookup(&endpoint_desc, mc_bus_dev); in fsl_mc_get_endpoint()
840 const struct usb_endpoint_descriptor *endpoint_desc = &desc->endpoint[i].desc; in speedtch_bind() local842 if ((endpoint_desc->bEndpointAddress == target_address)) { in speedtch_bind()844 usb_endpoint_xfer_isoc(endpoint_desc); in speedtch_bind()