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:mdc800
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/image/
H
A
D
mdc800.c
20
* Fix:
mdc800
used sleep_on and slept with io_lock held.
40
* bugfix : The
mdc800
->state field gets set to READY after the
50
* The
mdc800
driver gets assigned the USB Minor 32-47. The Registration
216
static struct mdc800_data*
mdc800
;
variable
273
struct mdc800_data*
mdc800
=urb->context;
in mdc800_usb_irq()
local
274
struct device *dev = &
mdc800
->dev->dev;
in mdc800_usb_irq()
280
if (!
mdc800
->camera_busy)
in mdc800_usb_irq()
282
mdc800
->camera_busy=1;
in mdc800_usb_irq()
288
if (
mdc800
->camera_busy && mdc800_isReady (b))
in mdc800_usb_irq()
290
mdc800
in mdc800_usb_irq()
365
struct
mdc800
_data*
mdc800
=urb->context;
mdc800_usb_write_notify()
local
383
struct
mdc800
_data*
mdc800
=urb->context;
mdc800_usb_download_notify()
local
541
struct
mdc800
_data*
mdc800
= usb_get_intfdata(intf);
mdc800_usb_disconnect()
local
[all...]
/kernel/linux/linux-6.6/drivers/usb/image/
H
A
D
mdc800.c
20
* Fix:
mdc800
used sleep_on and slept with io_lock held.
40
* bugfix : The
mdc800
->state field gets set to READY after the
50
* The
mdc800
driver gets assigned the USB Minor 32-47. The Registration
216
static struct mdc800_data*
mdc800
;
variable
273
struct mdc800_data*
mdc800
=urb->context;
in mdc800_usb_irq()
local
274
struct device *dev = &
mdc800
->dev->dev;
in mdc800_usb_irq()
280
if (!
mdc800
->camera_busy)
in mdc800_usb_irq()
282
mdc800
->camera_busy=1;
in mdc800_usb_irq()
288
if (
mdc800
->camera_busy && mdc800_isReady (b))
in mdc800_usb_irq()
290
mdc800
in mdc800_usb_irq()
365
struct
mdc800
_data*
mdc800
=urb->context;
mdc800_usb_write_notify()
local
383
struct
mdc800
_data*
mdc800
=urb->context;
mdc800_usb_download_notify()
local
541
struct
mdc800
_data*
mdc800
= usb_get_intfdata(intf);
mdc800_usb_disconnect()
local
[all...]
Completed in 2 milliseconds