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:max_packet_sz_tx
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/musb/
H
A
D
musb_core.h
216
u16
max_packet_sz_tx
;
member
467
hw_ep->
max_packet_sz_tx
= 1 << (reg & 0x0f);
in musb_read_fifosize()
471
hw_ep->max_packet_sz_rx = hw_ep->
max_packet_sz_tx
;
in musb_read_fifosize()
484
musb->endpoints[0].
max_packet_sz_tx
= MUSB_EP0_FIFOSIZE;
in musb_configure_ep0()
H
A
D
musb_gadget.c
211
return ep->hw_ep->
max_packet_sz_tx
;
in max_ep_writesize()
977
if (tmp > hw_ep->
max_packet_sz_tx
) {
in musb_gadget_enable()
992
musb_ep->hb_mult = (hw_ep->
max_packet_sz_tx
/
in musb_gadget_enable()
1718
usb_ep_set_maxpacket_limit(&ep->end_point, hw_ep->
max_packet_sz_tx
);
in init_peripheral_ep()
1757
if (hw_ep->
max_packet_sz_tx
) {
in musb_g_init_endpoints()
H
A
D
musb_core.c
1422
hw_ep->
max_packet_sz_tx
= maxpacket;
in fifo_setup()
1439
hw_ep->
max_packet_sz_tx
= maxpacket;
in fifo_setup()
1569
if (hw_ep->
max_packet_sz_tx
< 512
in ep_config_from_hw()
1693
if (hw_ep->
max_packet_sz_tx
) {
in musb_core_init()
1699
hw_ep->
max_packet_sz_tx
);
in musb_core_init()
1709
if (!(hw_ep->
max_packet_sz_tx
|| hw_ep->max_packet_sz_rx))
in musb_core_init()
H
A
D
musb_host.c
789
qh->hb_mult = hw_ep->
max_packet_sz_tx
in musb_ep_program()
807
load_count = min((u32) hw_ep->
max_packet_sz_tx
,
in musb_ep_program()
2046
diff = hw_ep->
max_packet_sz_tx
;
in musb_schedule()
/kernel/linux/linux-6.6/drivers/usb/musb/
H
A
D
musb_core.h
216
u16
max_packet_sz_tx
;
member
467
hw_ep->
max_packet_sz_tx
= 1 << (reg & 0x0f);
in musb_read_fifosize()
471
hw_ep->max_packet_sz_rx = hw_ep->
max_packet_sz_tx
;
in musb_read_fifosize()
484
musb->endpoints[0].
max_packet_sz_tx
= MUSB_EP0_FIFOSIZE;
in musb_configure_ep0()
H
A
D
musb_gadget.c
211
return ep->hw_ep->
max_packet_sz_tx
;
in max_ep_writesize()
977
if (tmp > hw_ep->
max_packet_sz_tx
) {
in musb_gadget_enable()
992
musb_ep->hb_mult = (hw_ep->
max_packet_sz_tx
/
in musb_gadget_enable()
1720
usb_ep_set_maxpacket_limit(&ep->end_point, hw_ep->
max_packet_sz_tx
);
in init_peripheral_ep()
1759
if (hw_ep->
max_packet_sz_tx
) {
in musb_g_init_endpoints()
H
A
D
musb_core.c
1418
hw_ep->
max_packet_sz_tx
= maxpacket;
in fifo_setup()
1435
hw_ep->
max_packet_sz_tx
= maxpacket;
in fifo_setup()
1565
if (hw_ep->
max_packet_sz_tx
< 512
in ep_config_from_hw()
1689
if (hw_ep->
max_packet_sz_tx
) {
in musb_core_init()
1695
hw_ep->
max_packet_sz_tx
);
in musb_core_init()
1705
if (!(hw_ep->
max_packet_sz_tx
|| hw_ep->max_packet_sz_rx))
in musb_core_init()
H
A
D
musb_host.c
783
qh->hb_mult = hw_ep->
max_packet_sz_tx
in musb_ep_program()
801
load_count = min((u32) hw_ep->
max_packet_sz_tx
,
in musb_ep_program()
2040
diff = hw_ep->
max_packet_sz_tx
;
in musb_schedule()
Completed in 20 milliseconds