Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/bus/fsl-mc/
Dfsl-mc-bus.c945 struct fsl_mc_obj_desc endpoint_desc = {{ 0 }}; in fsl_mc_get_endpoint() local
968 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()
/linux-5.19.10/drivers/usb/atm/
Dspeedtch.c840 const struct usb_endpoint_descriptor *endpoint_desc = &desc->endpoint[i].desc; in speedtch_bind() local
842 if ((endpoint_desc->bEndpointAddress == target_address)) { in speedtch_bind()
844 usb_endpoint_xfer_isoc(endpoint_desc); in speedtch_bind()