OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ui_endpoints
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/usb/
usb_subr.c
416
ifc->
ui_endpoints
= NULL;
429
KASSERT(ifc->
ui_endpoints
== NULL);
621
if (ifc->
ui_endpoints
) {
622
kmem_free(ifc->
ui_endpoints
, (sizeof(ifc->
ui_endpoints
[0]) *
629
ifc->
ui_endpoints
= endpoints;
648
if (ifc->
ui_endpoints
) {
651
kmem_free(ifc->
ui_endpoints
, sz);
652
ifc->
ui_endpoints
= NULL;
usbdivar.h
259
struct usbd_endpoint *
ui_endpoints
;
member in struct:usbd_interface
usbdi.c
264
ep = &iface->
ui_endpoints
[i];
804
return iface->
ui_endpoints
[index].ue_edesc;
1416
ep = &iface->
ui_endpoints
[i];
1418
return iface->
ui_endpoints
[i].ue_edesc;
Completed in 19 milliseconds
Indexes created Mon Oct 27 08:10:08 GMT 2025