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:PACKET_SIZE
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/nvec/
H
A
D
nvec_ps2.c
20
#define
PACKET_SIZE
6
macro
51
unsigned char buf[] = { NVEC_PS2, AUTO_RECEIVE_N,
PACKET_SIZE
};
in ps2_startstreaming()
/kernel/linux/linux-6.6/drivers/staging/nvec/
H
A
D
nvec_ps2.c
20
#define
PACKET_SIZE
6
macro
51
unsigned char buf[] = { NVEC_PS2, AUTO_RECEIVE_N,
PACKET_SIZE
};
in ps2_startstreaming()
/kernel/linux/linux-5.10/drivers/media/platform/sti/c8sectpfe/
H
A
D
c8sectpfe-core.c
53
#define
PACKET_SIZE
(TS_PKT_SIZE+HEADER_SIZE)
macro
56
/* hw requires minimum of 8*
PACKET_SIZE
and padded to 8byte boundary */
57
#define FEI_BUFFER_SIZE (8*
PACKET_SIZE
*340)
103
num_packets = size /
PACKET_SIZE
;
in channel_swdemux_tsklet()
123
pos +=
PACKET_SIZE
;
in channel_swdemux_tsklet()
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/c8sectpfe/
H
A
D
c8sectpfe-core.c
56
#define
PACKET_SIZE
(TS_PKT_SIZE+HEADER_SIZE)
macro
59
/* hw requires minimum of 8*
PACKET_SIZE
and padded to 8byte boundary */
60
#define FEI_BUFFER_SIZE (8*
PACKET_SIZE
*340)
106
num_packets = size /
PACKET_SIZE
;
in channel_swdemux_tsklet()
126
pos +=
PACKET_SIZE
;
in channel_swdemux_tsklet()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H
A
D
se401.c
17
#define
PACKET_SIZE
1024
macro
52
u8 packet[
PACKET_SIZE
];
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H
A
D
se401.c
17
#define
PACKET_SIZE
1024
macro
52
u8 packet[
PACKET_SIZE
];
/kernel/linux/linux-5.10/drivers/net/ethernet/dlink/
H
A
D
dl2k.h
427
#define
PACKET_SIZE
1536
macro
H
A
D
dl2k.c
195
if (mtu[card_idx] > 0 && mtu[card_idx] <
PACKET_SIZE
)
in rio_probe1()
221
dev->max_mtu = np->jumbo ? MAX_JUMBO :
PACKET_SIZE
;
in rio_probe1()
486
np->rx_buf_sz = (dev->mtu <= 1500 ?
PACKET_SIZE
: dev->mtu + 32);
in alloc_list()
/kernel/linux/linux-6.6/drivers/net/ethernet/dlink/
H
A
D
dl2k.h
427
#define
PACKET_SIZE
1536
macro
H
A
D
dl2k.c
195
if (mtu[card_idx] > 0 && mtu[card_idx] <
PACKET_SIZE
)
in rio_probe1()
221
dev->max_mtu = np->jumbo ? MAX_JUMBO :
PACKET_SIZE
;
in rio_probe1()
485
np->rx_buf_sz = (dev->mtu <= 1500 ?
PACKET_SIZE
: dev->mtu + 32);
in alloc_list()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
elants_i2c.c
73
#define
PACKET_SIZE
55
macro
1042
if (report_len !=
PACKET_SIZE
) {
in elants_i2c_irq()
1051
i *
PACKET_SIZE
;
in elants_i2c_irq()
H
A
D
wdt87xx_i2c.c
93
#define
PACKET_SIZE
56
macro
580
packet_size = min(length,
PACKET_SIZE
);
in wdt87xx_write_data()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
elants_i2c.c
76
#define
PACKET_SIZE
55
macro
1152
} else if (report_len !=
PACKET_SIZE
) {
in elants_i2c_irq()
H
A
D
wdt87xx_i2c.c
93
#define
PACKET_SIZE
56
macro
580
packet_size = min(length,
PACKET_SIZE
);
in wdt87xx_write_data()
Completed in 24 milliseconds