Home
last modified time | relevance | path

Searched refs:PROPERTY_ENTRY_REF (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/platform/x86/x86-android-tablets/
H A Dasus.c58 PROPERTY_ENTRY_REF("monitored-battery", &generic_lipo_hv_4v35_battery_node),
71 PROPERTY_ENTRY_REF("monitored-battery", &generic_lipo_hv_4v35_battery_node),
226 PROPERTY_ENTRY_REF("monitored-battery", &asus_tf103c_battery_node),
239 PROPERTY_ENTRY_REF("monitored-battery", &asus_tf103c_battery_node),
H A Dlenovo.c262 PROPERTY_ENTRY_REF("monitored-battery", &generic_lipo_hv_4v35_battery_node),
/openbmc/linux/drivers/platform/x86/intel/
H A Dchtwc_int33fe.c121 PROPERTY_ENTRY_REF("orientation-switch", &pi3usb30532_node),
122 PROPERTY_ENTRY_REF("mode-switch", &pi3usb30532_node),
123 PROPERTY_ENTRY_REF("displayport", &displayport_node),
/openbmc/linux/include/linux/gpio/
H A Dproperty.h8 PROPERTY_ENTRY_REF(_name_, _chip_node_, _idx_, _flags_)
/openbmc/linux/drivers/base/test/
H A Dproperty-entry-test.c418 PROPERTY_ENTRY_REF("ref-1", &node1), in pe_test_reference()
419 PROPERTY_ENTRY_REF("ref-2", &node2, 1, 2), in pe_test_reference()
/openbmc/linux/include/linux/
H A Dproperty.h420 #define PROPERTY_ENTRY_REF(_name_, _ref_, ...) \ macro