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:sysids
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
ahci.c
1009
static const struct dmi_system_id
sysids
[] = {
in ahci_p5wdh_workaround()
local
1023
dmi_check_system(
sysids
)) {
in ahci_p5wdh_workaround()
1079
static const struct dmi_system_id
sysids
[] = {
in ahci_sb600_enable_64bit()
local
1154
match = dmi_first_match(
sysids
);
in ahci_sb600_enable_64bit()
1216
static const struct dmi_system_id
sysids
[] = {
in ahci_broken_suspend()
local
1285
const struct dmi_system_id *dmi = dmi_first_match(
sysids
);
in ahci_broken_suspend()
1300
static const struct dmi_system_id
sysids
[] = {
in ahci_broken_lpm()
local
1338
const struct dmi_system_id *dmi = dmi_first_match(
sysids
);
in ahci_broken_lpm()
1355
static const struct dmi_system_id
sysids
[] = {
in ahci_broken_online()
local
1390
const struct dmi_system_id *dmi = dmi_first_match(
sysids
);
in ahci_broken_online()
1415
static const struct dmi_system_id
sysids
[] = {
ahci_gtf_filter_workaround()
local
1474
static const struct dmi_system_id
sysids
[] = {
acer_sa5_271_workaround()
local
[all...]
H
A
D
ata_piix.c
828
static const struct dmi_system_id
sysids
[] = {
in piix_broken_suspend()
local
965
if (dmi_check_system(
sysids
))
in piix_broken_suspend()
1501
static const struct dmi_system_id
sysids
[] = {
in piix_iocfg_bit18_quirk()
local
1519
if (!dmi_check_system(
sysids
))
in piix_iocfg_bit18_quirk()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
ahci.c
1033
static const struct dmi_system_id
sysids
[] = {
in ahci_p5wdh_workaround()
local
1047
dmi_check_system(
sysids
)) {
in ahci_p5wdh_workaround()
1103
static const struct dmi_system_id
sysids
[] = {
in ahci_sb600_enable_64bit()
local
1178
match = dmi_first_match(
sysids
);
in ahci_sb600_enable_64bit()
1240
static const struct dmi_system_id
sysids
[] = {
in ahci_broken_suspend()
local
1309
const struct dmi_system_id *dmi = dmi_first_match(
sysids
);
in ahci_broken_suspend()
1324
static const struct dmi_system_id
sysids
[] = {
in ahci_broken_lpm()
local
1362
const struct dmi_system_id *dmi = dmi_first_match(
sysids
);
in ahci_broken_lpm()
1379
static const struct dmi_system_id
sysids
[] = {
in ahci_broken_online()
local
1414
const struct dmi_system_id *dmi = dmi_first_match(
sysids
);
in ahci_broken_online()
1439
static const struct dmi_system_id
sysids
[] = {
ahci_gtf_filter_workaround()
local
1498
static const struct dmi_system_id
sysids
[] = {
acer_sa5_271_workaround()
local
[all...]
H
A
D
ata_piix.c
834
static const struct dmi_system_id
sysids
[] = {
in piix_broken_suspend()
local
971
if (dmi_check_system(
sysids
))
in piix_broken_suspend()
1505
static const struct dmi_system_id
sysids
[] = {
in piix_iocfg_bit18_quirk()
local
1523
if (!dmi_check_system(
sysids
))
in piix_iocfg_bit18_quirk()
Completed in 9 milliseconds