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
417
ifc->
ui_endpoints
= NULL;
430
KASSERT(ifc->
ui_endpoints
== NULL);
622
if (ifc->
ui_endpoints
) {
623
kmem_free(ifc->
ui_endpoints
, (sizeof(ifc->
ui_endpoints
[0]) *
630
ifc->
ui_endpoints
= endpoints;
649
if (ifc->
ui_endpoints
) {
652
kmem_free(ifc->
ui_endpoints
, sz);
653
ifc->
ui_endpoints
= NULL;
usbdivar.h
241
struct usbd_endpoint *
ui_endpoints
;
member in struct:usbd_interface
usbdi.c
261
ep = &iface->
ui_endpoints
[i];
801
return iface->
ui_endpoints
[index].ue_edesc;
1412
ep = &iface->
ui_endpoints
[i];
1414
return iface->
ui_endpoints
[i].ue_edesc;
Completed in 16 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025