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:remain_on_ch
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
H
A
D
hif.c
35
struct wilc_remain_ch
remain_on_ch
;
member
862
hif_drv->
remain_on_ch
.arg = hif_remain_ch->arg;
in handle_remain_on_chan()
863
hif_drv->
remain_on_ch
.expired = hif_remain_ch->expired;
in handle_remain_on_chan()
864
hif_drv->
remain_on_ch
.ch = hif_remain_ch->ch;
in handle_remain_on_chan()
865
hif_drv->
remain_on_ch
.cookie = hif_remain_ch->cookie;
in handle_remain_on_chan()
898
if (hif_drv->
remain_on_ch
.expired) {
in wilc_handle_roc_expired()
899
hif_drv->
remain_on_ch
.expired(hif_drv->
remain_on_ch
.arg,
in wilc_handle_roc_expired()
913
wilc_handle_roc_expired(msg->vif, msg->body.
remain_on_ch
.cookie);
in wilc_handle_listen_state_expired()
931
msg->body.
remain_on_ch
in listen_timer_cb()
[all...]
H
A
D
hif.h
133
struct wilc_remain_ch
remain_on_ch
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/
H
A
D
hif.c
39
struct wilc_remain_ch
remain_on_ch
;
member
893
hif_drv->
remain_on_ch
.arg = hif_remain_ch->arg;
in handle_remain_on_chan()
894
hif_drv->
remain_on_ch
.expired = hif_remain_ch->expired;
in handle_remain_on_chan()
895
hif_drv->
remain_on_ch
.ch = hif_remain_ch->ch;
in handle_remain_on_chan()
896
hif_drv->
remain_on_ch
.cookie = hif_remain_ch->cookie;
in handle_remain_on_chan()
929
if (hif_drv->
remain_on_ch
.expired) {
in wilc_handle_roc_expired()
930
hif_drv->
remain_on_ch
.expired(hif_drv->
remain_on_ch
.arg,
in wilc_handle_roc_expired()
944
wilc_handle_roc_expired(msg->vif, msg->body.
remain_on_ch
.cookie);
in wilc_handle_listen_state_expired()
962
msg->body.
remain_on_ch
in listen_timer_cb()
[all...]
H
A
D
hif.h
133
struct wilc_remain_ch
remain_on_ch
;
member
Completed in 6 milliseconds