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:wireless_status
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/core/
H
A
D
sysfs.c
1233
if (intf->
wireless_status
== USB_WIRELESS_STATUS_DISCONNECTED)
in wireless_status_show()
1237
static DEVICE_ATTR_RO(
wireless_status
);
1251
intf->
wireless_status
!= USB_WIRELESS_STATUS_NA)
in intf_wireless_status_attr_is_visible()
1270
sysfs_notify(&dev->kobj, NULL, "
wireless_status
");
in usb_update_wireless_status_attr()
H
A
D
message.c
1908
* Internal function to set the
wireless_status
sysfs attribute
1924
* usb_set_wireless_status - sets the
wireless_status
struct member
1928
* Set the
wireless_status
struct member to the new value, and emit
1936
if (iface->
wireless_status
== status)
in usb_set_wireless_status()
1940
iface->
wireless_status
= status;
in usb_set_wireless_status()
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
asus-laptop.c
132
* WL_ON and BT_ON are also used for
wireless_status
()
260
int
wireless_status
;
member
968
return (asus->
wireless_status
& mask) ? 1 : 0;
in asus_wireless_status()
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
asus-laptop.c
132
* WL_ON and BT_ON are also used for
wireless_status
()
260
int
wireless_status
;
member
968
return (asus->
wireless_status
& mask) ? 1 : 0;
in asus_wireless_status()
/kernel/linux/linux-6.6/include/linux/
H
A
D
usb.h
205
* @
wireless_status
: if the USB device uses a receiver/emitter combo, whether
265
enum usb_wireless_status
wireless_status
;
member
Completed in 17 milliseconds