Searched refs:rtas_token_lookup (Results 1 – 6 of 6) sorted by relevance
93 if (rtas_token_lookup("get-time-of-day") != -1) in rtasdev_attach()109 token = rtas_token_lookup("get-time-of-day"); in rtas_gettime()137 token = rtas_token_lookup("set-time-of-day"); in rtas_settime()158 token = rtas_token_lookup("power-off"); in rtas_shutdown()164 token = rtas_token_lookup("system-reboot"); in rtas_shutdown()
134 sc->read_pci_config = rtas_token_lookup("read-pci-config"); in rtaspci_attach()135 sc->write_pci_config = rtas_token_lookup("write-pci-config"); in rtaspci_attach()136 sc->ex_read_pci_config = rtas_token_lookup("ibm,read-pci-config"); in rtaspci_attach()137 sc->ex_write_pci_config = rtas_token_lookup("ibm,write-pci-config"); in rtaspci_attach()
210 sc->ibm_int_on = rtas_token_lookup("ibm,int-on"); in xicp_attach()211 sc->ibm_int_off = rtas_token_lookup("ibm,int-off"); in xicp_attach()212 sc->ibm_set_xive = rtas_token_lookup("ibm,set-xive"); in xicp_attach()213 sc->ibm_get_xive = rtas_token_lookup("ibm,get-xive"); in xicp_attach()
508 start_cpu = rtas_token_lookup("start-cpu"); in chrp_smp_start_cpu()
46 cell_t rtas_token_lookup(const char *method);
258 rtas_token_lookup(const char *method) in rtas_token_lookup() function