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:bdc_ep_array
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
H
A
D
bdc_udc.c
119
bdc->
bdc_ep_array
[1]->desc = &bdc_gadget_ep0_desc;
in bdc_uspc_connected()
120
ret = bdc_config_ep(bdc, bdc->
bdc_ep_array
[1]);
in bdc_uspc_connected()
123
bdc->
bdc_ep_array
[1]->usb_ep.desc = &bdc_gadget_ep0_desc;
in bdc_uspc_connected()
124
bdc->
bdc_ep_array
[1]->flags |= BDC_EP_ENABLED;
in bdc_uspc_connected()
138
ep = bdc->
bdc_ep_array
[1];
in bdc_uspc_disconnected()
554
bdc->
bdc_ep_array
[1]->desc = &bdc_gadget_ep0_desc;
in bdc_udc_init()
559
ret = bdc_ep_enable(bdc->
bdc_ep_array
[1]);
in bdc_udc_init()
562
bdc->
bdc_ep_array
[1]->name);
in bdc_udc_init()
585
bdc_ep_disable(bdc->
bdc_ep_array
[1]);
in bdc_udc_exit()
H
A
D
bdc_ep.c
343
struct bdc_ep *ep = bdc->
bdc_ep_array
[epnum];
in bdc_notify_xfr()
644
ep = bdc->
bdc_ep_array
[1];
in ep0_queue_status_stage()
701
ep = bdc->
bdc_ep_array
[1];
in ep0_queue_data_stage()
908
ep = bdc->
bdc_ep_array
[epnum];
in bdc_free_ep()
1090
struct bdc_ep *ep = bdc->
bdc_ep_array
[1];
in ep0_stall()
1290
ep = bdc->
bdc_ep_array
[epnum];
in ep0_handle_feature()
1356
ep = bdc->
bdc_ep_array
[epnum];
in ep0_handle_status()
1397
ep = bdc->
bdc_ep_array
[1];
in ep0_set_sel()
1416
bdc->ep0_req.ep = bdc->
bdc_ep_array
[1];
in ep0_queue_zlp()
1516
ep = bdc->
bdc_ep_array
[
in bdc_xsf_ep0_data_start()
[all...]
H
A
D
bdc_core.c
297
bdc->
bdc_ep_array
[i]->flags = 0;
in bdc_mem_init()
330
kfree(bdc->
bdc_ep_array
);
in bdc_mem_free()
335
bdc->
bdc_ep_array
= NULL;
in bdc_mem_free()
400
bdc->
bdc_ep_array
= kcalloc(bdc->num_eps, sizeof(struct bdc_ep *),
in bdc_mem_alloc()
402
if (!bdc->
bdc_ep_array
)
in bdc_mem_alloc()
H
A
D
bdc_cmd.c
305
ep = bdc->
bdc_ep_array
[epnum];
in bdc_ep_clear_stall()
342
ep = bdc->
bdc_ep_array
[epnum];
in bdc_stop_ep()
H
A
D
bdc.h
420
struct bdc_ep **
bdc_ep_array
;
member
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/
H
A
D
bdc_udc.c
119
bdc->
bdc_ep_array
[1]->desc = &bdc_gadget_ep0_desc;
in bdc_uspc_connected()
120
ret = bdc_config_ep(bdc, bdc->
bdc_ep_array
[1]);
in bdc_uspc_connected()
123
bdc->
bdc_ep_array
[1]->usb_ep.desc = &bdc_gadget_ep0_desc;
in bdc_uspc_connected()
124
bdc->
bdc_ep_array
[1]->flags |= BDC_EP_ENABLED;
in bdc_uspc_connected()
138
ep = bdc->
bdc_ep_array
[1];
in bdc_uspc_disconnected()
554
bdc->
bdc_ep_array
[1]->desc = &bdc_gadget_ep0_desc;
in bdc_udc_init()
559
ret = bdc_ep_enable(bdc->
bdc_ep_array
[1]);
in bdc_udc_init()
562
bdc->
bdc_ep_array
[1]->name);
in bdc_udc_init()
585
bdc_ep_disable(bdc->
bdc_ep_array
[1]);
in bdc_udc_exit()
H
A
D
bdc_ep.c
343
struct bdc_ep *ep = bdc->
bdc_ep_array
[epnum];
in bdc_notify_xfr()
644
ep = bdc->
bdc_ep_array
[1];
in ep0_queue_status_stage()
701
ep = bdc->
bdc_ep_array
[1];
in ep0_queue_data_stage()
908
ep = bdc->
bdc_ep_array
[epnum];
in bdc_free_ep()
1090
struct bdc_ep *ep = bdc->
bdc_ep_array
[1];
in ep0_stall()
1290
ep = bdc->
bdc_ep_array
[epnum];
in ep0_handle_feature()
1356
ep = bdc->
bdc_ep_array
[epnum];
in ep0_handle_status()
1397
ep = bdc->
bdc_ep_array
[1];
in ep0_set_sel()
1416
bdc->ep0_req.ep = bdc->
bdc_ep_array
[1];
in ep0_queue_zlp()
1516
ep = bdc->
bdc_ep_array
[
in bdc_xsf_ep0_data_start()
[all...]
H
A
D
bdc_core.c
297
bdc->
bdc_ep_array
[i]->flags = 0;
in bdc_mem_init()
330
kfree(bdc->
bdc_ep_array
);
in bdc_mem_free()
335
bdc->
bdc_ep_array
= NULL;
in bdc_mem_free()
400
bdc->
bdc_ep_array
= kcalloc(bdc->num_eps, sizeof(struct bdc_ep *),
in bdc_mem_alloc()
402
if (!bdc->
bdc_ep_array
)
in bdc_mem_alloc()
H
A
D
bdc_cmd.c
304
ep = bdc->
bdc_ep_array
[epnum];
in bdc_ep_clear_stall()
341
ep = bdc->
bdc_ep_array
[epnum];
in bdc_stop_ep()
H
A
D
bdc.h
420
struct bdc_ep **
bdc_ep_array
;
member
Completed in 10 milliseconds