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:is_opened
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mailbox/
H
A
D
zynqmp-ipi-mailbox.c
59
* @
is_opened
: indicate if the IPI channel is opened
68
int
is_opened
;
member
167
if (mchan->
is_opened
) {
in zynqmp_ipi_interrupt()
326
if (mchan->
is_opened
)
in zynqmp_ipi_startup()
331
if (!ipi_mbox->mchans[nchan_type].
is_opened
) {
in zynqmp_ipi_startup()
348
mchan->
is_opened
= 1;
in zynqmp_ipi_startup()
367
if (!mchan->
is_opened
)
in zynqmp_ipi_shutdown()
378
if (!ipi_mbox->mchans[chan_type].
is_opened
) {
in zynqmp_ipi_shutdown()
383
mchan->
is_opened
= 0;
in zynqmp_ipi_shutdown()
/kernel/linux/linux-6.6/drivers/mailbox/
H
A
D
zynqmp-ipi-mailbox.c
57
* @
is_opened
: indicate if the IPI channel is opened
66
int
is_opened
;
member
165
if (mchan->
is_opened
) {
in zynqmp_ipi_interrupt()
324
if (mchan->
is_opened
)
in zynqmp_ipi_startup()
329
if (!ipi_mbox->mchans[nchan_type].
is_opened
) {
in zynqmp_ipi_startup()
346
mchan->
is_opened
= 1;
in zynqmp_ipi_startup()
365
if (!mchan->
is_opened
)
in zynqmp_ipi_shutdown()
376
if (!ipi_mbox->mchans[chan_type].
is_opened
) {
in zynqmp_ipi_shutdown()
381
mchan->
is_opened
= 0;
in zynqmp_ipi_shutdown()
/kernel/linux/linux-6.6/drivers/misc/bcm-vk/
H
A
D
bcm_vk_tty.c
84
if (!vktty->
is_opened
)
in bcm_vk_tty_wq_handler()
161
vktty->
is_opened
= true;
in bcm_vk_tty_open()
177
vk->tty[tty->index].
is_opened
= false;
in bcm_vk_tty_close()
276
vk->tty[i].
is_opened
= false;
in bcm_vk_tty_init()
H
A
D
bcm_vk.h
277
bool
is_opened
; /* tracks tty open/close */
member
/kernel/linux/linux-6.6/sound/soc/samsung/
H
A
D
i2s.c
234
static inline bool
is_opened
(struct i2s_dai *i2s)
in is_opened()
function
244
if (
is_opened
(i2s) && (i2s->mode & DAI_MANAGER))
in is_manager()
864
if (
is_opened
(other))
in i2s_shutdown()
1093
if (!
is_opened
(other))
in samsung_i2s_dai_probe()
1587
if (!
is_opened
(other)) {
in fsd_i2s_fixup_early()
1601
if (!
is_opened
(other))
in fsd_i2s_fixup_late()
/kernel/linux/linux-5.10/sound/soc/samsung/
H
A
D
i2s.c
226
static inline bool
is_opened
(struct i2s_dai *i2s)
in is_opened()
function
236
if (
is_opened
(i2s) && (i2s->mode & DAI_MANAGER))
in is_manager()
856
if (
is_opened
(other))
in i2s_shutdown()
1078
if (!
is_opened
(other))
in samsung_i2s_dai_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/
H
A
D
sh_eth.h
547
unsigned
is_opened
:1;
member
H
A
D
sh_eth.c
2444
mdp->
is_opened
= 1;
in sh_eth_open()
2568
if (!mdp->
is_opened
)
in sh_eth_get_stats()
2617
mdp->
is_opened
= 0;
in sh_eth_close()
/kernel/linux/linux-6.6/drivers/net/ethernet/renesas/
H
A
D
sh_eth.h
563
unsigned
is_opened
:1;
member
H
A
D
sh_eth.c
2442
mdp->
is_opened
= 1;
in sh_eth_open()
2566
if (!mdp->
is_opened
)
in sh_eth_get_stats()
2615
mdp->
is_opened
= 0;
in sh_eth_close()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/drx39xyj/
H
A
D
drx_driver.h
1841
bool
is_opened
; /*< if true instance is already opened. */
member
2212
#define DRX_ATTR_ISOPENED(d) ((d)->my_common_attr->
is_opened
)
H
A
D
drxj.c
853
false, /*
is_opened
*/
11365
(demod->my_common_attr->
is_opened
)) {
in drxj_open()
11466
common_attr->
is_opened
= true;
in drxj_open()
11487
common_attr->
is_opened
= false;
in drxj_open()
11549
demod->my_common_attr->
is_opened
= true;
in drxj_open()
11553
common_attr->
is_opened
= false;
in drxj_open()
11573
(!demod->my_common_attr->
is_opened
)) {
in drxj_close()
12230
demod->my_common_attr->
is_opened
= false;
in drx39xxj_init()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/drx39xyj/
H
A
D
drx_driver.h
1841
bool
is_opened
; /*< if true instance is already opened. */
member
2212
#define DRX_ATTR_ISOPENED(d) ((d)->my_common_attr->
is_opened
)
H
A
D
drxj.c
853
false, /*
is_opened
*/
11362
(demod->my_common_attr->
is_opened
)) {
in drxj_open()
11463
common_attr->
is_opened
= true;
in drxj_open()
11485
common_attr->
is_opened
= false;
in drxj_open()
11547
demod->my_common_attr->
is_opened
= true;
in drxj_open()
11551
common_attr->
is_opened
= false;
in drxj_open()
11571
(!demod->my_common_attr->
is_opened
)) {
in drxj_close()
12227
demod->my_common_attr->
is_opened
= false;
in drx39xxj_init()
Completed in 50 milliseconds