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:ath9k_ops
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
main.c
2744
ath9k_ops
.hw_scan = ath9k_hw_scan;
in ath9k_fill_chanctx_ops()
2745
ath9k_ops
.cancel_hw_scan = ath9k_cancel_hw_scan;
in ath9k_fill_chanctx_ops()
2746
ath9k_ops
.remain_on_channel = ath9k_remain_on_channel;
in ath9k_fill_chanctx_ops()
2747
ath9k_ops
.cancel_remain_on_channel = ath9k_cancel_remain_on_channel;
in ath9k_fill_chanctx_ops()
2748
ath9k_ops
.add_chanctx = ath9k_add_chanctx;
in ath9k_fill_chanctx_ops()
2749
ath9k_ops
.remove_chanctx = ath9k_remove_chanctx;
in ath9k_fill_chanctx_ops()
2750
ath9k_ops
.change_chanctx = ath9k_change_chanctx;
in ath9k_fill_chanctx_ops()
2751
ath9k_ops
.assign_vif_chanctx = ath9k_assign_vif_chanctx;
in ath9k_fill_chanctx_ops()
2752
ath9k_ops
.unassign_vif_chanctx = ath9k_unassign_vif_chanctx;
in ath9k_fill_chanctx_ops()
2753
ath9k_ops
in ath9k_fill_chanctx_ops()
2776
struct ieee80211_ops
ath9k_ops
= {
global()
variable
[all...]
H
A
D
ahb.c
110
hw = ieee80211_alloc_hw(sizeof(struct ath_softc), &
ath9k_ops
);
in ath_ahb_probe()
H
A
D
pci.c
951
hw = ieee80211_alloc_hw(sizeof(struct ath_softc), &
ath9k_ops
);
in ath_pci_probe()
H
A
D
ath9k.h
36
extern struct ieee80211_ops
ath9k_ops
;
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
main.c
2741
ath9k_ops
.hw_scan = ath9k_hw_scan;
in ath9k_fill_chanctx_ops()
2742
ath9k_ops
.cancel_hw_scan = ath9k_cancel_hw_scan;
in ath9k_fill_chanctx_ops()
2743
ath9k_ops
.remain_on_channel = ath9k_remain_on_channel;
in ath9k_fill_chanctx_ops()
2744
ath9k_ops
.cancel_remain_on_channel = ath9k_cancel_remain_on_channel;
in ath9k_fill_chanctx_ops()
2745
ath9k_ops
.add_chanctx = ath9k_add_chanctx;
in ath9k_fill_chanctx_ops()
2746
ath9k_ops
.remove_chanctx = ath9k_remove_chanctx;
in ath9k_fill_chanctx_ops()
2747
ath9k_ops
.change_chanctx = ath9k_change_chanctx;
in ath9k_fill_chanctx_ops()
2748
ath9k_ops
.assign_vif_chanctx = ath9k_assign_vif_chanctx;
in ath9k_fill_chanctx_ops()
2749
ath9k_ops
.unassign_vif_chanctx = ath9k_unassign_vif_chanctx;
in ath9k_fill_chanctx_ops()
2750
ath9k_ops
in ath9k_fill_chanctx_ops()
2773
struct ieee80211_ops
ath9k_ops
= {
global()
variable
[all...]
H
A
D
ahb.c
106
hw = ieee80211_alloc_hw(sizeof(struct ath_softc), &
ath9k_ops
);
in ath_ahb_probe()
H
A
D
ath9k.h
37
extern struct ieee80211_ops
ath9k_ops
;
H
A
D
pci.c
945
hw = ieee80211_alloc_hw(sizeof(struct ath_softc), &
ath9k_ops
);
in ath_pci_probe()
Completed in 14 milliseconds