Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 107) sorted by relevance

12345

/rk3399_rockchip-uboot/arch/arm/dts/
H A Dthunderx-88xx.dtsi18 method = "smc";
29 enable-method = "psci";
35 enable-method = "psci";
41 enable-method = "psci";
47 enable-method = "psci";
53 enable-method = "psci";
59 enable-method = "psci";
65 enable-method = "psci";
71 enable-method = "psci";
77 enable-method = "psci";
[all …]
H A Dhi6220.dtsi18 method = "smc";
60 enable-method = "psci";
67 enable-method = "psci";
74 enable-method = "psci";
81 enable-method = "psci";
88 enable-method = "psci";
95 enable-method = "psci";
102 enable-method = "psci";
109 enable-method = "psci";
H A Dbcm2837.dtsi38 enable-method = "spin-table";
46 enable-method = "spin-table";
54 enable-method = "spin-table";
62 enable-method = "spin-table";
H A Dsun50i-h5.dtsi49 enable-method = "psci";
53 enable-method = "psci";
57 enable-method = "psci";
61 enable-method = "psci";
67 method = "smc";
H A Darmada-ap806-quad.dtsi61 enable-method = "psci";
67 enable-method = "psci";
73 enable-method = "psci";
79 enable-method = "psci";
H A Duniphier-pxs3.dtsi44 enable-method = "psci";
53 enable-method = "psci";
62 enable-method = "psci";
71 enable-method = "psci";
116 method = "smc";
H A Duniphier-ld20.dtsi47 enable-method = "psci";
56 enable-method = "psci";
65 enable-method = "psci";
74 enable-method = "psci";
157 method = "smc";
H A Dhi3798cv200.dtsi22 method = "smc";
33 enable-method = "psci";
40 enable-method = "psci";
47 enable-method = "psci";
54 enable-method = "psci";
H A Dsun50i-a64.dtsi62 enable-method = "psci";
69 enable-method = "psci";
76 enable-method = "psci";
83 enable-method = "psci";
111 method = "smc";
H A Duniphier-pxs2.dtsi24 enable-method = "psci";
34 enable-method = "psci";
44 enable-method = "psci";
54 enable-method = "psci";
100 method = "smc";
/rk3399_rockchip-uboot/drivers/firmware/
H A Dpsci.c59 const char *method; in psci_probe() local
61 method = dev_read_prop(dev, "method", NULL); in psci_probe()
62 if (!method) { in psci_probe()
67 if (!strcmp("hvc", method)) { in psci_probe()
69 } else if (!strcmp("smc", method)) { in psci_probe()
72 printf("invalid \"method\" property: %s\n", method); in psci_probe()
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dcommand_syntax_extensions.txt22 kernel is passed a pointer to the FDT. The boot method is indicated for each
49 - boot method: see cases 2,3,8
52 - boot method: non-FDT
57 - boot method: depends on the number of components at <addr1>, and on whether
68 - boot method: see case 3
72 - boot method: non-FDT
77 - boot method: FDT
81 - boot method: FDT
85 - boot method: FDT or non-FDT, depending on whether the default configuration
90 - boot method: non-FDT
[all …]
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/
H A Dplatform.asl12 * The _PTS method (Prepare To Sleep) is called before the OS is
19 /* The _WAK method is called on system wakeup */
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/acpi/
H A Dplatform.asl12 * The _PTS method (Prepare To Sleep) is called before the OS is
19 /* The _WAK method is called on system wakeup */
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/
H A Dirqlinks.asl29 /* Disable method */
87 /* Disable method */
145 /* Disable method */
203 /* Disable method */
261 /* Disable method */
319 /* Disable method */
377 /* Disable method */
435 /* Disable method */
H A Dirqroute.asl14 * The _PIC method is called by the OS to choose between interrupt
/rk3399_rockchip-uboot/drivers/sysreset/
H A DKconfig12 board. Each driver can provide a reset method which will be called
21 board. Each driver can provide a reset method which will be called
30 board. Each driver can provide a reset method which will be called
/rk3399_rockchip-uboot/include/
H A DxyzModem.h66 void xyzModem_stream_terminate(bool method, int (*getc)(void));
/rk3399_rockchip-uboot/board/gdsys/a38x/
H A DKconfig18 prompt "Select boot method"
/rk3399_rockchip-uboot/include/configs/
H A Dwb45n.h90 #error No boot method selected, please select 'CONFIG_SYS_USE_NANDFLASH'
/rk3399_rockchip-uboot/board/coreboot/
H A DKconfig20 coreboot terminology. This method was used for the Chromebook
/rk3399_rockchip-uboot/doc/driver-model/
H A Dof-plat.txt8 Device tree is the standard configuration method in U-Boot. It is used to
156 platform data in the driver. The ofdata_to_platdata() method should
176 only in the probe() method of your driver. It cannot be used in the
177 ofdata_to_platdata() method since this is not called when platform data is
187 Your driver should convert the platdata struct in its probe() method. The
189 ofdata_to_platdata() method and wrapped with #if.
259 ofdata_to_platdata() method should still set up the platform data (and the
H A DREADME.txt251 method of the relevant driver. Bearing in mind that there are two drivers,
266 As you can see it just calls the relevant driver method. One of these is
432 and zeroed before the driver's ofdata_to_platdata() method is called. The
433 ofdata_to_platdata() method, which the driver write supplies, should parse
435 when the probe method is called later (to set up the device ready for use)
439 method then it will be called first (during activation). If you provide a
440 probe method it will be called next. See Driver Lifecycle below for more
445 in your ofdata_to_platdata (or probe) method to allocate the required memory,
446 and you should free it in the remove method.
562 Similarly the bus uclass can define the child_post_bind() method to obtain
[all …]
H A Dspi-howto.txt207 This method will convert information in the device tree node into a C
311 Note that this is created before the probe method is called, and destroyed
312 after the remove method is called. It will be zeroed when the probe
313 method is called.
321 The probe method is supposed to set up the hardware. U-Boot used to use
504 This is the final method that we need to create, and it is where all the
505 work happens. The method parameters are the same as the old spi_xfer() with
507 by copying the contents of spi_xfer() to your new xfer() method and proceed
577 method for cs_info() to deal with this. If you don't provide it, then the
581 If you don't provide the cs_info() method, -ENODEV is assumed for all
/rk3399_rockchip-uboot/drivers/mtd/
H A DKconfig42 AMD and other flash manufactures. It provides a universal method
53 AMD and other flash manufactures. It provides a universal method

12345