HomeSort by: relevance | last modified time | path
    Searched refs:method (Results 1 - 25 of 319) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/
foundation-v8-psci.dtsi 10 method = "smc";
15 enable-method = "psci";
19 enable-method = "psci";
23 enable-method = "psci";
27 enable-method = "psci";
foundation-v8-spin-table.dtsi 8 enable-method = "spin-table";
13 enable-method = "spin-table";
18 enable-method = "spin-table";
23 enable-method = "spin-table";
juno-r1.dts 32 method = "smc";
66 entry-method = "psci";
91 enable-method = "psci";
108 enable-method = "psci";
125 enable-method = "psci";
142 enable-method = "psci";
159 enable-method = "psci";
176 enable-method = "psci";
juno-r2.dts 32 method = "smc";
66 entry-method = "psci";
91 enable-method = "psci";
109 enable-method = "psci";
127 enable-method = "psci";
145 enable-method = "psci";
163 enable-method = "psci";
181 enable-method = "psci";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/cavium/
thunder-88xx.dtsi 58 method = "smc";
69 enable-method = "psci";
75 enable-method = "psci";
81 enable-method = "psci";
87 enable-method = "psci";
93 enable-method = "psci";
99 enable-method = "psci";
105 enable-method = "psci";
111 enable-method = "psci";
117 enable-method = "psci"
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
armada-ap810-ap0-octa-core.dtsi 20 enable-method = "psci";
26 enable-method = "psci";
32 enable-method = "psci";
38 enable-method = "psci";
44 enable-method = "psci";
50 enable-method = "psci";
56 enable-method = "psci";
62 enable-method = "psci";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/
tegra210-p2530.dtsi 51 enable-method = "psci";
55 enable-method = "psci";
59 enable-method = "psci";
63 enable-method = "psci";
69 method = "smc";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/
mt6755.dtsi 25 method = "smc";
35 enable-method = "psci";
42 enable-method = "psci";
49 enable-method = "psci";
56 enable-method = "psci";
63 enable-method = "psci";
70 enable-method = "psci";
77 enable-method = "psci";
84 enable-method = "psci";
mt6795.dtsi 25 method = "smc";
35 enable-method = "psci";
42 enable-method = "psci";
49 enable-method = "psci";
56 enable-method = "psci";
63 enable-method = "psci";
70 enable-method = "psci";
77 enable-method = "psci";
84 enable-method = "psci";
  /src/sys/arch/shark/include/
devmap.h 59 int method; /* Mapping method - eg. IOCTL, MMAP, or I386_IOMAP */ member in struct:map_info
65 } map_info_ioctl; /* used for ioctl method */
  /src/sys/arch/arm/fdt/
psci_fdt.c 110 const char *method, *psciver; local in function:psci_fdt_init
113 method = fdtbus_get_string(phandle, "method");
115 if (method == NULL || psciver == NULL) {
120 if (strcmp(method, "smc") == 0)
122 else if (strcmp(method, "hvc") == 0)
125 aprint_error("PSCI: unsupported method '%s'\n", method);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
bcm4708.dtsi 26 enable-method = "brcm,bcm-nsp-smp";
bcm2837.dtsi 41 enable-method = "brcm,bcm2836-smp"; // for ARM 32-bit
47 enable-method = "spin-table";
55 enable-method = "spin-table";
63 enable-method = "spin-table";
71 enable-method = "spin-table";
arm-realview-eb-a9mp.dts 36 enable-method = "arm,realview-smp";
  /src/common/dist/zlib/contrib/minizip/
zip.h 160 int method,
171 int method,
184 method contain the compression method (0 for store, Z_DEFLATED for deflate)
200 int method,
213 int method,
229 int method,
246 int method,
271 int method,
291 int method,
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
cl0046.h 13 __u8 method; member in struct:nv04_disp_mthd_v0
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
meson-g12b.dtsi 50 enable-method = "psci";
60 enable-method = "psci";
70 enable-method = "psci";
80 enable-method = "psci";
90 enable-method = "psci";
100 enable-method = "psci";
meson-g12a.dtsi 19 enable-method = "psci";
28 enable-method = "psci";
37 enable-method = "psci";
46 enable-method = "psci";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/intel/
keembay-soc.dtsi 23 enable-method = "psci";
30 enable-method = "psci";
37 enable-method = "psci";
44 enable-method = "psci";
50 method = "smc";
  /src/sys/arch/arm/ofw/
openfirm.c 352 OF_call_method(const char *method, int ihandle, int nargs, int nreturns, ...)
354 OF_call_method(method, ihandle, nargs, nreturns, va_alist)
355 const char *method;
367 const char *method; member in struct:OF_call_method::__anonc50777430c08
371 "call-method",
381 args.method = method;
395 method, ihandle, nargs, nreturns);
417 OF_call_method_1(const char *method, int ihandle, int nargs, ...)
419 OF_call_method_1(method, ihandle, nargs, va_alist
431 const char *method; member in struct:OF_call_method_1::__anonc50777430d08
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/apple/
t8103.dtsi 27 enable-method = "spin-table";
35 enable-method = "spin-table";
43 enable-method = "spin-table";
51 enable-method = "spin-table";
59 enable-method = "spin-table";
67 enable-method = "spin-table";
75 enable-method = "spin-table";
83 enable-method = "spin-table";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amazon/
alpine-v3.dtsi 27 enable-method = "psci";
41 enable-method = "psci";
55 enable-method = "psci";
69 enable-method = "psci";
83 enable-method = "psci";
97 enable-method = "psci";
111 enable-method = "psci";
125 enable-method = "psci";
139 enable-method = "psci";
153 enable-method = "psci"
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/
hip05.dtsi 18 method = "smc";
88 enable-method = "psci";
96 enable-method = "psci";
104 enable-method = "psci";
112 enable-method = "psci";
120 enable-method = "psci";
128 enable-method = "psci";
136 enable-method = "psci";
144 enable-method = "psci";
152 enable-method = "psci"
    [all...]
hip07.dtsi 18 method = "smc";
271 enable-method = "psci";
280 enable-method = "psci";
289 enable-method = "psci";
298 enable-method = "psci";
307 enable-method = "psci";
316 enable-method = "psci";
325 enable-method = "psci";
334 enable-method = "psci";
343 enable-method = "psci"
    [all...]
  /src/tests/dev/cgd/
t_cgdconfig.sh 39 iv-method encblkno1;
58 iv-method encblkno1;
66 iv-method encblkno1;
92 iv-method encblkno1;
113 iv-method encblkno1;
134 iv-method encblkno1;
156 iv-method encblkno1;
180 iv-method encblkno1;
191 iv-method encblkno1;
229 iv-method encblkno1
    [all...]

Completed in 72 milliseconds

1 2 3 4 5 6 7 8 91011>>