Home
last modified time | relevance | path

Searched refs:subclass (Results 1 – 25 of 46) sorted by relevance

12

/haiku/src/bin/listusb/
H A Dlistusb.h19 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 Dlistusb.cpp58 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 Dusb_cdc.cpp17 DumpCDCDescriptor(const usb_generic_descriptor* descriptor, int subclass) in DumpCDCDescriptor() argument
H A Dusb_video.cpp605 DumpVideoDescriptor(const usb_generic_descriptor* descriptor, int subclass) in DumpVideoDescriptor() argument
607 switch (subclass) { in DumpVideoDescriptor()
H A Dusb_audio.cpp1011 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 DDriver.cpp159 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 Dusb-header.awk100 subclass = $1
106 classes[classcount, 2] = subclass
122 classes[classcount, 2] = subclass
H A Dpci-header.awk105 subclass = $1
111 classes[classcount, 2] = subclass
127 classes[classcount, 2] = subclass
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.devices21 # Those devices report subclass (command set) as 0xff
37 # Those devices report subclass (command set) as 0xff
/haiku/docs/user/interface/
H A Dlayout_tips.dox32 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 DAbstractLayout.dox18 \brief BLayout subclass providing convenience methods for derived
23 write a BLayout subclass. In most cases, you classes should derive from
H A DLayoutBuilder.Cards.dox20 \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 DLayoutBuilder.Split.dox17 \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 DTwoDimensionalLayout.dox27 \brief Abstract BLayout subclass arranging items within rows and columns.
214 \brief Prepare the BLayoutItem in this BTwoDimensionalLayout subclass
H A DLayoutBuilder.Group.dox19 \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 DLayoutBuilder.Grid.dox17 \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 DLayoutItem.dox382 \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 DGroupLayout.dox26 \brief The BGroupLayout class is a simple BLayout subclass that
/haiku/src/libs/compat/freebsd_network/compat/dev/usb/
H A Dusbdi.h268 #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 Dusb_midi.cpp342 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 Dsdhci_mmc_driver.rst5 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 DMailComponent.dox109 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 DDESIGN3 …ted in subclasses, USB Mice and Wacom tablets. For USB Mice, there is a subclass MouseDevice, whic…
/haiku/docs/user/midi2/
H A DMidiConsumer.dox69 subclass BMidiLocalConsumer.
78 Your subclass can override any of the MIDI event hooks. BMidiLocalConsumer
/haiku/docs/develop/file_systems/
H A Duserlandfs.rst19 the correct subclass of Volume and forward the requests to it.

12