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:gpio_fan_data
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
gpio-fan.c
29
struct
gpio_fan_data
{
struct
54
struct
gpio_fan_data
*fan_data =
in fan_alarm_notify()
55
container_of(ws, struct
gpio_fan_data
, alarm_work);
in fan_alarm_notify()
63
struct
gpio_fan_data
*fan_data = dev_id;
in fan_alarm_irq_handler()
73
struct
gpio_fan_data
*fan_data = dev_get_drvdata(dev);
in fan1_alarm_show()
81
static int fan_alarm_init(struct
gpio_fan_data
*fan_data)
in fan_alarm_init()
105
static void __set_fan_ctrl(struct
gpio_fan_data
*fan_data, int ctrl_val)
in __set_fan_ctrl()
114
static int __get_fan_ctrl(struct
gpio_fan_data
*fan_data)
in __get_fan_ctrl()
129
static void set_fan_speed(struct
gpio_fan_data
*fan_data, int speed_index)
in set_fan_speed()
138
static int get_fan_speed_index(struct
gpio_fan_data
*fan_dat
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
gpio-fan.c
30
struct
gpio_fan_data
{
struct
53
struct
gpio_fan_data
*fan_data =
in fan_alarm_notify()
54
container_of(ws, struct
gpio_fan_data
, alarm_work);
in fan_alarm_notify()
62
struct
gpio_fan_data
*fan_data = dev_id;
in fan_alarm_irq_handler()
72
struct
gpio_fan_data
*fan_data = dev_get_drvdata(dev);
in fan1_alarm_show()
80
static int fan_alarm_init(struct
gpio_fan_data
*fan_data)
in fan_alarm_init()
104
static void __set_fan_ctrl(struct
gpio_fan_data
*fan_data, int ctrl_val)
in __set_fan_ctrl()
113
static int __get_fan_ctrl(struct
gpio_fan_data
*fan_data)
in __get_fan_ctrl()
128
static void set_fan_speed(struct
gpio_fan_data
*fan_data, int speed_index)
in set_fan_speed()
137
static int get_fan_speed_index(struct
gpio_fan_data
*fan_dat
[all...]
Completed in 2 milliseconds