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:hostep
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/usb/
H
A
D
midi2.c
433
struct usb_host_endpoint *
hostep
,
in create_midi2_endpoint()
440
hostep
->desc.bEndpointAddress,
in create_midi2_endpoint()
450
endpoint =
hostep
->desc.bEndpointAddress;
in create_midi2_endpoint()
456
if (usb_endpoint_xfer_int(&
hostep
->desc))
in create_midi2_endpoint()
457
ep->interval =
hostep
->desc.bInterval;
in create_midi2_endpoint()
498
static void *find_usb_ms_endpoint_descriptor(struct usb_host_endpoint *
hostep
,
in find_usb_ms_endpoint_descriptor()
argument
501
unsigned char *extra =
hostep
->extra;
in find_usb_ms_endpoint_descriptor()
502
int extralen =
hostep
->extralen;
in find_usb_ms_endpoint_descriptor()
666
struct usb_host_endpoint *
hostep
;
in parse_midi_2_0_endpoints()
local
671
hostep
in parse_midi_2_0_endpoints()
432
create_midi2_endpoint(struct snd_usb_midi2_interface *umidi, struct usb_host_endpoint *
hostep
, const struct usb_ms20_endpoint_descriptor *ms_ep)
create_midi2_endpoint()
argument
[all...]
H
A
D
midi.c
1901
struct usb_host_endpoint *
hostep
)
in find_usb_ms_endpoint_descriptor()
1903
unsigned char *extra =
hostep
->extra;
in find_usb_ms_endpoint_descriptor()
1904
int extralen =
hostep
->extralen;
in find_usb_ms_endpoint_descriptor()
1932
struct usb_host_endpoint *
hostep
;
in snd_usbmidi_get_ms_info()
local
1955
hostep
= &hostif->endpoint[i];
in snd_usbmidi_get_ms_info()
1956
ep = get_ep_desc(
hostep
);
in snd_usbmidi_get_ms_info()
1959
ms_ep = find_usb_ms_endpoint_descriptor(
hostep
);
in snd_usbmidi_get_ms_info()
1900
find_usb_ms_endpoint_descriptor( struct usb_host_endpoint *
hostep
)
find_usb_ms_endpoint_descriptor()
argument
/kernel/linux/linux-5.10/sound/usb/
H
A
D
midi.c
1833
struct usb_host_endpoint *
hostep
)
in find_usb_ms_endpoint_descriptor()
1835
unsigned char *extra =
hostep
->extra;
in find_usb_ms_endpoint_descriptor()
1836
int extralen =
hostep
->extralen;
in find_usb_ms_endpoint_descriptor()
1864
struct usb_host_endpoint *
hostep
;
in snd_usbmidi_get_ms_info()
local
1887
hostep
= &hostif->endpoint[i];
in snd_usbmidi_get_ms_info()
1888
ep = get_ep_desc(
hostep
);
in snd_usbmidi_get_ms_info()
1891
ms_ep = find_usb_ms_endpoint_descriptor(
hostep
);
in snd_usbmidi_get_ms_info()
1832
find_usb_ms_endpoint_descriptor( struct usb_host_endpoint *
hostep
)
find_usb_ms_endpoint_descriptor()
argument
Completed in 11 milliseconds