Home
last modified time | relevance | path

Searched refs:PROPERTY_ENTRY_STRING (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/drivers/platform/x86/
H A Dtouchscreen_dmi.c36 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 Dboard-paz00.c18 PROPERTY_ENTRY_STRING("name", "wifi_rfkill"),
19 PROPERTY_ENTRY_STRING("type", "wlan"),
/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-pci.c131 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 Ddwc3-qcom.c657 PROPERTY_ENTRY_STRING("dr_mode", "host"),
/openbmc/linux/drivers/platform/x86/x86-android-tablets/
H A Dshared-psy-info.c44 PROPERTY_ENTRY_STRING("compatible", "simple-battery"),
45 PROPERTY_ENTRY_STRING("device-chemistry", "lithium-ion"),
H A Dasus.c201 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 Dother.c125 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 Dlenovo.c563 PROPERTY_ENTRY_STRING("linux,power-supply-name", "bq25892-second-chrg"),
/openbmc/linux/drivers/platform/x86/intel/
H A Dchtwc_int33fe.c84 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 Dwcove.c596 PROPERTY_ENTRY_STRING("data-role", "dual"),
597 PROPERTY_ENTRY_STRING("power-role", "dual"),
598 PROPERTY_ENTRY_STRING("try-power-role", "sink"),
H A Dfusb302.c1660 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 Dchromeos_laptop.c305 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 Dtxgbe_phy.c46 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 Dboard-nokia770.c133 PROPERTY_ENTRY_STRING("compatible", "ti,ads7846"),
/openbmc/linux/drivers/base/test/
H A Dproperty-entry-test.c260 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 Di2c-nvidia-gpu.c264 PROPERTY_ENTRY_STRING("firmware-name", "nvidia,gpu"),
H A Di2c-cht-wc.c392 PROPERTY_ENTRY_STRING("linux,secondary-charger-name", "bq25890-charger-0"),
/openbmc/linux/drivers/gpio/
H A Dgpio-mockup.c517 properties[prop++] = PROPERTY_ENTRY_STRING("chip-label", chip_label); in gpio_mockup_register_chip()
H A Dgpio-sim.c826 properties[prop_idx++] = PROPERTY_ENTRY_STRING("gpio-sim,label", in gpio_sim_make_bank_swnode()
/openbmc/linux/include/linux/
H A Dproperty.h417 #define PROPERTY_ENTRY_STRING(_name_, _val_) \ macro