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:chip_table
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
pata_hpt37x.c
831
const struct hpt_chip *
chip_table
;
in hpt37x_init_one()
local
852
chip_table
= &hpt370;
in hpt37x_init_one()
857
chip_table
= &hpt370a;
in hpt37x_init_one()
862
chip_table
= &hpt372;
in hpt37x_init_one()
875
chip_table
= &hpt372a;
in hpt37x_init_one()
883
chip_table
= &hpt302;
in hpt37x_init_one()
889
chip_table
= &hpt371;
in hpt37x_init_one()
899
chip_table
= &hpt374;
in hpt37x_init_one()
947
if (
chip_table
== &hpt372a)
in hpt37x_init_one()
956
if (
chip_table
in hpt37x_init_one()
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
pata_hpt37x.c
809
const struct hpt_chip *
chip_table
;
in hpt37x_init_one()
local
830
chip_table
= &hpt370;
in hpt37x_init_one()
835
chip_table
= &hpt370a;
in hpt37x_init_one()
840
chip_table
= &hpt372;
in hpt37x_init_one()
854
chip_table
= &hpt372a;
in hpt37x_init_one()
862
chip_table
= &hpt302;
in hpt37x_init_one()
868
chip_table
= &hpt371;
in hpt37x_init_one()
878
chip_table
= &hpt374;
in hpt37x_init_one()
927
if (
chip_table
== &hpt372a)
in hpt37x_init_one()
930
freq = hpt37x_pci_clock(dev,
chip_table
in hpt37x_init_one()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H
A
D
lance.c
268
}
chip_table
[] = {
variable
425
r->name =
chip_table
[ver].name;
in do_lance_probe()
528
for (lance_version = 1;
chip_table
[lance_version].id_number; lance_version++) {
in lance_probe1()
529
if (
chip_table
[lance_version].id_number == chip_version)
in lance_probe1()
536
chipname =
chip_table
[lance_version].name;
in lance_probe1()
716
if (
chip_table
[lp->chip_version].flags & LANCE_ENABLE_AUTOSELECT) {
in lance_probe1()
775
if (
chip_table
[lp->chip_version].flags & LANCE_MUST_UNRESET)
in lance_open()
778
if (
chip_table
[lp->chip_version].flags & LANCE_ENABLE_AUTOSELECT) {
in lance_open()
907
(
chip_table
[lp->chip_version].flags & LANCE_MUST_REINIT_RING)) {
in lance_restart()
976
if (
chip_table
[l
in lance_start_xmit()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H
A
D
lance.c
269
}
chip_table
[] = {
variable
428
r->name =
chip_table
[ver].name;
in do_lance_probe()
532
for (lance_version = 1;
chip_table
[lance_version].id_number; lance_version++) {
in lance_probe1()
533
if (
chip_table
[lance_version].id_number == chip_version)
in lance_probe1()
540
chipname =
chip_table
[lance_version].name;
in lance_probe1()
721
if (
chip_table
[lp->chip_version].flags & LANCE_ENABLE_AUTOSELECT) {
in lance_probe1()
780
if (
chip_table
[lp->chip_version].flags & LANCE_MUST_UNRESET)
in lance_open()
783
if (
chip_table
[lp->chip_version].flags & LANCE_ENABLE_AUTOSELECT) {
in lance_open()
912
(
chip_table
[lp->chip_version].flags & LANCE_MUST_REINIT_RING)) {
in lance_restart()
981
if (
chip_table
[l
in lance_start_xmit()
[all...]
Completed in 7 milliseconds