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:as102_dev_t
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/usb/as102/
H
A
D
as102_usb_drv.c
21
static int as102_usb_start_stream(struct
as102_dev_t
*dev);
22
static void as102_usb_stop_stream(struct
as102_dev_t
*dev);
191
static int as102_submit_urb_stream(struct
as102_dev_t
*dev, struct urb *urb)
in as102_submit_urb_stream()
213
struct
as102_dev_t
*as102_dev = urb->context;
in as102_urb_stream_irq()
229
static void as102_free_usb_stream_buffer(struct
as102_dev_t
*dev)
in as102_free_usb_stream_buffer()
242
static int as102_alloc_usb_stream_buffer(struct
as102_dev_t
*dev)
in as102_alloc_usb_stream_buffer()
278
static void as102_usb_stop_stream(struct
as102_dev_t
*dev)
in as102_usb_stop_stream()
286
static int as102_usb_start_stream(struct
as102_dev_t
*dev)
in as102_usb_start_stream()
303
struct
as102_dev_t
*as102_dev;
in as102_usb_release()
305
as102_dev = container_of(kref, struct
as102_dev_t
, kre
in as102_usb_release()
[all...]
H
A
D
as10x_handle.h
9
struct
as102_dev_t
;
29
int (*start_stream)(struct
as102_dev_t
*dev);
30
void (*stop_stream)(struct
as102_dev_t
*dev);
H
A
D
as102_drv.h
49
struct
as102_dev_t
{
struct
71
int as102_dvb_register(struct
as102_dev_t
*dev);
72
void as102_dvb_unregister(struct
as102_dev_t
*dev);
H
A
D
as102_drv.c
45
static void as102_stop_stream(struct
as102_dev_t
*dev)
in as102_stop_stream()
69
static int as102_start_stream(struct
as102_dev_t
*dev)
in as102_start_stream()
94
static int as10x_pid_filter(struct
as102_dev_t
*dev,
in as10x_pid_filter()
137
struct
as102_dev_t
*as102_dev = demux->priv;
in as102_dvb_dmx_start_feed()
156
struct
as102_dev_t
*as102_dev = demux->priv;
in as102_dvb_dmx_stop_feed()
285
int as102_dvb_register(struct
as102_dev_t
*as102_dev)
in as102_dvb_register()
370
void as102_dvb_unregister(struct
as102_dev_t
*as102_dev)
in as102_dvb_unregister()
/kernel/linux/linux-5.10/drivers/media/usb/as102/
H
A
D
as102_usb_drv.c
21
static int as102_usb_start_stream(struct
as102_dev_t
*dev);
22
static void as102_usb_stop_stream(struct
as102_dev_t
*dev);
191
static int as102_submit_urb_stream(struct
as102_dev_t
*dev, struct urb *urb)
in as102_submit_urb_stream()
213
struct
as102_dev_t
*as102_dev = urb->context;
in as102_urb_stream_irq()
229
static void as102_free_usb_stream_buffer(struct
as102_dev_t
*dev)
in as102_free_usb_stream_buffer()
242
static int as102_alloc_usb_stream_buffer(struct
as102_dev_t
*dev)
in as102_alloc_usb_stream_buffer()
278
static void as102_usb_stop_stream(struct
as102_dev_t
*dev)
in as102_usb_stop_stream()
286
static int as102_usb_start_stream(struct
as102_dev_t
*dev)
in as102_usb_start_stream()
303
struct
as102_dev_t
*as102_dev;
in as102_usb_release()
305
as102_dev = container_of(kref, struct
as102_dev_t
, kre
in as102_usb_release()
[all...]
H
A
D
as10x_handle.h
9
struct
as102_dev_t
;
29
int (*start_stream)(struct
as102_dev_t
*dev);
30
void (*stop_stream)(struct
as102_dev_t
*dev);
H
A
D
as102_drv.h
49
struct
as102_dev_t
{
struct
71
int as102_dvb_register(struct
as102_dev_t
*dev);
72
void as102_dvb_unregister(struct
as102_dev_t
*dev);
H
A
D
as102_drv.c
45
static void as102_stop_stream(struct
as102_dev_t
*dev)
in as102_stop_stream()
69
static int as102_start_stream(struct
as102_dev_t
*dev)
in as102_start_stream()
94
static int as10x_pid_filter(struct
as102_dev_t
*dev,
in as10x_pid_filter()
137
struct
as102_dev_t
*as102_dev = demux->priv;
in as102_dvb_dmx_start_feed()
156
struct
as102_dev_t
*as102_dev = demux->priv;
in as102_dvb_dmx_stop_feed()
285
int as102_dvb_register(struct
as102_dev_t
*as102_dev)
in as102_dvb_register()
370
void as102_dvb_unregister(struct
as102_dev_t
*as102_dev)
in as102_dvb_unregister()
Completed in 6 milliseconds