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:x_len
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
dma-axi-dmac.c
99
unsigned int
x_len
;
member
269
axi_dmac_write(dmac, AXI_DMAC_REG_X_LENGTH, sg->
x_len
- 1);
in axi_dmac_start_transfer()
285
return sg->
x_len
* sg->y_len;
in axi_dmac_total_sg_bytes()
287
return sg->
x_len
;
in axi_dmac_total_sg_bytes()
515
sg->
x_len
= segment_size;
in axi_dmac_fill_linear_sg()
526
sg->
x_len
= len;
in axi_dmac_fill_linear_sg()
668
desc->sg[0].
x_len
= xt->sgl[0].size;
in axi_dmac_prep_interleaved()
671
desc->sg[0].
x_len
= xt->sgl[0].size * xt->numf;
in axi_dmac_prep_interleaved()
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
dma-axi-dmac.c
103
unsigned int
x_len
;
member
273
axi_dmac_write(dmac, AXI_DMAC_REG_X_LENGTH, sg->
x_len
- 1);
in axi_dmac_start_transfer()
289
return sg->
x_len
* sg->y_len;
in axi_dmac_total_sg_bytes()
291
return sg->
x_len
;
in axi_dmac_total_sg_bytes()
519
sg->
x_len
= segment_size;
in axi_dmac_fill_linear_sg()
530
sg->
x_len
= len;
in axi_dmac_fill_linear_sg()
672
desc->sg[0].
x_len
= xt->sgl[0].size;
in axi_dmac_prep_interleaved()
675
desc->sg[0].
x_len
= xt->sgl[0].size * xt->numf;
in axi_dmac_prep_interleaved()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
usbtouchscreen.c
910
__be16
x_len
; /* bytes for X axis */
member
1050
unsigned int
x_len
= be16_to_cpu(packet->
x_len
);
in nexio_read_data()
local
1060
if (
x_len
> 0xff)
in nexio_read_data()
1061
x_len
-= 0x80;
in nexio_read_data()
1067
usbtouch->type->max_xc = 2 *
x_len
;
in nexio_read_data()
1082
for (x = 0; x <
x_len
; x++) {
in nexio_read_data()
1089
for (y =
x_len
; y < data_len; y++) {
in nexio_read_data()
1091
begin_y = y -
x_len
;
in nexio_read_data()
1096
end_y = y - 1 -
x_len
;
in nexio_read_data()
[all...]
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
usbtouchscreen.c
910
__be16
x_len
; /* bytes for X axis */
member
1051
unsigned int
x_len
= be16_to_cpu(packet->
x_len
);
in nexio_read_data()
local
1061
if (
x_len
> 0xff)
in nexio_read_data()
1062
x_len
-= 0x80;
in nexio_read_data()
1070
usbtouch->type->max_xc = 2 *
x_len
;
in nexio_read_data()
1085
for (x = 0; x <
x_len
; x++) {
in nexio_read_data()
1092
for (y =
x_len
; y < data_len; y++) {
in nexio_read_data()
1094
begin_y = y -
x_len
;
in nexio_read_data()
1099
end_y = y - 1 -
x_len
;
in nexio_read_data()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
pdb.h
401
u8
x_len
;
member
416
u8
x_len
;
member
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
pdb.h
401
u8
x_len
;
member
416
u8
x_len
;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
ccp.h
523
* @
x_len
: the length of the x coordinate
529
unsigned int
x_len
; /* In bytes */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
ccp.h
524
* @
x_len
: the length of the x coordinate
530
unsigned int
x_len
; /* In bytes */
member
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H
A
D
ccp-ops.c
2279
(ecc->u.pm.point_1.
x_len
> CCP_ECC_MODULUS_BYTES) ||
in ccp_run_ecc_pm_cmd()
2286
(ecc->u.pm.point_2.
x_len
> CCP_ECC_MODULUS_BYTES) ||
in ccp_run_ecc_pm_cmd()
2302
(ecc->u.pm.result.
x_len
< CCP_ECC_MODULUS_BYTES) ||
in ccp_run_ecc_pm_cmd()
2334
ecc->u.pm.point_1.
x_len
);
in ccp_run_ecc_pm_cmd()
2351
ecc->u.pm.point_2.
x_len
);
in ccp_run_ecc_pm_cmd()
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H
A
D
ccp-ops.c
2279
(ecc->u.pm.point_1.
x_len
> CCP_ECC_MODULUS_BYTES) ||
in ccp_run_ecc_pm_cmd()
2286
(ecc->u.pm.point_2.
x_len
> CCP_ECC_MODULUS_BYTES) ||
in ccp_run_ecc_pm_cmd()
2302
(ecc->u.pm.result.
x_len
< CCP_ECC_MODULUS_BYTES) ||
in ccp_run_ecc_pm_cmd()
2334
ecc->u.pm.point_1.
x_len
);
in ccp_run_ecc_pm_cmd()
2351
ecc->u.pm.point_2.
x_len
);
in ccp_run_ecc_pm_cmd()
Completed in 16 milliseconds