Lines Matching refs:dip
203 radeon_attach(dev_info_t *dip, ddi_attach_cmd_t cmd)
215 unit = ddi_get_instance(dip);
223 statep->dip = dip;
229 handle = drm_supp_register(dip, statep);
271 radeon_detach(dev_info_t *dip, ddi_detach_cmd_t cmd)
279 unit = ddi_get_instance(dip);
298 radeon_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result)
308 if (statep == NULL || statep->dip == NULL) {
311 *result = (void *) statep->dip;