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_attach_arg
(Results
1 - 15
of
15
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/quirk/
H
A
D
usb_quirk.h
124
uint8_t usb_test_quirk(const struct
usb_attach_arg
*uaa, uint16_t quirk);
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usbdi.h
32
struct
usb_attach_arg
;
105
struct
usb_attach_arg
*);
382
struct
usb_attach_arg
{
struct
545
usb_size_t sizeof_id, struct
usb_attach_arg
*uaa);
H
A
D
usb_lookup.c
117
struct
usb_attach_arg
*uaa)
in usbd_lookup_id_by_uaa()
H
A
D
usb_util.c
39
struct
usb_attach_arg
*uaa;
in device_set_usb_desc()
H
A
D
usb_device.c
46
struct
usb_attach_arg
*);
48
struct
usb_attach_arg
*);
1122
struct
usb_attach_arg
*uaa)
in usb_probe_and_attach_sub()
1219
struct
usb_attach_arg
*uaa)
in usb_init_attach_arg()
1255
struct
usb_attach_arg
uaa;
in usb_probe_and_attach()
1468
struct
usb_attach_arg
uaa;
in usb_alloc_device()
2366
usb_test_quirk(const struct
usb_attach_arg
*uaa, uint16_t quirk)
in usb_test_quirk()
H
A
D
usb_hub.c
1170
struct
usb_attach_arg
*uaa = device_get_ivars(dev);
in uhub_probe()
1258
struct
usb_attach_arg
*uaa = device_get_ivars(dev);
in uhub_attach()
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
if_cdce.c
440
struct
usb_attach_arg
*uaa = (struct
usb_attach_arg
*)device_get_ivars(dev);
in cdce_probe()
462
struct
usb_attach_arg
*uaa = (struct
usb_attach_arg
*)device_get_ivars(dev);
in cdce_attach()
H
A
D
if_axge.c
330
struct
usb_attach_arg
*uaa = device_get_ivars(dev);
in axge_probe()
349
struct
usb_attach_arg
*uaa = device_get_ivars(dev);
in axge_attach()
H
A
D
if_axe.c
643
struct
usb_attach_arg
*uaa = device_get_ivars(dev);
in axe_probe()
693
struct
usb_attach_arg
*uaa = device_get_ivars(dev);
in axe_attach()
H
A
D
if_urndis.c
163
struct
usb_attach_arg
*uaa = device_get_ivars(dev);
in urndis_probe()
189
struct
usb_attach_arg
*uaa = device_get_ivars(dev);
in urndis_attach()
/third_party/FreeBSD/sys/dev/usb/serial/
H
A
D
u3g.c
654
struct
usb_attach_arg
*uaa = (struct
usb_attach_arg
*)device_get_ivars(self);
in u3g_probe()
670
struct
usb_attach_arg
*uaa = (struct
usb_attach_arg
*)device_get_ivars(dev);
in u3g_attach()
H
A
D
usb_serial.c
362
struct
usb_attach_arg
*uaa;
in ucom_set_pnpinfo_usb()
368
uaa = (struct
usb_attach_arg
*)device_get_ivars(dev);
in ucom_set_pnpinfo_usb()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_usb.c
61
const struct usb_device_id *, struct
usb_attach_arg
*);
118
* to match the entries with the information in "struct
usb_attach_arg
".
123
usb_linux_lookup_id(const struct usb_device_id *id, struct
usb_attach_arg
*uaa)
in usb_linux_lookup_id()
198
struct
usb_attach_arg
*uaa = device_get_ivars(dev);
in usb_linux_probe()
246
struct
usb_attach_arg
*uaa = device_get_ivars(dev);
in usb_linux_attach()
/third_party/FreeBSD/sys/dev/usb/input/
H
A
D
uhid.c
714
struct
usb_attach_arg
*uaa = device_get_ivars(dev);
in uhid_probe()
735
struct
usb_attach_arg
*uaa = device_get_ivars(dev);
in uhid_attach()
/third_party/FreeBSD/sys/dev/usb/storage/
H
A
D
umass.c
806
umass_probe_proto(device_t dev, struct
usb_attach_arg
*uaa)
in umass_probe_proto()
898
struct
usb_attach_arg
*uaa =
in umass_probe()
899
(struct
usb_attach_arg
*)device_get_ivars(dev);
in umass_probe()
915
struct
usb_attach_arg
*uaa =
in umass_attach()
916
(struct
usb_attach_arg
*)device_get_ivars(dev);
in umass_attach()
Completed in 26 milliseconds