| /linux/drivers/platform/x86/ |
| H A D | touchscreen_dmi.c | 27 const struct property_entry *properties; 32 static const struct property_entry archos_101_cesium_educ_props[] = { 47 static const struct property_entry bush_bush_windows_tablet_props[] = { 61 static const struct property_entry chuwi_hi8_props[] = { 75 static const struct property_entry chuwi_hi8_air_props[] = { 88 static const struct property_entry chuwi_hi8_pro_props[] = { 113 static const struct property_entry chuwi_hi10_air_props[] = { 131 static const struct property_entry chuwi_hi10_plus_props[] = { 160 static const struct property_entry chuwi_hi10_pro_props[] = { 189 static const struct property_entry chuwi_hibook_props[] = { [all …]
|
| /linux/drivers/platform/x86/x86-android-tablets/ |
| H A D | lenovo.c | 74 static const struct property_entry lenovo_yb1_x90_goodix_props[] = { 84 static const struct property_entry lenovo_yb1_x90_wacom_props[] = { 104 static const struct property_entry lenovo_yb1_x90_hideep_ts_props[] = { 220 static const struct property_entry lenovo_yb1_x90_lid_props[] = { 292 static const struct property_entry lenovo_yoga_tab2_830_1050_bq24190_props[] = { 304 static const struct property_entry lenovo_yoga_tab2_830_1050_lid_props[] = { 402 static const struct property_entry lenovo_yoga_tab2_830_1050_int3496_props[] __initconst = { 419 static const struct property_entry lenovo_yoga_tab2_830_1050_wm1502_props[] = { 478 static const struct property_entry lenovo_yoga_tab2_830_lms303d_props[] = { 617 static const struct property_entry lenovo_yoga_tab2_1380_bq24190_props[] = { [all …]
|
| /linux/drivers/mfd/ |
| H A D | intel-lpss-acpi.c | 27 static const struct property_entry spt_spi_properties[] = { 41 static const struct property_entry spt_i2c_properties[] = { 55 static const struct property_entry uart_properties[] = { 72 static const struct property_entry bxt_spi_properties[] = { 86 static const struct property_entry bxt_i2c_properties[] = { 102 static const struct property_entry apl_i2c_properties[] = { 118 static const struct property_entry cnl_spi_properties[] = {
|
| H A D | intel_quark_i2c_gpio.c | 43 static const struct property_entry intel_quark_i2c_controller_standard_properties[] = { 53 static const struct property_entry intel_quark_i2c_controller_fast_properties[] = { 117 static const struct property_entry intel_quark_gpio_portA_properties[] = {
|
| /linux/drivers/base/ |
| H A D | swnode.c | 120 static const struct property_entry * 121 property_entry_get(const struct property_entry *prop, const char *name) in property_entry_get() 133 static const void *property_get_pointer(const struct property_entry *prop) in property_get_pointer() 141 static const void *property_entry_find(const struct property_entry *props, in property_entry_find() 144 const struct property_entry *prop; in property_entry_find() 159 property_entry_count_elems_of_size(const struct property_entry *props, in property_entry_count_elems_of_size() 162 const struct property_entry *prop; in property_entry_count_elems_of_size() 171 static int property_entry_read_int_array(const struct property_entry *props, in property_entry_read_int_array() 196 static int property_entry_read_string_array(const struct property_entry *props, in property_entry_read_string_array() 226 static void property_entry_free_data(const struct property_entry *p) in property_entry_free_data() [all …]
|
| /linux/include/media/ |
| H A D | ipu-bridge.h | 144 struct property_entry ep_properties[5]; 145 struct property_entry dev_properties[5]; 146 struct property_entry ipu_properties[3]; 147 struct property_entry ivsc_properties[1]; 148 struct property_entry ivsc_sensor_ep_properties[4]; 149 struct property_entry ivsc_ipu_ep_properties[4];
|
| /linux/include/linux/ |
| H A D | property.h | 392 struct property_entry { struct 415 (struct property_entry) { \ argument 417 .length = (_len_) * sizeof_field(struct property_entry, value._elem_[0]), \ 434 (struct property_entry) { \ 455 (struct property_entry) { \ 457 .length = sizeof_field(struct property_entry, value._elem_[0]), \ 475 (struct property_entry) { \ 483 (struct property_entry) { \ 488 struct property_entry * 489 property_entries_dup(const struct property_entry *properties); [all …]
|
| H A D | platform_device.h | 20 struct property_entry; 136 const struct property_entry *properties;
|
| /linux/arch/arm/mach-pxa/ |
| H A D | spitz.c | 405 static const struct property_entry spitz_mkp_properties[] = { 444 static const struct property_entry spitz_suspend_key_props[] = { 459 static const struct property_entry spitz_sw1_props[] = { 473 static const struct property_entry spitz_sw2_props[] = { 529 static const struct property_entry spitz_orange_led_props[] = { 542 static const struct property_entry spitz_green_led_props[] = { 593 static const struct property_entry spitz_ads7846_props[] = { 611 static const struct property_entry spitz_lcdcon_props[] = { 619 static const struct property_entry akita_lcdcon_props[] = { 671 static const struct property_entry spitz_spi_properties[] = { [all …]
|
| /linux/drivers/platform/surface/ |
| H A D | surface_gpe.c | 24 static const struct property_entry lid_device_props_l17[] = { 29 static const struct property_entry lid_device_props_l4B[] = { 34 static const struct property_entry lid_device_props_l4D[] = { 39 static const struct property_entry lid_device_props_l4F[] = { 44 static const struct property_entry lid_device_props_l57[] = {
|
| /linux/drivers/base/test/ |
| H A D | property-entry-test.c | 12 static const struct property_entry entries[] = { in pe_test_uints() 123 static const struct property_entry entries[] = { in pe_test_uint_arrays() 259 static const struct property_entry entries[] = { in pe_test_strings() 326 static const struct property_entry entries[] = { in pe_test_bool() 347 static const struct property_entry entries[] = { in pe_test_move_inline_u8() 353 struct property_entry *copy; in pe_test_move_inline_u8() 378 static struct property_entry entries[] = { in pe_test_move_inline_str() 385 struct property_entry *copy; in pe_test_move_inline_str() 417 const struct property_entry entries[] = { in pe_test_reference()
|
| /linux/arch/mips/alchemy/ |
| H A D | board-mtx1.c | 89 static const struct property_entry mtx1_button_props[] = { 131 static const struct property_entry mtx1_wdt_props[] = { 157 static const struct property_entry mtx1_green_led_props[] = { 168 static const struct property_entry mtx1_red_led_props[] = {
|
| /linux/include/linux/platform_data/ |
| H A D | mmc-pxamci.h | 10 struct property_entry; 23 const struct property_entry *props);
|
| /linux/arch/x86/platform/geode/ |
| H A D | geode-common.c | 21 static const struct property_entry geode_gpio_keys_props[] = { 31 static struct property_entry geode_restart_key_props[] = { 101 struct property_entry *props; in geode_create_leds()
|
| /linux/drivers/usb/dwc3/ |
| H A D | dwc3-pci.c | 132 static const struct property_entry dwc3_pci_intel_properties[] = { 138 static const struct property_entry dwc3_pci_intel_phy_charger_detect_properties[] = { 146 static const struct property_entry dwc3_pci_intel_byt_properties[] = { 162 static const struct property_entry dwc3_pci_mrfld_properties[] = { 173 static const struct property_entry dwc3_pci_amd_properties[] = { 193 static const struct property_entry dwc3_pci_mr_properties[] = {
|
| H A D | host.c | 132 struct property_entry props[6]; in dwc3_host_init() 164 memset(props, 0, sizeof(struct property_entry) * ARRAY_SIZE(props)); in dwc3_host_init()
|
| /linux/drivers/platform/x86/amd/ |
| H A D | amd_isp4.c | 91 static const struct property_entry isp4_mipi1_endpoint_props[] = { 106 static const struct property_entry i2c1_camera_props[] = { 119 static const struct property_entry ov05c10_camera_props[] = { 168 static const struct property_entry ov05c10_endpoint_props[] = {
|
| /linux/drivers/platform/x86/intel/ |
| H A D | chtwc_int33fe.c | 64 static const struct property_entry max17047_properties[] = { 83 static const struct property_entry fusb302_properties[] = { 114 static const struct property_entry usb_connector_properties[] = { 138 static const struct property_entry dp_altmode_properties[] = {
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-cht-wc.c | 271 static const struct property_entry bq24190_props[] = { 328 static const struct property_entry xiaomi_mipad2_props[] = { 349 static const struct property_entry lenovo_yb1_bq25892_props[] = { 390 static const struct property_entry lenovo_yt3_bq25892_1_props[] = {
|
| /linux/drivers/acpi/ |
| H A D | acpi_apd.c | 33 struct property_entry *properties; 126 static struct property_entry uart_properties[] = {
|
| /linux/drivers/firmware/efi/ |
| H A D | apple-properties.c | 51 struct property_entry entry[]) in unmarshal_key_value_pairs() 124 struct property_entry *entry = NULL; in unmarshal_devices()
|
| /linux/arch/arm/mach-tegra/ |
| H A D | board-paz00.c | 24 static const struct property_entry wifi_rfkill_prop[] __initconst = {
|
| /linux/drivers/platform/chrome/ |
| H A D | chromeos_laptop.c | 55 const struct property_entry *properties; 303 static const struct property_entry 310 static const struct property_entry 505 static const struct property_entry samus_trackpad_props[] __initconst = {
|
| /linux/drivers/misc/eeprom/ |
| H A D | digsy_mtc_eeprom.c | 31 static const struct property_entry digsy_mtc_spi_properties[] = {
|
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | cirrus_scodec_test.c | 162 const struct property_entry props_template[] = { in cirrus_scodec_test_set_spkid_swnode() 166 struct property_entry *props; in cirrus_scodec_test_set_spkid_swnode()
|