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:wlan_type
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H
A
D
usb_intf.c
333
static const struct device_type
wlan_type
= {
variable
371
pnetdev->dev.type = &
wlan_type
;
in r871xu_drv_init()
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H
A
D
usb_intf.c
332
static const struct device_type
wlan_type
= {
variable
370
pnetdev->dev.type = &
wlan_type
;
in r871xu_drv_init()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/
H
A
D
islpci_dev.c
800
static struct device_type
wlan_type
= {
variable
815
SET_NETDEV_DEVTYPE(ndev, &
wlan_type
);
in islpci_setup()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/
H
A
D
os_intfs.c
304
static const struct device_type
wlan_type
= {
variable
321
pnetdev->dev.type = &
wlan_type
;
in rtw_init_netdev()
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
usbnet.c
1622
static struct device_type
wlan_type
= {
1777
SET_NETDEV_DEVTYPE(net, &
wlan_type
);
in usbnet_probe()
1621
static struct device_type
wlan_type
= {
global()
variable
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
usbnet.c
1657
static struct device_type
wlan_type
= {
variable
1813
SET_NETDEV_DEVTYPE(net, &
wlan_type
);
in usbnet_probe()
Completed in 12 milliseconds