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:ak7375_dev
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
ak7375.c
115
static void ak7375_subdev_cleanup(struct ak7375_device *
ak7375_dev
)
in ak7375_subdev_cleanup()
argument
117
v4l2_async_unregister_subdev(&
ak7375_dev
->sd);
in ak7375_subdev_cleanup()
118
v4l2_ctrl_handler_free(&
ak7375_dev
->ctrls_vcm);
in ak7375_subdev_cleanup()
119
media_entity_cleanup(&
ak7375_dev
->sd.entity);
in ak7375_subdev_cleanup()
142
struct ak7375_device *
ak7375_dev
;
in ak7375_probe()
local
145
ak7375_dev
= devm_kzalloc(&client->dev, sizeof(*
ak7375_dev
),
in ak7375_probe()
147
if (!
ak7375_dev
)
in ak7375_probe()
150
v4l2_i2c_subdev_init(&
ak7375_dev
->sd, client, &ak7375_ops);
in ak7375_probe()
151
ak7375_dev
in ak7375_probe()
183
struct
ak7375_dev
ice *
ak7375_dev
= sd_to_ak7375_vcm(sd);
ak7375_remove()
local
202
struct
ak7375_dev
ice *
ak7375_dev
= sd_to_ak7375_vcm(sd);
ak7375_vcm_suspend()
local
238
struct
ak7375_dev
ice *
ak7375_dev
= sd_to_ak7375_vcm(sd);
ak7375_vcm_resume()
local
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
ak7375.c
120
static void ak7375_subdev_cleanup(struct ak7375_device *
ak7375_dev
)
in ak7375_subdev_cleanup()
argument
122
v4l2_async_unregister_subdev(&
ak7375_dev
->sd);
in ak7375_subdev_cleanup()
123
v4l2_ctrl_handler_free(&
ak7375_dev
->ctrls_vcm);
in ak7375_subdev_cleanup()
124
media_entity_cleanup(&
ak7375_dev
->sd.entity);
in ak7375_subdev_cleanup()
147
struct ak7375_device *
ak7375_dev
;
in ak7375_probe()
local
151
ak7375_dev
= devm_kzalloc(&client->dev, sizeof(*
ak7375_dev
),
in ak7375_probe()
153
if (!
ak7375_dev
)
in ak7375_probe()
157
ak7375_dev
->supplies[i].supply = ak7375_supply_names[i];
in ak7375_probe()
161
ak7375_dev
in ak7375_probe()
200
struct
ak7375_dev
ice *
ak7375_dev
= sd_to_ak7375_vcm(sd);
ak7375_remove()
local
215
struct
ak7375_dev
ice *
ak7375_dev
= sd_to_ak7375_vcm(sd);
ak7375_vcm_suspend()
local
255
struct
ak7375_dev
ice *
ak7375_dev
= sd_to_ak7375_vcm(sd);
ak7375_vcm_resume()
local
[all...]
Completed in 2 milliseconds