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:usbd_bt_node
(Results
1 - 4
of
4
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/implementation/
H
A
D
usb_btree.c
72
struct
usbd_bt_node
*
75
struct
usbd_bt_node
*node = (
usbd_bt_node
*)malloc(sizeof(
usbd_bt_node
));
in usbd_create_bt_node()
92
usbd_free_bt_node(
usbd_bt_node
*node)
in usbd_free_bt_node()
105
usbd_release_bt_node(
usbd_bt_node
*node)
in usbd_release_bt_node()
117
static struct
usbd_bt_node
*
118
usbd_pre_order_bt_node(
usbd_bt_node
*node, struct node_info *info)
in usbd_pre_order_bt_node()
120
usbd_bt_node
*l_node, *r_node;
in usbd_pre_order_bt_node()
145
static struct
usbd_bt_node
*
[all...]
H
A
D
usb_btree.h
49
typedef struct
usbd_bt_node
{
struct
51
struct
usbd_bt_node
*lbt_node;
52
struct
usbd_bt_node
*rbt_node;
53
}
usbd_bt_node
,*usbd_bt_tree;
typedef
56
struct
usbd_bt_node
*usbd_create_bt_node(struct node_info *info);
57
void usbd_free_bt_node(
usbd_bt_node
*node);
58
int usbd_insert_bt_node(
usbd_bt_node
*node, usbd_bt_tree tree, struct node_info *parent_info);
61
struct
usbd_bt_node
*usbd_per_order_probe(usbd_bt_tree tree, char *devname, uint8_t *port_num);
/third_party/FreeBSD/sys/dev/usb/storage/
H
A
D
umass.c
3297
usbd_bt_node
*cur_node;
in umass_attach_dev_sub()
3587
struct
usbd_bt_node
*node;
in umass_medium_probe()
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_hub.c
1540
usbd_bt_node
*cur_node = NULL;
in uhub_attach()
Completed in 8 milliseconds