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:bNrInputPins
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/usb/
H
A
D
midi.h
72
__u8
bNrInputPins
; /* p */
member
87
__u8
bNrInputPins
; \
/kernel/linux/linux-6.6/include/uapi/linux/usb/
H
A
D
midi.h
72
__u8
bNrInputPins
; /* p */
member
87
__u8
bNrInputPins
; \
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/
H
A
D
midi.h
43
__u8
bNrInputPins
;
member
55
__u8
bNrInputPins
; \
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/
H
A
D
midi.h
56
__u8
bNrInputPins
;
member
60
#define DECLARE_USB_MIDI_OUT_JACK_DESCRIPTOR(p) struct usb_midi_out_jack_descriptor_ ##p { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubtype; __u8 bJackType; __u8 bJackID; __u8
bNrInputPins
; struct usb_midi_source_pin pins[p]; __u8 iJack; \
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/
H
A
D
midi.h
56
__u8
bNrInputPins
;
member
60
#define DECLARE_USB_MIDI_OUT_JACK_DESCRIPTOR(p) struct usb_midi_out_jack_descriptor_ ##p { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubtype; __u8 bJackType; __u8 bJackID; __u8
bNrInputPins
; struct usb_midi_source_pin pins[p]; __u8 iJack; \
/kernel/linux/linux-5.10/sound/usb/
H
A
D
validate.c
230
d->bLength >= sizeof(*d) + d->
bNrInputPins
* 2;
in validate_midi_out_jack()
/kernel/linux/linux-6.6/sound/usb/
H
A
D
validate.c
230
d->bLength >= sizeof(*d) + d->
bNrInputPins
* 2;
in validate_midi_out_jack()
H
A
D
midi.c
1824
sz = USB_DT_MIDI_OUT_SIZE(outjd->
bNrInputPins
);
in snd_usbmidi_init_substream()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_midi.c
961
out_emb->
bNrInputPins
= 1;
in f_midi_bind()
989
out_ext->
bNrInputPins
= 1;
in f_midi_bind()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_midi.c
963
out_emb->
bNrInputPins
= 1;
in f_midi_bind()
991
out_ext->
bNrInputPins
= 1;
in f_midi_bind()
H
A
D
f_midi2.c
1699
jack->
bNrInputPins
= 1;
in append_midi1_out_jack()
Completed in 13 milliseconds