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:tps6594_pfsm
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/misc/
H
A
D
tps6594-pfsm.c
19
#include <linux/
tps6594_pfsm
.h>
35
#define TPS6594_FILE_TO_PFSM(f) container_of((f)->private_data, struct
tps6594_pfsm
, miscdev)
38
* struct
tps6594_pfsm
- device private data structure
43
struct
tps6594_pfsm
{
struct
51
struct
tps6594_pfsm
*pfsm = TPS6594_FILE_TO_PFSM(f);
in tps6594_pfsm_read()
81
struct
tps6594_pfsm
*pfsm = TPS6594_FILE_TO_PFSM(f);
in tps6594_pfsm_write()
133
struct
tps6594_pfsm
*pfsm = TPS6594_FILE_TO_PFSM(f);
in tps6594_pfsm_ioctl()
247
struct
tps6594_pfsm
*pfsm;
in tps6594_pfsm_probe()
254
pfsm = devm_kzalloc(dev, sizeof(struct
tps6594_pfsm
), GFP_KERNEL);
in tps6594_pfsm_probe()
285
struct
tps6594_pfsm
*pfs
in tps6594_pfsm_remove()
[all...]
/kernel/linux/linux-6.6/samples/pfsm/
H
A
D
pfsm-wakeup.c
18
#include <linux/
tps6594_pfsm
.h>
Completed in 1 milliseconds