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:qe_pin
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/fsl/qe/
H
A
D
gpio.c
141
struct
qe_pin
{
struct
156
* This function return
qe_pin
so that you could use it with the rest of
159
struct
qe_pin
*qe_pin_request(struct device_node *np, int index)
in qe_pin_request()
161
struct
qe_pin
*
qe_pin
;
in qe_pin_request()
local
167
qe_pin
= kzalloc(sizeof(*
qe_pin
), GFP_KERNEL);
in qe_pin_request()
168
if (!
qe_pin
) {
in qe_pin_request()
194
qe_pin
->controller = qe_gc;
in qe_pin_request()
195
qe_pin
in qe_pin_request()
220
qe_pin
_free(struct
qe_pin
*
qe_pin
)
qe_pin_free()
argument
242
qe_pin
_set_dedicated(struct
qe_pin
*
qe_pin
)
qe_pin_set_dedicated()
argument
286
qe_pin
_set_gpio(struct
qe_pin
*
qe_pin
)
qe_pin_set_gpio()
argument
[all...]
/kernel/linux/linux-6.6/drivers/soc/fsl/qe/
H
A
D
gpio.c
139
struct
qe_pin
{
struct
154
* This function return
qe_pin
so that you could use it with the rest of
157
struct
qe_pin
*qe_pin_request(struct device *dev, int index)
in qe_pin_request()
159
struct
qe_pin
*
qe_pin
;
in qe_pin_request()
local
165
qe_pin
= kzalloc(sizeof(*
qe_pin
), GFP_KERNEL);
in qe_pin_request()
166
if (!
qe_pin
) {
in qe_pin_request()
192
qe_pin
->controller = gpiochip_get_data(gc);
in qe_pin_request()
198
qe_pin
in qe_pin_request()
221
qe_pin
_free(struct
qe_pin
*
qe_pin
)
qe_pin_free()
argument
235
qe_pin
_set_dedicated(struct
qe_pin
*
qe_pin
)
qe_pin_set_dedicated()
argument
279
qe_pin
_set_gpio(struct
qe_pin
*
qe_pin
)
qe_pin_set_gpio()
argument
[all...]
/kernel/linux/linux-5.10/include/soc/fsl/qe/
H
A
D
qe.h
177
struct
qe_pin
;
179
extern struct
qe_pin
*qe_pin_request(struct device_node *np, int index);
180
extern void qe_pin_free(struct
qe_pin
*
qe_pin
);
181
extern void qe_pin_set_gpio(struct
qe_pin
*
qe_pin
);
182
extern void qe_pin_set_dedicated(struct
qe_pin
*pin);
184
static inline struct
qe_pin
*qe_pin_request(struct device_node *np, int index)
in qe_pin_request()
188
static inline void qe_pin_free(struct
qe_pin
*
qe_pin
) {}
in qe_pin_free()
argument
189
qe_pin
_set_gpio(struct
qe_pin
*
qe_pin
)
qe_pin_set_gpio()
argument
[all...]
/kernel/linux/linux-6.6/include/soc/fsl/qe/
H
A
D
qe.h
176
struct
qe_pin
;
178
extern struct
qe_pin
*qe_pin_request(struct device *dev, int index);
179
extern void qe_pin_free(struct
qe_pin
*
qe_pin
);
180
extern void qe_pin_set_gpio(struct
qe_pin
*
qe_pin
);
181
extern void qe_pin_set_dedicated(struct
qe_pin
*pin);
183
static inline struct
qe_pin
*qe_pin_request(struct device *dev, int index)
in qe_pin_request()
187
static inline void qe_pin_free(struct
qe_pin
*
qe_pin
) {}
in qe_pin_free()
argument
188
qe_pin
_set_gpio(struct
qe_pin
*
qe_pin
)
qe_pin_set_gpio()
argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
fhci.h
244
struct
qe_pin
*pins[NUM_PINS];
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
fhci.h
245
struct
qe_pin
*pins[NUM_PINS];
Completed in 9 milliseconds