/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | Makefile | 1 obj-y += setup.o opal-wrappers.o opal.o opal-async.o idle.o 2 obj-y += opal-rtc.o opal-nvram.o opal-lpc.o opal-flash.o 3 obj-y += rng.o opal-elog.o opal-dump.o opal-sysparam.o opal-sensor.o 4 obj-y += opal-msglog.o opal-hmi.o opal-power.o opal-irqchip.o 5 obj-y += opal-kmsg.o 10 obj-$(CONFIG_PPC_SCOM) += opal-xscom.o 11 obj-$(CONFIG_MEMORY_FAILURE) += opal-memory-errors.o 12 obj-$(CONFIG_TRACEPOINTS) += opal-tracepoints.o 13 obj-$(CONFIG_OPAL_PRD) += opal-prd.o
|
D | opal.c | 39 struct opal { struct 43 } opal; argument 90 opal.base = of_read_number(basep, basesz/4); in early_init_dt_scan_opal() 91 opal.entry = of_read_number(entryp, entrysz/4); in early_init_dt_scan_opal() 92 opal.size = of_read_number(sizep, runtimesz/4); in early_init_dt_scan_opal() 95 opal.base, basep, basesz); in early_init_dt_scan_opal() 97 opal.entry, entryp, entrysz); in early_init_dt_scan_opal() 99 opal.size, sizep, runtimesz); in early_init_dt_scan_opal() 323 if (!opal.entry) in opal_get_chars() 343 if (!opal.entry) in opal_put_chars() [all …]
|
D | Kconfig | 27 This enables the opal-prd driver, a facility to run processor
|
D | opal-wrappers.S | 79 LOAD_REG_ADDR(r11,opal); \ 142 LOAD_REG_ADDR(r11,opal) 183 LOAD_REG_ADDR(r11,opal)
|
D | pci-ioda.c | 3164 rc = opal_pci_set_phb_mem_window(opal->phb_id, in pnv_pci_init_ioda_phb()
|
/linux-4.4.14/Documentation/devicetree/bindings/hwmon/ |
D | ibmpowernv.txt | 6 "ibm,opal-sensor-cooling-fan" 7 "ibm,opal-sensor-amb-temp" 8 "ibm,opal-sensor-power-supply" 9 "ibm,opal-sensor-power" 17 compatible = "ibm,opal-sensor-cooling-fan"; 22 compatible = "ibm,opal-sensor-amb-temp";
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-opal.txt | 6 perspective, the properties of use are "ibm,port-name" and "ibm,opal-id". 11 - compatible: must be "ibm,opal-i2c" 12 - ibm,opal-id: Refers to a specific bus and used to identify it when calling 30 compatible = "ibm,power8-i2c-port", "ibm,opal-i2c"; 31 ibm,opal-id = <0x1>;
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_opal.c | 338 struct device_node *opal, *np; in hvc_opal_init_early() local 343 opal = of_find_node_by_path("/ibm,opal/consoles"); in hvc_opal_init_early() 344 if (opal) in hvc_opal_init_early() 346 if (!opal) { in hvc_opal_init_early() 347 opal = of_find_node_by_path("/ibm,opal"); in hvc_opal_init_early() 348 if (opal) in hvc_opal_init_early() 352 if (!opal) in hvc_opal_init_early() 354 for_each_child_of_node(opal, np) { in hvc_opal_init_early() 360 of_node_put(opal); in hvc_opal_init_early()
|
/linux-4.4.14/drivers/hwmon/ |
D | ibmpowernv.c | 286 struct device_node *opal, *np; in populate_attr_groups() local 289 opal = of_find_node_by_path("/ibm,opal/sensors"); in populate_attr_groups() 290 for_each_child_of_node(opal, np) { in populate_attr_groups() 309 of_node_put(opal); in populate_attr_groups() 352 struct device_node *opal, *np; in create_device_attrs() local 359 opal = of_find_node_by_path("/ibm,opal/sensors"); in create_device_attrs() 367 for_each_child_of_node(opal, np) { in create_device_attrs() 436 of_node_put(opal); in create_device_attrs()
|
/linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
D | rtc-opal.txt | 5 - comapatible: Should be "ibm,opal-rtc" 13 compatible = "ibm,opal-rtc";
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/ |
D | leds-powernv.txt | 5 - compatible : Should be "ibm,opal-v3-led". 18 compatible = "ibm,opal-v3-led";
|
/linux-4.4.14/arch/powerpc/sysdev/xics/ |
D | Makefile | 7 obj-$(CONFIG_PPC_POWERNV) += ics-opal.o
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-elog | 1 What: /sys/firmware/opal/elog 11 Each log entry has a directory in /sys/firmware/opal/elog.
|
D | sysfs-firmware-opal-dump | 1 What: /sys/firmware/opal/dump
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | Kbuild | 22 header-y += opal-prd.h
|
/linux-4.4.14/Documentation/hwmon/ |
D | ibmpowernv | 20 All the nodes in the DT appear under "/ibm,opal/sensors" and each valid node in
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | wakeup-source.txt | 22 3. "has-tpo" Documentation/devicetree/bindings/rtc/rtc-opal.txt
|
/linux-4.4.14/drivers/i2c/busses/ |
D | Makefile | 116 obj-$(CONFIG_I2C_OPAL) += i2c-opal.o
|
D | Kconfig | 1199 called as i2c-opal.
|
/linux-4.4.14/drivers/rtc/ |
D | Makefile | 105 obj-$(CONFIG_RTC_DRV_OPAL) += rtc-opal.o
|
D | Kconfig | 1126 will be called rtc-opal.
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | head_64.S | 800 LOAD_REG_ADDR(r11, opal)
|
/linux-4.4.14/arch/arm/tools/ |
D | mach-types | 672 opal MACH_OPAL OPAL 4218
|