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:bg_band
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H
A
D
ipw2100.c
1898
/* fill-out priv->ieee->
bg_band
*/
in ipw2100_wdev_init()
1900
struct ieee80211_supported_band *
bg_band
= &priv->ieee->
bg_band
;
in ipw2100_wdev_init()
local
1902
bg_band
->band = NL80211_BAND_2GHZ;
in ipw2100_wdev_init()
1903
bg_band
->n_channels = geo->bg_channels;
in ipw2100_wdev_init()
1904
bg_band
->channels = kcalloc(geo->bg_channels,
in ipw2100_wdev_init()
1907
if (!
bg_band
->channels) {
in ipw2100_wdev_init()
1911
/* translate geo->bg to
bg_band
.channels */
in ipw2100_wdev_init()
1913
bg_band
->channels[i].band = NL80211_BAND_2GHZ;
in ipw2100_wdev_init()
1914
bg_band
in ipw2100_wdev_init()
[all...]
H
A
D
ipw2200.c
11319
/* fill-out priv->ieee->
bg_band
*/
in ipw_wdev_init()
11321
struct ieee80211_supported_band *
bg_band
= &priv->ieee->
bg_band
;
in ipw_wdev_init()
local
11323
bg_band
->band = NL80211_BAND_2GHZ;
in ipw_wdev_init()
11324
bg_band
->n_channels = geo->bg_channels;
in ipw_wdev_init()
11325
bg_band
->channels = kcalloc(geo->bg_channels,
in ipw_wdev_init()
11328
if (!
bg_band
->channels) {
in ipw_wdev_init()
11332
/* translate geo->bg to
bg_band
.channels */
in ipw_wdev_init()
11334
bg_band
->channels[i].band = NL80211_BAND_2GHZ;
in ipw_wdev_init()
11335
bg_band
in ipw_wdev_init()
[all...]
H
A
D
libipw.h
722
struct ieee80211_supported_band
bg_band
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H
A
D
ipw2100.c
1887
/* fill-out priv->ieee->
bg_band
*/
in ipw2100_wdev_init()
1889
struct ieee80211_supported_band *
bg_band
= &priv->ieee->
bg_band
;
in ipw2100_wdev_init()
local
1891
bg_band
->band = NL80211_BAND_2GHZ;
in ipw2100_wdev_init()
1892
bg_band
->n_channels = geo->bg_channels;
in ipw2100_wdev_init()
1893
bg_band
->channels = kcalloc(geo->bg_channels,
in ipw2100_wdev_init()
1896
if (!
bg_band
->channels) {
in ipw2100_wdev_init()
1900
/* translate geo->bg to
bg_band
.channels */
in ipw2100_wdev_init()
1902
bg_band
->channels[i].band = NL80211_BAND_2GHZ;
in ipw2100_wdev_init()
1903
bg_band
in ipw2100_wdev_init()
[all...]
H
A
D
ipw2200.c
11273
/* fill-out priv->ieee->
bg_band
*/
in ipw_wdev_init()
11275
struct ieee80211_supported_band *
bg_band
= &priv->ieee->
bg_band
;
in ipw_wdev_init()
local
11277
bg_band
->band = NL80211_BAND_2GHZ;
in ipw_wdev_init()
11278
bg_band
->n_channels = geo->bg_channels;
in ipw_wdev_init()
11279
bg_band
->channels = kcalloc(geo->bg_channels,
in ipw_wdev_init()
11282
if (!
bg_band
->channels) {
in ipw_wdev_init()
11286
/* translate geo->bg to
bg_band
.channels */
in ipw_wdev_init()
11288
bg_band
->channels[i].band = NL80211_BAND_2GHZ;
in ipw_wdev_init()
11289
bg_band
in ipw_wdev_init()
[all...]
H
A
D
libipw.h
721
struct ieee80211_supported_band
bg_band
;
member
Completed in 38 milliseconds