Searched refs:AddDevice (Results 1 - 25 of 36) sorted by relevance

12

/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DACM.h18 virtual status_t AddDevice(const usb_configuration_info *config);
H A DKLSI.h55 virtual status_t AddDevice(const usb_configuration_info *config);
H A DProlific.h55 virtual status_t AddDevice(const usb_configuration_info *config);
H A DFTDI.h35 virtual status_t AddDevice(const usb_configuration_info *config);
H A DOption.cpp23 OptionDevice::AddDevice(const usb_configuration_info *config) function in class:OptionDevice
25 TRACE_FUNCALLS("> OptionDevice::AddDevice(%08x, %08x)\n", this, config);
H A DOption.h63 virtual status_t AddDevice(const usb_configuration_info *config);
H A DWinChipHead.h86 virtual status_t AddDevice(const usb_configuration_info *config);
H A DSilicon.cpp26 SiliconDevice::AddDevice(const usb_configuration_info *config) function in class:SiliconDevice
H A DProlific.cpp19 ProlificDevice::AddDevice(const usb_configuration_info *config) function in class:ProlificDevice
21 TRACE_FUNCALLS("> ProlificDevice::AddDevice(%08x, %08x)\n", this, config);
68 TRACE_FUNCRET("< ProlificDevice::AddDevice() returns: 0x%08x\n", status);
H A DKLSI.cpp19 KLSIDevice::AddDevice(const usb_configuration_info *config) function in class:KLSIDevice
21 TRACE_FUNCALLS("> KLSIDevice::AddDevice(%08x, %08x)\n", this, config);
51 TRACE_FUNCRET("< KLSIDevice::AddDevice() returns: 0x%08x\n", status);
H A DSilicon.h136 virtual status_t AddDevice(const usb_configuration_info *config);
H A DSerialDevice.h75 virtual status_t AddDevice(const usb_configuration_info *config);
H A DACM.cpp20 ACMDevice::AddDevice(const usb_configuration_info *config) function in class:ACMDevice
22 TRACE_FUNCALLS("> ACMDevice::AddDevice(0x%08x, 0x%08x)\n", this, config);
124 TRACE_FUNCRET("< ACMDevice::AddDevice() returns: 0x%08x\n", status);
H A DFTDI.cpp28 FTDIDevice::AddDevice(const usb_configuration_info *config) function in class:FTDIDevice
30 TRACE_FUNCALLS("> FTDIDevice::AddDevice(%08x, %08x)\n", this, config);
64 TRACE_FUNCRET("< FTDIDevice::AddDevice() returns: 0x%08x\n", status);
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DDeviceList.h18 status_t AddDevice(const char *name, void *device);
H A DDeviceList.cpp42 DeviceList::AddDevice(const char *name, void *device) function in class:DeviceList
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaAddon.h52 void AddDevice(DVBCard *card, const char *path);
H A DDVBMediaAddon.cpp170 AddDevice(card, path.Path());
179 DVBMediaAddon::AddDevice(DVBCard *card, const char *path) function in class:DVBMediaAddon
189 printf("DVBMediaAddon::AddDevice: getting DVB card type failed\n");
193 printf("DVBMediaAddon::AddDevice: getting DVB card info failed\n");
204 printf("DVBMediaAddon::AddDevice: unsupported DVB type %d\n", type);
/haiku/src/servers/bluetooth/
H A DDeviceManager.h34 status_t AddDevice(entry_ref* nref);
H A DDeviceManager.cpp59 AddDevice(&ref);
107 AddDevice(&ref);
145 DeviceManager::AddDevice(entry_ref* ref) function in class:DeviceManager
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVAddOn.h42 void AddDevice(FireWireCard* card, const char* path);
H A DFireWireDVAddOn.cpp139 AddDevice(card, path.Path());
148 FireWireDVAddOn::AddDevice(FireWireCard* card, const char* path) function in class:FireWireDVAddOn
/haiku/src/preferences/input/
H A DInputWindow.h59 void AddDevice(BInputDevice* device);
H A DInputWindow.cpp116 AddDevice(device);
175 AddDevice(dev);
183 InputWindow::AddDevice(BInputDevice* dev) function in class:InputWindow
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.h66 virtual status_t AddDevice(const struct serial_config_descriptor *device);

Completed in 96 milliseconds

12