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:mac_suspended
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H
A
D
main.c
1941
dev->
mac_suspended
--;
in b43legacy_mac_enable()
1942
B43legacy_WARN_ON(dev->
mac_suspended
< 0);
in b43legacy_mac_enable()
1944
if (dev->
mac_suspended
== 0) {
in b43legacy_mac_enable()
1972
B43legacy_WARN_ON(dev->
mac_suspended
< 0);
in b43legacy_mac_suspend()
1974
if (dev->
mac_suspended
== 0) {
in b43legacy_mac_suspend()
1998
dev->
mac_suspended
++;
in b43legacy_mac_suspend()
3137
dev->
mac_suspended
= 1;
in setup_struct_wldev_for_init()
H
A
D
b43legacy.h
720
int
mac_suspended
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H
A
D
main.c
1941
dev->
mac_suspended
--;
in b43legacy_mac_enable()
1942
B43legacy_WARN_ON(dev->
mac_suspended
< 0);
in b43legacy_mac_enable()
1944
if (dev->
mac_suspended
== 0) {
in b43legacy_mac_enable()
1972
B43legacy_WARN_ON(dev->
mac_suspended
< 0);
in b43legacy_mac_suspend()
1974
if (dev->
mac_suspended
== 0) {
in b43legacy_mac_suspend()
1998
dev->
mac_suspended
++;
in b43legacy_mac_suspend()
3138
dev->
mac_suspended
= 1;
in setup_struct_wldev_for_init()
H
A
D
b43legacy.h
720
int
mac_suspended
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
main.c
2963
dev->
mac_suspended
--;
in b43_mac_enable()
2964
B43_WARN_ON(dev->
mac_suspended
< 0);
in b43_mac_enable()
2965
if (dev->
mac_suspended
== 0) {
in b43_mac_enable()
2983
B43_WARN_ON(dev->
mac_suspended
< 0);
in b43_mac_suspend()
2985
if (dev->
mac_suspended
== 0) {
in b43_mac_suspend()
3006
dev->
mac_suspended
++;
in b43_mac_suspend()
4682
dev->
mac_suspended
= 1;
in setup_struct_wldev_for_init()
H
A
D
phy_common.c
208
(dev->
mac_suspended
<= 0)) {
in assert_mac_suspended()
H
A
D
b43.h
869
int
mac_suspended
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
main.c
2964
dev->
mac_suspended
--;
in b43_mac_enable()
2965
B43_WARN_ON(dev->
mac_suspended
< 0);
in b43_mac_enable()
2966
if (dev->
mac_suspended
== 0) {
in b43_mac_enable()
2984
B43_WARN_ON(dev->
mac_suspended
< 0);
in b43_mac_suspend()
2986
if (dev->
mac_suspended
== 0) {
in b43_mac_suspend()
3007
dev->
mac_suspended
++;
in b43_mac_suspend()
4685
dev->
mac_suspended
= 1;
in setup_struct_wldev_for_init()
H
A
D
phy_common.c
208
(dev->
mac_suspended
<= 0)) {
in assert_mac_suspended()
H
A
D
b43.h
869
int
mac_suspended
;
member
Completed in 35 milliseconds