Home
last modified time | relevance | path

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

123

/Linux-v5.4/drivers/platform/x86/
Dtouchscreen_dmi.c21 const struct property_entry *properties;
26 static const struct property_entry chuwi_hi8_props[] = {
40 static const struct property_entry chuwi_hi8_air_props[] = {
54 static const struct property_entry chuwi_hi8_pro_props[] = {
71 static const struct property_entry chuwi_hi10_air_props[] = {
90 static const struct property_entry chuwi_hi10_plus_props[] = {
106 static const struct property_entry chuwi_vi8_props[] = {
123 static const struct property_entry chuwi_vi10_props[] = {
139 static const struct property_entry chuwi_surbook_mini_props[] = {
155 static const struct property_entry connect_tablet9_props[] = {
[all …]
Dintel_cht_int33fe.c103 static const struct property_entry max17047_props[] = {
108 static const struct property_entry fusb302_props[] = {
125 static const struct property_entry usb_connector_props[] = {
/Linux-v5.4/drivers/base/
Dswnode.c93 static const struct property_entry *
94 property_entry_get(const struct property_entry *prop, const char *name) in property_entry_get()
107 property_set_pointer(struct property_entry *prop, const void *pointer) in property_set_pointer()
145 static const void *property_get_pointer(const struct property_entry *prop) in property_get_pointer()
173 static const void *property_entry_find(const struct property_entry *props, in property_entry_find()
176 const struct property_entry *prop; in property_entry_find()
190 static int property_entry_read_u8_array(const struct property_entry *props, in property_entry_read_u8_array()
205 static int property_entry_read_u16_array(const struct property_entry *props, in property_entry_read_u16_array()
220 static int property_entry_read_u32_array(const struct property_entry *props, in property_entry_read_u32_array()
235 static int property_entry_read_u64_array(const struct property_entry *props, in property_entry_read_u64_array()
[all …]
/Linux-v5.4/include/linux/
Dproperty.h231 struct property_entry { struct
261 (struct property_entry) { \
279 (struct property_entry) { \
288 (struct property_entry) { \
305 (struct property_entry) { \
313 (struct property_entry) { \
317 struct property_entry *
318 property_entries_dup(const struct property_entry *properties);
320 void property_entries_free(const struct property_entry *properties);
323 const struct property_entry *properties);
[all …]
Dplatform_device.h19 struct property_entry;
86 struct property_entry *properties;
185 const struct property_entry *properties);
Di2c.h43 struct property_entry;
417 const struct property_entry *properties;
/Linux-v5.4/drivers/mfd/
Dintel-lpss-acpi.c25 static struct property_entry spt_i2c_properties[] = {
35 static struct property_entry uart_properties[] = {
52 static struct property_entry bxt_i2c_properties[] = {
64 static struct property_entry apl_i2c_properties[] = {
Dintel-lpss.h18 struct property_entry;
25 struct property_entry *properties;
Dintel-lpss-pci.c68 static struct property_entry spt_i2c_properties[] = {
78 static struct property_entry uart_properties[] = {
101 static struct property_entry bxt_i2c_properties[] = {
113 static struct property_entry apl_i2c_properties[] = {
/Linux-v5.4/drivers/usb/dwc3/
Ddwc3-pci.c107 static const struct property_entry dwc3_pci_intel_properties[] = {
113 static const struct property_entry dwc3_pci_mrfld_properties[] = {
119 static const struct property_entry dwc3_pci_amd_properties[] = {
216 struct property_entry *p = (struct property_entry *)id->driver_data; in dwc3_pci_probe()
Dhost.c46 struct property_entry props[4]; in dwc3_host_init()
88 memset(props, 0, sizeof(struct property_entry) * ARRAY_SIZE(props)); in dwc3_host_init()
Ddwc3-haps.c28 static const struct property_entry initial_properties[] = {
/Linux-v5.4/include/linux/mfd/
Dcore.h16 struct property_entry;
46 struct property_entry *properties;
/Linux-v5.4/arch/arm/mach-tegra/
Dboard-paz00.c17 static struct property_entry wifi_rfkill_prop[] __initdata = {
/Linux-v5.4/drivers/acpi/
Dacpi_apd.c44 struct property_entry *properties;
125 static struct property_entry uart_properties[] = {
Dacpi_platform.c62 struct property_entry *properties) in acpi_create_platform_device()
/Linux-v5.4/drivers/firmware/efi/
Dapple-properties.c50 struct property_entry entry[]) in unmarshal_key_value_pairs()
121 struct property_entry *entry = NULL; in unmarshal_devices()
/Linux-v5.4/drivers/platform/chrome/
Dchromeos_laptop.c60 const struct property_entry *properties;
284 static const struct property_entry
291 static const struct property_entry
489 static const struct property_entry samus_trackpad_props[] __initconst = {
/Linux-v5.4/arch/arm/mach-davinci/
Dboard-sffsdr.c82 static const struct property_entry eeprom_properties[] = {
/Linux-v5.4/drivers/usb/host/
Dxhci-ext-caps.c18 static const struct property_entry role_switch_props[] = {
/Linux-v5.4/drivers/usb/dwc2/
Dpci.c70 struct property_entry properties[] = { in dwc2_pci_quirks()
/Linux-v5.4/drivers/char/ipmi/
Dipmi_plat_data.c17 struct property_entry pr[6]; in ipmi_platform_add()
/Linux-v5.4/drivers/tty/serial/8250/
D8250_exar.c320 const struct property_entry *properties) in __xr17v35x_register_gpio()
340 static const struct property_entry exar_gpio_properties[] = {
417 static const struct property_entry iot2040_gpio_properties[] = {
/Linux-v5.4/drivers/i2c/busses/
Di2c-icy.c112 static const struct property_entry icy_ltc2990_props[] = {
/Linux-v5.4/include/linux/spi/
Dspi.h18 struct property_entry;
1311 const struct property_entry *properties;

123