Searched refs:opal (Results 1 – 6 of 6) sorted by relevance
| /drivers/tty/hvc/ |
| A D | hvc_opal.c | 337 struct device_node *opal, *np; in hvc_opal_init_early() local 342 opal = of_find_node_by_path("/ibm,opal/consoles"); in hvc_opal_init_early() 343 if (opal) { in hvc_opal_init_early() 346 opal = of_find_node_by_path("/ibm,opal"); in hvc_opal_init_early() 347 if (opal) in hvc_opal_init_early() 351 if (!opal) in hvc_opal_init_early() 353 for_each_child_of_node(opal, np) { in hvc_opal_init_early() 359 of_node_put(opal); in hvc_opal_init_early()
|
| /drivers/hwmon/ |
| A D | ibmpowernv.c | 436 struct device_node *opal, *np; in populate_attr_groups() local 444 opal = of_find_node_by_path("/ibm,opal/sensors"); in populate_attr_groups() 445 for_each_child_of_node(opal, np) { in populate_attr_groups() 465 of_node_put(opal); in populate_attr_groups() 556 struct device_node *opal, *np; in create_device_attrs() local 567 opal = of_find_node_by_path("/ibm,opal/sensors"); in create_device_attrs() 568 for_each_child_of_node(opal, np) { in create_device_attrs() 658 of_node_put(opal); in create_device_attrs()
|
| /drivers/i2c/busses/ |
| A D | Makefile | 155 obj-$(CONFIG_I2C_OPAL) += i2c-opal.o
|
| A D | Kconfig | 1551 called as i2c-opal.
|
| /drivers/rtc/ |
| A D | Makefile | 124 obj-$(CONFIG_RTC_DRV_OPAL) += rtc-opal.o
|
| A D | Kconfig | 1345 will be called rtc-opal.
|
Completed in 19 milliseconds