Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:comp_desc
(Results
1 - 25
of
30
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
H
A
D
bdc_cmd.c
136
const struct usb_ss_ep_comp_descriptor *
comp_desc
;
in bdc_config_ep()
local
143
comp_desc
= ep->
comp_desc
;
in bdc_config_ep()
165
if (usb_endpoint_xfer_isoc(desc) &&
comp_desc
)
in bdc_config_ep()
166
mul =
comp_desc
->bmAttributes;
in bdc_config_ep()
170
if (
comp_desc
)
in bdc_config_ep()
171
mbs =
comp_desc
->bMaxBurst;
in bdc_config_ep()
H
A
D
bdc_ep.c
594
ep->
comp_desc
= NULL;
in bdc_ep_disable()
628
ep->usb_ep.
comp_desc
= ep->
comp_desc
;
in bdc_ep_enable()
1885
ep->
comp_desc
= _ep->
comp_desc
;
in bdc_gadget_ep_enable()
1963
ep->
comp_desc
= NULL;
in init_ep()
H
A
D
bdc.h
357
const struct usb_ss_ep_comp_descriptor *
comp_desc
;
member
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/
H
A
D
bdc_cmd.c
136
const struct usb_ss_ep_comp_descriptor *
comp_desc
;
in bdc_config_ep()
local
143
comp_desc
= ep->
comp_desc
;
in bdc_config_ep()
164
if (usb_endpoint_xfer_isoc(desc) &&
comp_desc
)
in bdc_config_ep()
165
mul =
comp_desc
->bmAttributes;
in bdc_config_ep()
169
if (
comp_desc
)
in bdc_config_ep()
170
mbs =
comp_desc
->bMaxBurst;
in bdc_config_ep()
H
A
D
bdc_ep.c
594
ep->
comp_desc
= NULL;
in bdc_ep_disable()
628
ep->usb_ep.
comp_desc
= ep->
comp_desc
;
in bdc_ep_enable()
1890
ep->
comp_desc
= _ep->
comp_desc
;
in bdc_gadget_ep_enable()
1968
ep->
comp_desc
= NULL;
in init_ep()
H
A
D
bdc.h
357
const struct usb_ss_ep_comp_descriptor *
comp_desc
;
member
/kernel/linux/linux-5.10/drivers/usb/mtu3/
H
A
D
mtu3_gadget.c
62
const struct usb_ss_ep_comp_descriptor *
comp_desc
;
in mtu3_ep_enable()
local
70
comp_desc
= mep->
comp_desc
;
in mtu3_ep_enable()
81
if (usb_endpoint_xfer_isoc(desc) &&
comp_desc
)
in mtu3_ep_enable()
82
mult =
comp_desc
->bmAttributes;
in mtu3_ep_enable()
84
if (
comp_desc
)
in mtu3_ep_enable()
85
burst =
comp_desc
->bMaxBurst;
in mtu3_ep_enable()
112
mep->ep.
comp_desc
=
comp_desc
;
in mtu3_ep_enable()
145
mep->
comp_desc
in mtu3_ep_disable()
[all...]
H
A
D
mtu3.h
292
const struct usb_ss_ep_comp_descriptor *
comp_desc
;
member
/kernel/linux/linux-6.6/drivers/usb/mtu3/
H
A
D
mtu3_gadget.c
62
const struct usb_ss_ep_comp_descriptor *
comp_desc
;
in mtu3_ep_enable()
local
70
comp_desc
= mep->
comp_desc
;
in mtu3_ep_enable()
81
if (usb_endpoint_xfer_isoc(desc) &&
comp_desc
)
in mtu3_ep_enable()
82
mult =
comp_desc
->bmAttributes;
in mtu3_ep_enable()
84
if (
comp_desc
)
in mtu3_ep_enable()
85
burst =
comp_desc
->bMaxBurst;
in mtu3_ep_enable()
112
mep->ep.
comp_desc
=
comp_desc
;
in mtu3_ep_enable()
144
mep->
comp_desc
in mtu3_ep_disable()
[all...]
H
A
D
mtu3.h
290
const struct usb_ss_ep_comp_descriptor *
comp_desc
;
member
/kernel/linux/linux-5.10/drivers/usb/gadget/
H
A
D
composite.c
157
struct usb_ss_ep_comp_descriptor *
comp_desc
= NULL;
in config_ep_by_speed_and_alt()
local
215
_ep->
comp_desc
= NULL;
in config_ep_by_speed_and_alt()
230
comp_desc
= (struct usb_ss_ep_comp_descriptor *)*(++d_spd);
in config_ep_by_speed_and_alt()
231
if (!
comp_desc
||
in config_ep_by_speed_and_alt()
232
(
comp_desc
->bDescriptorType != USB_DT_SS_ENDPOINT_COMP))
in config_ep_by_speed_and_alt()
234
_ep->
comp_desc
=
comp_desc
;
in config_ep_by_speed_and_alt()
239
_ep->mult = (
comp_desc
->bmAttributes & 0x3) + 1;
in config_ep_by_speed_and_alt()
243
_ep->maxburst =
comp_desc
->bMaxBurst + 1;
in config_ep_by_speed_and_alt()
246
if (
comp_desc
in config_ep_by_speed_and_alt()
[all...]
H
A
D
epautoconf.c
111
ep->
comp_desc
= NULL;
in usb_ep_autoconfig_ss()
/kernel/linux/linux-6.6/drivers/usb/gadget/
H
A
D
composite.c
160
struct usb_ss_ep_comp_descriptor *
comp_desc
= NULL;
in config_ep_by_speed_and_alt()
local
229
_ep->
comp_desc
= NULL;
in config_ep_by_speed_and_alt()
244
comp_desc
= (struct usb_ss_ep_comp_descriptor *)*(++d_spd);
in config_ep_by_speed_and_alt()
245
if (!
comp_desc
||
in config_ep_by_speed_and_alt()
246
(
comp_desc
->bDescriptorType != USB_DT_SS_ENDPOINT_COMP))
in config_ep_by_speed_and_alt()
248
_ep->
comp_desc
=
comp_desc
;
in config_ep_by_speed_and_alt()
253
_ep->mult = (
comp_desc
->bmAttributes & 0x3) + 1;
in config_ep_by_speed_and_alt()
257
_ep->maxburst =
comp_desc
->bMaxBurst + 1;
in config_ep_by_speed_and_alt()
260
if (
comp_desc
in config_ep_by_speed_and_alt()
[all...]
H
A
D
epautoconf.c
111
ep->
comp_desc
= NULL;
in usb_ep_autoconfig_ss()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
tegra-xudc.c
416
const struct usb_ss_ep_comp_descriptor *
comp_desc
;
member
1122
} else if (usb_ss_max_streams(ep->
comp_desc
)) {
in tegra_xudc_queue_one_trb()
1210
} else if (usb_ss_max_streams(ep->
comp_desc
) > 0) {
in tegra_xudc_ep_ring_doorbell()
1610
const struct usb_ss_ep_comp_descriptor *
comp_desc
= ep->
comp_desc
;
in tegra_xudc_ep_context_setup()
local
1618
maxburst =
comp_desc
->bMaxBurst;
in tegra_xudc_ep_context_setup()
1621
esit = le16_to_cpu(
comp_desc
->wBytesPerInterval);
in tegra_xudc_ep_context_setup()
1643
comp_desc
->bmAttributes & 0x3);
in tegra_xudc_ep_context_setup()
1648
comp_desc
->bmAttributes &
in tegra_xudc_ep_context_setup()
1717
ep->
comp_desc
in __tegra_xudc_ep_disable()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
tegra-xudc.c
415
const struct usb_ss_ep_comp_descriptor *
comp_desc
;
member
1132
} else if (usb_ss_max_streams(ep->
comp_desc
)) {
in tegra_xudc_queue_one_trb()
1220
} else if (usb_ss_max_streams(ep->
comp_desc
) > 0) {
in tegra_xudc_ep_ring_doorbell()
1622
const struct usb_ss_ep_comp_descriptor *
comp_desc
= ep->
comp_desc
;
in tegra_xudc_ep_context_setup()
local
1630
maxburst =
comp_desc
->bMaxBurst;
in tegra_xudc_ep_context_setup()
1633
esit = le16_to_cpu(
comp_desc
->wBytesPerInterval);
in tegra_xudc_ep_context_setup()
1655
comp_desc
->bmAttributes & 0x3);
in tegra_xudc_ep_context_setup()
1660
comp_desc
->bmAttributes &
in tegra_xudc_ep_context_setup()
1729
ep->
comp_desc
in __tegra_xudc_ep_disable()
[all...]
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H
A
D
gadget.c
2265
struct usb_ss_ep_comp_descriptor *
comp_desc
)
in cdns3_gadget_match_ep()
2288
if (priv_ep->type == USB_ENDPOINT_XFER_ISOC &&
comp_desc
) {
in cdns3_gadget_match_ep()
2289
priv_ep->mult = USB_SS_MULT(
comp_desc
->bmAttributes) - 1;
in cdns3_gadget_match_ep()
2290
priv_ep->bMaxBurst =
comp_desc
->bMaxBurst;
in cdns3_gadget_match_ep()
2349
const struct usb_ss_ep_comp_descriptor *
comp_desc
;
in cdns3_gadget_ep_enable()
local
2364
comp_desc
= priv_ep->endpoint.
comp_desc
;
in cdns3_gadget_ep_enable()
2409
if (usb_ss_max_streams(
comp_desc
) && usb_endpoint_xfer_bulk(desc)) {
in cdns3_gadget_ep_enable()
2263
cdns3_gadget_match_ep(struct usb_gadget *gadget, struct usb_endpoint_descriptor *desc, struct usb_ss_ep_
comp_desc
riptor *
comp_desc
)
cdns3_gadget_match_ep()
argument
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdns3-gadget.c
2270
struct usb_ss_ep_comp_descriptor *
comp_desc
)
in cdns3_gadget_match_ep()
2293
if (priv_ep->type == USB_ENDPOINT_XFER_ISOC &&
comp_desc
) {
in cdns3_gadget_match_ep()
2294
priv_ep->mult = USB_SS_MULT(
comp_desc
->bmAttributes) - 1;
in cdns3_gadget_match_ep()
2295
priv_ep->bMaxBurst =
comp_desc
->bMaxBurst;
in cdns3_gadget_match_ep()
2354
const struct usb_ss_ep_comp_descriptor *
comp_desc
;
in cdns3_gadget_ep_enable()
local
2369
comp_desc
= priv_ep->endpoint.
comp_desc
;
in cdns3_gadget_ep_enable()
2414
if (usb_ss_max_streams(
comp_desc
) && usb_endpoint_xfer_bulk(desc)) {
in cdns3_gadget_ep_enable()
2268
cdns3_gadget_match_ep(struct usb_gadget *gadget, struct usb_endpoint_descriptor *desc, struct usb_ss_ep_
comp_desc
riptor *
comp_desc
)
cdns3_gadget_match_ep()
argument
H
A
D
cdnsp-mem.c
872
return pep->endpoint.
comp_desc
->bmAttributes;
in cdnsp_get_endpoint_mult()
880
return pep->endpoint.
comp_desc
->bMaxBurst;
in cdnsp_get_endpoint_max_burst()
929
return le16_to_cpu(pep->endpoint.
comp_desc
->wBytesPerInterval);
in cdnsp_get_max_esit_payload()
932
return le16_to_cpu(pep->endpoint.
comp_desc
->wBytesPerInterval);
in cdnsp_get_max_esit_payload()
H
A
D
cdnsp-ring.c
2159
max_burst = preq->pep->endpoint.
comp_desc
->bMaxBurst;
in cdnsp_get_burst_count()
2181
max_burst = preq->pep->endpoint.
comp_desc
->bMaxBurst;
in cdnsp_get_last_burst_packet_count()
H
A
D
cdnsp-gadget.c
767
unsigned int num_streams = usb_ss_max_streams(pep->endpoint.
comp_desc
);
in cdnsp_alloc_streams()
1641
pep->endpoint.
comp_desc
= NULL;
in cdnsp_gadget_init_endpoints()
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H
A
D
gadget.c
564
const struct usb_ss_ep_comp_descriptor *
comp_desc
;
in dwc3_gadget_set_ep_config()
local
569
comp_desc
= dep->endpoint.
comp_desc
;
in dwc3_gadget_set_ep_config()
594
if (usb_ss_max_streams(
comp_desc
) && usb_endpoint_xfer_bulk(desc)) {
in dwc3_gadget_set_ep_config()
816
dep->endpoint.
comp_desc
= NULL;
in __dwc3_gadget_ep_disable()
2703
dep->endpoint.
comp_desc
= NULL;
in dwc3_gadget_init_endpoint()
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H
A
D
gadget.c
599
const struct usb_ss_ep_comp_descriptor *
comp_desc
;
in dwc3_gadget_set_ep_config()
local
604
comp_desc
= dep->endpoint.
comp_desc
;
in dwc3_gadget_set_ep_config()
629
if (usb_ss_max_streams(
comp_desc
) && usb_endpoint_xfer_bulk(desc)) {
in dwc3_gadget_set_ep_config()
1062
dep->endpoint.
comp_desc
= NULL;
in __dwc3_gadget_ep_disable()
3287
dep->endpoint.
comp_desc
= NULL;
in dwc3_gadget_init_endpoint()
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
gadget.h
218
* @
comp_desc
: In case of SuperSpeed support, this is the endpoint companion
242
const struct usb_ss_ep_comp_descriptor *
comp_desc
;
member
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
gadget.h
217
* @
comp_desc
: In case of SuperSpeed support, this is the endpoint companion
241
const struct usb_ss_ep_comp_descriptor *
comp_desc
;
member
Completed in 48 milliseconds
1
2