Searched refs:rtas_token_lookup (Results 1 – 6 of 6) sorted by relevance
97 if (rtas_token_lookup("get-time-of-day") != -1) in rtasdev_attach()113 token = rtas_token_lookup("get-time-of-day"); in rtas_gettime()141 token = rtas_token_lookup("set-time-of-day"); in rtas_settime()162 token = rtas_token_lookup("power-off"); in rtas_shutdown()168 token = rtas_token_lookup("system-reboot"); in rtas_shutdown()
137 sc->read_pci_config = rtas_token_lookup("read-pci-config"); in rtaspci_attach()138 sc->write_pci_config = rtas_token_lookup("write-pci-config"); in rtaspci_attach()139 sc->ex_read_pci_config = rtas_token_lookup("ibm,read-pci-config"); in rtaspci_attach()140 sc->ex_write_pci_config = rtas_token_lookup("ibm,write-pci-config"); in rtaspci_attach()
212 sc->ibm_int_on = rtas_token_lookup("ibm,int-on"); in xicp_attach()213 sc->ibm_int_off = rtas_token_lookup("ibm,int-off"); in xicp_attach()214 sc->ibm_set_xive = rtas_token_lookup("ibm,set-xive"); in xicp_attach()215 sc->ibm_get_xive = rtas_token_lookup("ibm,get-xive"); in xicp_attach()
479 start_cpu = rtas_token_lookup("start-cpu"); in chrp_smp_start_cpu()
49 cell_t rtas_token_lookup(const char *method);
259 rtas_token_lookup(const char *method) in rtas_token_lookup() function