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:if_priv
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H
A
D
spi.c
44
struct wl1251_spi *wl_spi = wl->
if_priv
;
in wl1251_spi_reset()
73
struct wl1251_spi *wl_spi = wl->
if_priv
;
in wl1251_spi_wake()
133
struct wl1251_spi *wl_spi = wl->
if_priv
;
in wl1251_spi_read()
174
struct wl1251_spi *wl_spi = wl->
if_priv
;
in wl1251_spi_write()
215
struct wl1251_spi *wl_spi = wl->
if_priv
;
in wl1251_spi_set_power()
257
wl->
if_priv
= wl_spi;
in wl1251_spi_probe()
H
A
D
sdio.c
29
struct wl1251_sdio *wl_sdio = wl->
if_priv
;
in wl_to_func()
79
struct wl1251_sdio *wl_sdio = wl->
if_priv
;
in wl1251_sdio_read_elp()
99
struct wl1251_sdio *wl_sdio = wl->
if_priv
;
in wl1251_sdio_write_elp()
223
wl->
if_priv
= wl_sdio;
in wl1251_sdio_probe()
284
struct wl1251_sdio *wl_sdio = wl->
if_priv
;
in wl1251_sdio_remove()
H
A
D
wl1251.h
262
void *
if_priv
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
H
A
D
sdio.c
30
struct wl1251_sdio *wl_sdio = wl->
if_priv
;
in wl_to_func()
80
struct wl1251_sdio *wl_sdio = wl->
if_priv
;
in wl1251_sdio_read_elp()
100
struct wl1251_sdio *wl_sdio = wl->
if_priv
;
in wl1251_sdio_write_elp()
225
wl->
if_priv
= wl_sdio;
in wl1251_sdio_probe()
290
struct wl1251_sdio *wl_sdio = wl->
if_priv
;
in wl1251_sdio_remove()
H
A
D
spi.c
40
return wl->
if_priv
;
in wl_to_spi()
248
wl->
if_priv
= spi;
in wl1251_spi_probe()
H
A
D
wl1251.h
262
void *
if_priv
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H
A
D
wlcore.h
183
void *
if_priv
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H
A
D
wlcore.h
183
void *
if_priv
;
member
Completed in 8 milliseconds