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:STATUS_LEN
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/typec/
H
A
D
anx7411.c
52
#define
STATUS_LEN
2
macro
906
u8 buf[
STATUS_LEN
];
in anx7411_work_func()
916
ret = anx7411_reg_block_read(ctx->spi_client, INT_STS,
STATUS_LEN
, buf);
in anx7411_work_func()
925
ret = anx7411_reg_block_read(ctx->tcpc_client, ALERT_0,
STATUS_LEN
, buf);
in anx7411_work_func()
/kernel/linux/linux-5.10/drivers/usb/storage/
H
A
D
realtek_cr.c
134
#define
STATUS_LEN
(chip) ((chip)->status_len)
macro
1005
if (
STATUS_LEN
(chip) == 16) {
in init_realtek_cr()
/kernel/linux/linux-6.6/drivers/usb/storage/
H
A
D
realtek_cr.c
134
#define
STATUS_LEN
(chip) ((chip)->status_len)
macro
1005
if (
STATUS_LEN
(chip) == 16) {
in init_realtek_cr()
Completed in 6 milliseconds