Searched refs:endpoint_desc (Results 1 – 2 of 2) sorted by relevance
928 struct fsl_mc_obj_desc endpoint_desc = {{ 0 }}; in fsl_mc_get_endpoint() local952 strcpy(endpoint_desc.type, endpoint2.type); in fsl_mc_get_endpoint()953 endpoint_desc.id = endpoint2.id; in fsl_mc_get_endpoint()954 endpoint = fsl_mc_device_lookup(&endpoint_desc, mc_bus_dev); in fsl_mc_get_endpoint()972 endpoint = fsl_mc_device_lookup(&endpoint_desc, mc_bus_dev); in fsl_mc_get_endpoint()
843 const struct usb_endpoint_descriptor *endpoint_desc = &desc->endpoint[i].desc; in speedtch_bind() local845 if ((endpoint_desc->bEndpointAddress == target_address)) { in speedtch_bind()847 usb_endpoint_xfer_isoc(endpoint_desc); in speedtch_bind()