Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/platform/x86/
Dtouchscreen_dmi.c25 const struct property_entry *properties;
30 static const struct property_entry chuwi_hi8_props[] = {
44 static const struct property_entry chuwi_hi8_pro_props[] = {
58 static const struct property_entry chuwi_vi8_props[] = {
73 static const struct property_entry chuwi_vi10_props[] = {
89 static const struct property_entry connect_tablet9_props[] = {
106 static const struct property_entry cube_iwork8_air_props[] = {
120 static const struct property_entry cube_knote_i1101_props[] = {
136 static const struct property_entry dexp_ursus_7w_props[] = {
150 static const struct property_entry digma_citi_e200_props[] = {
[all …]
Dintel_cht_int33fe.c78 static const struct property_entry max17047_props[] = {
83 static const struct property_entry fusb302_props[] = {
/Linux-v4.19/include/linux/
Dproperty.h185 struct property_entry { struct
215 (struct property_entry) { \
233 (struct property_entry) { \
242 (struct property_entry) { \
259 (struct property_entry) { \
267 (struct property_entry) { \
271 struct property_entry *
272 property_entries_dup(const struct property_entry *properties);
274 void property_entries_free(const struct property_entry *properties);
277 const struct property_entry *properties);
Dplatform_device.h20 struct property_entry;
76 struct property_entry *properties;
175 const struct property_entry *properties);
Di2c.h57 struct property_entry;
422 const struct property_entry *properties;
/Linux-v4.19/drivers/base/
Dproperty.c24 const struct property_entry *properties;
44 static const struct property_entry *
47 const struct property_entry *prop; in pset_prop_get()
59 static const void *property_get_pointer(const struct property_entry *prop) in property_get_pointer()
87 static void property_set_pointer(struct property_entry *prop, const void *pointer) in property_set_pointer()
128 const struct property_entry *prop; in pset_prop_find()
205 const struct property_entry *prop; in pset_prop_count_elems_of_size()
218 const struct property_entry *prop; in pset_prop_read_string_array()
762 static void property_entry_free_data(const struct property_entry *p) in property_entry_free_data()
780 static int property_copy_string_array(struct property_entry *dst, in property_copy_string_array()
[all …]
/Linux-v4.19/drivers/mfd/
Dintel-lpss-acpi.c25 static struct property_entry spt_i2c_properties[] = {
39 static struct property_entry bxt_i2c_properties[] = {
51 static struct property_entry apl_i2c_properties[] = {
Dintel-lpss.h19 struct property_entry;
26 struct property_entry *properties;
Dintel-lpss-pci.c70 static struct property_entry spt_i2c_properties[] = {
80 static struct property_entry uart_properties[] = {
103 static struct property_entry bxt_i2c_properties[] = {
115 static struct property_entry apl_i2c_properties[] = {
/Linux-v4.19/drivers/usb/dwc3/
Ddwc3-pci.c104 static const struct property_entry dwc3_pci_intel_properties[] = {
110 static const struct property_entry dwc3_pci_mrfld_properties[] = {
116 static const struct property_entry dwc3_pci_amd_properties[] = {
213 struct property_entry *p = (struct property_entry *)id->driver_data; in dwc3_pci_probe()
Dhost.c49 struct property_entry props[3]; in dwc3_host_init()
91 memset(props, 0, sizeof(struct property_entry) * ARRAY_SIZE(props)); in dwc3_host_init()
Ddwc3-haps.c32 static const struct property_entry initial_properties[] = {
/Linux-v4.19/include/linux/mfd/
Dcore.h20 struct property_entry;
50 struct property_entry *properties;
/Linux-v4.19/arch/arm/mach-tegra/
Dboard-paz00.c26 static struct property_entry wifi_rfkill_prop[] __initdata = {
/Linux-v4.19/drivers/acpi/
Dacpi_apd.c46 struct property_entry *properties;
127 static struct property_entry uart_properties[] = {
Dacpi_platform.c64 struct property_entry *properties) in acpi_create_platform_device()
/Linux-v4.19/drivers/firmware/efi/
Dapple-properties.c61 struct property_entry entry[]) in unmarshal_key_value_pairs()
132 struct property_entry *entry = NULL; in unmarshal_devices()
/Linux-v4.19/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-v4.19/drivers/usb/dwc2/
Dpci.c70 struct property_entry properties[] = { in dwc2_pci_quirks()
/Linux-v4.19/drivers/tty/serial/8250/
D8250_exar.c240 const struct property_entry *properties) in __xr17v35x_register_gpio()
260 static const struct property_entry exar_gpio_properties[] = {
337 static const struct property_entry iot2040_gpio_properties[] = {
/Linux-v4.19/drivers/char/ipmi/
Dipmi_dmi.c42 struct property_entry p[5]; in dmi_add_platform_ipmi()
/Linux-v4.19/include/linux/spi/
Dspi.h26 struct property_entry;
1241 const struct property_entry *properties;
/Linux-v4.19/arch/arm/mach-imx/
Dmach-pca100.c171 static const struct property_entry board_eeprom_properties[] = {
Dmach-pcm043.c113 static const struct property_entry board_eeprom_properties[] = {
/Linux-v4.19/Documentation/input/devices/
Drotary-encoder.rst110 static const struct property_entry rotary_encoder_properties[] __initconst = {

12