Searched refs:device (Results 1 - 25 of 905) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php110 // uncomment if you want to pass your Sonix webcam device through
/haiku/3rdparty/mmu_man/scripts/
H A DHardwareChecker.sh92 echo "<div><i>List of detected PCI devices. This does not indicate that every probed device is supported by a driver.</i></div><br />"
96 device=''
101 device*)
104 desc="${line/device /}"
109 device="${line%:*}"
110 device="${device#device }"
112 echo "<div>$vendor:$device <i>$vendorstr:$devicestr</i></div>"
113 descline="$vendor:$device \"
[all...]
/haiku/headers/os/drivers/
H A DUSB2.h34 status_t (*device_added)(const usb_device *device, void **cookie);
87 * specific device class/subclass/protocol or vendor/product.
94 * If you intend to support just any device, or you at least want to be
95 * notified about any device, just pass NULL as the supportDescriptor and
105 * device_added hook will be called for every device that matches the
108 * any already present matching device. If you return B_OK in this hook,
112 * notification for the device either.
118 /* Get the device descriptor of a device. */
119 const usb_device_descriptor *(*get_device_descriptor)(const usb_device *device);
[all...]
H A DUSB_spec.h147 usb_device_descriptor device; member in union:usb_descriptor
/haiku/headers/os/drivers/bus/
H A DSCSI.h64 path_inquiry (<hba_queue_size>) for the bus. The device limit is
68 to the device will be sent. To terminate the overflow condition, call
70 for the bus/device is finished via <finished> or <resubmit>.
85 each device, setting <is_atapi> on return makes the bus manager translate
105 // bus/device handle
115 uchar device_status; // Returned scsi device status
118 uchar target_id; // Target device ID
148 scsi_device device; // associated device member in struct:scsi_ccb
175 #define SCSI_DEV_NOT_THERE 0x08 /* SCSI device no
[all...]
/haiku/headers/os/drivers/pcmcia/
H A Dbus_ops.h54 u_long flags, const char *device,
H A Dcistpl.h134 cistpl_device_t device; member in struct:cistpl_device_o_t
550 cistpl_device_t device; member in union:cisparse_t
/haiku/headers/os/kernel/
H A Dfs_index.h27 extern int fs_create_index(dev_t device, const char *name, uint32 type, uint32 flags);
28 extern int fs_remove_index(dev_t device, const char *name);
29 extern int fs_stat_index(dev_t device, const char *name, struct index_info *indexInfo);
31 extern DIR *fs_open_index_dir(dev_t device);
H A Dfs_query.h28 extern DIR *fs_open_query(dev_t device, const char *query, uint32 flags);
29 extern DIR *fs_open_live_query(dev_t device, const char *query,
H A Dfs_volume.h25 extern dev_t fs_mount_volume(const char *where, const char *device,
/haiku/headers/os/storage/
H A DEntry.h33 dev_t device; member in struct:entry_ref
H A DMime.h39 status_t get_device_icon(const char* device, void* icon, int32 size);
48 status_t get_device_icon(const char* device, BBitmap* icon, icon_size which);
49 status_t get_device_icon(const char* device, uint8** _data, size_t* _size,
H A DNode.h20 node_ref(dev_t device, ino_t node);
28 dev_t device; member in struct:node_ref
H A DVolume.h24 BVolume(dev_t device);
29 status_t SetTo(dev_t device);
70 // The device ID of the volume.
/haiku/headers/private/audio/
H A Dsoundcard.h437 * of the associated synthesizer device. There is no limit to the size
442 * When a SEQ_FULLSIZE message is written to the device, it must
448 * Set the key field of the structure to FM_PATCH. The device field is used to
449 * route the patch to the corresponding device.
468 short device; /* Synth# (0-4) */ member in struct:sbi_instrument
476 int device; /* 0-N. INITIALIZE BEFORE CALLING */ member in struct:synth_info
498 #define SYNTH_CAP_INPUT 0x00000004 /* Input (MIDI) device */
511 int device; /* 0-N. INITIALIZE BEFORE CALLING */ member in struct:midi_info
526 * 0x9X = device/port specific events, event[1] = device/por
[all...]
/haiku/headers/private/bluetooth/
H A DCodeHandler.h31 static void SetDevice(uint32* code, hci_id device) argument
33 *code = *code | ((device & 0xFF) << 24);
/haiku/headers/private/drivers/
H A Data_adapter.h84 pci_device *device; member in struct:ata_adapter_channel_info
91 uint32 lost; // != 0 if device got removed, i.e. if it must not
109 pci_device *device; member in struct:ata_adapter_controller_info
113 uint32 lost; // != 0 if device got removed, i.e. if it must not
H A Data_types.h29 device : 1,
42 device : 1,
63 device : 1,
80 input_or_output : 1, // 0 - input (to device), 1 - output
89 device : 1,
108 input_or_output : 1, // 0 - input (to device), 1 - output
117 device : 1,
131 device : 1,
148 input_or_output : 1, // 0 - input (to device), 1 - output
157 device
[all...]
/haiku/headers/private/fs_shell/
H A Dfssh_drivers.h13 these hooks are how the kernel accesses the device
42 the device_hooks structure is a descriptor for the device, giving its
47 fssh_device_open_hook open; /* called to open the device */
48 fssh_device_close_hook close; /* called to close the device */
50 fssh_device_control_hook control; /* called to control the device */
51 fssh_device_read_hook read; /* reads from the device */
52 fssh_device_write_hook write; /* writes to the device */
55 fssh_device_read_pages_hook read_pages; /* scatter-gather physical read from the device */
56 fssh_device_write_pages_hook write_pages; /* scatter-gather physical write to the device */
84 FSSH_B_GET_GEOMETRY, /* get info about device geometr
186 char device[256]; /* path to the physical device */ member in struct:__anon23
202 char device[256]; /* device path */ member in struct:__anon24
[all...]
H A Dfssh_fs_index.h27 extern int fssh_fs_create_index(fssh_dev_t device, const char *name,
29 extern int fssh_fs_remove_index(fssh_dev_t device, const char *name);
30 extern int fssh_fs_stat_index(fssh_dev_t device, const char *name,
33 extern fssh_DIR *fssh_fs_open_index_dir(fssh_dev_t device);
H A Dfssh_fs_query.h28 extern fssh_DIR* fssh_fs_open_query(fssh_dev_t device,
30 extern fssh_DIR* fssh_fs_open_live_query(fssh_dev_t device,
H A Dfssh_fs_volume.h25 const char *device, const char *filesystem,
/haiku/headers/private/graphics/
H A DAGP.h14 ushort device_id; /* device id */
16 uchar device; /* device number on bus */ member in struct:agp_info
17 uchar function; /* function number in device */
18 uchar class_sub; /* specific device function */
19 uchar class_base; /* device type (display vs host bridge) */
53 aperture_id (*map_aperture)(uint8 bus, uint8 device, uint8 function,
86 status_t (*create_aperture)(uint8 bus, uint8 device, uint8 function,
/haiku/headers/private/graphics/matrox/
H A DDriverInterface.h101 uint16 device_id; /* PCI device ID, from pci_info */
102 uint8 revision; /* PCI device revsion, from pci_info */
104 uint8 device; /* PCI device number on bus, from pci_info */ member in struct:__anon785
105 uint8 function; /* PCI function number in device, from pci_info */
140 transfered to the team opening the device first */
293 /* Retrieve the device name. Usefull for when we have a file handle, but want
294 to know the device name (like when we are cloning the accelerant) */
297 char *name; /* The name of the device, less the /dev root */
/haiku/headers/private/graphics/skeleton/
H A DDriverInterface.h104 uint16 device_id; /* PCI device ID, from pci_info */
105 uint8 revision; /* PCI device revsion, from pci_info */
107 uint8 device; /* PCI device number on bus, from pci_info */ member in struct:__anon937
108 uint8 function; /* PCI function number in device, from pci_info */
140 transfered to the team opening the device first */
328 /* Retrieve the device name. Usefull for when we have a file handle, but want
329 to know the device name (like when we are cloning the accelerant) */
332 char *name; /* The name of the device, less the /dev root */
335 /* Retrieve an AGP device interfac
[all...]

Completed in 130 milliseconds

1234567891011>>