/haiku/src/bin/listusb/ |
H A D | listusb.h | 19 void DumpCDCDescriptor(const usb_generic_descriptor* descriptor, int subclass); 20 void DumpAudioDescriptor(const usb_generic_descriptor* descriptor, int subclass); 21 void DumpVideoDescriptor(const usb_generic_descriptor* descriptor, int subclass);
|
H A D | listusb.cpp | 58 int classNum, int subclass) in DumpDescriptor() argument 67 DumpAudioDescriptor(descriptor, subclass); in DumpDescriptor() 70 DumpVideoDescriptor(descriptor, subclass); in DumpDescriptor() 74 DumpCDCDescriptor(descriptor, subclass); in DumpDescriptor()
|
H A D | usb_cdc.cpp | 17 DumpCDCDescriptor(const usb_generic_descriptor* descriptor, int subclass) in DumpCDCDescriptor() argument
|
H A D | usb_video.cpp | 605 DumpVideoDescriptor(const usb_generic_descriptor* descriptor, int subclass) in DumpVideoDescriptor() argument 607 switch (subclass) { in DumpVideoDescriptor()
|
H A D | usb_audio.cpp | 1011 DumpAudioDescriptor(const usb_generic_descriptor* descriptor, int subclass) in DumpAudioDescriptor() argument 1015 switch (subclass) { in DumpAudioDescriptor()
|
/haiku/src/add-ons/kernel/drivers/network/ether/usb_ecm/ |
H A D | Driver.cpp | 159 uint8 baseClass = 0, subclass = 0; in usb_ecm_supports_device() local 167 subclass = attr->value.ui8; in usb_ecm_supports_device() 168 if (baseClass != 0 && subclass != 0) { in usb_ecm_supports_device() 169 if (baseClass == USB_INTERFACE_CLASS_CDC && subclass == USB_INTERFACE_SUBCLASS_ECM) in usb_ecm_supports_device() 171 baseClass = subclass = 0; in usb_ecm_supports_device() 175 if (baseClass != USB_INTERFACE_CLASS_CDC || subclass != USB_INTERFACE_SUBCLASS_ECM) in usb_ecm_supports_device()
|
/haiku/src/apps/devices/ |
H A D | usb-header.awk | 100 subclass = $1 106 classes[classcount, 2] = subclass 122 classes[classcount, 2] = subclass
|
H A D | pci-header.awk | 105 subclass = $1 111 classes[classcount, 2] = subclass 127 classes[classcount, 2] = subclass
|
/haiku/src/add-ons/kernel/busses/scsi/usb/ |
H A D | usb_scsi.devices | 21 # Those devices report subclass (command set) as 0xff 37 # Those devices report subclass (command set) as 0xff
|
/haiku/docs/user/interface/ |
H A D | layout_tips.dox | 32 BLayout subclass attached to a BView, rather than the BView itself. This 33 way, you can make full use of the specific features the subclass you're
|
H A D | AbstractLayout.dox | 18 \brief BLayout subclass providing convenience methods for derived 23 write a BLayout subclass. In most cases, you classes should derive from
|
H A D | LayoutBuilder.Cards.dox | 20 \brief BLayoutBuilder::Base subclass for building BCardLayouts. 24 The BCardLayout class is a simple BLayout subclass that arranges the 200 A set of methods that add a BLayout or BView subclass and return a 201 BLayoutBuilder::Base subclass representing the newly added object. These
|
H A D | LayoutBuilder.Split.dox | 17 \brief BLayoutBuilder::Base subclass for building BSplitViews. 217 A set of methods that add a BLayout or BView subclass and return a 218 BLayoutBuilder::Base subclass representing the newly added object. These
|
H A D | TwoDimensionalLayout.dox | 27 \brief Abstract BLayout subclass arranging items within rows and columns. 214 \brief Prepare the BLayoutItem in this BTwoDimensionalLayout subclass
|
H A D | LayoutBuilder.Group.dox | 19 \brief BLayoutBuilder::Base subclass for building BGroupLayouts. 210 A set of methods that add a BLayout or BView subclass and return a 211 BLayoutBuilder::Base subclass representing the newly added object. These
|
H A D | LayoutBuilder.Grid.dox | 17 \brief BLayoutBuilder::Base subclass for building BGridLayouts. 285 A set of methods that add a BLayout or BView subclass and return a 286 BLayoutBuilder::Base subclass representing the newly added object. These
|
H A D | LayoutItem.dox | 382 \note This method should only be called by a BLayout subclass. 392 \note This method should only be called by a BLayout subclass.
|
H A D | GroupLayout.dox | 26 \brief The BGroupLayout class is a simple BLayout subclass that
|
/haiku/src/libs/compat/freebsd_network/compat/dev/usb/ |
H A D | usbdi.h | 268 #define USB_IF_CSI(class,subclass,info) \ argument 269 USB_IFACE_CLASS(class), USB_IFACE_SUBCLASS(subclass), USB_DRIVER_INFO(info)
|
/haiku/src/add-ons/kernel/drivers/midi/usb_midi/ |
H A D | usb_midi.cpp | 342 int devclass, subclass, protocol; in usb_midi_added() local 347 subclass = intf->descr->interface_subclass; in usb_midi_added() 352 ifno, alt, devclass, subclass, protocol)); in usb_midi_added() 355 && subclass == USB_AUDIO_INTERFACE_MIDISTREAMING_SUBCLASS) in usb_midi_added()
|
/haiku/docs/develop/busses/sdhci/ |
H A D | sdhci_mmc_driver.rst | 5 support for PCI devices with class 8 and subclass 5 over x86 180 the PCI device class and subclass, or for not completely SDHCI 213 The function identifies the device by checking the class and subclass, 215 devices that do not use the assigned subclass.
|
/haiku/docs/user/mail/ |
H A D | MailComponent.dox | 109 an instance of a useful subclass. 255 Thus, an attachment subclass would accept a file here and encode it into
|
/haiku/src/add-ons/input_server/devices/wacom/ |
H A D | DESIGN | 3 …ted in subclasses, USB Mice and Wacom tablets. For USB Mice, there is a subclass MouseDevice, whic…
|
/haiku/docs/user/midi2/ |
H A D | MidiConsumer.dox | 69 subclass BMidiLocalConsumer. 78 Your subclass can override any of the MIDI event hooks. BMidiLocalConsumer
|
/haiku/docs/develop/file_systems/ |
H A D | userlandfs.rst | 19 the correct subclass of Volume and forward the requests to it.
|