Searched refs:deviceFileDesc (Results 1 - 15 of 15) sorted by relevance

/haiku/src/add-ons/accelerants/3dfx/
H A Daccelerant.cpp27 gInfo.deviceFileDesc = fileDesc;
32 status_t result = ioctl(gInfo.deviceFileDesc, TDFX_GET_SHARED_DATA,
129 ioctl(gInfo.deviceFileDesc, TDFX_DEVICE_NAME, data, B_OS_NAME_LENGTH);
144 gInfo.deviceFileDesc = open(path, B_READ_WRITE); // open the device
145 if (gInfo.deviceFileDesc < 0)
150 status_t result = InitCommon(gInfo.deviceFileDesc);
152 close(gInfo.deviceFileDesc);
161 close(gInfo.deviceFileDesc);
179 close(gInfo.deviceFileDesc);
H A D3dfx_mode.cpp57 status_t result = ioctl(gInfo.deviceFileDesc, TDFX_SET_PIO_REG,
72 status_t result = ioctl(gInfo.deviceFileDesc, TDFX_GET_PIO_REG,
H A Daccelerant.h32 int deviceFileDesc; // file descriptor of kernel driver member in struct:AccelerantInfo
/haiku/src/add-ons/accelerants/ati/
H A Daccelerant.cpp26 gInfo.deviceFileDesc = fileDesc;
31 status_t result = ioctl(gInfo.deviceFileDesc, ATI_GET_SHARED_DATA,
135 ioctl(gInfo.deviceFileDesc, ATI_DEVICE_NAME, data, B_OS_NAME_LENGTH);
150 gInfo.deviceFileDesc = open(path, B_READ_WRITE); // open the device
151 if (gInfo.deviceFileDesc < 0)
156 status_t result = InitCommon(gInfo.deviceFileDesc);
158 close(gInfo.deviceFileDesc);
167 close(gInfo.deviceFileDesc);
185 close(gInfo.deviceFileDesc);
H A Daccelerant.h29 int deviceFileDesc; // file descriptor of kernel driver member in struct:AccelerantInfo
H A Dmach64_mode.cpp344 status_t status = ioctl(gInfo.deviceFileDesc, ATI_SET_VESA_DISPLAY_MODE,
H A Drage128_mode.cpp382 if (ioctl(gInfo.deviceFileDesc, ATI_SET_VESA_DISPLAY_MODE,
H A Dmode.cpp185 if (ioctl(gInfo.deviceFileDesc, ATI_GET_EDID, &rawEdid,
/haiku/src/add-ons/accelerants/intel_810/
H A Daccelerant.cpp62 gInfo.deviceFileDesc = fileDesc;
67 status_t result = ioctl(gInfo.deviceFileDesc, INTEL_GET_SHARED_DATA,
166 ioctl(gInfo.deviceFileDesc, INTEL_DEVICE_NAME, data, B_OS_NAME_LENGTH);
181 gInfo.deviceFileDesc = open(path, B_READ_WRITE); // open the device
182 if (gInfo.deviceFileDesc < 0)
187 status_t result = InitCommon(gInfo.deviceFileDesc);
189 close(gInfo.deviceFileDesc);
198 close(gInfo.deviceFileDesc);
216 close(gInfo.deviceFileDesc);
H A Daccelerant.h27 int deviceFileDesc; // file descriptor of kernel driver member in struct:AccelerantInfo
H A Dmode.cpp97 if (ioctl(gInfo.deviceFileDesc, INTEL_GET_EDID, &rawEdid,
/haiku/src/add-ons/accelerants/s3/
H A Daccel.cpp26 gInfo.deviceFileDesc = fileDesc;
33 status_t result = ioctl(gInfo.deviceFileDesc, S3_GET_PRIVATE_DATA, &gpd, sizeof(gpd));
138 ioctl(gInfo.deviceFileDesc, S3_DEVICE_NAME, data, B_OS_NAME_LENGTH);
153 gInfo.deviceFileDesc = open(path, B_READ_WRITE); // open the device
154 if (gInfo.deviceFileDesc < 0)
159 status_t result = InitCommon(gInfo.deviceFileDesc);
161 close(gInfo.deviceFileDesc);
170 close(gInfo.deviceFileDesc);
188 close(gInfo.deviceFileDesc);
H A Dregister_io.cpp37 status_t result = ioctl(gInfo.deviceFileDesc, S3_GET_PIO, &gsp, sizeof(gsp));
53 status_t result = ioctl(gInfo.deviceFileDesc, S3_SET_PIO, &gsp, sizeof(gsp));
H A Daccel.h30 int deviceFileDesc; // file descriptor of kernel driver member in struct:AccelerantInfo
H A Dmode.cpp251 if (ioctl(gInfo.deviceFileDesc, S3_GET_EDID, &ged, sizeof(ged)) == B_OK) {

Completed in 55 milliseconds