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:no_irq
(Results
1 - 25
of
26
) sorted by relevance
1
2
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H
A
D
timerlat_hist.c
46
char
no_irq
;
member
263
if (!params->
no_irq
)
in timerlat_hist_header()
302
if (!params->
no_irq
)
in timerlat_print_summary()
326
if (!params->
no_irq
)
in timerlat_print_summary()
350
if (!params->
no_irq
) {
in timerlat_print_summary()
386
if (!params->
no_irq
)
in timerlat_print_summary()
430
if (!params->
no_irq
) {
in timerlat_print_stats()
470
if (!params->
no_irq
)
in timerlat_print_stats()
730
params->
no_irq
= 1;
in timerlat_hist_parse_args()
792
if (params->
no_irq
in timerlat_hist_parse_args()
[all...]
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
sun4i-gpadc-iio.c
102
bool
no_irq
;
member
274
if (info->
no_irq
) {
in sun4i_gpadc_temp_read()
506
info->
no_irq
= true;
in sun4i_gpadc_probe_dt()
536
info->
no_irq
= false;
in sun4i_gpadc_probe_mfd()
664
if (!info->
no_irq
&& IS_ENABLED(CONFIG_THERMAL_OF))
in sun4i_gpadc_probe()
686
if (!info->
no_irq
)
in sun4i_gpadc_remove()
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
sun4i-gpadc-iio.c
101
bool
no_irq
;
member
273
if (info->
no_irq
) {
in sun4i_gpadc_temp_read()
505
info->
no_irq
= true;
in sun4i_gpadc_probe_dt()
535
info->
no_irq
= false;
in sun4i_gpadc_probe_mfd()
663
if (!info->
no_irq
&& IS_ENABLED(CONFIG_THERMAL_OF))
in sun4i_gpadc_probe()
683
if (!info->
no_irq
)
in sun4i_gpadc_remove()
/kernel/linux/linux-5.10/include/linux/rtc/
H
A
D
ds1685.h
49
bool
no_irq
;
member
72
const bool
no_irq
;
member
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-max8998.c
275
goto
no_irq
;
in max8998_rtc_probe()
280
goto
no_irq
;
in max8998_rtc_probe()
290
no_irq
:
in max8998_rtc_probe()
H
A
D
rtc-ds1685.c
1290
if (!pdata->
no_irq
) {
in ds1685_rtc_probe()
1310
rtc->
no_irq
= pdata->
no_irq
;
in ds1685_rtc_probe()
1400
if (!rtc->
no_irq
)
in ds1685_rtc_poweroff()
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-max8998.c
275
goto
no_irq
;
in max8998_rtc_probe()
280
goto
no_irq
;
in max8998_rtc_probe()
290
no_irq
:
in max8998_rtc_probe()
/kernel/linux/linux-5.10/arch/mips/sgi-ip32/
H
A
D
ip32-platform.c
116
.
no_irq
= false,
/kernel/linux/linux-6.6/arch/mips/sgi-ip32/
H
A
D
ip32-platform.c
116
.
no_irq
= false,
/kernel/linux/linux-5.10/drivers/parport/
H
A
D
ieee1284_ops.c
39
int
no_irq
= 1;
in parport_ieee1284_write_compat()
local
49
no_irq
= 0;
in parport_ieee1284_write_compat()
92
if (count &&
no_irq
) {
in parport_ieee1284_write_compat()
/kernel/linux/linux-6.6/drivers/parport/
H
A
D
ieee1284_ops.c
39
int
no_irq
= 1;
in parport_ieee1284_write_compat()
local
49
no_irq
= 0;
in parport_ieee1284_write_compat()
92
if (count &&
no_irq
) {
in parport_ieee1284_write_compat()
/kernel/linux/linux-5.10/include/sound/sof/
H
A
D
topology.h
120
uint32_t
no_irq
; /**< don't send periodic IRQ to host/DSP */
member
/kernel/linux/linux-6.6/include/linux/rtc/
H
A
D
ds1685.h
71
const bool
no_irq
;
member
/kernel/linux/linux-6.6/include/sound/sof/
H
A
D
topology.h
117
uint32_t
no_irq
; /**< don't send periodic IRQ to host/DSP */
member
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
hci_intel.c
1162
goto
no_irq
;
in intel_probe()
1168
goto
no_irq
;
in intel_probe()
1176
no_irq
:
in intel_probe()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
hci_intel.c
1165
goto
no_irq
;
in intel_probe()
1171
goto
no_irq
;
in intel_probe()
1179
no_irq
:
in intel_probe()
/kernel/linux/linux-5.10/drivers/mfd/
H
A
D
palmas.c
575
goto
no_irq
;
in palmas_i2c_probe()
604
no_irq
:
in palmas_i2c_probe()
H
A
D
ioc3.c
324
.
no_irq
= false,
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
palmas.c
569
goto
no_irq
;
in palmas_i2c_probe()
598
no_irq
:
in palmas_i2c_probe()
/kernel/linux/linux-5.10/drivers/iio/magnetometer/
H
A
D
ak8974.c
943
goto
no_irq
;
in ak8974_probe()
948
no_irq
:
in ak8974_probe()
/kernel/linux/linux-6.6/drivers/iio/magnetometer/
H
A
D
ak8974.c
941
goto
no_irq
;
in ak8974_probe()
946
no_irq
:
in ak8974_probe()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
vio.h
369
bool
no_irq
;
member
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
vio.c
83
if (!drv->
no_irq
) {
in vio_device_probe()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
vio.h
369
bool
no_irq
;
member
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
vio.c
83
if (!drv->
no_irq
) {
in vio_device_probe()
Completed in 33 milliseconds
1
2