/openbmc/linux/drivers/platform/x86/ |
H A D | touchscreen_dmi.c | 36 PROPERTY_ENTRY_STRING("firmware-name", "gsl1680-archos-101-cesium-educ.fw"), 51 PROPERTY_ENTRY_STRING("firmware-name", "gsl1680-bush-bush-windows-tablet.fw"), 65 PROPERTY_ENTRY_STRING("firmware-name", "gsl1680-chuwi-hi8.fw"), 78 PROPERTY_ENTRY_STRING("firmware-name", "gsl3676-chuwi-hi8-air.fw"), 94 PROPERTY_ENTRY_STRING("firmware-name", "gsl3680-chuwi-hi8-pro.fw"), 122 PROPERTY_ENTRY_STRING("firmware-name", "gsl1680-chuwi-hi10-air.fw"), 138 PROPERTY_ENTRY_STRING("firmware-name", "gsl1680-chuwi-hi10plus.fw"), 169 PROPERTY_ENTRY_STRING("firmware-name", "gsl1680-chuwi-hi10-pro.fw"), 200 PROPERTY_ENTRY_STRING("firmware-name", "gsl1680-chuwi-hibook.fw"), 226 PROPERTY_ENTRY_STRING("firmware-name", "gsl3676-chuwi-vi8.fw"), [all …]
|
/openbmc/linux/arch/arm/mach-tegra/ |
H A D | board-paz00.c | 18 PROPERTY_ENTRY_STRING("name", "wifi_rfkill"), 19 PROPERTY_ENTRY_STRING("type", "wlan"),
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | dwc3-pci.c | 131 PROPERTY_ENTRY_STRING("dr_mode", "peripheral"), 137 PROPERTY_ENTRY_STRING("dr_mode", "peripheral"), 145 PROPERTY_ENTRY_STRING("dr_mode", "peripheral"), 152 PROPERTY_ENTRY_STRING("dr_mode", "otg"), 153 PROPERTY_ENTRY_STRING("linux,extcon-name", "mrfld_bcove_pwrsrc"), 182 PROPERTY_ENTRY_STRING("dr_mode", "otg"), 184 PROPERTY_ENTRY_STRING("role-switch-default-mode", "host"),
|
H A D | dwc3-qcom.c | 657 PROPERTY_ENTRY_STRING("dr_mode", "host"),
|
/openbmc/linux/drivers/platform/x86/x86-android-tablets/ |
H A D | shared-psy-info.c | 44 PROPERTY_ENTRY_STRING("compatible", "simple-battery"), 45 PROPERTY_ENTRY_STRING("device-chemistry", "lithium-ion"),
|
H A D | asus.c | 201 PROPERTY_ENTRY_STRING("compatible", "atmel,atmel_mxt_ts"), 210 PROPERTY_ENTRY_STRING("compatible", "simple-battery"), 211 PROPERTY_ENTRY_STRING("device-chemistry", "lithium-ion-polymer"),
|
H A D | other.c | 125 PROPERTY_ENTRY_STRING("firmware-name", "gsl1680-chuwi-hi8.fw"), 537 PROPERTY_ENTRY_STRING("firmware-name", "gt912-tm800a550l.fw"), 538 PROPERTY_ENTRY_STRING("goodix,config-name", "gt912-tm800a550l.cfg"),
|
H A D | lenovo.c | 563 PROPERTY_ENTRY_STRING("linux,power-supply-name", "bq25892-second-chrg"),
|
/openbmc/linux/drivers/platform/x86/intel/ |
H A D | chtwc_int33fe.c | 84 PROPERTY_ENTRY_STRING("linux,extcon-name", "cht_wcove_pwrsrc"), 115 PROPERTY_ENTRY_STRING("data-role", "dual"), 116 PROPERTY_ENTRY_STRING("power-role", "dual"), 117 PROPERTY_ENTRY_STRING("try-power-role", "sink"),
|
/openbmc/linux/drivers/usb/typec/tcpm/ |
H A D | wcove.c | 596 PROPERTY_ENTRY_STRING("data-role", "dual"), 597 PROPERTY_ENTRY_STRING("power-role", "dual"), 598 PROPERTY_ENTRY_STRING("try-power-role", "sink"),
|
H A D | fusb302.c | 1660 PROPERTY_ENTRY_STRING("data-role", "dual"), 1661 PROPERTY_ENTRY_STRING("power-role", "dual"), 1662 PROPERTY_ENTRY_STRING("try-power-role", "sink"),
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | chromeos_laptop.c | 305 PROPERTY_ENTRY_STRING("compatible", "atmel,maxtouch"), 312 PROPERTY_ENTRY_STRING("compatible", "atmel,maxtouch"), 506 PROPERTY_ENTRY_STRING("compatible", "atmel,maxtouch"),
|
/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/ |
H A D | txgbe_phy.c | 46 nodes->gpio_props[0] = PROPERTY_ENTRY_STRING("pinctrl-names", "default"); in txgbe_swnodes_register() 55 nodes->i2c_props[0] = PROPERTY_ENTRY_STRING("compatible", "snps,designware-i2c"); in txgbe_swnodes_register() 61 nodes->sfp_props[0] = PROPERTY_ENTRY_STRING("compatible", "sff,sfp"); in txgbe_swnodes_register() 72 nodes->phylink_props[0] = PROPERTY_ENTRY_STRING("managed", "in-band-status"); in txgbe_swnodes_register()
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | board-nokia770.c | 133 PROPERTY_ENTRY_STRING("compatible", "ti,ads7846"),
|
/openbmc/linux/drivers/base/test/ |
H A D | property-entry-test.c | 260 PROPERTY_ENTRY_STRING("str", "single"), in pe_test_strings() 261 PROPERTY_ENTRY_STRING("empty", ""), in pe_test_strings()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-nvidia-gpu.c | 264 PROPERTY_ENTRY_STRING("firmware-name", "nvidia,gpu"),
|
H A D | i2c-cht-wc.c | 392 PROPERTY_ENTRY_STRING("linux,secondary-charger-name", "bq25890-charger-0"),
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-mockup.c | 517 properties[prop++] = PROPERTY_ENTRY_STRING("chip-label", chip_label); in gpio_mockup_register_chip()
|
H A D | gpio-sim.c | 826 properties[prop_idx++] = PROPERTY_ENTRY_STRING("gpio-sim,label", in gpio_sim_make_bank_swnode()
|
/openbmc/linux/include/linux/ |
H A D | property.h | 417 #define PROPERTY_ENTRY_STRING(_name_, _val_) \ macro
|