Home
last modified time | relevance | path

Searched refs:property_entry (Results 1 – 25 of 55) sorted by relevance

123

/linux-6.6.21/drivers/platform/x86/
Dtouchscreen_dmi.c24 const struct property_entry *properties;
29 static const struct property_entry archos_101_cesium_educ_props[] = {
45 static const struct property_entry bush_bush_windows_tablet_props[] = {
60 static const struct property_entry chuwi_hi8_props[] = {
74 static const struct property_entry chuwi_hi8_air_props[] = {
88 static const struct property_entry chuwi_hi8_pro_props[] = {
114 static const struct property_entry chuwi_hi10_air_props[] = {
133 static const struct property_entry chuwi_hi10_plus_props[] = {
163 static const struct property_entry chuwi_hi10_pro_props[] = {
193 static const struct property_entry chuwi_hibook_props[] = {
[all …]
/linux-6.6.21/drivers/platform/x86/x86-android-tablets/
Dasus.c47 static const struct property_entry asus_me176c_accel_props[] = {
56 static const struct property_entry asus_me176c_bq24190_props[] = {
69 static const struct property_entry asus_me176c_ug3105_props[] = {
191 static const struct property_entry asus_tf103c_accel_props[] = {
200 static const struct property_entry asus_tf103c_touchscreen_props[] = {
209 static const struct property_entry asus_tf103c_battery_props[] = {
224 static const struct property_entry asus_tf103c_bq24190_props[] = {
237 static const struct property_entry asus_tf103c_ug3105_props[] = {
Dother.c26 static const struct property_entry acer_b1_750_bma250e_props[] = {
120 static const struct property_entry chuwi_hi8_gsl1680_props[] = {
139 static const struct property_entry chuwi_hi8_bma250e_props[] = {
279 static const struct property_entry medion_lifetab_s10346_accel_props[] = {
289 static const struct property_entry medion_lifetab_s10346_touchscreen_props[] = {
361 static const struct property_entry nextbook_ares8_accel_props[] = {
370 static const struct property_entry nextbook_ares8_touchscreen_props[] = {
429 static const struct property_entry nextbook_ares8a_accel_props[] = {
527 static const struct property_entry whitelabel_tm800a550l_accel_props[] = {
536 static const struct property_entry whitelabel_tm800a550l_goodix_props[] = {
Dshared-psy-info.c24 static const struct property_entry fg_bq24190_supply_props[] = {
33 static const struct property_entry fg_bq25890_supply_props[] = {
43 static const struct property_entry generic_lipo_hv_4v35_battery_props[] = {
Dlenovo.c43 static const struct property_entry lenovo_yb1_x90_wacom_props[] = {
62 static const struct property_entry lenovo_yb1_x90_hideep_ts_props[] = {
260 static const struct property_entry lenovo_yoga_tab2_830_1050_bq24190_props[] = {
419 static const struct property_entry lenovo_yoga_tab2_830_lms303d_props[] = {
551 static const struct property_entry fg_bq25890_1_supply_props[] = {
561 static const struct property_entry lenovo_yt3_bq25892_0_props[] = {
582 static const struct property_entry lenovo_yt3_hideep_ts_props[] = {
/linux-6.6.21/drivers/mfd/
Dintel-lpss-acpi.c22 static const struct property_entry spt_spi_properties[] = {
36 static const struct property_entry spt_i2c_properties[] = {
50 static const struct property_entry uart_properties[] = {
67 static const struct property_entry bxt_spi_properties[] = {
81 static const struct property_entry bxt_i2c_properties[] = {
97 static const struct property_entry apl_i2c_properties[] = {
113 static const struct property_entry cnl_spi_properties[] = {
Dintel-lpss-pci.c77 static const struct property_entry spt_spi_properties[] = {
91 static const struct property_entry spt_i2c_properties[] = {
105 static const struct property_entry uart_properties[] = {
122 static const struct property_entry bxt_spi_properties[] = {
142 static const struct property_entry bxt_i2c_properties[] = {
158 static const struct property_entry apl_i2c_properties[] = {
174 static const struct property_entry glk_i2c_properties[] = {
190 static const struct property_entry cnl_spi_properties[] = {
214 static const struct property_entry tgl_spi_properties[] = {
Dintel_quark_i2c_gpio.c43 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-6.6.21/drivers/base/
Dswnode.c109 static const struct property_entry *
110 property_entry_get(const struct property_entry *prop, const char *name) in property_entry_get()
122 static const void *property_get_pointer(const struct property_entry *prop) in property_get_pointer()
130 static const void *property_entry_find(const struct property_entry *props, in property_entry_find()
133 const struct property_entry *prop; in property_entry_find()
148 property_entry_count_elems_of_size(const struct property_entry *props, in property_entry_count_elems_of_size()
151 const struct property_entry *prop; in property_entry_count_elems_of_size()
160 static int property_entry_read_int_array(const struct property_entry *props, in property_entry_read_int_array()
185 static int property_entry_read_string_array(const struct property_entry *props, in property_entry_read_string_array()
215 static void property_entry_free_data(const struct property_entry *p) in property_entry_free_data()
[all …]
/linux-6.6.21/include/media/
Dipu-bridge.h143 struct property_entry ep_properties[5];
144 struct property_entry dev_properties[5];
145 struct property_entry ipu_properties[3];
146 struct property_entry ivsc_properties[1];
147 struct property_entry ivsc_sensor_ep_properties[4];
148 struct property_entry ivsc_ipu_ep_properties[4];
/linux-6.6.21/include/linux/
Dproperty.h304 struct property_entry { struct
327 (struct property_entry) { \ argument
329 .length = (_len_) * sizeof_field(struct property_entry, value._elem_[0]), \
346 (struct property_entry) { \
367 (struct property_entry) { \
369 .length = sizeof_field(struct property_entry, value._elem_[0]), \
387 (struct property_entry) { \
395 (struct property_entry) { \
400 struct property_entry *
401 property_entries_dup(const struct property_entry *properties);
[all …]
Dplatform_device.h20 struct property_entry;
134 const struct property_entry *properties;
/linux-6.6.21/drivers/net/ethernet/wangxun/txgbe/
Dtxgbe_type.h164 struct property_entry gpio_props[1];
165 struct property_entry i2c_props[3];
166 struct property_entry sfp_props[8];
167 struct property_entry phylink_props[2];
/linux-6.6.21/drivers/platform/surface/
Dsurface_gpe.c24 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-6.6.21/drivers/base/test/
Dproperty-entry-test.c12 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-6.6.21/drivers/usb/dwc3/
Ddwc3-pci.c126 static const struct property_entry dwc3_pci_intel_properties[] = {
132 static const struct property_entry dwc3_pci_intel_phy_charger_detect_properties[] = {
140 static const struct property_entry dwc3_pci_intel_byt_properties[] = {
147 static const struct property_entry dwc3_pci_mrfld_properties[] = {
157 static const struct property_entry dwc3_pci_amd_properties[] = {
177 static const struct property_entry dwc3_pci_mr_properties[] = {
Dhost.c64 struct property_entry props[5]; in dwc3_host_init()
90 memset(props, 0, sizeof(struct property_entry) * ARRAY_SIZE(props)); in dwc3_host_init()
/linux-6.6.21/drivers/platform/x86/intel/
Dchtwc_int33fe.c64 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-6.6.21/arch/arm/mach-omap1/
Dboard-nokia770.c114 static const struct property_entry nokia770_mipid_props[] = {
132 static const struct property_entry nokia770_ads7846_props[] = {
233 static const struct property_entry nokia770_cbus_props[] = {
/linux-6.6.21/drivers/i2c/busses/
Di2c-cht-wc.c271 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-6.6.21/arch/arm/mach-tegra/
Dboard-paz00.c17 static struct property_entry wifi_rfkill_prop[] __initdata = {
/linux-6.6.21/drivers/acpi/
Dacpi_apd.c33 struct property_entry *properties;
121 static struct property_entry uart_properties[] = {
/linux-6.6.21/drivers/firmware/efi/
Dapple-properties.c51 struct property_entry entry[]) in unmarshal_key_value_pairs()
124 struct property_entry *entry = NULL; in unmarshal_devices()
/linux-6.6.21/drivers/platform/chrome/
Dchromeos_laptop.c55 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-6.6.21/drivers/usb/host/
Dxhci-ext-caps.c18 static const struct property_entry role_switch_props[] = {

123