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:in_endp
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
hso.c
134
struct usb_endpoint_descriptor *
in_endp
;
member
218
struct usb_endpoint_descriptor *
in_endp
;
member
1010
fix_crc_bug(urb, odev->
in_endp
->wMaxPacketSize);
in read_bulk_callback()
1028
odev->
in_endp
->
in read_bulk_callback()
1119
serial->
in_endp
->
in hso_resubmit_rx_bulk_urb()
1203
fix_crc_bug(urb, serial->
in_endp
->wMaxPacketSize);
in hso_std_serial_read_bulk_callback()
2104
hso_net->
in_endp
->
in hso_start_net_device()
2156
serial->
in_endp
->
in hso_start_serial_device()
2508
hso_net->
in_endp
= hso_get_ep(interface, USB_ENDPOINT_XFER_BULK,
in hso_create_net_device()
2510
if (!hso_net->
in_endp
) {
in hso_create_net_device()
[all...]
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
hso.c
134
struct usb_endpoint_descriptor *
in_endp
;
member
218
struct usb_endpoint_descriptor *
in_endp
;
member
1009
fix_crc_bug(urb, odev->
in_endp
->wMaxPacketSize);
in read_bulk_callback()
1027
odev->
in_endp
->
in read_bulk_callback()
1117
serial->
in_endp
->
in hso_resubmit_rx_bulk_urb()
1201
fix_crc_bug(urb, serial->
in_endp
->wMaxPacketSize);
in hso_std_serial_read_bulk_callback()
2097
hso_net->
in_endp
->
in hso_start_net_device()
2149
serial->
in_endp
->
in hso_start_serial_device()
2501
hso_net->
in_endp
= hso_get_ep(interface, USB_ENDPOINT_XFER_BULK,
in hso_create_net_device()
2503
if (!hso_net->
in_endp
) {
in hso_create_net_device()
[all...]
Completed in 8 milliseconds