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:bulk_mode
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H
A
D
dvb-usb-remote.c
258
if (dvb_usb_disable_rc_polling || d->props.rc.core.
bulk_mode
)
in dvb_usb_read_remote_control()
298
if (!d->props.rc.core.rc_query || d->props.rc.core.
bulk_mode
)
in rc_core_dvb_usb_remote_init()
H
A
D
dvb-usb.h
202
* @
bulk_mode
: device supports bulk mode for RC (disable polling mode)
213
bool
bulk_mode
; /* uses bulk mode */
member
H
A
D
dib0700_core.c
899
dev->props.rc.core.
bulk_mode
= true;
in dib0700_probe()
901
dev->props.rc.core.
bulk_mode
= false;
in dib0700_probe()
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H
A
D
dvb-usb-remote.c
258
if (dvb_usb_disable_rc_polling || d->props.rc.core.
bulk_mode
)
in dvb_usb_read_remote_control()
298
if (!d->props.rc.core.rc_query || d->props.rc.core.
bulk_mode
)
in rc_core_dvb_usb_remote_init()
H
A
D
dvb-usb.h
205
* @
bulk_mode
: device supports bulk mode for RC (disable polling mode)
217
bool
bulk_mode
; /* uses bulk mode */
member
H
A
D
dib0700_core.c
899
dev->props.rc.core.
bulk_mode
= true;
in dib0700_probe()
901
dev->props.rc.core.
bulk_mode
= false;
in dib0700_probe()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
H
A
D
dvb_usb.h
123
* @
bulk_mode
: device supports bulk mode for rc (disable polling mode)
133
bool
bulk_mode
;
member
H
A
D
dvb_usb_core.c
102
if (dvb_usbv2_disable_rc_polling || d->rc.
bulk_mode
) {
in dvb_usb_read_remote_control()
165
if (d->rc.query && !d->rc.
bulk_mode
) {
in dvb_usbv2_remote_init()
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/
H
A
D
dvb_usb.h
124
* @
bulk_mode
: device supports bulk mode for rc (disable polling mode)
134
bool
bulk_mode
;
member
H
A
D
dvb_usb_core.c
102
if (dvb_usbv2_disable_rc_polling || d->rc.
bulk_mode
) {
in dvb_usb_read_remote_control()
165
if (d->rc.query && !d->rc.
bulk_mode
) {
in dvb_usbv2_remote_init()
Completed in 10 milliseconds