Home
last modified time | relevance | path

Searched refs:olpc_ofw_cif (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/x86/platform/olpc/
Dolpc_ofw.c14 static int (*olpc_ofw_cif)(int *); variable
27 if (!olpc_ofw_cif) in setup_olpc_ofw_pgd()
34 olpc_ofw_cif = NULL; in setup_olpc_ofw_pgd()
55 if (!olpc_ofw_cif) in __olpc_ofw()
68 ret = olpc_ofw_cif(ofw_args); in __olpc_ofw()
82 return olpc_ofw_cif != NULL; in olpc_ofw_present()
101 olpc_ofw_cif = (int (*)(int *))hdr->cif_handler; in olpc_ofw_detect()
103 if ((unsigned long)olpc_ofw_cif < OFW_MIN) { in olpc_ofw_detect()
105 (unsigned long)olpc_ofw_cif); in olpc_ofw_detect()
106 olpc_ofw_cif = NULL; in olpc_ofw_detect()
[all …]