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:rtl_ops
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H
A
D
core.h
53
extern const struct ieee80211_ops
rtl_ops
;
H
A
D
core.c
1879
const struct ieee80211_ops
rtl_ops
= {
variable
1907
EXPORT_SYMBOL_GPL(
rtl_ops
);
variable
H
A
D
usb.c
1016
sizeof(struct rtl_usb_priv), &
rtl_ops
);
in rtl_usb_probe()
H
A
D
pci.c
2144
sizeof(struct rtl_priv), &
rtl_ops
);
in rtl_pci_probe()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H
A
D
core.h
53
extern const struct ieee80211_ops
rtl_ops
;
H
A
D
core.c
1921
const struct ieee80211_ops
rtl_ops
= {
variable
1951
EXPORT_SYMBOL_GPL(
rtl_ops
);
variable
H
A
D
usb.c
996
sizeof(struct rtl_usb_priv), &
rtl_ops
);
in rtl_usb_probe()
H
A
D
pci.c
2137
sizeof(struct rtl_priv), &
rtl_ops
);
in rtl_pci_probe()
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
r8152.c
887
struct
rtl_ops
{
struct
900
}
rtl_ops
;
member
3782
tp->
rtl_ops
.hw_phy_cfg(tp);
in r8153b_ups_en()
3824
tp->
rtl_ops
.hw_phy_cfg(tp);
in r8153c_ups_en()
3873
tp->
rtl_ops
.hw_phy_cfg(tp);
in r8156_ups_en()
6777
tp->
rtl_ops
.enable(tp);
in set_carrier()
6796
tp->
rtl_ops
.disable(tp);
in set_carrier()
6868
tp->
rtl_ops
.hw_phy_cfg(tp);
in rtl_hw_phy_work_func_t()
6926
tp->
rtl_ops
.up(tp);
in rtl8152_open()
6983
tp->
rtl_ops
in rtl8152_close()
[all...]
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
r8152.c
806
struct
rtl_ops
{
struct
818
}
rtl_ops
;
member
5085
tp->
rtl_ops
.enable(tp);
in set_carrier()
5104
tp->
rtl_ops
.disable(tp);
in set_carrier()
5172
tp->
rtl_ops
.hw_phy_cfg(tp);
in rtl_hw_phy_work_func_t()
5230
tp->
rtl_ops
.up(tp);
in rtl8152_open()
5287
tp->
rtl_ops
.down(tp);
in rtl8152_close()
5603
tp->
rtl_ops
.disable(tp);
in rtl8152_pre_reset()
5633
tp->
rtl_ops
.enable(tp);
in rtl8152_post_reset()
5665
if (!sw_linking && tp->
rtl_ops
in delay_autosuspend()
[all...]
Completed in 35 milliseconds