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:tail_data
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/
H
A
D
cx231xx-417.c
1242
u32
tail_data
= 0;
in buffer_copy()
local
1275
tail_data
=
in buffer_copy()
1278
data,
tail_data
);
in buffer_copy()
1286
if (len -
tail_data
> 0) {
in buffer_copy()
1287
p_data = data +
tail_data
;
in buffer_copy()
1288
dma_q->left_data_count = len -
tail_data
;
in buffer_copy()
1290
p_data, len -
tail_data
);
in buffer_copy()
/kernel/linux/linux-6.6/drivers/media/usb/cx231xx/
H
A
D
cx231xx-417.c
1242
u32
tail_data
= 0;
in buffer_copy()
local
1275
tail_data
=
in buffer_copy()
1278
data,
tail_data
);
in buffer_copy()
1286
if (len -
tail_data
> 0) {
in buffer_copy()
1287
p_data = data +
tail_data
;
in buffer_copy()
1288
dma_q->left_data_count = len -
tail_data
;
in buffer_copy()
1290
p_data, len -
tail_data
);
in buffer_copy()
/kernel/linux/linux-5.10/fs/cramfs/
H
A
D
inode.c
342
char *
tail_data
;
in cramfs_last_page_is_shared()
local
351
tail_data
= sbi->linear_virt_addr + blockaddr + partial;
in cramfs_last_page_is_shared()
352
return memchr_inv(
tail_data
, 0, PAGE_SIZE - partial) ? true : false;
in cramfs_last_page_is_shared()
/kernel/linux/linux-6.6/fs/cramfs/
H
A
D
inode.c
333
char *
tail_data
;
in cramfs_last_page_is_shared()
local
342
tail_data
= sbi->linear_virt_addr + blockaddr + partial;
in cramfs_last_page_is_shared()
343
return memchr_inv(
tail_data
, 0, PAGE_SIZE - partial) ? true : false;
in cramfs_last_page_is_shared()
/kernel/linux/linux-5.10/drivers/soc/ti/
H
A
D
k3-ringacc.c
52
* @
tail_data
: Ring Tail Entry Data Registers
58
u32
tail_data
[128];
member
842
ptr = (void __iomem *)&ring->fifos->
tail_data
;
in k3_ringacc_ring_access_io()
/kernel/linux/linux-6.6/drivers/soc/ti/
H
A
D
k3-ringacc.c
60
* @
tail_data
: Ring Tail Entry Data Registers
66
u32
tail_data
[128];
member
1030
ptr = (void __iomem *)&ring->fifos->
tail_data
;
in k3_ringacc_ring_access_io()
Completed in 11 milliseconds