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:valid_modes
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/ncsi/
H
A
D
ncsi-rsp.c
863
if (ntohl(rsp->
valid_modes
) & 0x1) { /* BC filter mode */
in ncsi_rsp_handler_gp()
867
if (ntohl(rsp->
valid_modes
) & 0x2) /* Channel enabled */
in ncsi_rsp_handler_gp()
869
if (ntohl(rsp->
valid_modes
) & 0x4) /* Channel Tx enabled */
in ncsi_rsp_handler_gp()
871
if (ntohl(rsp->
valid_modes
) & 0x8) /* MC filter mode */
in ncsi_rsp_handler_gp()
H
A
D
ncsi-pkt.h
236
__be32
valid_modes
; /* Valid mode parameters */
member
/kernel/linux/linux-6.6/net/ncsi/
H
A
D
ncsi-rsp.c
863
if (ntohl(rsp->
valid_modes
) & 0x1) { /* BC filter mode */
in ncsi_rsp_handler_gp()
867
if (ntohl(rsp->
valid_modes
) & 0x2) /* Channel enabled */
in ncsi_rsp_handler_gp()
869
if (ntohl(rsp->
valid_modes
) & 0x4) /* Channel Tx enabled */
in ncsi_rsp_handler_gp()
871
if (ntohl(rsp->
valid_modes
) & 0x8) /* MC filter mode */
in ncsi_rsp_handler_gp()
H
A
D
ncsi-pkt.h
242
__be32
valid_modes
; /* Valid mode parameters */
member
/kernel/linux/linux-5.10/sound/pci/asihpi/
H
A
D
asihpi.c
2241
int
valid_modes
= 0;
in snd_asihpi_cmode_info()
local
2249
mapped_names[
valid_modes
] = mode_names[mode];
in snd_asihpi_cmode_info()
2250
valid_modes
++;
in snd_asihpi_cmode_info()
2253
if (!
valid_modes
)
in snd_asihpi_cmode_info()
2256
return snd_ctl_enum_info(uinfo, 1,
valid_modes
, mapped_names);
in snd_asihpi_cmode_info()
/kernel/linux/linux-6.6/sound/pci/asihpi/
H
A
D
asihpi.c
2239
int
valid_modes
= 0;
in snd_asihpi_cmode_info()
local
2247
mapped_names[
valid_modes
] = mode_names[mode];
in snd_asihpi_cmode_info()
2248
valid_modes
++;
in snd_asihpi_cmode_info()
2251
if (!
valid_modes
)
in snd_asihpi_cmode_info()
2254
return snd_ctl_enum_info(uinfo, 1,
valid_modes
, mapped_names);
in snd_asihpi_cmode_info()
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
thinkpad_acpi.c
2083
int
valid_modes
= 0;
in hotkey_gmms_get_tablet_mode()
local
2090
valid_modes
= TP_ACPI_MULTI_MODE_LAPTOP |
in hotkey_gmms_get_tablet_mode()
2095
valid_modes
= TP_ACPI_MULTI_MODE_LAPTOP |
in hotkey_gmms_get_tablet_mode()
2102
valid_modes
= TP_ACPI_MULTI_MODE_LAPTOP |
in hotkey_gmms_get_tablet_mode()
2110
valid_modes
= TP_ACPI_MULTI_MODE_LAPTOP |
in hotkey_gmms_get_tablet_mode()
2122
if (has_tablet_mode && (
valid_modes
& TP_ACPI_MULTI_MODE_TABLET_LIKE))
in hotkey_gmms_get_tablet_mode()
2151
if (!(mode &
valid_modes
)) {
in hotkey_gmms_get_tablet_mode()
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
thinkpad_acpi.c
1957
int
valid_modes
= 0;
in hotkey_gmms_get_tablet_mode()
local
1964
valid_modes
= TP_ACPI_MULTI_MODE_LAPTOP |
in hotkey_gmms_get_tablet_mode()
1969
valid_modes
= TP_ACPI_MULTI_MODE_LAPTOP |
in hotkey_gmms_get_tablet_mode()
1976
valid_modes
= TP_ACPI_MULTI_MODE_LAPTOP |
in hotkey_gmms_get_tablet_mode()
1984
valid_modes
= TP_ACPI_MULTI_MODE_LAPTOP |
in hotkey_gmms_get_tablet_mode()
1996
if (has_tablet_mode && (
valid_modes
& TP_ACPI_MULTI_MODE_TABLET_LIKE))
in hotkey_gmms_get_tablet_mode()
2025
if (!(mode &
valid_modes
)) {
in hotkey_gmms_get_tablet_mode()
Completed in 56 milliseconds