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:sel_field
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/leds/rgb/
H
A
D
leds-mt6370-rgb.c
257
enum mt6370_led_field
sel_field
;
in mt6370_set_led_brightness()
local
259
sel_field
= mt6370_get_led_current_field(led_no);
in mt6370_set_led_brightness()
261
return regmap_field_write(priv->fields[
sel_field
], level);
in mt6370_set_led_brightness()
267
enum mt6370_led_field
sel_field
;
in mt6370_get_led_brightness()
local
269
sel_field
= mt6370_get_led_current_field(led_no);
in mt6370_get_led_brightness()
271
return regmap_field_read(priv->fields[
sel_field
], level);
in mt6370_get_led_brightness()
278
enum mt6370_led_field
sel_field
;
in mt6370_set_led_duty()
local
286
sel_field
= F_LED1_DUTY;
in mt6370_set_led_duty()
289
sel_field
= F_LED2_DUTY;
in mt6370_set_led_duty()
292
sel_field
in mt6370_set_led_duty()
306
enum mt6370_led_field
sel_field
;
mt6370_set_led_freq()
local
401
enum mt6370_led_field
sel_field
;
mt6370_set_led_mode()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_dcb.c
79
app.selector = dcb->app_priority[i].
sel_field
+ 1;
in cxgb4_dcb_cleanup_apps()
82
app.selector = !!(dcb->app_priority[i].
sel_field
);
in cxgb4_dcb_cleanup_apps()
375
app.selector = (fwap->
sel_field
+ 1);
in cxgb4_dcb_handle_fw_update()
381
app.selector = !!(fwap->
sel_field
);
in cxgb4_dcb_handle_fw_update()
392
ap->
sel_field
= fwap->
sel_field
;
in cxgb4_dcb_handle_fw_update()
812
if (pcmd.u.dcb.app_priority.
sel_field
== app_idtype)
in __cxgb4_getapp()
885
pcmd.u.dcb.app_priority.
sel_field
= app_idtype;
in __cxgb4_setapp()
1170
table[i].selector = (pcmd.u.dcb.app_priority.
sel_field
+ 1);
in cxgb4_getpeerapp_tbl()
H
A
D
cxgb4_dcb.h
115
u8
sel_field
; /* Protocol ID interpretation */
member
H
A
D
cxgb4_debugfs.c
2496
if (ap->
sel_field
< ARRAY_SIZE(sel_names))
in dcb_info_show()
2497
sel_name = sel_names[ap->
sel_field
];
in dcb_info_show()
2504
sel_name, ap->
sel_field
,
in dcb_info_show()
H
A
D
t4fw_api.h
2873
__u8
sel_field
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_dcb.c
79
app.selector = dcb->app_priority[i].
sel_field
+ 1;
in cxgb4_dcb_cleanup_apps()
82
app.selector = !!(dcb->app_priority[i].
sel_field
);
in cxgb4_dcb_cleanup_apps()
375
app.selector = (fwap->
sel_field
+ 1);
in cxgb4_dcb_handle_fw_update()
381
app.selector = !!(fwap->
sel_field
);
in cxgb4_dcb_handle_fw_update()
392
ap->
sel_field
= fwap->
sel_field
;
in cxgb4_dcb_handle_fw_update()
812
if (pcmd.u.dcb.app_priority.
sel_field
== app_idtype)
in __cxgb4_getapp()
885
pcmd.u.dcb.app_priority.
sel_field
= app_idtype;
in __cxgb4_setapp()
1170
table[i].selector = (pcmd.u.dcb.app_priority.
sel_field
+ 1);
in cxgb4_getpeerapp_tbl()
H
A
D
cxgb4_dcb.h
115
u8
sel_field
; /* Protocol ID interpretation */
member
H
A
D
cxgb4_debugfs.c
2496
if (ap->
sel_field
< ARRAY_SIZE(sel_names))
in dcb_info_show()
2497
sel_name = sel_names[ap->
sel_field
];
in dcb_info_show()
2504
sel_name, ap->
sel_field
,
in dcb_info_show()
H
A
D
t4fw_api.h
2875
__u8
sel_field
;
member
Completed in 38 milliseconds