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:host1x_driver
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/host1x/
H
A
D
bus.c
38
struct
host1x_driver
*driver,
in host1x_subdev_add()
89
struct
host1x_driver
*driver)
in host1x_device_parse_dt()
186
* its &
host1x_driver
.probe implementation to initialize each of its clients.
417
struct
host1x_driver
*driver)
in host1x_device_add()
492
struct
host1x_driver
*driver)
in host1x_attach_driver()
514
struct
host1x_driver
*driver)
in host1x_detach_driver()
567
struct
host1x_driver
*driver;
in host1x_register()
595
struct
host1x_driver
*driver;
in host1x_unregister()
613
struct
host1x_driver
*driver = to_host1x_driver(dev->driver);
in host1x_device_probe()
624
struct
host1x_driver
*drive
in host1x_device_remove()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
host1x.h
266
* struct
host1x_driver
- host1x logical device driver
274
struct
host1x_driver
{
struct
285
static inline struct
host1x_driver
*
288
return container_of(driver, struct
host1x_driver
, driver);
in to_host1x_driver()
291
int host1x_driver_register_full(struct
host1x_driver
*driver,
293
void host1x_driver_unregister(struct
host1x_driver
*driver);
299
struct
host1x_driver
*driver;
/kernel/linux/linux-6.6/include/linux/
H
A
D
host1x.h
363
* struct
host1x_driver
- host1x logical device driver
371
struct
host1x_driver
{
struct
382
static inline struct
host1x_driver
*
385
return container_of(driver, struct
host1x_driver
, driver);
in to_host1x_driver()
388
int host1x_driver_register_full(struct
host1x_driver
*driver,
390
void host1x_driver_unregister(struct
host1x_driver
*driver);
396
struct
host1x_driver
*driver;
/kernel/linux/linux-6.6/drivers/gpu/host1x/
H
A
D
bus.c
40
struct
host1x_driver
*driver,
in host1x_subdev_add()
91
struct
host1x_driver
*driver)
in host1x_device_parse_dt()
188
* its &
host1x_driver
.probe implementation to initialize each of its clients.
433
struct
host1x_driver
*driver)
in host1x_device_add()
508
struct
host1x_driver
*driver)
in host1x_attach_driver()
530
struct
host1x_driver
*driver)
in host1x_detach_driver()
583
struct
host1x_driver
*driver;
in host1x_register()
611
struct
host1x_driver
*driver;
in host1x_unregister()
629
struct
host1x_driver
*driver = to_host1x_driver(dev->driver);
in host1x_device_probe()
640
struct
host1x_driver
*drive
in host1x_device_remove()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/tegra-video/
H
A
D
video.c
115
static struct
host1x_driver
host1x_video_driver = {
/kernel/linux/linux-6.6/drivers/staging/media/tegra-video/
H
A
D
video.c
137
static struct
host1x_driver
host1x_video_driver = {
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H
A
D
drm.c
1337
static struct
host1x_driver
host1x_drm_driver = {
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H
A
D
drm.c
1393
static struct
host1x_driver
host1x_drm_driver = {
Completed in 8 milliseconds