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:bInterval
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/
H
A
D
ch9.h
412
__u8
bInterval
;
member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dbus_usb_linux.c
1532
g_probe_info.interval = IFEPDESC(usb, wlan_if, 0).
bInterval
;
in DBUS_USBOS_PROBE()
1538
g_probe_info.interval = IFEPDESC(usb, CONTROL_IF, 0).
bInterval
;
in DBUS_USBOS_PROBE()
/device/soc/rockchip/common/vendor/drivers/net/usb/
H
A
D
meig_cdc_driver.c
754
period = max((int)dev->status->desc.
bInterval
, (dev->udev->speed == USB_SPEED_HIGH) ? 7 : 3);
in init_status()
3075
(le16_to_cpu(desc->wMaxPacketSize) < sizeof(struct usb_cdc_notification)) || !desc->
bInterval
) {
/device/soc/rockchip/common/sdk_linux/drivers/media/usb/uvc/
H
A
D
uvc_driver.c
1529
desc->
bInterval
!= 0) {
in uvc_parse_control()
Completed in 16 milliseconds