Home
last modified time | relevance | path

Searched refs:service (Results 1 – 24 of 24) 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
DKconfig204 PPA routine service ID for setting L2 auxiliary control register.
/arch/arm/boot/dts/amazon/
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.c936 int (*service)(struct papr_scm_priv *dimm, member
945 .service = NULL,
952 .service = papr_pdsm_health,
958 .service = papr_pdsm_smart_inject,
964 .service = NULL,
1018 if (pdsc->service) { in papr_scm_service_pdsm()
1021 rc = pdsc->service(p, &pdsm_pkg->payload); in papr_scm_service_pdsm()
/arch/powerpc/kernel/
Drtas.c897 int rtas_token(const char *service) in rtas_token() argument
905 func = rtas_name_to_function(service); in rtas_token()
916 service); in rtas_token()
918 tokp = of_get_property(rtas.dev, service, NULL); in rtas_token()
923 int rtas_service_present(const char *service) in rtas_service_present() argument
925 return rtas_token(service) != RTAS_UNKNOWN_SERVICE; in rtas_service_present()
Dprom_init.c109 __be32 service; member
387 static int __init call_prom(const char *service, int nargs, int nret, ...) in call_prom() argument
393 args.service = cpu_to_be32(ADDR(service)); in call_prom()
411 static int __init call_prom_ret(const char *service, int nargs, int nret, in call_prom_ret() argument
418 args.service = cpu_to_be32(ADDR(service)); in call_prom_ret()
/arch/powerpc/include/asm/
Drtas.h411 extern int rtas_token(const char *service);
412 extern int rtas_service_present(const char *service);
/arch/arm64/boot/dts/qcom/
Dmsm8953.dtsi1652 q6core: service@3 {
1657 q6afe: service@4 {
1686 q6asm: service@7 {
1715 q6adm: service@8 {
Dsdm630.dtsi2224 service@3 {
2229 q6afe: service@4 {
2240 q6asm: service@7 {
2252 q6adm: service@8 {
Dmsm8996.dtsi3510 service@3 {
3515 q6afe: service@4 {
3529 q6asm: service@7 {
3541 q6adm: service@8 {
Dmsm8996-sony-xperia-tone.dtsi884 sw_service_gpio: sw-service-gpio-state {
Dsm8350.dtsi3252 service@3 {
3258 q6afe: service@4 {
3276 q6asm: service@7 {
3302 q6adm: service@8 {
Dsdm845.dtsi937 service@3 {
943 q6afe: service@4 {
955 q6asm: service@7 {
968 q6adm: service@8 {
Dsm8250.dtsi5556 service@3 {
5562 q6afe: service@4 {
5579 q6asm: service@7 {
5592 q6adm: service@8 {
Dsm8450.dtsi2417 q6apm: service@1 {
2435 q6prm: service@2 {
Dsc8280xp.dtsi2690 q6apm: service@1 {
2707 q6prm: service@2 {
Dsm8550.dtsi4049 q6apm: service@1 {
4068 q6prm: service@2 {
/arch/loongarch/
DKconfig383 bool "EFI runtime service support"
/arch/x86/
DKconfig1931 bool "EFI runtime service support"