Searched refs:generic (Results 51 - 75 of 85) sorted by relevance

1234

/haiku/headers/os/drivers/
H A DUSB_spec.h146 usb_generic_descriptor generic; member in union:usb_descriptor
H A DUSB2.h59 usb_descriptor **generic; /* this interface */ member in struct:usb_interface_info
H A DUSB3.h60 usb_descriptor **generic; /* this interface */ member in struct:usb_interface_info
/haiku/src/system/boot/platform/next_m68k/
H A Dvideo.cpp20 #include <boot/platform/generic/video.h>
/haiku/src/system/kernel/arch/generic/
H A Ddebug_uart_8250.cpp25 #include <arch/generic/debug_uart_8250.h>
/haiku/src/system/kernel/arch/arm64/
H A Darch_uart_linflex.cpp11 #include <arch/generic/debug_uart.h>
/haiku/src/add-ons/kernel/drivers/midi/usb_midi/
H A Dusb_midi.cpp378 usb_generic_descriptor *generic = &intf->generic[i]->generic; local
380 i, generic->descriptor_type, generic->data[0]));
381 if (generic->descriptor_type == USB_DESCRIPTOR_CS_ENDPOINT
382 && generic->data[0] == USB_MS_GENERAL_DESCRIPTOR) {
384 cable_count[iep] = generic->data[1];
/haiku/src/system/boot/platform/amiga_m68k/
H A Dvideo.cpp18 #include <boot/platform/generic/video.h>
/haiku/src/system/boot/platform/bios_ia32/
H A Dinterrupts.cpp17 #include <boot/platform/generic/text_console.h>
/haiku/src/system/kernel/arch/sparc/
H A Darch_platform.cpp13 #include <arch/generic/debug_uart.h>
/haiku/src/system/boot/loader/
H A Dpager.cpp14 #include <boot/platform/generic/text_console.h>
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DDevice.cpp202 interfaceInfo->generic = NULL;
282 TRACE("got generic descriptor\n");
296 currentInterface->generic,
301 " generic descriptor\n");
306 currentInterface->generic = newGenerics;
309 currentInterface->generic[
400 free(interface->generic);
542 usb_descriptor* desc = interfaceInfo->generic[j];
/haiku/src/system/boot/platform/generic/
H A Dvideo_blit.cpp12 #include <boot/platform/generic/video.h>
H A Dvideo_splash.cpp14 #include <boot/platform/generic/video.h>
H A Dtext_menu.cpp10 #include <boot/platform/generic/text_console.h>
11 #include <boot/platform/generic/text_menu.h>
/haiku/src/kits/device/
H A DUSBInterface.cpp141 sizeof(command)) || command.generic.status != B_USB_RAW_STATUS_SUCCESS)
/haiku/src/system/kernel/arch/ppc/
H A Darch_platform.cpp12 #include <arch/generic/debug_uart.h>
/haiku/src/system/boot/platform/efi/
H A Dconsole.cpp17 #include <boot/platform/generic/video.h>
H A Dvideo.cpp14 #include <boot/platform/generic/video.h>
/haiku/src/system/kernel/arch/arm/
H A Darch_uart_pl011.cpp12 #include <arch/generic/debug_uart.h>
/haiku/src/system/boot/platform/riscv/
H A Dfdt.cpp12 #include <arch/generic/debug_uart_8250.h>
/haiku/src/add-ons/kernel/busses/pci/designware/
H A DDWPCIController.h11 #include <arch/generic/msi.h>
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp15 #include <arch/generic/user_memory.h>
/haiku/headers/private/kernel/arch/arm64/
H A Darch_uart_linflex.h16 #include <arch/generic/debug_uart.h>
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioStreamingInterface.cpp418 = (usb_audiocontrol_header_descriptor*)Interface->generic[i];

Completed in 133 milliseconds

1234