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:cafe_camera
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/marvell-ccic/
H
A
D
cafe-driver.c
52
struct
cafe_camera
{
struct
146
static inline struct
cafe_camera
*to_cam(struct v4l2_device *dev)
in to_cam()
149
return container_of(m, struct
cafe_camera
, mcam);
in to_cam()
170
static int cafe_smbus_write_data(struct
cafe_camera
*cam,
in cafe_smbus_write_data()
249
static int cafe_smbus_read_data(struct
cafe_camera
*cam,
in cafe_smbus_read_data()
296
struct
cafe_camera
*cam = i2c_get_adapdata(adapter);
in cafe_smbus_xfer()
316
static void cafe_smbus_enable_irq(struct
cafe_camera
*cam)
in cafe_smbus_enable_irq()
336
static int cafe_smbus_setup(struct
cafe_camera
*cam)
in cafe_smbus_setup()
361
static void cafe_smbus_shutdown(struct
cafe_camera
*cam)
in cafe_smbus_shutdown()
441
struct
cafe_camera
*ca
in cafe_irq()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/marvell/
H
A
D
cafe-driver.c
48
struct
cafe_camera
{
struct
159
static int cafe_smbus_write_data(struct
cafe_camera
*cam,
in cafe_smbus_write_data()
238
static int cafe_smbus_read_data(struct
cafe_camera
*cam,
in cafe_smbus_read_data()
285
struct
cafe_camera
*cam = i2c_get_adapdata(adapter);
in cafe_smbus_xfer()
305
static void cafe_smbus_enable_irq(struct
cafe_camera
*cam)
in cafe_smbus_enable_irq()
325
static int cafe_smbus_setup(struct
cafe_camera
*cam)
in cafe_smbus_setup()
350
static void cafe_smbus_shutdown(struct
cafe_camera
*cam)
in cafe_smbus_shutdown()
430
struct
cafe_camera
*cam = data;
in cafe_irq()
479
struct
cafe_camera
*cam;
in cafe_pci_probe()
488
cam = kzalloc(sizeof(struct
cafe_camera
), GFP_KERNE
in cafe_pci_probe()
[all...]
Completed in 3 milliseconds