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:set_out
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-raspberrypi-exp.c
106
struct gpio_set_config
set_out
;
in rpi_exp_gpio_dir_out()
local
111
set_out
.gpio = off + RPI_EXP_GPIO_BASE; /* GPIO to update */
in rpi_exp_gpio_dir_out()
112
set_out
.direction = RPI_EXP_GPIO_DIR_OUT;
in rpi_exp_gpio_dir_out()
113
set_out
.term_en = 0; /* n/a as an output */
in rpi_exp_gpio_dir_out()
114
set_out
.term_pull_up = 0; /* n/a as termination disabled */
in rpi_exp_gpio_dir_out()
115
set_out
.state = val; /* Output state */
in rpi_exp_gpio_dir_out()
120
set_out
.polarity = ret; /* Retain existing setting */
in rpi_exp_gpio_dir_out()
123
&
set_out
, sizeof(
set_out
));
in rpi_exp_gpio_dir_out()
124
if (ret ||
set_out
in rpi_exp_gpio_dir_out()
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-raspberrypi-exp.c
106
struct gpio_set_config
set_out
;
in rpi_exp_gpio_dir_out()
local
111
set_out
.gpio = off + RPI_EXP_GPIO_BASE; /* GPIO to update */
in rpi_exp_gpio_dir_out()
112
set_out
.direction = RPI_EXP_GPIO_DIR_OUT;
in rpi_exp_gpio_dir_out()
113
set_out
.term_en = 0; /* n/a as an output */
in rpi_exp_gpio_dir_out()
114
set_out
.term_pull_up = 0; /* n/a as termination disabled */
in rpi_exp_gpio_dir_out()
115
set_out
.state = val; /* Output state */
in rpi_exp_gpio_dir_out()
120
set_out
.polarity = ret; /* Retain existing setting */
in rpi_exp_gpio_dir_out()
123
&
set_out
, sizeof(
set_out
));
in rpi_exp_gpio_dir_out()
124
if (ret ||
set_out
in rpi_exp_gpio_dir_out()
[all...]
/kernel/linux/linux-6.6/drivers/mailbox/
H
A
D
mtk-adsp-mailbox.c
26
u32
set_out
;
member
40
u32 op = readl(priv->va_mboxreg + priv->cfg->
set_out
);
in mtk_adsp_mbox_irq()
155
.
set_out
= 0x04,
162
.
set_out
= 0x1c,
/kernel/linux/linux-5.10/arch/parisc/kernel/
H
A
D
irq.c
527
goto
set_out
;
in do_cpu_irq_mask()
534
goto
set_out
;
in do_cpu_irq_mask()
546
goto
set_out
;
in do_cpu_irq_mask()
562
set_out
:
in do_cpu_irq_mask()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H
A
D
irq.c
505
goto
set_out
;
in do_cpu_irq_mask()
512
goto
set_out
;
in do_cpu_irq_mask()
524
goto
set_out
;
in do_cpu_irq_mask()
540
set_out
:
in do_cpu_irq_mask()
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
g762.c
138
u8
set_out
; /* controls fan rotation speed in open-loop mode */
member
225
data->
set_out
= ret;
in g762_update_client()
897
return sprintf(buf, "%d\n", data->
set_out
);
in pwm1_show()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
g762.c
137
u8
set_out
; /* controls fan rotation speed in open-loop mode */
member
224
data->
set_out
= ret;
in g762_update_client()
901
return sprintf(buf, "%d\n", data->
set_out
);
in pwm1_show()
Completed in 10 milliseconds