Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Doflib.c20 __be32 service; /* Address of service name string. */ member
41 int of_call_prom(const char *service, int nargs, int nret, ...) in of_call_prom() argument
47 args.service = cpu_to_be32(ADDR(service)); in of_call_prom()
65 static int of_call_prom_ret(const char *service, int nargs, int nret, in of_call_prom_ret() argument
72 args.service = cpu_to_be32(ADDR(service)); in of_call_prom_ret()
Dof.h11 int of_call_prom(const char *service, int nargs, int nret, ...);
/arch/x86/pci/
Dpcbios.c91 static unsigned long __init bios32_service(unsigned long service) in bios32_service() argument
105 : "0" (service), in bios32_service()
114 printk(KERN_WARNING "bios32_service(0x%lx): not present\n", service); in bios32_service()
118 service, return_code); in bios32_service()
/arch/arm/mach-omap2/
Domap-smc.S67 mov r12, r0 @ Copy the secure service ID
70 smc #1 @ Call PPA service
Dsleep34xx.S91 mov r0, #25 @ set service ID for PPA
92 mov r12, r0 @ copy secure service ID in r12
412 mov r0, #40 @ set service ID for PPA
421 mov r0, #42 @ set service ID for PPA
434 @ set service ID for PPA
436 mov r12, r0 @ copy service ID in r12
/arch/arm/mach-tango/
Dsmc.h2 extern int tango_smc(unsigned int val, unsigned int service);
/arch/powerpc/include/asm/
Drtas.h235 extern int rtas_token(const char *service);
236 extern int rtas_service_present(const char *service);
/arch/arm/boot/dts/
Dalpine.dtsi115 sysfabric-service@fb070000 {
116 compatible = "al,alpine-sysfabric-service", "syscon";
/arch/sparc/kernel/
Dhead_64.S174 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "peer"
198 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop"
222 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "finddevice"
241 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop"
261 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "call-method"
349 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "finddevice"
370 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop"
/arch/powerpc/platforms/pseries/
Dpapr_scm.c632 int (*service)(struct papr_scm_priv *dimm, member
641 .service = NULL,
648 .service = papr_pdsm_health,
654 .service = NULL,
708 if (pdsc->service) { in papr_scm_service_pdsm()
711 rc = pdsc->service(p, &pdsm_pkg->payload); in papr_scm_service_pdsm()
/arch/powerpc/kernel/
Drtas.c317 int rtas_token(const char *service) in rtas_token() argument
322 tokp = of_get_property(rtas.dev, service, NULL); in rtas_token()
327 int rtas_service_present(const char *service) in rtas_service_present() argument
329 return rtas_token(service) != RTAS_UNKNOWN_SERVICE; in rtas_service_present()
Dprom_init.c111 __be32 service; member
370 static int __init call_prom(const char *service, int nargs, int nret, ...) in call_prom() argument
376 args.service = cpu_to_be32(ADDR(service)); in call_prom()
394 static int __init call_prom_ret(const char *service, int nargs, int nret, in call_prom_ret() argument
401 args.service = cpu_to_be32(ADDR(service)); in call_prom_ret()
/arch/arm/plat-omap/
DKconfig106 PPA routine service ID for setting L2 auxiliary control register.
/arch/arm64/boot/dts/qcom/
Dsdm845.dtsi790 apr-service@3 {
796 q6afe: apr-service@4 {
808 q6asm: apr-service@7 {
821 q6adm: apr-service@8 {
/arch/x86/
DKconfig1936 bool "EFI runtime service support"