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:any_active
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H
A
D
netdev.c
411
bool
any_active
= wil_has_active_ifaces(wil, true, false);
in wil_vif_add()
local
421
if (
any_active
&& vif->mid != 0) {
in wil_vif_add()
430
if (
any_active
&& vif->mid != 0)
in wil_vif_add()
492
bool
any_active
= wil_has_active_ifaces(wil, true, false);
in wil_vif_remove()
local
516
if (
any_active
&& vif->mid != 0)
in wil_vif_remove()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H
A
D
netdev.c
411
bool
any_active
= wil_has_active_ifaces(wil, true, false);
in wil_vif_add()
local
421
if (
any_active
&& vif->mid != 0) {
in wil_vif_add()
430
if (
any_active
&& vif->mid != 0)
in wil_vif_add()
490
bool
any_active
= wil_has_active_ifaces(wil, true, false);
in wil_vif_remove()
local
514
if (
any_active
&& vif->mid != 0)
in wil_vif_remove()
/kernel/linux/linux-5.10/sound/soc/samsung/
H
A
D
i2s.c
214
static inline bool
any_active
(struct i2s_dai *i2s)
in any_active()
function
528
(
any_active
(i2s) &&
in i2s_set_sysclk()
555
if (!
any_active
(i2s)) {
in i2s_set_sysclk()
700
if (
any_active
(i2s) &&
in i2s_set_fmt()
835
if (!
any_active
(i2s) && (priv->quirks & QUIRK_NEED_RSTCLR))
in i2s_startup()
905
if (
any_active
(i2s) && (get_rfs(i2s) != rfs || get_bfs(i2s) != bfs)) {
in config_setup()
987
if ((
any_active
(i2s) && div && (get_bfs(i2s) != div))
in i2s_set_clkdiv()
/kernel/linux/linux-6.6/sound/soc/samsung/
H
A
D
i2s.c
222
static inline bool
any_active
(struct i2s_dai *i2s)
in any_active()
function
536
(
any_active
(i2s) &&
in i2s_set_sysclk()
563
if (!
any_active
(i2s)) {
in i2s_set_sysclk()
708
if (
any_active
(i2s) &&
in i2s_set_fmt()
843
if (!
any_active
(i2s) && (priv->quirks & QUIRK_NEED_RSTCLR))
in i2s_startup()
913
if (
any_active
(i2s) && (get_rfs(i2s) != rfs || get_bfs(i2s) != bfs)) {
in config_setup()
1002
if ((
any_active
(i2s) && div && (get_bfs(i2s) != div))
in i2s_set_clkdiv()
Completed in 6 milliseconds