Searched refs:Device (Results 1 - 25 of 203) sorted by relevance

123456789

/haiku/src/apps/devices/
H A DDeviceACPI.h12 #include "Device.h"
15 class DeviceACPI : public Device {
17 DeviceACPI(Device* parent);
H A DDeviceSCSI.h12 #include "Device.h"
15 class DeviceSCSI : public Device {
17 DeviceSCSI(Device* parent);
H A DDevice.cpp10 #include "Device.h"
17 #define B_TRANSLATION_CONTEXT "Device"
44 // This list is only used to translate Device properties
46 B_TRANSLATE_MARK_VOID("Device");
55 Device::Device(Device* physicalParent, BusType busType, Category category, function in class:Device
64 SetAttribute(B_TRANSLATE("Device name"), B_TRANSLATE(name));
67 SetAttribute(B_TRANSLATE("Device paths"), B_TRANSLATE(devPathsPublished));
71 Device
[all...]
H A DDevicePCI.h12 #include "Device.h"
14 class DevicePCI : public Device {
16 DevicePCI(Device* parent);
H A DDeviceUSB.h12 #include "Device.h"
15 class DeviceUSB : public Device {
17 DeviceUSB(Device* parent);
H A DDevicesView.h21 #include "Device.h"
40 typedef std::map<Category, Device*> CategoryMap;
41 typedef std::map<Category, Device*>::const_iterator CategoryMapIterator;
43 typedef std::vector<Device*> Devices;
60 virtual void AddChildrenToOutlineByConnection(Device* parent);
61 virtual void AddDeviceAndChildren(device_node_cookie* node, Device* parent);
H A DDevice.h75 class Device : public BStringItem { class in inherits:BStringItem
77 Device(Device* physicalParent,
84 virtual ~Device();
92 virtual Device* GetPhysicalParent() const
113 Device* fPhysicalParent;
H A DDeviceSCSI.cpp45 DeviceSCSI::DeviceSCSI(Device* parent)
47 Device(parent)
67 SetAttribute(B_TRANSLATE("Device name"), nodeProduct.String());
69 SetAttribute(B_TRANSLATE("Device class"), SCSITypeMap[nodeTypeID]);
H A DDevicesView.cpp145 fCategoryMap[category] = new Device(NULL, BUS_NONE, CAT_NONE, categoryName);
217 DevicesView::AddChildrenToOutlineByConnection(Device* parent)
229 DevicesView::AddDeviceAndChildren(device_node_cookie *node, Device* parent)
232 Device* newDevice = NULL;
272 newDevice = new Device(parent, BUS_NONE,
280 newDevice = new Device(parent, BUS_ACPI,
288 newDevice = new Device(parent, BUS_PCI,
296 newDevice = new Device(parent, BUS_ISA,
304 newDevice = new Device(parent, BUS_USB,
332 newDevice = new Device(paren
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_webcam/sensors/
H A Dtas5130d1b.cpp79 Device()->PowerOnSensor(false);
80 Device()->PowerOnSensor(true);
84 Device()->WriteReg8(SN9C102_CHIP_CTRL, 0x01); /* power down the sensor */
85 Device()->WriteReg8(SN9C102_CLOCK_SEL, 0x20); /* enable sensor clk */
86 Device()->WriteReg8(SN9C102_CHIP_CTRL, 0x04); /* power up the sensor, enable tx, sysclk@12MHz */
87 Device()->WriteReg8(SN9C102_R_B_GAIN, 0x01); /* red gain = 1+0/8 = 1, red gain = 1+1/8 !!? */
88 Device()->WriteReg8(SN9C102_G_GAIN, 0x00); /* green gain = 1+0/8 = 1 */
89 Device()->WriteReg8(SN9C102_OFFSET, 0x0a); /* 0 pix offset */
90 Device()->WriteReg8(SN9C102_CLOCK_SEL, 0x60); /* enable sensor clk, and invert it */
91 Device()
[all...]
H A Dtas5110c1b.cpp76 Device()->PowerOnSensor(false);
77 Device()->PowerOnSensor(true);
80 Device()->WriteReg8(SN9C102_CHIP_CTRL, 0x01); /* power down the sensor */
81 Device()->WriteReg8(SN9C102_CHIP_CTRL, 0x44); /* power up the sensor, enable tx, sysclk@24MHz */
82 Device()->WriteReg8(SN9C102_CHIP_CTRL, 0x04); /* power up the sensor, enable tx, sysclk@24MHz */
83 Device()->WriteReg8(SN9C102_R_B_GAIN, 0x00); /* red, blue gain = 1+0/8 = 1 */
84 Device()->WriteReg8(SN9C102_G_GAIN, 0x00); /* green gain = 1+0/8 = 1 */
85 Device()->WriteReg8(SN9C102_OFFSET, 0x0a); /* 10 pix offset */
86 Device()->WriteReg8(SN9C102_CLOCK_SEL, 0x60); /* enable sensor clk, and invert it */
87 Device()
[all...]
H A Dpb0100.cpp28 Device()->SetIICBitsMode(16);
44 Device()->SetIICBitsMode(16);
46 err = Device()->ReadIIC16(PB_IDENT, &data);
H A Dhdcs1000.cpp42 Device()->SetIICBitsMode(8);
44 err = Device()->ReadIIC8(HDCS_IDENT+1, &data);
H A Dpas106b.cpp55 Device()->PowerOnSensor(false);
56 Device()->PowerOnSensor(true);
58 Device()->WriteReg8(SN9C102_CHIP_CTRL, 0x00); /* power on the sensor, Fsys_clk=12MHz */
59 Device()->WriteReg8(SN9C102_CLOCK_SEL, 0x17); /* enable sensor, force 24MHz */
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDriver.cpp14 #include "Device.h"
21 Device *gDevices[MAX_DEVICES] = { 0 };
26 static Device::Info cardInfos[] = {
82 Device* device = new(std::nothrow) Device(cardInfos[idx], info);
158 Device *device = (Device *)cookie;
167 Device *device = (Device *)cookie;
175 Device *devic
[all...]
H A DDevice.cpp11 #include "Device.h"
19 Device::Device(Device::Info &DeviceInfo, pci_info &PCIInfo) function in class:Device
51 Device::~Device()
63 Device::_ResetCard(uint32 resetMask, uint32 releaseMask)
91 Device::Setup()
158 Device::Open(uint32 flags)
184 Device
[all...]
H A DMixer.h17 class Device;
24 Mixer(Device *cdc);
54 Device* fDevice;
H A DStream.h14 class Device;
18 Stream(Device* device, bool isInput);
52 Device* fDevice;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devxfregn.c168 * PARAMETERS: Device - Handle for the device
191 ACPI_HANDLE Device,
207 if (!Device)
220 Node = AcpiNsValidateHandle (Device);
250 ACPI_HANDLE Device,
256 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, TRUE);
263 ACPI_HANDLE Device,
269 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, FALSE);
279 * PARAMETERS: Device - Handle for the device
291 ACPI_HANDLE Device,
190 AcpiInstallAddressSpaceHandlerInternal( ACPI_HANDLE Device, ACPI_ADR_SPACE_TYPE SpaceId, ACPI_ADR_SPACE_HANDLER Handler, ACPI_ADR_SPACE_SETUP Setup, void *Context, BOOLEAN Run_Reg) argument
249 AcpiInstallAddressSpaceHandler( ACPI_HANDLE Device, ACPI_ADR_SPACE_TYPE SpaceId, ACPI_ADR_SPACE_HANDLER Handler, ACPI_ADR_SPACE_SETUP Setup, void *Context) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DInterface.cpp24 return ((Device *)Parent())->DefaultPipe()->SendRequest(
40 return ((Device *)Parent())->DefaultPipe()->SendRequest(
56 return ((Device *)Parent())->DefaultPipe()->SendRequest(
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DStream.h2 * Driver for USB Audio Device Class devices.
14 class Device;
17 friend class Device;
19 Stream(Device* device, size_t interface,
45 Device* fDevice;
H A DDriver.cpp2 * Driver for USB Audio Device Class devices.
13 #include "Device.h"
21 Device* gDevices[MAX_DEVICES];
49 Device* audioDevice = new(std::nothrow) Device(device);
89 Device* device = (Device*)cookie;
98 TRACE(INF, "Device at %ld deleted.\n", i);
195 Device* device = (Device*)cooki
[all...]
H A DDevice.h2 * Driver for USB Audio Device Class devices.
15 class Device { class
19 Device(usb_device device);
20 virtual ~Device();
/haiku/src/servers/net/
H A DAutoconfigClient.h26 const char* Device() const { return fDevice.String(); } function in class:AutoconfigClient
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwpci.c174 ACPI_HANDLE Device; member in struct:acpi_pci_device
220 * consisting of a Segment number, Bus number, Device number,
227 * the Bus/Device/Function numbers in the PciId with the actual
233 * will make any necessary modifications to the Bus, Device, or
348 ListElement->Device = ParentDevice;
362 * ListHead - Device list created by
389 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function));
403 Status = AcpiHwGetPciDeviceInfo (PciId, Info->Device,
416 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function,
427 * PARAMETERS: ListHead - Device lis
[all...]

Completed in 99 milliseconds

123456789