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:have_gphy
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H
A
D
main.c
3594
int
have_gphy
)
in b43legacy_setup_modes()
3606
if (
have_gphy
) {
in b43legacy_setup_modes()
3629
int
have_gphy
= 0;
in b43legacy_wireless_core_attach()
local
3649
have_gphy
= !!(tmshigh & B43legacy_TMSHIGH_GPHY);
in b43legacy_wireless_core_attach()
3650
if (!
have_gphy
)
in b43legacy_wireless_core_attach()
3653
have_gphy
= 1;
in b43legacy_wireless_core_attach()
3657
dev->phy.gmode = (
have_gphy
|| have_bphy);
in b43legacy_wireless_core_attach()
3672
have_gphy
= 0;
in b43legacy_wireless_core_attach()
3678
have_gphy
= 1;
in b43legacy_wireless_core_attach()
3684
dev->phy.gmode = (
have_gphy
|| have_bph
in b43legacy_wireless_core_attach()
3592
b43legacy_setup_modes(struct b43legacy_wldev *dev, int have_bphy, int
have_gphy
)
b43legacy_setup_modes()
argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H
A
D
main.c
3595
int
have_gphy
)
in b43legacy_setup_modes()
3607
if (
have_gphy
) {
in b43legacy_setup_modes()
3630
int
have_gphy
= 0;
in b43legacy_wireless_core_attach()
local
3650
have_gphy
= !!(tmshigh & B43legacy_TMSHIGH_GPHY);
in b43legacy_wireless_core_attach()
3651
if (!
have_gphy
)
in b43legacy_wireless_core_attach()
3654
have_gphy
= 1;
in b43legacy_wireless_core_attach()
3658
dev->phy.gmode = (
have_gphy
|| have_bphy);
in b43legacy_wireless_core_attach()
3673
have_gphy
= 0;
in b43legacy_wireless_core_attach()
3679
have_gphy
= 1;
in b43legacy_wireless_core_attach()
3685
dev->phy.gmode = (
have_gphy
|| have_bph
in b43legacy_wireless_core_attach()
3593
b43legacy_setup_modes(struct b43legacy_wldev *dev, int have_bphy, int
have_gphy
)
b43legacy_setup_modes()
argument
[all...]
Completed in 9 milliseconds