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:rx_anchor
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
bpa10x.c
41
struct usb_anchor
rx_anchor
;
member
111
usb_anchor_urb(urb, &data->
rx_anchor
);
in bpa10x_rx_complete()
147
usb_anchor_urb(urb, &data->
rx_anchor
);
in bpa10x_submit_intr_urb()
187
usb_anchor_urb(urb, &data->
rx_anchor
);
in bpa10x_submit_bulk_urb()
218
usb_kill_anchored_urbs(&data->
rx_anchor
);
in bpa10x_open()
229
usb_kill_anchored_urbs(&data->
rx_anchor
);
in bpa10x_close()
381
init_usb_anchor(&data->
rx_anchor
);
in bpa10x_probe()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
bpa10x.c
41
struct usb_anchor
rx_anchor
;
member
111
usb_anchor_urb(urb, &data->
rx_anchor
);
in bpa10x_rx_complete()
147
usb_anchor_urb(urb, &data->
rx_anchor
);
in bpa10x_submit_intr_urb()
187
usb_anchor_urb(urb, &data->
rx_anchor
);
in bpa10x_submit_bulk_urb()
218
usb_kill_anchored_urbs(&data->
rx_anchor
);
in bpa10x_open()
229
usb_kill_anchored_urbs(&data->
rx_anchor
);
in bpa10x_close()
381
init_usb_anchor(&data->
rx_anchor
);
in bpa10x_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/
H
A
D
rtl8xxxu.h
1355
struct usb_anchor
rx_anchor
;
member
H
A
D
rtl8xxxu_core.c
5811
usb_anchor_urb(&rx_urb->urb, &priv->
rx_anchor
);
in rtl8xxxu_submit_rx_urb()
6380
init_usb_anchor(&priv->
rx_anchor
);
in rtl8xxxu_start()
6471
usb_kill_anchored_urbs(&priv->
rx_anchor
);
in rtl8xxxu_stop()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/
H
A
D
rtl8xxxu.h
1862
struct usb_anchor
rx_anchor
;
member
H
A
D
rtl8xxxu_core.c
6510
usb_anchor_urb(&rx_urb->urb, &priv->
rx_anchor
);
in rtl8xxxu_submit_rx_urb()
7200
init_usb_anchor(&priv->
rx_anchor
);
in rtl8xxxu_start()
7292
usb_kill_anchored_urbs(&priv->
rx_anchor
);
in rtl8xxxu_stop()
Completed in 27 milliseconds