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:erst_size
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-mem.c
1803
size_t
erst_size
;
in xhci_free_interrupter()
local
1810
erst_size
= sizeof(struct xhci_erst_entry) * ir->erst.num_entries;
in xhci_free_interrupter()
1812
dma_free_coherent(dev,
erst_size
,
in xhci_free_interrupter()
1823
tmp = readl(&ir->ir_set->
erst_size
);
in xhci_free_interrupter()
1825
writel(tmp, &ir->ir_set->
erst_size
);
in xhci_free_interrupter()
2271
u32
erst_size
;
in xhci_add_interrupter()
local
2282
erst_size
= readl(&ir->ir_set->
erst_size
);
in xhci_add_interrupter()
2283
erst_size
&= ERST_SIZE_MASK;
in xhci_add_interrupter()
2284
erst_size
|
in xhci_add_interrupter()
[all...]
H
A
D
xhci.h
475
* @
erst_size
: Number of segments in the Event Ring Segment Table (ERST).
489
__le32
erst_size
;
member
512
/*
erst_size
bitmasks */
513
/* Preserve bits 16:31 of
erst_size
*/
1658
unsigned int
erst_size
;
member
H
A
D
xhci-dbgcap.c
505
writel(dbc->erst.
erst_size
, &dbc->regs->ersts);
in xhci_dbc_mem_init()
H
A
D
xhci.c
681
ir->s3_erst_size = readl(&ir->ir_set->
erst_size
);
in xhci_save_registers()
696
writel(ir->s3_erst_size, &ir->ir_set->
erst_size
);
in xhci_restore_registers()
/kernel/linux/linux-5.10/drivers/usb/early/
H
A
D
xhci-dbc.h
160
size_t
erst_size
;
member
H
A
D
xhci-dbc.c
245
xdbc.
erst_size
= 16;
in xdbc_mem_init()
/kernel/linux/linux-6.6/drivers/usb/early/
H
A
D
xhci-dbc.h
160
size_t
erst_size
;
member
H
A
D
xhci-dbc.c
245
xdbc.
erst_size
= 16;
in xdbc_mem_init()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-mem.c
1293
val = readl(&pdev->ir_set->
erst_size
);
in cdnsp_mem_init()
1296
writel(val, &pdev->ir_set->
erst_size
);
in cdnsp_mem_init()
H
A
D
cdnsp-gadget.h
362
* @
erst_size
: Number of segments in the Event Ring Segment Table (ERST).
376
__le32
erst_size
;
member
400
/*
erst_size
bitmasks. */
401
/* Preserve bits 16:31 of
erst_size
. */
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci.h
475
* @
erst_size
: Number of segments in the Event Ring Segment Table (ERST).
489
__le32
erst_size
;
member
512
/*
erst_size
bitmasks */
513
/* Preserve bits 16:31 of
erst_size
*/
1647
unsigned int
erst_size
;
member
1685
u32
erst_size
;
member
H
A
D
xhci.c
829
xhci->s3.
erst_size
= readl(&xhci->ir_set->
erst_size
);
in xhci_save_registers()
842
writel(xhci->s3.
erst_size
, &xhci->ir_set->
erst_size
);
in xhci_restore_registers()
H
A
D
xhci-mem.c
2578
val = readl(&xhci->ir_set->
erst_size
);
in xhci_mem_init()
2584
writel(val, &xhci->ir_set->
erst_size
);
in xhci_mem_init()
H
A
D
xhci-dbgcap.c
505
writel(dbc->erst.
erst_size
, &dbc->regs->ersts);
in xhci_dbc_mem_init()
Completed in 40 milliseconds