OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cdcd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
xhci.c
3846
const usb_cdc_descriptor_t *
cdcd
;
local in function:xhci_get_essc_desc
3854
cdcd
= (const usb_cdc_descriptor_t *)usb_find_desc(dev,
3856
if (
cdcd
== NULL)
3860
iter.cur = (const void *)
cdcd
;
3864
cdcd
= (const usb_cdc_descriptor_t *)usb_desc_iter_next(&iter);
3865
if (
cdcd
== NULL)
3867
if (ep == 0 &&
cdcd
->bDescriptorType == UDESC_ENDPOINT) {
3868
ep = ((const usb_endpoint_descriptor_t *)
cdcd
)->
3872
cdcd
= (const usb_cdc_descriptor_t *)
3879
if (
cdcd
!= NULL && cdcd->bDescriptorType == UDESC_ENDPOINT_SS_COMP)
[
all
...]
xhci.c
3846
const usb_cdc_descriptor_t *
cdcd
;
local in function:xhci_get_essc_desc
3854
cdcd
= (const usb_cdc_descriptor_t *)usb_find_desc(dev,
3856
if (
cdcd
== NULL)
3860
iter.cur = (const void *)
cdcd
;
3864
cdcd
= (const usb_cdc_descriptor_t *)usb_desc_iter_next(&iter);
3865
if (
cdcd
== NULL)
3867
if (ep == 0 &&
cdcd
->bDescriptorType == UDESC_ENDPOINT) {
3868
ep = ((const usb_endpoint_descriptor_t *)
cdcd
)->
3872
cdcd
= (const usb_cdc_descriptor_t *)
3879
if (
cdcd
!= NULL && cdcd->bDescriptorType == UDESC_ENDPOINT_SS_COMP)
[
all
...]
Completed in 27 milliseconds
Indexes created Thu Sep 25 08:09:54 GMT 2025