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:has_newer_autopwm
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
it87.c
468
#define
has_newer_autopwm
(data) ((data)->features & FEAT_NEWER_AUTOPWM)
macro
621
if (
has_newer_autopwm
(data))
in pwm_to_reg()
629
if (
has_newer_autopwm
(data))
in pwm_from_reg()
692
if (
has_newer_autopwm
(data)) {
in it87_update_pwm_ctrl()
712
} else if (
has_newer_autopwm
(data)) {
in it87_update_pwm_ctrl()
1172
freq = pwm_freq[index] / (
has_newer_autopwm
(data) ? 256 : 128);
in show_pwm_freq()
1282
} else if (
has_newer_autopwm
(data)) {
in check_trip_points()
1334
if (
has_newer_autopwm
(data)) {
in set_pwm_enable()
1346
if (
has_newer_autopwm
(data)) {
in set_pwm_enable()
1382
if (
has_newer_autopwm
(dat
in set_pwm()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
it87.c
519
#define
has_newer_autopwm
(data) ((data)->features & FEAT_NEWER_AUTOPWM)
macro
694
if (
has_newer_autopwm
(data))
in pwm_to_reg()
702
if (
has_newer_autopwm
(data))
in pwm_from_reg()
800
if (
has_newer_autopwm
(data)) {
in it87_update_pwm_ctrl()
820
} else if (
has_newer_autopwm
(data)) {
in it87_update_pwm_ctrl()
1383
freq = pwm_freq[index] / (
has_newer_autopwm
(data) ? 256 : 128);
in show_pwm_freq()
1499
} else if (
has_newer_autopwm
(data)) {
in check_trip_points()
1554
if (
has_newer_autopwm
(data)) {
in set_pwm_enable()
1566
if (
has_newer_autopwm
(data)) {
in set_pwm_enable()
1606
if (
has_newer_autopwm
(dat
in set_pwm()
[all...]
Completed in 7 milliseconds