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:g762
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
g762.c
3
*
g762
- Driver for the Global Mixed-mode Technology Inc. fan speed
26
*
g762
: minimal datasheet available at:
43
#include <linux/platform_data/
g762
.h>
45
#define DRVNAME "
g762
"
48
{ "
g762
", 0 },
127
/*
g762
register cache */
570
{ .compatible = "gmt,
g762
" },
585
struct g762_data *
g762
= data;
in g762_of_clock_disable()
local
587
clk_disable_unprepare(
g762
->clk);
in g762_of_clock_disable()
588
clk_put(
g762
in g762_of_clock_disable()
1014
ATTRIBUTE_GROUPS(
g762
);
global()
variable
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
g762.c
3
*
g762
- Driver for the Global Mixed-mode Technology Inc. fan speed
26
*
g762
: minimal datasheet available at:
42
#include <linux/platform_data/
g762
.h>
44
#define DRVNAME "
g762
"
47
{ "
g762
", 0 },
126
/*
g762
register cache */
569
{ .compatible = "gmt,
g762
" },
584
struct g762_data *
g762
= data;
in g762_of_clock_disable()
local
586
clk_disable_unprepare(
g762
->clk);
in g762_of_clock_disable()
587
clk_put(
g762
in g762_of_clock_disable()
1018
ATTRIBUTE_GROUPS(
g762
);
global()
variable
[all...]
H
A
D
Makefile
82
obj-$(CONFIG_SENSORS_G762) +=
g762
.o
Completed in 5 milliseconds