Lines Matching refs:di

90 	struct device_info	*di;	/* pointer to the owning device */
174 device_info di[MAX_DEVICES];
189 status_t Radeon_FirstOpen( device_info *di );
190 void Radeon_LastClose( device_info *di );
191 status_t Radeon_MapDevice( device_info *di, bool mmio_only );
192 void Radeon_UnmapDevice(device_info *di);
198 status_t Radeon_ReadBIOSData( device_info *di );
202 status_t Radeon_InitPCIGART( device_info *di );
203 void Radeon_CleanupPCIGART( device_info *di );
207 status_t Radeon_SetupIRQ( device_info *di, char *buffer );
208 void Radeon_CleanupIRQ( device_info *di );
212 void Radeon_Set_AGP( device_info *di, bool enable_agp );
216 void Radeon_InitMemController( device_info *di );
220 void Radeon_WaitForIdle( device_info *di, bool acquire_lock, bool keep_lock );
221 void Radeon_WaitForFifo( device_info *di, int entries );
222 void Radeon_ResetEngine( device_info *di );
223 status_t Radeon_InitCP( device_info *di );
224 void Radeon_UninitCP( device_info *di );
225 void Radeon_SetDynamicClock( device_info *di, int mode );
229 bool Radeon_VIPRead( device_info *di, uint channel, uint address, uint32 *data, bool lock );
230 bool Radeon_VIPWrite( device_info *di, uint8 channel, uint address, uint32 data, bool lock );
231 bool Radeon_VIPFifoRead(device_info *di, uint8 channel, uint32 address, uint32 count, uint8 *buffer, bool lock);
232 bool Radeon_VIPFifoWrite(device_info *di, uint8 channel, uint32 address, uint32 count, uint8 *buffer, bool lock);
233 int Radeon_FindVIPDevice( device_info *di, uint32 device_id );
234 void Radeon_VIPReset( device_info *di, bool lock );
238 status_t Radeon_InitDMA( device_info *di );
240 device_info *di, uint32 src, char *target, size_t size,