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:color_match
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
uvc_configfs.c
1579
struct uvcg_color_matching *
color_match
;
in uvcg_format_get_default_color_match()
local
1592
color_match
= to_uvcg_color_matching(to_config_group(cm_default));
in uvcg_format_get_default_color_match()
1595
return
color_match
;
in uvcg_format_get_default_color_match()
2431
struct uvcg_color_matching *
color_match
;
in uvcg_uncompressed_make()
local
2436
color_match
= uvcg_format_get_default_color_match(streaming);
in uvcg_uncompressed_make()
2437
if (!
color_match
)
in uvcg_uncompressed_make()
2457
h->fmt.color_matching =
color_match
;
in uvcg_uncompressed_make()
2458
color_match
->refcnt++;
in uvcg_uncompressed_make()
2623
struct uvcg_color_matching *
color_match
;
in uvcg_mjpeg_make()
local
2628
color_match
in uvcg_mjpeg_make()
2752
struct uvcg_
color_match
ing *
color_match
=
uvcg_color_matching_release()
local
2775
struct uvcg_
color_match
ing *
color_match
;
uvcg_color_matching_make()
local
2797
struct uvcg_
color_match
ing *
color_match
;
uvcg_color_matching_create_children()
local
2970
struct uvcg_
color_match
ing *
color_match
= priv1;
__uvcg_cnt_strm()
local
3061
struct uvcg_
color_match
ing *
color_match
= priv1;
__uvcg_fill_strm()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_txrx.c
233
if (!
color_match
(comp->pkt_type_color, cq->done_color))
in ionic_rx_service()
654
if (!
color_match
(comp->color, cq->done_color))
in ionic_tx_service()
H
A
D
ionic_if.h
140
static inline u8
color_match
(u8 color, u8 done_color)
in color_match()
function
H
A
D
ionic_lif.c
880
if (!
color_match
(comp->color, cq->done_color))
in ionic_adminq_service()
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_txrx.c
384
if (!
color_match
(comp->pkt_type_color, cq->done_color))
in ionic_rx_service()
853
if (!
color_match
(comp->color, cq->done_color))
in ionic_tx_service()
H
A
D
ionic_if.h
142
static inline u8
color_match
(u8 color, u8 done_color)
in color_match()
function
H
A
D
ionic_lif.c
1221
if (!
color_match
(comp->color, cq->done_color))
in ionic_adminq_service()
Completed in 29 milliseconds