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:usb_device_id
(Results
1 - 5
of
5
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_lookup.c
33
* This functions takes an array of "struct
usb_device_id
" and tries
37
*
usb_device_id
structure size. Else the behaviour of this function
44
const struct
usb_device_id
*
45
usbd_lookup_id_by_info(const struct
usb_device_id
*id, usb_size_t sizeof_id,
in usbd_lookup_id_by_info()
48
const struct
usb_device_id
*id_end;
in usbd_lookup_id_by_info()
116
usbd_lookup_id_by_uaa(const struct
usb_device_id
*id, usb_size_t sizeof_id,
in usbd_lookup_id_by_uaa()
173
"
usb_device_id
{256,:}"
176
/* List size of fields in the
usb_device_id
structure */
H
A
D
usbdi.h
242
struct
usb_device_id
__section("usb_host_id")
244
struct
usb_device_id
__section("
usb_device_id
")
246
struct
usb_device_id
__section("usb_dual_id")
249
struct
usb_device_id
251
struct
usb_device_id
253
struct
usb_device_id
259
* "
usb_device_id
".
261
struct
usb_device_id
{
struct
313
extern char usb_device_id_assert[(sizeof(struct
usb_device_id
)
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
usb.h
66
int (*probe)(struct usb_interface *intf, const struct
usb_device_id
*id);
75
const struct
usb_device_id
*id_table;
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H
A
D
tusb.c
117
const struct
usb_device_id
*id)
in tusb_probe()
124
static struct
usb_device_id
tusb_id_table[] = {
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_usb.c
60
static const struct
usb_device_id
*usb_linux_lookup_id(
61
const struct
usb_device_id
*, struct usb_attach_arg *);
117
* This functions takes an array of "struct
usb_device_id
" and tries
122
static const struct
usb_device_id
*
123
usb_linux_lookup_id(const struct
usb_device_id
*id, struct usb_attach_arg *uaa)
in usb_linux_lookup_id()
222
* the Linux USB device driver "struct
usb_device_id
" match was found.
249
const struct
usb_device_id
*id = NULL;
in usb_linux_attach()
1282
* "
usb_device_id
" structures gets searched a probe time. This
Completed in 6 milliseconds