Searched refs:method (Results 1 – 10 of 10) sorted by relevance
| /drivers/firmware/ |
| A D | psci.c | 210 const char *method; in psci_probe() local 217 method = ofnode_read_string(dev_ofnode(dev), "method"); in psci_probe() 218 if (!method) { in psci_probe() 223 if (!strcmp("hvc", method)) { in psci_probe() 225 } else if (!strcmp("smc", method)) { in psci_probe() 228 pr_warn("invalid \"method\" property: %s\n", method); in psci_probe()
|
| /drivers/core/ |
| A D | acpi.c | 277 acpi_method acpi_get_method(struct udevice *dev, enum method_t method) in acpi_get_method() argument 283 switch (method) { in acpi_get_method() 301 enum method_t method, enum gen_type_t type) in acpi_recurse_method() argument 307 func = acpi_get_method(parent, method); in acpi_recurse_method() 309 log_debug("- method %d, %s %p\n", method, parent->name, func); in acpi_recurse_method() 326 ret = acpi_recurse_method(ctx, dev, method, type); in acpi_recurse_method()
|
| /drivers/misc/ |
| A D | qfw.c | 110 ret = bootmeth_check(bflow->method, iter); in qfw_get_bootflow() 120 log_debug("reading bootflow with method: %s\n", bflow->method->name); in qfw_get_bootflow() 121 ret = bootmeth_read_bootflow(bflow->method, bflow); in qfw_get_bootflow()
|
| /drivers/tee/optee/ |
| A D | core.c | 780 const char *method; in get_invoke_func() local 783 method = ofnode_get_property(dev_ofnode(dev), "method", NULL); in get_invoke_func() 784 if (!method) { in get_invoke_func() 789 if (!strcmp("hvc", method)) in get_invoke_func() 791 else if (!strcmp("smc", method)) in get_invoke_func() 794 debug("optee: invalid \"method\" property: %s\n", method); in get_invoke_func()
|
| /drivers/mtd/spi/ |
| A D | sf_bootdev.c | 42 ret = bootmeth_set_bootflow(bflow->method, bflow, buf, size); in sf_get_bootflow()
|
| /drivers/sysreset/ |
| A D | Kconfig | 12 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 40 board. Each driver can provide a reset method which will be called
|
| /drivers/mtd/ |
| A D | Kconfig | 53 AMD and other flash manufactures. It provides a universal method 103 AMD and other flash manufactures. It provides a universal method
|
| /drivers/mtd/nand/spi/ |
| A D | core.c | 986 if (rdid_method != info->devid.method) in spinand_match_and_init()
|
| /drivers/video/ |
| A D | Kconfig | 224 method to select the display's physical size, which would allow 1035 Use this option to specify if user wants to call remove method of
|
| /drivers/serial/ |
| A D | Kconfig | 623 core implements a method to communicate serial character streams
|
Completed in 36 milliseconds