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:tpu_pwm_device
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pwm/
H
A
D
pwm-renesas-tpu.c
69
struct
tpu_pwm_device
{
struct
92
static void tpu_pwm_write(struct
tpu_pwm_device
*pwm, int reg_nr, u16 value)
in tpu_pwm_write()
100
static void tpu_pwm_set_pin(struct
tpu_pwm_device
*pwm,
in tpu_pwm_set_pin()
127
static void tpu_pwm_start_stop(struct
tpu_pwm_device
*pwm, int start)
in tpu_pwm_start_stop()
144
static int tpu_pwm_timer_start(struct
tpu_pwm_device
*pwm)
in tpu_pwm_timer_start()
191
static void tpu_pwm_timer_stop(struct
tpu_pwm_device
*pwm)
in tpu_pwm_timer_stop()
213
struct
tpu_pwm_device
*pwm;
in tpu_pwm_request()
238
struct
tpu_pwm_device
*pwm = pwm_get_chip_data(_pwm);
in tpu_pwm_free()
248
struct
tpu_pwm_device
*pwm = pwm_get_chip_data(_pwm);
in tpu_pwm_config()
330
struct
tpu_pwm_device
*pw
in tpu_pwm_set_polarity()
[all...]
/kernel/linux/linux-6.6/drivers/pwm/
H
A
D
pwm-renesas-tpu.c
69
struct
tpu_pwm_device
{
struct
92
static void tpu_pwm_write(struct
tpu_pwm_device
*tpd, int reg_nr, u16 value)
in tpu_pwm_write()
100
static void tpu_pwm_set_pin(struct
tpu_pwm_device
*tpd,
in tpu_pwm_set_pin()
127
static void tpu_pwm_start_stop(struct
tpu_pwm_device
*tpd, int start)
in tpu_pwm_start_stop()
144
static int tpu_pwm_timer_start(struct
tpu_pwm_device
*tpd)
in tpu_pwm_timer_start()
191
static void tpu_pwm_timer_stop(struct
tpu_pwm_device
*tpd)
in tpu_pwm_timer_stop()
213
struct
tpu_pwm_device
*tpd;
in tpu_pwm_request()
238
struct
tpu_pwm_device
*tpd = pwm_get_chip_data(pwm);
in tpu_pwm_free()
247
struct
tpu_pwm_device
*tpd = pwm_get_chip_data(pwm);
in tpu_pwm_config()
356
struct
tpu_pwm_device
*tp
in tpu_pwm_set_polarity()
[all...]
Completed in 2 milliseconds