Symbol: property_entry
arch/arm/mach-omap1/board-ams-delta.c
179
static const struct property_entry latch1_gpio_props[] = {
arch/arm/mach-omap1/board-ams-delta.c
215
static const struct property_entry latch2_gpio_props[] = {
arch/arm/mach-omap1/board-nokia770.c
114
static const struct property_entry nokia770_mipid_props[] = {
arch/arm/mach-omap1/board-nokia770.c
132
static const struct property_entry nokia770_ads7846_props[] = {
arch/arm/mach-omap1/board-nokia770.c
233
static const struct property_entry nokia770_cbus_props[] = {
arch/arm/mach-pxa/devices.c
65
const struct property_entry *props)
arch/arm/mach-pxa/gumstix.c
105
static const struct property_entry gumstix_vbus_props[] __initconst = {
arch/arm/mach-pxa/spitz.c
1037
static const struct property_entry spitz_audio_props[] = {
arch/arm/mach-pxa/spitz.c
1047
static const struct property_entry akita_audio_props[] = {
arch/arm/mach-pxa/spitz.c
405
static const struct property_entry spitz_mkp_properties[] = {
arch/arm/mach-pxa/spitz.c
444
static const struct property_entry spitz_suspend_key_props[] = {
arch/arm/mach-pxa/spitz.c
459
static const struct property_entry spitz_sw1_props[] = {
arch/arm/mach-pxa/spitz.c
473
static const struct property_entry spitz_sw2_props[] = {
arch/arm/mach-pxa/spitz.c
529
static const struct property_entry spitz_orange_led_props[] = {
arch/arm/mach-pxa/spitz.c
542
static const struct property_entry spitz_green_led_props[] = {
arch/arm/mach-pxa/spitz.c
593
static const struct property_entry spitz_ads7846_props[] = {
arch/arm/mach-pxa/spitz.c
611
static const struct property_entry spitz_lcdcon_props[] = {
arch/arm/mach-pxa/spitz.c
619
static const struct property_entry akita_lcdcon_props[] = {
arch/arm/mach-pxa/spitz.c
671
static const struct property_entry spitz_spi_properties[] = {
arch/arm/mach-pxa/spitz.c
728
static const struct property_entry spitz_mci_props[] __initconst = {
arch/arm/mach-s3c/mach-crag6410.c
255
static const struct property_entry crag6410_mmgpio_props[] = {
arch/arm/mach-tegra/board-paz00.c
24
static const struct property_entry wifi_rfkill_prop[] __initconst = {
arch/mips/alchemy/board-mtx1.c
131
static const struct property_entry mtx1_wdt_props[] = {
arch/mips/alchemy/board-mtx1.c
157
static const struct property_entry mtx1_green_led_props[] = {
arch/mips/alchemy/board-mtx1.c
168
static const struct property_entry mtx1_red_led_props[] = {
arch/mips/alchemy/board-mtx1.c
89
static const struct property_entry mtx1_button_props[] = {
arch/mips/alchemy/devboards/db1000.c
382
static const struct property_entry db1100_ads7846_properties[] = {
arch/mips/alchemy/devboards/db1000.c
414
static const struct property_entry db1100_spi_dev_properties[] __initconst = {
arch/sh/boards/mach-ecovec24/setup.c
383
static struct property_entry gpio_backlight_props[] = {
arch/x86/platform/geode/geode-common.c
102
struct property_entry *props;
arch/x86/platform/geode/geode-common.c
21
static const struct property_entry geode_gpio_keys_props[] = {
arch/x86/platform/geode/geode-common.c
33
static const struct property_entry geode_restart_key_props[] = {
drivers/acpi/acpi_apd.c
126
static struct property_entry uart_properties[] = {
drivers/acpi/acpi_apd.c
33
struct property_entry *properties;
drivers/acpi/acpi_platform.c
111
const struct property_entry *properties)
drivers/acpi/arm64/iort.c
1394
struct property_entry props[3] = {};
drivers/acpi/arm64/mpam.c
224
struct property_entry props[4] = { 0 };
drivers/acpi/x86/lpss.c
222
static const struct property_entry lpt_spi_properties[] = {
drivers/acpi/x86/lpss.c
239
static struct property_entry uart_properties[] = {
drivers/acpi/x86/lpss.c
297
static const struct property_entry byt_spi_properties[] = {
drivers/acpi/x86/lpss.c
326
static const struct property_entry bsw_spi_properties[] = {
drivers/acpi/x86/lpss.c
86
const struct property_entry *properties;
drivers/base/swnode.c
1068
const struct property_entry *properties,
drivers/base/swnode.c
120
static const struct property_entry *
drivers/base/swnode.c
121
property_entry_get(const struct property_entry *prop, const char *name)
drivers/base/swnode.c
133
static const void *property_get_pointer(const struct property_entry *prop)
drivers/base/swnode.c
141
static const void *property_entry_find(const struct property_entry *props,
drivers/base/swnode.c
144
const struct property_entry *prop;
drivers/base/swnode.c
159
property_entry_count_elems_of_size(const struct property_entry *props,
drivers/base/swnode.c
162
const struct property_entry *prop;
drivers/base/swnode.c
171
static int property_entry_read_int_array(const struct property_entry *props,
drivers/base/swnode.c
196
static int property_entry_read_string_array(const struct property_entry *props,
drivers/base/swnode.c
226
static void property_entry_free_data(const struct property_entry *p)
drivers/base/swnode.c
262
static int property_entry_copy_data(struct property_entry *dst,
drivers/base/swnode.c
263
const struct property_entry *src)
drivers/base/swnode.c
322
struct property_entry *
drivers/base/swnode.c
323
property_entries_dup(const struct property_entry *properties)
drivers/base/swnode.c
325
struct property_entry *p;
drivers/base/swnode.c
360
void property_entries_free(const struct property_entry *properties)
drivers/base/swnode.c
362
const struct property_entry *p;
drivers/base/swnode.c
512
const struct property_entry *prop;
drivers/base/swnode.c
642
const struct property_entry *prop;
drivers/base/swnode.c
752
static struct software_node *software_node_alloc(const struct property_entry *properties)
drivers/base/swnode.c
754
struct property_entry *props;
drivers/base/swnode.c
946
fwnode_create_software_node(const struct property_entry *properties,
drivers/base/test/property-entry-test.c
12
static const struct property_entry entries[] = {
drivers/base/test/property-entry-test.c
123
static const struct property_entry entries[] = {
drivers/base/test/property-entry-test.c
259
static const struct property_entry entries[] = {
drivers/base/test/property-entry-test.c
326
static const struct property_entry entries[] = {
drivers/base/test/property-entry-test.c
347
static const struct property_entry entries[] = {
drivers/base/test/property-entry-test.c
353
struct property_entry *copy;
drivers/base/test/property-entry-test.c
378
static struct property_entry entries[] = {
drivers/base/test/property-entry-test.c
385
struct property_entry *copy;
drivers/base/test/property-entry-test.c
417
const struct property_entry entries[] = {
drivers/char/ipmi/ipmi_plat_data.c
17
struct property_entry pr[6];
drivers/firmware/efi/apple-properties.c
124
struct property_entry *entry = NULL;
drivers/firmware/efi/apple-properties.c
51
struct property_entry entry[])
drivers/gpio/gpio-aggregator.c
881
struct property_entry properties[2];
drivers/gpio/gpio-mockup.c
524
struct property_entry properties[GPIO_MOCKUP_MAX_PROP];
drivers/gpio/gpio-sim.c
878
struct property_entry properties[GPIO_SIM_PROP_MAX];
drivers/gpio/gpio-virtuser.c
1427
struct property_entry properties[2];
drivers/gpu/drm/xe/xe_i2c.c
50
static const struct property_entry xe_i2c_adapter_properties[] = {
drivers/i2c/busses/i2c-cht-wc.c
271
static const struct property_entry bq24190_props[] = {
drivers/i2c/busses/i2c-cht-wc.c
328
static const struct property_entry xiaomi_mipad2_props[] = {
drivers/i2c/busses/i2c-cht-wc.c
349
static const struct property_entry lenovo_yb1_bq25892_props[] = {
drivers/i2c/busses/i2c-cht-wc.c
390
static const struct property_entry lenovo_yt3_bq25892_1_props[] = {
drivers/i2c/busses/i2c-designware-pcidrv.c
197
static const struct property_entry dgpu_properties[] = {
drivers/i2c/busses/i2c-icy.c
112
static const struct property_entry icy_ltc2990_props[] = {
drivers/i2c/busses/i2c-nvidia-gpu.c
260
static const struct property_entry ccgx_props[] = {
drivers/input/mouse/elantech.c
1932
struct property_entry i2c_props[11] = {};
drivers/iommu/iommufd/selftest.c
1014
struct property_entry prop[] = {
drivers/mfd/axp20x.c
1101
static const struct property_entry axp288_fuel_gauge_properties[] = {
drivers/mfd/intel-lpss-acpi.c
102
static const struct property_entry apl_i2c_properties[] = {
drivers/mfd/intel-lpss-acpi.c
118
static const struct property_entry cnl_spi_properties[] = {
drivers/mfd/intel-lpss-acpi.c
27
static const struct property_entry spt_spi_properties[] = {
drivers/mfd/intel-lpss-acpi.c
41
static const struct property_entry spt_i2c_properties[] = {
drivers/mfd/intel-lpss-acpi.c
55
static const struct property_entry uart_properties[] = {
drivers/mfd/intel-lpss-acpi.c
72
static const struct property_entry bxt_spi_properties[] = {
drivers/mfd/intel-lpss-acpi.c
86
static const struct property_entry bxt_i2c_properties[] = {
drivers/mfd/intel-lpss-pci.c
111
static const struct property_entry spt_i2c_properties[] = {
drivers/mfd/intel-lpss-pci.c
125
static const struct property_entry uart_properties[] = {
drivers/mfd/intel-lpss-pci.c
142
static const struct property_entry bxt_spi_properties[] = {
drivers/mfd/intel-lpss-pci.c
162
static const struct property_entry bxt_i2c_properties[] = {
drivers/mfd/intel-lpss-pci.c
178
static const struct property_entry apl_i2c_properties[] = {
drivers/mfd/intel-lpss-pci.c
194
static const struct property_entry glk_i2c_properties[] = {
drivers/mfd/intel-lpss-pci.c
210
static const struct property_entry cnl_spi_properties[] = {
drivers/mfd/intel-lpss-pci.c
234
static const struct property_entry tgl_spi_properties[] = {
drivers/mfd/intel-lpss-pci.c
97
static const struct property_entry spt_spi_properties[] = {
drivers/mfd/intel_quark_i2c_gpio.c
117
static const struct property_entry intel_quark_gpio_portA_properties[] = {
drivers/mfd/intel_quark_i2c_gpio.c
43
static const struct property_entry intel_quark_i2c_controller_standard_properties[] = {
drivers/mfd/intel_quark_i2c_gpio.c
53
static const struct property_entry intel_quark_i2c_controller_fast_properties[] = {
drivers/mfd/timberdale.c
52
static const struct property_entry timberdale_tsc2007_properties[] = {
drivers/mfd/vexpress-sysreg.c
42
static const struct property_entry vexpress_sysreg_sys_led_props[] = {
drivers/mfd/vexpress-sysreg.c
52
static const struct property_entry vexpress_sysreg_sys_mci_props[] = {
drivers/mfd/vexpress-sysreg.c
62
static const struct property_entry vexpress_sysreg_sys_flash_props[] = {
drivers/misc/eeprom/digsy_mtc_eeprom.c
31
static const struct property_entry digsy_mtc_spi_properties[] = {
drivers/net/ethernet/tehuti/tn40.h
130
struct property_entry phy_props[3];
drivers/net/ethernet/wangxun/txgbe/txgbe_type.h
427
struct property_entry gpio_props[2];
drivers/net/ethernet/wangxun/txgbe/txgbe_type.h
428
struct property_entry i2c_props[4];
drivers/net/ethernet/wangxun/txgbe/txgbe_type.h
429
struct property_entry sfp_props[9];
drivers/net/ethernet/wangxun/txgbe/txgbe_type.h
430
struct property_entry phylink_props[3];
drivers/pci/quirks.c
1984
struct property_entry properties[] = {
drivers/phy/phy-common-props-test.c
105
static const struct property_entry entries[] = {
drivers/phy/phy-common-props-test.c
138
static const struct property_entry entries[] = {
drivers/phy/phy-common-props-test.c
15
static const struct property_entry entries[] = {
drivers/phy/phy-common-props-test.c
161
static const struct property_entry entries[] = {
drivers/phy/phy-common-props-test.c
185
static const struct property_entry entries[] = {
drivers/phy/phy-common-props-test.c
206
static const struct property_entry entries[] = {
drivers/phy/phy-common-props-test.c
228
static const struct property_entry entries[] = {
drivers/phy/phy-common-props-test.c
250
static const struct property_entry entries[] = {
drivers/phy/phy-common-props-test.c
273
static const struct property_entry entries[] = {
drivers/phy/phy-common-props-test.c
296
static const struct property_entry entries[] = {
drivers/phy/phy-common-props-test.c
328
static const struct property_entry entries[] = {
drivers/phy/phy-common-props-test.c
351
static const struct property_entry entries[] = {
drivers/phy/phy-common-props-test.c
37
static const struct property_entry entries[] = {
drivers/phy/phy-common-props-test.c
375
static const struct property_entry entries[] = {
drivers/phy/phy-common-props-test.c
59
static const struct property_entry entries[] = {
drivers/phy/phy-common-props-test.c
82
static const struct property_entry entries[] = {
drivers/platform/chrome/chromeos_laptop.c
303
static const struct property_entry
drivers/platform/chrome/chromeos_laptop.c
310
static const struct property_entry
drivers/platform/chrome/chromeos_laptop.c
505
static const struct property_entry samus_trackpad_props[] __initconst = {
drivers/platform/chrome/chromeos_laptop.c
55
const struct property_entry *properties;
drivers/platform/surface/surface_aggregator_registry.c
81
static const struct property_entry ssam_node_tmp_perf_profile_has_fan[] = {
drivers/platform/surface/surface_gpe.c
24
static const struct property_entry lid_device_props_l17[] = {
drivers/platform/surface/surface_gpe.c
29
static const struct property_entry lid_device_props_l4B[] = {
drivers/platform/surface/surface_gpe.c
34
static const struct property_entry lid_device_props_l4D[] = {
drivers/platform/surface/surface_gpe.c
39
static const struct property_entry lid_device_props_l4F[] = {
drivers/platform/surface/surface_gpe.c
44
static const struct property_entry lid_device_props_l57[] = {
drivers/platform/x86/amd/amd_isp4.c
106
static const struct property_entry i2c1_camera_props[] = {
drivers/platform/x86/amd/amd_isp4.c
119
static const struct property_entry ov05c10_camera_props[] = {
drivers/platform/x86/amd/amd_isp4.c
168
static const struct property_entry ov05c10_endpoint_props[] = {
drivers/platform/x86/amd/amd_isp4.c
91
static const struct property_entry isp4_mipi1_endpoint_props[] = {
drivers/platform/x86/asus-tf103c-dock.c
465
static const struct property_entry tf103c_dock_touchpad_props[] = {
drivers/platform/x86/barco-p50-gpio.c
104
static const struct property_entry gpio_keys_props[] = {
drivers/platform/x86/barco-p50-gpio.c
115
static struct property_entry vendor_key_props[] = {
drivers/platform/x86/barco-p50-gpio.c
92
static const struct property_entry identify_led_props[] = {
drivers/platform/x86/intel/chtwc_int33fe.c
114
static const struct property_entry usb_connector_properties[] = {
drivers/platform/x86/intel/chtwc_int33fe.c
138
static const struct property_entry dp_altmode_properties[] = {
drivers/platform/x86/intel/chtwc_int33fe.c
64
static const struct property_entry max17047_properties[] = {
drivers/platform/x86/intel/chtwc_int33fe.c
83
static const struct property_entry fusb302_properties[] = {
drivers/platform/x86/meraki-mx100.c
111
static const struct property_entry tink_lan7_led_props[] = {
drivers/platform/x86/meraki-mx100.c
123
static const struct property_entry tink_lan8_led_props[] = {
drivers/platform/x86/meraki-mx100.c
135
static const struct property_entry tink_lan9_led_props[] = {
drivers/platform/x86/meraki-mx100.c
147
static const struct property_entry tink_lan10_led_props[] = {
drivers/platform/x86/meraki-mx100.c
159
static const struct property_entry tink_lan11_led_props[] = {
drivers/platform/x86/meraki-mx100.c
171
static const struct property_entry tink_ha_green_led_props[] = {
drivers/platform/x86/meraki-mx100.c
183
static const struct property_entry tink_ha_orange_led_props[] = {
drivers/platform/x86/meraki-mx100.c
195
static const struct property_entry tink_usb_green_led_props[] = {
drivers/platform/x86/meraki-mx100.c
207
static const struct property_entry tink_usb_orange_led_props[] = {
drivers/platform/x86/meraki-mx100.c
220
static const struct property_entry tink_gpio_keys_props[] = {
drivers/platform/x86/meraki-mx100.c
230
static const struct property_entry tink_reset_key_props[] = {
drivers/platform/x86/meraki-mx100.c
38
static const struct property_entry tink_internet_led_props[] = {
drivers/platform/x86/meraki-mx100.c
51
static const struct property_entry tink_lan2_led_props[] = {
drivers/platform/x86/meraki-mx100.c
63
static const struct property_entry tink_lan3_led_props[] = {
drivers/platform/x86/meraki-mx100.c
75
static const struct property_entry tink_lan4_led_props[] = {
drivers/platform/x86/meraki-mx100.c
87
static const struct property_entry tink_lan5_led_props[] = {
drivers/platform/x86/meraki-mx100.c
99
static const struct property_entry tink_lan6_led_props[] = {
drivers/platform/x86/pcengines-apuv2.c
110
static const struct property_entry apu2_led3_props[] = {
drivers/platform/x86/pcengines-apuv2.c
124
static const struct property_entry apu2_keys_props[] = {
drivers/platform/x86/pcengines-apuv2.c
134
static const struct property_entry apu2_front_button_props[] = {
drivers/platform/x86/pcengines-apuv2.c
84
static const struct property_entry apu2_led1_props[] = {
drivers/platform/x86/pcengines-apuv2.c
97
static const struct property_entry apu2_led2_props[] = {
drivers/platform/x86/touchscreen_dmi.c
1008
static const struct property_entry trekstor_primebook_c11_props[] = {
drivers/platform/x86/touchscreen_dmi.c
1022
static const struct property_entry trekstor_primebook_c13_props[] = {
drivers/platform/x86/touchscreen_dmi.c
1035
static const struct property_entry trekstor_primetab_t13b_props[] = {
drivers/platform/x86/touchscreen_dmi.c
1049
static const struct property_entry trekstor_surftab_duo_w1_props[] = {
drivers/platform/x86/touchscreen_dmi.c
1059
static const struct property_entry trekstor_surftab_twin_10_1_props[] = {
drivers/platform/x86/touchscreen_dmi.c
1075
static const struct property_entry trekstor_surftab_wintron70_props[] = {
drivers/platform/x86/touchscreen_dmi.c
1090
static const struct property_entry viglen_connect_10_props[] = {
drivers/platform/x86/touchscreen_dmi.c
1106
static const struct property_entry vinga_twizzle_j116_props[] = {
drivers/platform/x86/touchscreen_dmi.c
113
static const struct property_entry chuwi_hi10_air_props[] = {
drivers/platform/x86/touchscreen_dmi.c
131
static const struct property_entry chuwi_hi10_plus_props[] = {
drivers/platform/x86/touchscreen_dmi.c
160
static const struct property_entry chuwi_hi10_pro_props[] = {
drivers/platform/x86/touchscreen_dmi.c
189
static const struct property_entry chuwi_hibook_props[] = {
drivers/platform/x86/touchscreen_dmi.c
1909
static struct property_entry ts_cmdline_props[MAX_CMDLINE_PROPS + 1];
drivers/platform/x86/touchscreen_dmi.c
215
static const struct property_entry chuwi_vi8_props[] = {
drivers/platform/x86/touchscreen_dmi.c
243
static const struct property_entry chuwi_vi10_props[] = {
drivers/platform/x86/touchscreen_dmi.c
258
static const struct property_entry chuwi_surbook_mini_props[] = {
drivers/platform/x86/touchscreen_dmi.c
27
const struct property_entry *properties;
drivers/platform/x86/touchscreen_dmi.c
273
static const struct property_entry connect_tablet9_props[] = {
drivers/platform/x86/touchscreen_dmi.c
289
static const struct property_entry csl_panther_tab_hd_props[] = {
drivers/platform/x86/touchscreen_dmi.c
305
static const struct property_entry cube_iwork8_air_props[] = {
drivers/platform/x86/touchscreen_dmi.c
32
static const struct property_entry archos_101_cesium_educ_props[] = {
drivers/platform/x86/touchscreen_dmi.c
329
static const struct property_entry cube_knote_i1101_props[] = {
drivers/platform/x86/touchscreen_dmi.c
344
static const struct property_entry dexp_ursus_7w_props[] = {
drivers/platform/x86/touchscreen_dmi.c
357
static const struct property_entry dexp_ursus_kx210i_props[] = {
drivers/platform/x86/touchscreen_dmi.c
372
static const struct property_entry digma_citi_e200_props[] = {
drivers/platform/x86/touchscreen_dmi.c
386
static const struct property_entry estar_beauty_hd_props[] = {
drivers/platform/x86/touchscreen_dmi.c
397
static const struct property_entry gdix1001_upside_down_props[] = {
drivers/platform/x86/touchscreen_dmi.c
413
static const struct property_entry gdix1001_y_inverted_props[] = {
drivers/platform/x86/touchscreen_dmi.c
423
static const struct property_entry gp_electronic_t701_props[] = {
drivers/platform/x86/touchscreen_dmi.c
437
static const struct property_entry irbis_tw90_props[] = {
drivers/platform/x86/touchscreen_dmi.c
454
static const struct property_entry irbis_tw118_props[] = {
drivers/platform/x86/touchscreen_dmi.c
468
static const struct property_entry itworks_tw891_props[] = {
drivers/platform/x86/touchscreen_dmi.c
47
static const struct property_entry bush_bush_windows_tablet_props[] = {
drivers/platform/x86/touchscreen_dmi.c
484
static const struct property_entry jumper_ezpad_6_pro_props[] = {
drivers/platform/x86/touchscreen_dmi.c
497
static const struct property_entry jumper_ezpad_6_pro_b_props[] = {
drivers/platform/x86/touchscreen_dmi.c
511
static const struct property_entry jumper_ezpad_6_m4_props[] = {
drivers/platform/x86/touchscreen_dmi.c
526
static const struct property_entry jumper_ezpad_7_props[] = {
drivers/platform/x86/touchscreen_dmi.c
542
static const struct property_entry jumper_ezpad_mini3_props[] = {
drivers/platform/x86/touchscreen_dmi.c
557
static const struct property_entry mpman_converter9_props[] = {
drivers/platform/x86/touchscreen_dmi.c
573
static const struct property_entry mpman_mpwin895cl_props[] = {
drivers/platform/x86/touchscreen_dmi.c
589
static const struct property_entry myria_my8307_props[] = {
drivers/platform/x86/touchscreen_dmi.c
605
static const struct property_entry onda_obook_20_plus_props[] = {
drivers/platform/x86/touchscreen_dmi.c
61
static const struct property_entry chuwi_hi8_props[] = {
drivers/platform/x86/touchscreen_dmi.c
621
static const struct property_entry onda_v80_plus_v3_props[] = {
drivers/platform/x86/touchscreen_dmi.c
646
static const struct property_entry onda_v820w_32g_props[] = {
drivers/platform/x86/touchscreen_dmi.c
660
static const struct property_entry onda_v891_v5_props[] = {
drivers/platform/x86/touchscreen_dmi.c
677
static const struct property_entry onda_v891w_v1_props[] = {
drivers/platform/x86/touchscreen_dmi.c
692
static const struct property_entry onda_v891w_v3_props[] = {
drivers/platform/x86/touchscreen_dmi.c
708
static const struct property_entry pipo_w2s_props[] = {
drivers/platform/x86/touchscreen_dmi.c
731
static const struct property_entry pipo_w11_props[] = {
drivers/platform/x86/touchscreen_dmi.c
746
static const struct property_entry positivo_c4128b_props[] = {
drivers/platform/x86/touchscreen_dmi.c
75
static const struct property_entry chuwi_hi8_air_props[] = {
drivers/platform/x86/touchscreen_dmi.c
760
static const struct property_entry pov_mobii_wintab_p800w_v20_props[] = {
drivers/platform/x86/touchscreen_dmi.c
776
static const struct property_entry pov_mobii_wintab_p800w_v21_props[] = {
drivers/platform/x86/touchscreen_dmi.c
792
static const struct property_entry pov_mobii_wintab_p1006w_v10_props[] = {
drivers/platform/x86/touchscreen_dmi.c
808
static const struct property_entry predia_basic_props[] = {
drivers/platform/x86/touchscreen_dmi.c
824
static const struct property_entry rca_cambio_w101_v2_props[] = {
drivers/platform/x86/touchscreen_dmi.c
839
static const struct property_entry rwc_nanote_p8_props[] = {
drivers/platform/x86/touchscreen_dmi.c
853
static const struct property_entry rwc_nanote_next_props[] = {
drivers/platform/x86/touchscreen_dmi.c
868
static const struct property_entry sary_tab_3_props[] = {
drivers/platform/x86/touchscreen_dmi.c
88
static const struct property_entry chuwi_hi8_pro_props[] = {
drivers/platform/x86/touchscreen_dmi.c
885
static const struct property_entry schneider_sct101ctm_props[] = {
drivers/platform/x86/touchscreen_dmi.c
901
static const struct property_entry globalspace_solt_ivw116_props[] = {
drivers/platform/x86/touchscreen_dmi.c
916
static const struct property_entry techbite_arc_11_6_props[] = {
drivers/platform/x86/touchscreen_dmi.c
931
static const struct property_entry teclast_tbook11_props[] = {
drivers/platform/x86/touchscreen_dmi.c
956
static const struct property_entry teclast_x16_plus_props[] = {
drivers/platform/x86/touchscreen_dmi.c
981
static const struct property_entry teclast_x3_plus_props[] = {
drivers/platform/x86/touchscreen_dmi.c
994
static const struct property_entry teclast_x98plus2_props[] = {
drivers/platform/x86/x86-android-tablets/acer.c
109
static const struct property_entry acer_a1_840_fg_props[] = {
drivers/platform/x86/x86-android-tablets/acer.c
186
static const struct property_entry acer_b1_750_bma250e_props[] = {
drivers/platform/x86/x86-android-tablets/acer.c
195
static const struct property_entry acer_b1_750_novatek_props[] = {
drivers/platform/x86/x86-android-tablets/acer.c
20
static const struct property_entry acer_a1_840_bq24190_props[] = {
drivers/platform/x86/x86-android-tablets/acer.c
31
static const struct property_entry acer_a1_840_touchscreen_props[] = {
drivers/platform/x86/x86-android-tablets/acer.c
93
static const struct property_entry acer_a1_840_int3496_props[] __initconst = {
drivers/platform/x86/x86-android-tablets/asus.c
20
static const struct property_entry asus_me176c_tf103c_int3496_props[] __initconst = {
drivers/platform/x86/x86-android-tablets/asus.c
205
static const struct property_entry asus_tf103c_accel_props[] = {
drivers/platform/x86/x86-android-tablets/asus.c
214
static const struct property_entry asus_tf103c_touchscreen_props[] = {
drivers/platform/x86/x86-android-tablets/asus.c
223
static const struct property_entry asus_tf103c_bq24190_props[] = {
drivers/platform/x86/x86-android-tablets/asus.c
236
static const struct property_entry asus_tf103c_ug3105_props[] = {
drivers/platform/x86/x86-android-tablets/asus.c
38
static const struct property_entry asus_me176c_tf103c_lid_props[] = {
drivers/platform/x86/x86-android-tablets/asus.c
66
static const struct property_entry asus_me176c_accel_props[] = {
drivers/platform/x86/x86-android-tablets/asus.c
75
static const struct property_entry asus_me176c_bq24190_props[] = {
drivers/platform/x86/x86-android-tablets/asus.c
88
static const struct property_entry asus_me176c_ug3105_props[] = {
drivers/platform/x86/x86-android-tablets/asus.c
99
static const struct property_entry asus_me176c_touchscreen_props[] = {
drivers/platform/x86/x86-android-tablets/lenovo.c
104
static const struct property_entry lenovo_yb1_x90_hideep_ts_props[] = {
drivers/platform/x86/x86-android-tablets/lenovo.c
220
static const struct property_entry lenovo_yb1_x90_lid_props[] = {
drivers/platform/x86/x86-android-tablets/lenovo.c
292
static const struct property_entry lenovo_yoga_tab2_830_1050_bq24190_props[] = {
drivers/platform/x86/x86-android-tablets/lenovo.c
304
static const struct property_entry lenovo_yoga_tab2_830_1050_lid_props[] = {
drivers/platform/x86/x86-android-tablets/lenovo.c
402
static const struct property_entry lenovo_yoga_tab2_830_1050_int3496_props[] __initconst = {
drivers/platform/x86/x86-android-tablets/lenovo.c
419
static const struct property_entry lenovo_yoga_tab2_830_1050_wm1502_props[] = {
drivers/platform/x86/x86-android-tablets/lenovo.c
478
static const struct property_entry lenovo_yoga_tab2_830_lms303d_props[] = {
drivers/platform/x86/x86-android-tablets/lenovo.c
617
static const struct property_entry lenovo_yoga_tab2_1380_bq24190_props[] = {
drivers/platform/x86/x86-android-tablets/lenovo.c
648
static const struct property_entry lenovo_yoga_tab2_1380_lc824206xa_props[] = {
drivers/platform/x86/x86-android-tablets/lenovo.c
663
static const struct property_entry lenovo_yoga_tab2_1380_lms303d_props[] = {
drivers/platform/x86/x86-android-tablets/lenovo.c
74
static const struct property_entry lenovo_yb1_x90_goodix_props[] = {
drivers/platform/x86/x86-android-tablets/lenovo.c
761
static const struct property_entry lenovo_yoga_tab2_1380_fc_props[] __initconst = {
drivers/platform/x86/x86-android-tablets/lenovo.c
819
static const struct property_entry fg_bq25890_1_supply_props[] = {
drivers/platform/x86/x86-android-tablets/lenovo.c
829
static const struct property_entry lenovo_yt3_bq25892_0_props[] = {
drivers/platform/x86/x86-android-tablets/lenovo.c
84
static const struct property_entry lenovo_yb1_x90_wacom_props[] = {
drivers/platform/x86/x86-android-tablets/lenovo.c
849
static const struct property_entry lenovo_yt3_hideep_ts_props[] = {
drivers/platform/x86/x86-android-tablets/lenovo.c
988
static const struct property_entry lenovo_yt3_wm1502_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
156
static const struct property_entry cyberbook_t116_prog1_key_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
169
static const struct property_entry cyberbook_t116_prog2_key_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
234
static const struct property_entry medion_lifetab_s10346_accel_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
244
static const struct property_entry medion_lifetab_s10346_touchscreen_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
305
static const struct property_entry nextbook_ares8_accel_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
314
static const struct property_entry nextbook_ares8_touchscreen_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
35
static const struct property_entry advantech_mica_071_prog1_key_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
369
static const struct property_entry nextbook_ares8a_accel_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
378
static const struct property_entry nextbook_ares8a_ft5416_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
435
static const struct property_entry peaq_c1010_dolby_key_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
471
static const struct property_entry whitelabel_tm800a550l_accel_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
480
static const struct property_entry whitelabel_tm800a550l_goodix_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
531
static const struct property_entry vexia_edu_atla10_5v_touchscreen_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
581
static const struct property_entry vexia_edu_atla10_9v_ulpmc_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
596
static const struct property_entry vexia_edu_atla10_9v_accel_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
605
static const struct property_entry vexia_edu_atla10_9v_touchscreen_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
616
static const struct property_entry vexia_edu_atla10_9v_pmic_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
64
static const struct property_entry chuwi_hi8_gsl1680_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
748
static const struct property_entry ktd2026_rgb_led_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
762
static const struct property_entry ktd2026_blue_led_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
773
static const struct property_entry ktd2026_green_led_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
784
static const struct property_entry ktd2026_red_led_props[] = {
drivers/platform/x86/x86-android-tablets/other.c
83
static const struct property_entry chuwi_hi8_bma250e_props[] = {
drivers/platform/x86/x86-android-tablets/shared-psy-info.c
122
static const struct property_entry generic_lipo_hv_4v35_battery_props[] = {
drivers/platform/x86/x86-android-tablets/shared-psy-info.c
171
static const struct property_entry int3496_reference_props[] __initconst = {
drivers/platform/x86/x86-android-tablets/shared-psy-info.c
26
static const struct property_entry fg_bq24190_supply_props[] = {
drivers/platform/x86/x86-android-tablets/shared-psy-info.c
35
static const struct property_entry fg_bq25890_supply_props[] = {
drivers/platform/x86/x86-android-tablets/shared-psy-info.c
97
static const struct property_entry generic_lipo_4v2_battery_props[] = {
drivers/reset/core.c
870
struct property_entry properties[3] = { };
drivers/spi/spi-cs42l43.c
279
struct property_entry *props = NULL;
drivers/spi/spi-cs42l43.c
387
struct property_entry props[] = {
drivers/tty/serial/8250/8250_bcm2835aux.c
196
static const struct property_entry bcm2835_acpi_properties[] = {
drivers/tty/serial/8250/8250_exar.c
1167
static const struct property_entry exar_gpio_properties[] = {
drivers/tty/serial/8250/8250_exar.c
1279
static const struct property_entry iot2040_gpio_properties[] = {
drivers/usb/dwc3/dwc3-haps.c
28
static const struct property_entry initial_properties[] = {
drivers/usb/dwc3/dwc3-imx8mp.c
132
static const struct property_entry dwc3_imx8mp_properties[] = {
drivers/usb/dwc3/dwc3-pci.c
133
static const struct property_entry dwc3_pci_intel_properties[] = {
drivers/usb/dwc3/dwc3-pci.c
139
static const struct property_entry dwc3_pci_intel_phy_charger_detect_properties[] = {
drivers/usb/dwc3/dwc3-pci.c
147
static const struct property_entry dwc3_pci_intel_byt_properties[] = {
drivers/usb/dwc3/dwc3-pci.c
163
static const struct property_entry dwc3_pci_mrfld_properties[] = {
drivers/usb/dwc3/dwc3-pci.c
174
static const struct property_entry dwc3_pci_amd_properties[] = {
drivers/usb/dwc3/dwc3-pci.c
194
static const struct property_entry dwc3_pci_mr_properties[] = {
drivers/usb/dwc3/dwc3-xilinx.c
260
struct property_entry props[2];
drivers/usb/dwc3/dwc3-xilinx.c
270
memset(props, 0, sizeof(struct property_entry) * ARRAY_SIZE(props));
drivers/usb/dwc3/host.c
132
struct property_entry props[6];
drivers/usb/dwc3/host.c
164
memset(props, 0, sizeof(struct property_entry) * ARRAY_SIZE(props));
drivers/usb/host/xhci-ext-caps.c
18
static const struct property_entry role_switch_props[] = {
drivers/usb/typec/tcpm/fusb302.c
1667
static const struct property_entry port_props[] = {
drivers/usb/typec/tcpm/wcove.c
595
static const struct property_entry wcove_props[] = {
include/acpi/acpi_bus.h
448
struct property_entry port_props[ACPI_DEVICE_SWNODE_PORT_NUM_ENTRIES];
include/acpi/acpi_bus.h
449
struct property_entry ep_props[ACPI_DEVICE_SWNODE_EP_NUM_ENTRIES];
include/acpi/acpi_bus.h
463
struct property_entry dev_props[ACPI_DEVICE_SWNODE_DEV_NUM_ENTRIES];
include/linux/acpi.h
1016
const struct property_entry *properties)
include/linux/acpi.h
746
const struct property_entry *);
include/linux/i2c.h
52
struct property_entry;
include/linux/platform_data/mmc-pxamci.h
10
struct property_entry;
include/linux/platform_data/mmc-pxamci.h
23
const struct property_entry *props);
include/linux/platform_device.h
131
const struct property_entry *properties;
include/linux/platform_device.h
20
struct property_entry;
include/linux/property.h
415
(struct property_entry) { \
include/linux/property.h
417
.length = (_len_) * sizeof_field(struct property_entry, value._elem_[0]), \
include/linux/property.h
434
(struct property_entry) { \
include/linux/property.h
455
(struct property_entry) { \
include/linux/property.h
457
.length = sizeof_field(struct property_entry, value._elem_[0]), \
include/linux/property.h
475
(struct property_entry) { \
include/linux/property.h
483
(struct property_entry) { \
include/linux/property.h
488
struct property_entry *
include/linux/property.h
489
property_entries_dup(const struct property_entry *properties);
include/linux/property.h
490
void property_entries_free(const struct property_entry *properties);
include/linux/property.h
576
const struct property_entry *properties;
include/linux/property.h
602
fwnode_create_software_node(const struct property_entry *properties,
include/linux/property.h
610
const struct property_entry *properties,
include/media/ipu-bridge.h
144
struct property_entry ep_properties[5];
include/media/ipu-bridge.h
145
struct property_entry dev_properties[5];
include/media/ipu-bridge.h
146
struct property_entry ipu_properties[3];
include/media/ipu-bridge.h
147
struct property_entry ivsc_properties[1];
include/media/ipu-bridge.h
148
struct property_entry ivsc_sensor_ep_properties[4];
include/media/ipu-bridge.h
149
struct property_entry ivsc_ipu_ep_properties[4];
sound/hda/codecs/side-codecs/cirrus_scodec_test.c
162
const struct property_entry props_template[] = {
sound/hda/codecs/side-codecs/cirrus_scodec_test.c
166
struct property_entry *props;
sound/soc/codecs/cs35l56-test.c
311
const struct property_entry ext0_props[] = {
sound/soc/intel/boards/bytcht_es8316.c
541
struct property_entry props[MAX_NO_PROPS] = {};
sound/soc/intel/boards/bytcr_rt5640.c
1214
struct property_entry props[MAX_NO_PROPS] = {};
sound/soc/intel/boards/bytcr_rt5651.c
545
struct property_entry props[MAX_NO_PROPS] = {};
sound/soc/intel/boards/sof_es8336.c
604
struct property_entry props[MAX_NO_PROPS] = {};
sound/soc/sdw_utils/soc_sdw_rt711.c
28
struct property_entry props[SOC_SDW_MAX_NO_PROPS] = {};
sound/soc/sdw_utils/soc_sdw_rt_amp.c
108
struct property_entry props[3] = {};
sound/soc/sdw_utils/soc_sdw_rt_sdca_jack_common.c
28
struct property_entry props[SOC_SDW_MAX_NO_PROPS] = {};