Lines Matching refs:instance
449 int instance = ddi_get_instance(devi); in pshot_probe() local
461 instance, bus_addr); in pshot_probe()
476 int instance; in pshot_info() local
481 instance = pshot_minor_decode_inst(minor); in pshot_info()
484 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_info()
487 "on minor %u, instance %d", minor, instance); in pshot_info()
493 *result = (void *)(uintptr_t)instance; in pshot_info()
497 "minor %u, instance %d", infocmd, minor, instance); in pshot_info()
508 int instance = ddi_get_instance(devi); in pshot_attach() local
531 instance); in pshot_attach()
542 instance, bus_addr); in pshot_attach()
552 if (ddi_soft_state_zalloc(pshot_softstatep, instance) != in pshot_attach()
556 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_attach()
558 pshot->instance = instance; in pshot_attach()
565 pshot->nodes[i].minor = pshot_minor_encode(instance, i); in pshot_attach()
571 pshot->nodes[i].minor = pshot_minor_encode(instance, i); in pshot_attach()
606 instance, in pshot_attach()
619 instance, in pshot_attach()
629 instance * drv_usectohz(60000000)); in pshot_attach()
648 instance); in pshot_attach()
676 if (instance == 0) { in pshot_attach()
681 " for the root node\n", instance); in pshot_attach()
706 " STRICT PARENT\n", instance); in pshot_attach()
714 " INVOLVED PARENT\n", instance); in pshot_attach()
733 instance); in pshot_attach()
747 " NO-PM_COMPONENTS PARENT\n", instance); in pshot_attach()
761 instance); in pshot_attach()
780 " raise power to MAXPWR\n", instance); in pshot_attach()
795 cmn_err(CE_CONT, "pshot%d attached\n", instance); in pshot_attach()
803 ddi_soft_state_free(pshot_softstatep, instance); in pshot_attach()
809 instance); in pshot_attach()
811 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_attach()
820 " raise power to MAXPWR\n", instance); in pshot_attach()
833 instance); in pshot_attach()
845 int instance = ddi_get_instance(devi); in pshot_detach() local
847 pshot_t *pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_detach()
857 cmn_err(CE_CONT, "pshot%d: DDI_DETACH\n", instance); in pshot_detach()
865 " power off\n", instance); in pshot_detach()
886 instance); in pshot_detach()
896 " failed\n", instance); in pshot_detach()
928 cmn_err(CE_CONT, "pshot%d detached\n", instance); in pshot_detach()
932 ddi_soft_state_free(pshot_softstatep, instance); in pshot_detach()
937 cmn_err(CE_CONT, "pshot%d: DDI_SUSPEND\n", instance); in pshot_detach()
964 instance); in pshot_detach()
974 instance); in pshot_detach()
1051 int instance; in pshot_ctl() local
1062 instance = ddi_get_instance(dip); in pshot_ctl()
1063 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_ctl()
1137 name, instance, childname, childinstance, in pshot_ctl()
1157 " busy = %d\n", name, instance, in pshot_ctl()
1184 " busy = %d\n", name, instance, in pshot_ctl()
1214 name, instance, childname, childinstance, in pshot_ctl()
1238 " busy = %d\n", name, instance, in pshot_ctl()
1260 " busy = %d\n", name, instance, in pshot_ctl()
1285 name, instance, childname, in pshot_ctl()
1323 int instance = ddi_get_instance(dip); in pshot_power() local
1327 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_power()
1347 name, instance, pshot->level, level, pshot->busy); in pshot_power()
1352 name, instance, cmpt, pshot->level, level); in pshot_power()
1370 int instance = ddi_get_instance(dip); in pshot_bus_power() local
1380 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_bus_power()
1392 name, instance, ddi_node_name(bpc->bpc_dip), in pshot_bus_power()
1412 name, instance, in pshot_bus_power()
1444 " (%d->%d): enter", name, instance, in pshot_bus_power()
1462 name, instance, in pshot_bus_power()
1473 name, instance, in pshot_bus_power()
1497 name, instance, in pshot_bus_power()
1518 name, instance, in pshot_bus_power()
1532 name, instance, ddi_node_name(bpc->bpc_dip), in pshot_bus_power()
1547 instance, ddi_node_name(bpc->bpc_dip), in pshot_bus_power()
1562 name, instance, in pshot_bus_power()
1597 " busy = %d\n", name, instance, in pshot_bus_power()
1614 name, instance, ddi_node_name(bphc->bphc_dip), in pshot_bus_power()
1641 " busy = %d\n", name, instance, in pshot_bus_power()
1766 int instance; in pshot_open() local
1772 instance = pshot_minor_decode_inst(getminor(*devp)); in pshot_open()
1773 if ((pshot = ddi_get_soft_state(pshot_softstatep, instance)) == NULL) in pshot_open()
1792 cmn_err(CE_CONT, "pshot%d open\n", instance); in pshot_open()
1805 int instance; in pshot_close() local
1811 instance = pshot_minor_decode_inst(getminor(dev)); in pshot_close()
1812 if ((pshot = ddi_get_soft_state(pshot_softstatep, instance)) == NULL) in pshot_close()
1819 cmn_err(CE_CONT, "pshot%d closed\n", instance); in pshot_close()
1834 int instance; in pshot_ioctl() local
1838 instance = pshot_minor_decode_inst(getminor(dev)); in pshot_ioctl()
1839 if ((pshot = ddi_get_soft_state(pshot_softstatep, instance)) == NULL) in pshot_ioctl()
1848 instance, (void *)dev, cmd, (void *)arg, mode); in pshot_ioctl()
1878 int instance; in pshot_devctl() local
1885 instance = pshot->instance; in pshot_devctl()
1894 instance, pshot_devctls[i].ioctl_char); in pshot_devctl()
1907 " failed, rv = %d", instance, rv); in pshot_devctl()
1924 " DEVCTL_DEVICE_RESET\n", instance); in pshot_devctl()
1933 " DEVCTL_BUS_QUIESCE\n", instance); in pshot_devctl()
1949 " DEVCTL_BUS_UNQUIESCE\n", instance); in pshot_devctl()
1987 " DEVCTL_PM_BUSY_COMP\n", instance); in pshot_devctl()
1995 " %d busy_ioctl %d\n", instance, pshot->busy, in pshot_devctl()
2010 " DEVCTL_PM_BUSY_COMP_TEST\n", instance); in pshot_devctl()
2018 instance); in pshot_devctl()
2023 " comp 0 busy %d busy_ioctl %d\n", instance, in pshot_devctl()
2036 " DEVCTL_PM_IDLE_COMP\n", instance); in pshot_devctl()
2046 " busy %d busy_ioctl %d\n", instance, in pshot_devctl()
2065 " DEVCTL_PM_RAISE_PWR\n", instance); in pshot_devctl()
2074 " to level %d\n", instance, pshot->level); in pshot_devctl()
2087 " DEVCTL_PM_LOWER_PWR\n", instance); in pshot_devctl()
2096 " to level %d\n", instance, pshot->level); in pshot_devctl()
2109 " DEVCTL_PM_CHANGE_PWR_LOW\n", instance); in pshot_devctl()
2119 " level %d\n", instance, pshot->level); in pshot_devctl()
2132 " DEVCTL_PM_CHANGE_PWR_HIGH\n", instance); in pshot_devctl()
2143 " level %d\n", instance, pshot->level); in pshot_devctl()
2156 " DEVCTL_PM_POWER\n", instance); in pshot_devctl()
2164 instance); in pshot_devctl()
2169 " POWER_FLAG = %d\n", instance, state); in pshot_devctl()
2181 " DEVCTL_PM_FAIL_SUSPEND\n", instance); in pshot_devctl()
2188 instance); in pshot_devctl()
2204 instance); in pshot_devctl()
2210 instance, ((state == 0) ? "INVOLVED" : "STRICT")); in pshot_devctl()
2225 " DEVCTL_PM_BUS_NO_INVOL\n", instance); in pshot_devctl()
2257 int instance; in pshot_testctl() local
2264 instance = pshot->instance; in pshot_testctl()
2274 instance, pshot_devctls[i].ioctl_char); in pshot_testctl()
2281 " DEVCTL_PM_POWER\n", instance); in pshot_testctl()
2290 " DEVCTL_PM_POWER\n", instance); in pshot_testctl()
2306 " DEVCTL_PM_POWER\n", instance); in pshot_testctl()
2347 int instance = ddi_get_instance(dip); in pshot_get_eventcookie() local
2348 pshot_t *pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_get_eventcookie()
2354 instance, (void *)dip, (void *)rdip, in pshot_get_eventcookie()
2368 int instance = ddi_get_instance(dip); in pshot_add_eventcall() local
2369 pshot_t *pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_add_eventcall()
2376 instance, (void *)dip, (void *)rdip, in pshot_add_eventcall()
2391 int instance = ddi_get_instance(dip); in pshot_remove_eventcall() local
2392 pshot_t *pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_remove_eventcall()
2400 instance, (void *)dip, (void *)cb->ndi_evtcb_dip, in pshot_remove_eventcall()
2413 int instance = ddi_get_instance(dip); in pshot_post_event() local
2414 pshot_t *pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_post_event()
2422 instance, (void *)dip, (void *)rdip, in pshot_post_event()
2430 instance, (void *)dip, (void *)cookie, in pshot_post_event()
2456 pshot->instance, event_tag, in pshot_event()
2467 pshot->instance, event_tag, in pshot_event()
2499 pshot->instance, (void *)dip, (void *)cookie, in pshot_event_cb()
2515 "pshot_event_cb\n", pshot->instance, in pshot_event_cb()
2535 int instance = ddi_get_instance(parent); in pshot_bus_config() local
2545 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_bus_config()
3749 pshot->instance); in pshot_event_test_post_one()
3760 pshot->instance, rval); in pshot_event_test_post_one()
3763 pshot->instance * drv_usectohz(60000000)); in pshot_event_test_post_one()