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_present
(Results
1 - 25
of
29
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
collie_battery.c
33
bool (*
is_present
)(struct collie_bat *bat);
member
98
if (bat->
is_present
&& !bat->
is_present
(bat)
in collie_bat_get_property()
129
val->intval = bat->
is_present
? bat->
is_present
(bat) : 1;
in collie_bat_get_property()
159
if (bat->
is_present
&& !bat->
is_present
(bat)) {
in collie_bat_update()
H
A
D
sbs-battery.c
194
bool
is_present
;
member
232
static int sbs_update_presence(struct sbs_info *chip, bool
is_present
)
in sbs_update_presence()
argument
239
if (chip->
is_present
==
is_present
)
in sbs_update_presence()
242
if (!
is_present
) {
in sbs_update_presence()
243
chip->
is_present
= false;
in sbs_update_presence()
270
chip->
is_present
= true;
in sbs_update_presence()
291
if (!chip->
is_present
&&
is_present
&& !chip->charger_broadcasts)
in sbs_update_presence()
294
chip->
is_present
in sbs_update_presence()
[all...]
H
A
D
tosa_battery.c
30
bool (*
is_present
)(struct tosa_bat *bat);
member
97
if (bat->
is_present
&& !bat->
is_present
(bat)
in tosa_bat_get_property()
128
val->intval = bat->
is_present
? bat->
is_present
(bat) : 1;
in tosa_bat_get_property()
163
if (bat->
is_present
&& !bat->
is_present
(bat)) {
in tosa_bat_update()
275
.
is_present
= tosa_jacket_bat_is_present,
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
sbs-battery.c
207
bool
is_present
;
member
266
static int sbs_update_presence(struct sbs_info *chip, bool
is_present
)
in sbs_update_presence()
argument
273
if (chip->
is_present
==
is_present
)
in sbs_update_presence()
276
if (!
is_present
) {
in sbs_update_presence()
277
chip->
is_present
= false;
in sbs_update_presence()
305
chip->
is_present
= true;
in sbs_update_presence()
326
if (!chip->
is_present
&&
is_present
&& !chip->charger_broadcasts)
in sbs_update_presence()
329
chip->
is_present
in sbs_update_presence()
[all...]
H
A
D
collie_battery.c
35
bool (*
is_present
)(struct collie_bat *bat);
member
100
if (bat->
is_present
&& !bat->
is_present
(bat)
in collie_bat_get_property()
131
val->intval = bat->
is_present
? bat->
is_present
(bat) : 1;
in collie_bat_get_property()
161
if (bat->
is_present
&& !bat->
is_present
(bat)) {
in collie_bat_update()
/kernel/linux/linux-5.10/drivers/media/usb/stkwebcam/
H
A
D
stk-webcam.c
179
if (!
is_present
(dev))
in stk_start_stream()
219
if (
is_present
(dev)) {
in stk_stop_stream()
280
if (!
is_present
(dev))
in stk_initialise()
506
if (atomic_read(&dev->urbs_used) &&
is_present
(dev))
in stk_clean_iso()
616
if (dev == NULL || !
is_present
(dev))
in v4l_stk_open()
660
if (!
is_present
(dev))
in stk_read()
682
!list_empty(&dev->sio_full) || !
is_present
(dev));
in stk_read()
685
if (!
is_present
(dev))
in stk_read()
733
if (!
is_present
(dev))
in v4l_stk_poll()
1012
if (!
is_present
(de
in stk_vidioc_s_fmt_vid_cap()
[all...]
H
A
D
stk-webcam.h
56
#define
is_present
(dev) ((dev)->status & S_PRESENT)
macro
/kernel/linux/linux-5.10/include/sound/
H
A
D
cs35l36.h
15
bool
is_present
;
member
H
A
D
cs35l35.h
47
bool
is_present
;
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
cs35l36.h
15
bool
is_present
;
member
H
A
D
cs35l35.h
47
bool
is_present
;
member
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H
A
D
ocxl_hw.h
41
bool
is_present
; /* Function has AFUs defined */
member
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H
A
D
ocxl_hw.h
41
bool
is_present
; /* Function has AFUs defined */
member
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
sierra_net.c
84
int
is_present
;
member
235
p->
is_present
= 1;
in save16bit()
242
p->
is_present
= 1;
in save8bit()
278
hh->extmsgid.
is_present
= (hh->msgid.byte == SIERRA_NET_HIP_EXTENDEDID);
in parse_hip()
279
if (hh->extmsgid.
is_present
) {
in parse_hip()
821
if (!hh.extmsgid.
is_present
in sierra_net_rx_fixup()
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
sierra_net.c
84
int
is_present
;
member
235
p->
is_present
= 1;
in save16bit()
242
p->
is_present
= 1;
in save8bit()
278
hh->extmsgid.
is_present
= (hh->msgid.byte == SIERRA_NET_HIP_EXTENDEDID);
in parse_hip()
279
if (hh->extmsgid.
is_present
) {
in parse_hip()
823
if (!hh.extmsgid.
is_present
in sierra_net_rx_fixup()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
tdp_mmu.c
424
bool
is_present
= is_shadow_present_pte(new_spte);
in handle_changed_spte()
local
426
bool is_leaf =
is_present
&& is_last_spte(new_spte, level);
in handle_changed_spte()
469
if (!was_present && !
is_present
) {
in handle_changed_spte()
493
(!
is_present
|| !is_dirty_spte(new_spte) || pfn_changed))
in handle_changed_spte()
503
(is_leaf || !
is_present
|| WARN_ON_ONCE(pfn_changed)))
in handle_changed_spte()
507
(!
is_present
|| !is_accessed_spte(new_spte) || pfn_changed))
in handle_changed_spte()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
tdp_mmu.c
249
bool
is_present
= is_shadow_present_pte(new_spte);
in __handle_changed_spte()
local
251
bool is_leaf =
is_present
&& is_last_spte(new_spte, level);
in __handle_changed_spte()
293
if (!was_present && !
is_present
) {
in __handle_changed_spte()
318
if (was_present && !was_leaf && (pfn_changed || !
is_present
)) {
in __handle_changed_spte()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
pfm.c
253
if (!pinfo.
is_present
)
in print_libpfm_events()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
pfm.c
292
if (!pinfo.
is_present
)
in print_libpfm_events()
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
cs35l35.c
965
if (monitor_config->
is_present
) {
in cs35l35_component_probe()
1396
monitor_config->
is_present
= signal_format ? true : false;
in cs35l35_handle_of_data()
1397
if (monitor_config->
is_present
) {
in cs35l35_handle_of_data()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
cs35l35.c
965
if (monitor_config->
is_present
) {
in cs35l35_component_probe()
1395
monitor_config->
is_present
= signal_format ? true : false;
in cs35l35_handle_of_data()
1396
if (monitor_config->
is_present
) {
in cs35l35_handle_of_data()
/kernel/linux/linux-5.10/scripts/kconfig/
H
A
D
confdata.c
22
static bool
is_present
(const char *path)
in is_present()
function
1054
if (!overwrite &&
is_present
(autoconf_name))
in conf_write_autoconf()
/kernel/linux/linux-6.6/scripts/kconfig/
H
A
D
confdata.c
24
static bool
is_present
(const char *path)
in is_present()
function
1202
if (!overwrite &&
is_present
(autoconf_name))
in conf_write_autoconf()
/kernel/linux/linux-5.10/sound/pci/mixart/
H
A
D
mixart_core.h
87
u32
is_present
;
member
/kernel/linux/linux-6.6/sound/pci/mixart/
H
A
D
mixart_core.h
88
u32
is_present
;
member
Completed in 24 milliseconds
1
2