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:feature_len
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
mic_common.h
13
__u8
feature_len
;
member
66
+ desc->
feature_len
* 2 + desc->config_len;
in mic_desc_size()
79
return mic_vq_features(desc) + desc->
feature_len
* 2;
in mic_vq_configspace()
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
cypress_m8.c
299
const unsigned int
feature_len
= 5;
in cypress_serial_control()
local
307
feature_buffer = kcalloc(
feature_len
, sizeof(u8), GFP_KERNEL);
in cypress_serial_control()
349
feature_len
, 500);
in cypress_serial_control()
354
} while (retval !=
feature_len
&&
in cypress_serial_control()
357
if (retval !=
feature_len
) {
in cypress_serial_control()
387
feature_len
, 500);
in cypress_serial_control()
391
} while (retval !=
feature_len
in cypress_serial_control()
394
if (retval !=
feature_len
) {
in cypress_serial_control()
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
cypress_m8.c
300
const unsigned int
feature_len
= 5;
in cypress_serial_control()
local
308
feature_buffer = kcalloc(
feature_len
, sizeof(u8), GFP_KERNEL);
in cypress_serial_control()
350
feature_len
, 500);
in cypress_serial_control()
355
} while (retval !=
feature_len
&&
in cypress_serial_control()
358
if (retval !=
feature_len
) {
in cypress_serial_control()
388
feature_len
, 500);
in cypress_serial_control()
392
} while (retval !=
feature_len
in cypress_serial_control()
395
if (retval !=
feature_len
) {
in cypress_serial_control()
Completed in 4 milliseconds