property 21 arch/arm/boot/compressed/atags_to_fdt.c static int setprop(void *fdt, const char *node_path, const char *property, property 27 arch/arm/boot/compressed/atags_to_fdt.c return fdt_setprop(fdt, offset, property, val_array, size); property 31 arch/arm/boot/compressed/atags_to_fdt.c const char *property, const char *string) property 36 arch/arm/boot/compressed/atags_to_fdt.c return fdt_setprop_string(fdt, offset, property, string); property 40 arch/arm/boot/compressed/atags_to_fdt.c const char *property, uint32_t val) property 45 arch/arm/boot/compressed/atags_to_fdt.c return fdt_setprop_cell(fdt, offset, property, val); property 49 arch/arm/boot/compressed/atags_to_fdt.c const char *property, int *len) property 56 arch/arm/boot/compressed/atags_to_fdt.c return fdt_getprop(fdt, offset, property, len); property 128 arch/arm/mach-mvebu/board-v7.c struct property *new_compat; property 194 arch/arm/mach-mvebu/coherency.c struct property *p; property 86 arch/arm/mach-mvebu/kirkwood.c struct property *pmac; property 161 arch/arm/mach-mxs/mach-mxs.c struct property *newmac; property 397 arch/arm/mach-omap2/omap_device.c struct property *prop; property 2244 arch/arm/mach-omap2/omap_hwmod.c struct property *prop; property 174 arch/arm/mach-omap2/timer.c struct property *prop; property 221 arch/arm/mach-omap2/timer.c const char *property) property 230 arch/arm/mach-omap2/timer.c if (property && !of_get_property(np, property, NULL)) property 233 arch/arm/mach-omap2/timer.c if (!property && (of_get_property(np, "ti,timer-alwon", NULL) || property 285 arch/arm/mach-omap2/timer.c const char *property, property 295 arch/arm/mach-omap2/timer.c np = omap_get_timer_dt(omap_timer_match, property); property 367 arch/arm/mach-omap2/timer.c const char *property) property 381 arch/arm/mach-omap2/timer.c res = omap_dm_timer_init_one(&clkev, fck_source, property, property 505 arch/arm/mach-omap2/timer.c const char *property) property 512 arch/arm/mach-omap2/timer.c res = omap_dm_timer_init_one(&clksrc, fck_source, property, property 130 arch/arm/mach-versatile/versatile_dt.c struct property *newprop; property 224 arch/m68k/include/asm/oplib.h extern int prom_getproplen(int thisnode, char *property); property 229 arch/m68k/include/asm/oplib.h extern int prom_getproperty(int thisnode, char *property, property 233 arch/m68k/include/asm/oplib.h extern int prom_getint(int node, char *property); property 236 arch/m68k/include/asm/oplib.h extern int prom_getintdefault(int node, char *property, int defval); property 263 arch/m68k/include/asm/oplib.h extern int prom_node_has_property(int node, char *property); property 133 arch/m68k/sun3x/prom.c int prom_getintdefault(int node, char *property, int deflt) property 202 arch/mips/mti-malta/malta-time.c static struct property gic_frequency_prop = { property 90 arch/powerpc/include/asm/prom.h extern int of_read_drc_info_cell(struct property **prop, property 85 arch/powerpc/kernel/ima_kexec.c struct property *prop; property 209 arch/powerpc/kernel/machine_kexec.c static struct property kernel_end_prop = { property 215 arch/powerpc/kernel/machine_kexec.c static struct property crashk_base_prop = { property 221 arch/powerpc/kernel/machine_kexec.c static struct property crashk_size_prop = { property 227 arch/powerpc/kernel/machine_kexec.c static struct property memory_limit_prop = { property 380 arch/powerpc/kernel/machine_kexec_64.c static struct property htab_base_prop = { property 386 arch/powerpc/kernel/machine_kexec_64.c static struct property htab_size_prop = { property 585 arch/powerpc/kernel/mce.c struct property *prop = NULL; property 117 arch/powerpc/kernel/pci_32.c struct property *map_prop; property 204 arch/powerpc/kernel/pci_32.c struct property* of_prop; property 207 arch/powerpc/kernel/pci_32.c of_prop = memblock_alloc(sizeof(struct property) + 256, property 211 arch/powerpc/kernel/pci_32.c sizeof(struct property) + 256); property 214 arch/powerpc/kernel/pci_32.c memset(of_prop, -1, sizeof(struct property) + 256); property 91 arch/powerpc/kernel/smp.c unsigned int property; property 704 arch/powerpc/kernel/smp.c unsigned int property) property 717 arch/powerpc/kernel/smp.c tg->property = thread_group_array[0]; property 720 arch/powerpc/kernel/smp.c if (tg->property != property || property 778 arch/powerpc/kernel/smp.c struct thread_groups tg = {.property = 0, property 37 arch/powerpc/mm/drmem.c static struct property *clone_property(struct property *prop, u32 prop_sz) property 39 arch/powerpc/mm/drmem.c struct property *new_prop; property 62 arch/powerpc/mm/drmem.c struct property *prop) property 64 arch/powerpc/mm/drmem.c struct property *new_prop; property 101 arch/powerpc/mm/drmem.c struct property *prop) property 103 arch/powerpc/mm/drmem.c struct property *new_prop; property 172 arch/powerpc/mm/drmem.c struct property *prop; property 497 arch/powerpc/platforms/85xx/p1022_ds.c static struct property nor_status = { property 521 arch/powerpc/platforms/85xx/p1022_ds.c static struct property nand_status = { property 96 arch/powerpc/platforms/8xx/tqm8xx_setup.c struct property *prop; property 260 arch/powerpc/platforms/chrp/setup.c const char *property; property 270 arch/powerpc/platforms/chrp/setup.c property = of_get_property(node, "model", NULL); property 271 arch/powerpc/platforms/chrp/setup.c if (!property) property 273 arch/powerpc/platforms/chrp/setup.c if (strcmp(property, "Pegasos2")) property 276 arch/powerpc/platforms/chrp/setup.c property = of_get_property(of_chosen, "linux,stdout-path", NULL); property 277 arch/powerpc/platforms/chrp/setup.c if (!property) property 280 arch/powerpc/platforms/chrp/setup.c node = of_find_node_by_path(property); property 66 arch/powerpc/platforms/maple/pci.c struct property *prop; property 90 arch/powerpc/platforms/powermac/pci.c struct property *prop; property 683 arch/powerpc/platforms/powermac/pfunc_core.c struct property *pp; property 766 arch/powerpc/platforms/powernv/opal.c struct property *prop; property 202 arch/powerpc/platforms/ps3/os-area.c static struct property property_rtc_diff = { property 208 arch/powerpc/platforms/ps3/os-area.c static struct property property_av_multi_out = { property 259 arch/powerpc/platforms/ps3/os-area.c struct property *prop) property 262 arch/powerpc/platforms/ps3/os-area.c struct property *tmp = of_find_property(node, prop->name, NULL); property 282 arch/powerpc/platforms/ps3/os-area.c struct property *prop) property 284 arch/powerpc/platforms/ps3/os-area.c const struct property *tmp = of_find_property(node, prop->name, NULL); property 42 arch/powerpc/platforms/pseries/dlpar.c void dlpar_free_cc_property(struct property *prop) property 49 arch/powerpc/platforms/pseries/dlpar.c static struct property *dlpar_parse_cc_property(struct cc_workarea *ccwa) property 51 arch/powerpc/platforms/pseries/dlpar.c struct property *prop; property 101 arch/powerpc/platforms/pseries/dlpar.c struct property *prop; property 139 arch/powerpc/platforms/pseries/dlpar.c struct property *property; property 140 arch/powerpc/platforms/pseries/dlpar.c struct property *last_property = NULL; property 203 arch/powerpc/platforms/pseries/dlpar.c property = dlpar_parse_cc_property(ccwa); property 204 arch/powerpc/platforms/pseries/dlpar.c if (!property) property 208 arch/powerpc/platforms/pseries/dlpar.c last_dn->properties = property; property 210 arch/powerpc/platforms/pseries/dlpar.c last_property->next = property; property 212 arch/powerpc/platforms/pseries/dlpar.c last_property = property; property 70 arch/powerpc/platforms/pseries/hotplug-memory.c static void dlpar_free_property(struct property *prop) property 77 arch/powerpc/platforms/pseries/hotplug-memory.c static struct property *dlpar_clone_property(struct property *prop, property 80 arch/powerpc/platforms/pseries/hotplug-memory.c struct property *new_prop; property 101 arch/powerpc/platforms/pseries/hotplug-memory.c struct property *ala_prop, property 105 arch/powerpc/platforms/pseries/hotplug-memory.c struct property *new_prop; property 159 arch/powerpc/platforms/pseries/hotplug-memory.c struct property *ala_prop; property 773 arch/powerpc/platforms/pseries/iommu.c struct property *win64; property 992 arch/powerpc/platforms/pseries/iommu.c struct property *win64; property 1068 arch/powerpc/platforms/pseries/iommu.c win64 = kzalloc(sizeof(struct property), GFP_KERNEL); property 72 arch/powerpc/platforms/pseries/mobility.c static int update_dt_property(struct device_node *dn, struct property **prop, property 75 arch/powerpc/platforms/pseries/mobility.c struct property *new_prop = *prop; property 136 arch/powerpc/platforms/pseries/mobility.c struct property *prop = NULL; property 45 arch/powerpc/platforms/pseries/of_helpers.c int of_read_drc_info_cell(struct property **prop, const __be32 **curval, property 51 arch/powerpc/platforms/pseries/pseries.h extern void dlpar_free_cc_property(struct property *); property 51 arch/powerpc/platforms/pseries/pseries_energy.c struct property *info = NULL; property 122 arch/powerpc/platforms/pseries/pseries_energy.c struct property *info = NULL; property 23 arch/powerpc/platforms/pseries/reconfig.c static int pSeries_reconfig_add_node(const char *path, struct property *proplist) property 90 arch/powerpc/platforms/pseries/reconfig.c static void release_prop_list(const struct property *prop) property 92 arch/powerpc/platforms/pseries/reconfig.c struct property *next; property 168 arch/powerpc/platforms/pseries/reconfig.c static struct property *new_property(const char *name, const int length, property 169 arch/powerpc/platforms/pseries/reconfig.c const unsigned char *value, struct property *last) property 171 arch/powerpc/platforms/pseries/reconfig.c struct property *new = kzalloc(sizeof(*new), GFP_KERNEL); property 198 arch/powerpc/platforms/pseries/reconfig.c struct property *prop = NULL; property 218 arch/powerpc/platforms/pseries/reconfig.c struct property *last = prop; property 274 arch/powerpc/platforms/pseries/reconfig.c struct property *prop = NULL; property 322 arch/powerpc/platforms/pseries/reconfig.c struct property *newprop; property 115 arch/powerpc/platforms/pseries/vio.c struct property *prop; property 145 arch/powerpc/sysdev/mpic_msgr.c struct property *prop; property 224 arch/powerpc/sysdev/msi_bitmap.c struct property prop; property 554 arch/powerpc/sysdev/xive/native.c struct property *prop; property 780 arch/powerpc/sysdev/xive/spapr.c struct property *prop; property 125 arch/sparc/include/asm/oplib_32.h int prom_getproplen(phandle thisnode, const char *property); property 130 arch/sparc/include/asm/oplib_32.h int __must_check prom_getproperty(phandle thisnode, const char *property, property 134 arch/sparc/include/asm/oplib_32.h int prom_getint(phandle node, char *property); property 137 arch/sparc/include/asm/oplib_32.h int prom_getintdefault(phandle node, char *property, int defval); property 193 arch/sparc/include/asm/oplib_64.h int prom_getproplen(phandle thisnode, const char *property); property 198 arch/sparc/include/asm/oplib_64.h int prom_getproperty(phandle thisnode, const char *property, property 202 arch/sparc/include/asm/oplib_64.h int prom_getint(phandle node, const char *property); property 205 arch/sparc/include/asm/oplib_64.h int prom_getintdefault(phandle node, const char *property, int defval); property 233 arch/sparc/include/asm/oplib_64.h int prom_node_has_property(phandle node, const char *property); property 309 arch/sparc/kernel/leon_kernel.c struct property *pp; property 278 arch/sparc/kernel/leon_smp.c struct property *pp; property 699 arch/sparc/kernel/pci_sun4v.c struct property *prop; property 61 arch/sparc/kernel/prom_32.c struct property *rprop; property 78 arch/sparc/kernel/prom_32.c struct property *prop; property 96 arch/sparc/kernel/prom_32.c struct property *prop; property 122 arch/sparc/kernel/prom_32.c struct property *prop; property 141 arch/sparc/kernel/prom_32.c struct property *prop; property 70 arch/sparc/kernel/prom_64.c struct property *rprop; property 112 arch/sparc/kernel/prom_64.c struct property *prop; property 148 arch/sparc/kernel/prom_64.c struct property *prop; property 166 arch/sparc/kernel/prom_64.c struct property *prop; property 192 arch/sparc/kernel/prom_64.c struct property *prop; property 214 arch/sparc/kernel/prom_64.c struct property *prop; property 231 arch/sparc/kernel/prom_64.c struct property *prop; property 249 arch/sparc/kernel/prom_64.c struct property *prop; property 269 arch/sparc/kernel/prom_64.c struct property *prop; property 291 arch/sparc/kernel/prom_64.c struct property *prop; property 393 arch/sparc/kernel/prom_64.c struct property *prop = of_find_property(cpun, "reg", NULL); property 36 arch/sparc/kernel/prom_common.c struct property *prop; property 52 arch/sparc/kernel/prom_common.c struct property **prevp; property 67 arch/sparc/kernel/prom_common.c struct property *prop = *prevp; property 109 arch/sparc/mm/init_64.c static void __init read_obp_memory(const char *property, property 114 arch/sparc/mm/init_64.c int prop_size = prom_getproplen(node, property); property 121 arch/sparc/mm/init_64.c property, MAX_BANKS); property 125 arch/sparc/mm/init_64.c ret = prom_getproperty(node, property, (char *) regs, prop_size); property 128 arch/sparc/mm/init_64.c property); property 144 arch/sparc/prom/tree_32.c int prom_getintdefault(phandle node, char *property, int deflt) property 148 arch/sparc/prom/tree_32.c retval = prom_getint(node, property); property 160 arch/sparc/prom/tree_64.c int prom_getintdefault(phandle node, const char *property, int deflt) property 164 arch/sparc/prom/tree_64.c retval = prom_getint(node, property); property 116 arch/xtensa/platforms/xtfpga/setup.c struct property *newmac; property 272 drivers/acpi/property.c const union acpi_object *property; property 274 drivers/acpi/property.c property = &properties->package.elements[i]; property 279 drivers/acpi/property.c if (property->package.count != 2 property 280 drivers/acpi/property.c || property->package.elements[0].type != ACPI_TYPE_STRING property 281 drivers/acpi/property.c || !acpi_property_value_ok(&property->package.elements[1])) property 500 drivers/acpi/property.c const union acpi_object *property; property 502 drivers/acpi/property.c property = &properties->package.elements[i]; property 504 drivers/acpi/property.c propname = &property->package.elements[0]; property 505 drivers/acpi/property.c propvalue = &property->package.elements[1]; property 840 drivers/ata/pata_octeon_cf.c struct property *reg_prop; property 82 drivers/bus/imx-weim.c struct property *prop; property 92 drivers/bus/tegra-gmi.c u32 property, ranges[4]; property 145 drivers/bus/tegra-gmi.c err = of_property_read_u32(child, "reg", &property); property 152 drivers/bus/tegra-gmi.c property = ranges[1]; property 156 drivers/bus/tegra-gmi.c if (property >= TEGRA_GMI_MAX_CHIP_SELECT) { property 157 drivers/bus/tegra-gmi.c dev_err(gmi->dev, "invalid chip select: %d", property); property 162 drivers/bus/tegra-gmi.c gmi->snor_config |= TEGRA_GMI_CS_SELECT(property); property 165 drivers/bus/tegra-gmi.c if (!of_property_read_u32(child, "nvidia,snor-muxed-width", &property)) property 166 drivers/bus/tegra-gmi.c gmi->snor_timing0 |= TEGRA_GMI_MUXED_WIDTH(property); property 170 drivers/bus/tegra-gmi.c if (!of_property_read_u32(child, "nvidia,snor-hold-width", &property)) property 171 drivers/bus/tegra-gmi.c gmi->snor_timing0 |= TEGRA_GMI_HOLD_WIDTH(property); property 175 drivers/bus/tegra-gmi.c if (!of_property_read_u32(child, "nvidia,snor-adv-width", &property)) property 176 drivers/bus/tegra-gmi.c gmi->snor_timing0 |= TEGRA_GMI_ADV_WIDTH(property); property 180 drivers/bus/tegra-gmi.c if (!of_property_read_u32(child, "nvidia,snor-ce-width", &property)) property 181 drivers/bus/tegra-gmi.c gmi->snor_timing0 |= TEGRA_GMI_CE_WIDTH(property); property 185 drivers/bus/tegra-gmi.c if (!of_property_read_u32(child, "nvidia,snor-we-width", &property)) property 186 drivers/bus/tegra-gmi.c gmi->snor_timing1 |= TEGRA_GMI_WE_WIDTH(property); property 190 drivers/bus/tegra-gmi.c if (!of_property_read_u32(child, "nvidia,snor-oe-width", &property)) property 191 drivers/bus/tegra-gmi.c gmi->snor_timing1 |= TEGRA_GMI_OE_WIDTH(property); property 195 drivers/bus/tegra-gmi.c if (!of_property_read_u32(child, "nvidia,snor-wait-width", &property)) property 196 drivers/bus/tegra-gmi.c gmi->snor_timing1 |= TEGRA_GMI_WAIT_WIDTH(property); property 305 drivers/bus/ti-sysc.c struct property *prop; property 1754 drivers/bus/ti-sysc.c struct property *prop; property 2068 drivers/bus/ti-sysc.c const struct property *prop; property 79 drivers/clk/clk-conf.c struct property *prop; property 1161 drivers/clk/clk-si5351.c struct property *prop; property 4685 drivers/clk/clk.c struct property *prop; property 4825 drivers/clk/clk.c struct property *prop; property 201 drivers/clk/qcom/common.c struct property *prop; property 24 drivers/clk/sunxi/clk-simple-gates.c struct property *prop; property 27 drivers/clk/sunxi/clk-sun8i-bus-gates.c struct property *prop; property 422 drivers/clocksource/samsung_pwm_timer.c struct property *prop; property 62 drivers/cpufreq/cpufreq-dt.c struct property *pp; property 336 drivers/cpufreq/imx6q-cpufreq.c const struct property *prop; property 174 drivers/cpufreq/spear-cpufreq.c const struct property *prop; property 547 drivers/crypto/nx/nx-842-pseries.c static int nx842_OF_upd_status(struct property *prop) property 582 drivers/crypto/nx/nx-842-pseries.c struct property *prop) { property 630 drivers/crypto/nx/nx-842-pseries.c struct property *prop) { property 710 drivers/crypto/nx/nx-842-pseries.c static int nx842_OF_upd(struct property *new_prop) property 715 drivers/crypto/nx/nx-842-pseries.c struct property *status = NULL; property 716 drivers/crypto/nx/nx-842-pseries.c struct property *maxsglen = NULL; property 717 drivers/crypto/nx/nx-842-pseries.c struct property *maxsyncop = NULL; property 327 drivers/crypto/nx/nx.c struct property *p, property 340 drivers/crypto/nx/nx.c struct property *p, property 357 drivers/crypto/nx/nx.c struct property *p, property 465 drivers/crypto/nx/nx.c struct property *p; property 1792 drivers/dma/imx-sdma.c struct property *event_remap; property 325 drivers/dma/ti/dma-crossbar.c struct property *prop; property 2103 drivers/dma/ti/edma.c struct property *prop; property 3128 drivers/firmware/ti_sci.c const char *property) property 3140 drivers/firmware/ti_sci.c ti_sci_np = of_parse_phandle(np, property, 0); property 3176 drivers/firmware/ti_sci.c const char *property) property 3184 drivers/firmware/ti_sci.c handle = ti_sci_get_by_phandle(dev_of_node(dev), property); property 613 drivers/gpio/gpio-brcmstb.c struct property *prop; property 802 drivers/gpio/gpiolib-of.c struct property *group_names; property 465 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c struct drm_property *property, property 473 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c if (property == adev->mode_info.coherent_mode_property) { property 495 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c if (property == adev->mode_info.audio_property) { property 510 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c if (property == adev->mode_info.dither_property) { property 525 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c if (property == adev->mode_info.underscan_property) { property 539 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c if (property == adev->mode_info.underscan_hborder_property) { property 553 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c if (property == adev->mode_info.underscan_vborder_property) { property 567 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c if (property == adev->mode_info.load_detect_property) { property 577 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c if (property == dev->mode_config.scaling_mode_property) { property 774 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c struct drm_property *property, property 782 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c if (property != dev->mode_config.scaling_mode_property) property 327 drivers/gpu/drm/amd/amdgpu/dce_virtual.c struct drm_property *property, property 3836 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c struct drm_property *property, property 3848 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c if (property == dev->mode_config.scaling_mode_property) { property 3872 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c } else if (property == adev->mode_info.underscan_hborder_property) { property 3875 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c } else if (property == adev->mode_info.underscan_vborder_property) { property 3878 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c } else if (property == adev->mode_info.underscan_property) { property 3881 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c } else if (property == adev->mode_info.abm_level_property) { property 3891 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c struct drm_property *property, property 3900 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c if (property == dev->mode_config.scaling_mode_property) { property 3917 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c } else if (property == adev->mode_info.underscan_hborder_property) { property 3920 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c } else if (property == adev->mode_info.underscan_vborder_property) { property 3923 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c } else if (property == adev->mode_info.underscan_property) { property 3926 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c } else if (property == adev->mode_info.abm_level_property) { property 360 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h struct drm_property *property, property 365 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h struct drm_property *property, property 32 drivers/gpu/drm/armada/armada_510.c struct property *prop; property 344 drivers/gpu/drm/armada/armada_overlay.c struct drm_plane_state *state, struct drm_property *property, property 352 drivers/gpu/drm/armada/armada_overlay.c if (property == priv->colorkey_prop) { property 358 drivers/gpu/drm/armada/armada_overlay.c } else if (property == priv->colorkey_min_prop) { property 365 drivers/gpu/drm/armada/armada_overlay.c } else if (property == priv->colorkey_max_prop) { property 372 drivers/gpu/drm/armada/armada_overlay.c } else if (property == priv->colorkey_val_prop) { property 379 drivers/gpu/drm/armada/armada_overlay.c } else if (property == priv->colorkey_alpha_prop) { property 386 drivers/gpu/drm/armada/armada_overlay.c } else if (property == priv->colorkey_mode_prop) { property 399 drivers/gpu/drm/armada/armada_overlay.c } else if (property == priv->brightness_prop) { property 401 drivers/gpu/drm/armada/armada_overlay.c } else if (property == priv->contrast_prop) { property 403 drivers/gpu/drm/armada/armada_overlay.c } else if (property == priv->saturation_prop) { property 412 drivers/gpu/drm/armada/armada_overlay.c const struct drm_plane_state *state, struct drm_property *property, property 419 drivers/gpu/drm/armada/armada_overlay.c if (property == priv->colorkey_prop) { property 432 drivers/gpu/drm/armada/armada_overlay.c } else if (property == priv->colorkey_min_prop) { property 436 drivers/gpu/drm/armada/armada_overlay.c } else if (property == priv->colorkey_max_prop) { property 440 drivers/gpu/drm/armada/armada_overlay.c } else if (property == priv->colorkey_val_prop) { property 444 drivers/gpu/drm/armada/armada_overlay.c } else if (property == priv->colorkey_alpha_prop) { property 448 drivers/gpu/drm/armada/armada_overlay.c } else if (property == priv->colorkey_mode_prop) { property 451 drivers/gpu/drm/armada/armada_overlay.c } else if (property == priv->brightness_prop) { property 453 drivers/gpu/drm/armada/armada_overlay.c } else if (property == priv->contrast_prop) { property 455 drivers/gpu/drm/armada/armada_overlay.c } else if (property == priv->saturation_prop) { property 420 drivers/gpu/drm/drm_atomic_uapi.c struct drm_crtc_state *state, struct drm_property *property, property 428 drivers/gpu/drm/drm_atomic_uapi.c if (property == config->prop_active) property 430 drivers/gpu/drm/drm_atomic_uapi.c else if (property == config->prop_mode_id) { property 436 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_vrr_enabled) { property 438 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->degamma_lut_property) { property 446 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->ctm_property) { property 454 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->gamma_lut_property) { property 462 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_out_fence_ptr) { property 473 drivers/gpu/drm/drm_atomic_uapi.c return crtc->funcs->atomic_set_property(crtc, state, property, val); property 477 drivers/gpu/drm/drm_atomic_uapi.c property->base.id, property->name); property 487 drivers/gpu/drm/drm_atomic_uapi.c struct drm_property *property, uint64_t *val) property 492 drivers/gpu/drm/drm_atomic_uapi.c if (property == config->prop_active) property 494 drivers/gpu/drm/drm_atomic_uapi.c else if (property == config->prop_mode_id) property 496 drivers/gpu/drm/drm_atomic_uapi.c else if (property == config->prop_vrr_enabled) property 498 drivers/gpu/drm/drm_atomic_uapi.c else if (property == config->degamma_lut_property) property 500 drivers/gpu/drm/drm_atomic_uapi.c else if (property == config->ctm_property) property 502 drivers/gpu/drm/drm_atomic_uapi.c else if (property == config->gamma_lut_property) property 504 drivers/gpu/drm/drm_atomic_uapi.c else if (property == config->prop_out_fence_ptr) property 507 drivers/gpu/drm/drm_atomic_uapi.c return crtc->funcs->atomic_get_property(crtc, state, property, val); property 516 drivers/gpu/drm/drm_atomic_uapi.c struct drm_property *property, uint64_t val) property 523 drivers/gpu/drm/drm_atomic_uapi.c if (property == config->prop_fb_id) { property 529 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_in_fence_fd) { property 540 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_crtc_id) { property 545 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_crtc_x) { property 547 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_crtc_y) { property 549 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_crtc_w) { property 551 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_crtc_h) { property 553 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_src_x) { property 555 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_src_y) { property 557 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_src_w) { property 559 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_src_h) { property 561 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == plane->alpha_property) { property 563 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == plane->blend_mode_property) { property 565 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == plane->rotation_property) { property 572 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == plane->zpos_property) { property 574 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == plane->color_encoding_property) { property 576 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == plane->color_range_property) { property 578 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_fb_damage_clips) { property 588 drivers/gpu/drm/drm_atomic_uapi.c property, val); property 592 drivers/gpu/drm/drm_atomic_uapi.c property->base.id, property->name); property 602 drivers/gpu/drm/drm_atomic_uapi.c struct drm_property *property, uint64_t *val) property 607 drivers/gpu/drm/drm_atomic_uapi.c if (property == config->prop_fb_id) { property 609 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_in_fence_fd) { property 611 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_crtc_id) { property 613 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_crtc_x) { property 615 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_crtc_y) { property 617 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_crtc_w) { property 619 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_crtc_h) { property 621 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_src_x) { property 623 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_src_y) { property 625 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_src_w) { property 627 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_src_h) { property 629 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == plane->alpha_property) { property 631 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == plane->blend_mode_property) { property 633 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == plane->rotation_property) { property 635 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == plane->zpos_property) { property 637 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == plane->color_encoding_property) { property 639 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == plane->color_range_property) { property 641 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->prop_fb_damage_clips) { property 645 drivers/gpu/drm/drm_atomic_uapi.c return plane->funcs->atomic_get_property(plane, state, property, val); property 675 drivers/gpu/drm/drm_atomic_uapi.c struct drm_property *property, uint64_t val) property 682 drivers/gpu/drm/drm_atomic_uapi.c if (property == config->prop_crtc_id) { property 687 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->dpms_property) { property 693 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_select_subconnector_property) { property 695 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_left_margin_property) { property 697 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_right_margin_property) { property 699 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_top_margin_property) { property 701 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_bottom_margin_property) { property 703 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_mode_property) { property 705 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_brightness_property) { property 707 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_contrast_property) { property 709 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_flicker_reduction_property) { property 711 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_overscan_property) { property 713 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_saturation_property) { property 715 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_hue_property) { property 717 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->link_status_property) { property 731 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->hdr_output_metadata_property) { property 738 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->aspect_ratio_property) { property 740 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->content_type_property) { property 742 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == connector->scaling_mode_property) { property 744 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->content_protection_property) { property 750 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->hdcp_content_type_property) { property 752 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == connector->colorspace_property) { property 754 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->writeback_fb_id_property) { property 762 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->writeback_out_fence_ptr_property) { property 767 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == connector->max_bpc_property) { property 771 drivers/gpu/drm/drm_atomic_uapi.c state, property, val); property 775 drivers/gpu/drm/drm_atomic_uapi.c property->base.id, property->name); property 785 drivers/gpu/drm/drm_atomic_uapi.c struct drm_property *property, uint64_t *val) property 790 drivers/gpu/drm/drm_atomic_uapi.c if (property == config->prop_crtc_id) { property 792 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->dpms_property) { property 797 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_select_subconnector_property) { property 799 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_left_margin_property) { property 801 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_right_margin_property) { property 803 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_top_margin_property) { property 805 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_bottom_margin_property) { property 807 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_mode_property) { property 809 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_brightness_property) { property 811 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_contrast_property) { property 813 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_flicker_reduction_property) { property 815 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_overscan_property) { property 817 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_saturation_property) { property 819 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->tv_hue_property) { property 821 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->link_status_property) { property 823 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->aspect_ratio_property) { property 825 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->content_type_property) { property 827 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == connector->colorspace_property) { property 829 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == connector->scaling_mode_property) { property 831 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->hdr_output_metadata_property) { property 834 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->content_protection_property) { property 836 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->hdcp_content_type_property) { property 838 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->writeback_fb_id_property) { property 841 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == config->writeback_out_fence_ptr_property) { property 843 drivers/gpu/drm/drm_atomic_uapi.c } else if (property == connector->max_bpc_property) { property 847 drivers/gpu/drm/drm_atomic_uapi.c state, property, val); property 856 drivers/gpu/drm/drm_atomic_uapi.c struct drm_property *property, uint64_t *val) property 858 drivers/gpu/drm/drm_atomic_uapi.c struct drm_device *dev = property->dev; property 866 drivers/gpu/drm/drm_atomic_uapi.c connector->state, property, val); property 873 drivers/gpu/drm/drm_atomic_uapi.c crtc->state, property, val); property 880 drivers/gpu/drm/drm_atomic_uapi.c plane->state, property, val); property 2040 drivers/gpu/drm/drm_connector.c struct drm_property *property, property 2047 drivers/gpu/drm/drm_connector.c if (property == connector->dev->mode_config.dpms_property) { property 2050 drivers/gpu/drm/drm_connector.c ret = connector->funcs->set_property(connector, property, value); property 2053 drivers/gpu/drm/drm_connector.c drm_object_property_set_value(&connector->base, property, value); property 738 drivers/gpu/drm/drm_crtc.c struct drm_property *property, property 745 drivers/gpu/drm/drm_crtc.c ret = crtc->funcs->set_property(crtc, property, value); property 747 drivers/gpu/drm/drm_crtc.c drm_object_property_set_value(obj, property, value); property 63 drivers/gpu/drm/drm_crtc_internal.h struct drm_property *property, property 122 drivers/gpu/drm/drm_crtc_internal.h bool drm_property_change_valid_get(struct drm_property *property, property 125 drivers/gpu/drm/drm_crtc_internal.h void drm_property_change_valid_put(struct drm_property *property, property 179 drivers/gpu/drm/drm_crtc_internal.h struct drm_property *property, property 245 drivers/gpu/drm/drm_crtc_internal.h struct drm_property *property, uint64_t *val); property 441 drivers/gpu/drm/drm_mode_config.c struct drm_property *property, *pt; property 468 drivers/gpu/drm/drm_mode_config.c list_for_each_entry_safe(property, pt, &dev->mode_config.property_list, property 470 drivers/gpu/drm/drm_mode_config.c drm_property_destroy(dev, property); property 229 drivers/gpu/drm/drm_mode_object.c struct drm_property *property, property 242 drivers/gpu/drm/drm_mode_object.c obj->properties->properties[count] = property; property 268 drivers/gpu/drm/drm_mode_object.c struct drm_property *property, uint64_t val) property 272 drivers/gpu/drm/drm_mode_object.c WARN_ON(drm_drv_uses_atomic_modeset(property->dev) && property 273 drivers/gpu/drm/drm_mode_object.c !(property->flags & DRM_MODE_PROP_IMMUTABLE)); property 276 drivers/gpu/drm/drm_mode_object.c if (obj->properties->properties[i] == property) { property 287 drivers/gpu/drm/drm_mode_object.c struct drm_property *property, property 296 drivers/gpu/drm/drm_mode_object.c if (drm_drv_uses_atomic_modeset(property->dev) && property 297 drivers/gpu/drm/drm_mode_object.c !(property->flags & DRM_MODE_PROP_IMMUTABLE)) property 298 drivers/gpu/drm/drm_mode_object.c return drm_atomic_get_property(obj, property, val); property 301 drivers/gpu/drm/drm_mode_object.c if (obj->properties->properties[i] == property) { property 329 drivers/gpu/drm/drm_mode_object.c struct drm_property *property, uint64_t *val) property 331 drivers/gpu/drm/drm_mode_object.c WARN_ON(drm_drv_uses_atomic_modeset(property->dev)); property 333 drivers/gpu/drm/drm_mode_object.c return __drm_object_property_get_value(obj, property, val); property 515 drivers/gpu/drm/drm_mode_object.c struct drm_property *property; property 528 drivers/gpu/drm/drm_mode_object.c property = drm_mode_obj_find_prop_id(arg_obj, arg->prop_id); property 529 drivers/gpu/drm/drm_mode_object.c if (!property) property 532 drivers/gpu/drm/drm_mode_object.c if (drm_drv_uses_atomic_modeset(property->dev)) property 533 drivers/gpu/drm/drm_mode_object.c ret = set_property_atomic(arg_obj, file_priv, property, arg->value); property 535 drivers/gpu/drm/drm_mode_object.c ret = set_property_legacy(arg_obj, property, arg->value); property 459 drivers/gpu/drm/drm_plane.c struct drm_property *property, property 466 drivers/gpu/drm/drm_plane.c ret = plane->funcs->set_property(plane, property, value); property 468 drivers/gpu/drm/drm_plane.c drm_object_property_set_value(obj, property, value); property 100 drivers/gpu/drm/drm_property.c struct drm_property *property = NULL; property 109 drivers/gpu/drm/drm_property.c property = kzalloc(sizeof(struct drm_property), GFP_KERNEL); property 110 drivers/gpu/drm/drm_property.c if (!property) property 113 drivers/gpu/drm/drm_property.c property->dev = dev; property 116 drivers/gpu/drm/drm_property.c property->values = kcalloc(num_values, sizeof(uint64_t), property 118 drivers/gpu/drm/drm_property.c if (!property->values) property 122 drivers/gpu/drm/drm_property.c ret = drm_mode_object_add(dev, &property->base, DRM_MODE_OBJECT_PROPERTY); property 126 drivers/gpu/drm/drm_property.c property->flags = flags; property 127 drivers/gpu/drm/drm_property.c property->num_values = num_values; property 128 drivers/gpu/drm/drm_property.c INIT_LIST_HEAD(&property->enum_list); property 130 drivers/gpu/drm/drm_property.c strncpy(property->name, name, DRM_PROP_NAME_LEN); property 131 drivers/gpu/drm/drm_property.c property->name[DRM_PROP_NAME_LEN-1] = '\0'; property 133 drivers/gpu/drm/drm_property.c list_add_tail(&property->head, &dev->mode_config.property_list); property 135 drivers/gpu/drm/drm_property.c return property; property 137 drivers/gpu/drm/drm_property.c kfree(property->values); property 138 drivers/gpu/drm/drm_property.c kfree(property); property 167 drivers/gpu/drm/drm_property.c struct drm_property *property; property 172 drivers/gpu/drm/drm_property.c property = drm_property_create(dev, flags, name, num_values); property 173 drivers/gpu/drm/drm_property.c if (!property) property 177 drivers/gpu/drm/drm_property.c ret = drm_property_add_enum(property, property 181 drivers/gpu/drm/drm_property.c drm_property_destroy(dev, property); property 186 drivers/gpu/drm/drm_property.c return property; property 216 drivers/gpu/drm/drm_property.c struct drm_property *property; property 222 drivers/gpu/drm/drm_property.c property = drm_property_create(dev, flags, name, num_values); property 223 drivers/gpu/drm/drm_property.c if (!property) property 229 drivers/gpu/drm/drm_property.c ret = drm_property_add_enum(property, property 233 drivers/gpu/drm/drm_property.c drm_property_destroy(dev, property); property 238 drivers/gpu/drm/drm_property.c return property; property 246 drivers/gpu/drm/drm_property.c struct drm_property *property; property 248 drivers/gpu/drm/drm_property.c property = drm_property_create(dev, flags, name, 2); property 249 drivers/gpu/drm/drm_property.c if (!property) property 252 drivers/gpu/drm/drm_property.c property->values[0] = min; property 253 drivers/gpu/drm/drm_property.c property->values[1] = max; property 255 drivers/gpu/drm/drm_property.c return property; property 336 drivers/gpu/drm/drm_property.c struct drm_property *property; property 343 drivers/gpu/drm/drm_property.c property = drm_property_create(dev, flags, name, 1); property 344 drivers/gpu/drm/drm_property.c if (!property) property 347 drivers/gpu/drm/drm_property.c property->values[0] = type; property 349 drivers/gpu/drm/drm_property.c return property; property 390 drivers/gpu/drm/drm_property.c int drm_property_add_enum(struct drm_property *property, property 399 drivers/gpu/drm/drm_property.c if (WARN_ON(!drm_property_type_is(property, DRM_MODE_PROP_ENUM) && property 400 drivers/gpu/drm/drm_property.c !drm_property_type_is(property, DRM_MODE_PROP_BITMASK))) property 407 drivers/gpu/drm/drm_property.c if (WARN_ON(drm_property_type_is(property, DRM_MODE_PROP_BITMASK) && property 411 drivers/gpu/drm/drm_property.c list_for_each_entry(prop_enum, &property->enum_list, head) { property 417 drivers/gpu/drm/drm_property.c if (WARN_ON(index >= property->num_values)) property 428 drivers/gpu/drm/drm_property.c property->values[index] = value; property 429 drivers/gpu/drm/drm_property.c list_add_tail(&prop_enum->head, &property->enum_list); property 442 drivers/gpu/drm/drm_property.c void drm_property_destroy(struct drm_device *dev, struct drm_property *property) property 446 drivers/gpu/drm/drm_property.c list_for_each_entry_safe(prop_enum, pt, &property->enum_list, head) { property 451 drivers/gpu/drm/drm_property.c if (property->num_values) property 452 drivers/gpu/drm/drm_property.c kfree(property->values); property 453 drivers/gpu/drm/drm_property.c drm_mode_object_unregister(dev, &property->base); property 454 drivers/gpu/drm/drm_property.c list_del(&property->head); property 455 drivers/gpu/drm/drm_property.c kfree(property); property 463 drivers/gpu/drm/drm_property.c struct drm_property *property; property 474 drivers/gpu/drm/drm_property.c property = drm_property_find(dev, file_priv, out_resp->prop_id); property 475 drivers/gpu/drm/drm_property.c if (!property) property 478 drivers/gpu/drm/drm_property.c strncpy(out_resp->name, property->name, DRM_PROP_NAME_LEN); property 480 drivers/gpu/drm/drm_property.c out_resp->flags = property->flags; property 482 drivers/gpu/drm/drm_property.c value_count = property->num_values; property 487 drivers/gpu/drm/drm_property.c put_user(property->values[i], values_ptr + i)) { property 496 drivers/gpu/drm/drm_property.c if (drm_property_type_is(property, DRM_MODE_PROP_ENUM) || property 497 drivers/gpu/drm/drm_property.c drm_property_type_is(property, DRM_MODE_PROP_BITMASK)) { property 498 drivers/gpu/drm/drm_property.c list_for_each_entry(prop_enum, &property->enum_list, head) { property 523 drivers/gpu/drm/drm_property.c if (drm_property_type_is(property, DRM_MODE_PROP_BLOB)) property 877 drivers/gpu/drm/drm_property.c bool drm_property_change_valid_get(struct drm_property *property, property 882 drivers/gpu/drm/drm_property.c if (property->flags & DRM_MODE_PROP_IMMUTABLE) property 887 drivers/gpu/drm/drm_property.c if (drm_property_type_is(property, DRM_MODE_PROP_RANGE)) { property 888 drivers/gpu/drm/drm_property.c if (value < property->values[0] || value > property->values[1]) property 891 drivers/gpu/drm/drm_property.c } else if (drm_property_type_is(property, DRM_MODE_PROP_SIGNED_RANGE)) { property 894 drivers/gpu/drm/drm_property.c if (svalue < U642I64(property->values[0]) || property 895 drivers/gpu/drm/drm_property.c svalue > U642I64(property->values[1])) property 898 drivers/gpu/drm/drm_property.c } else if (drm_property_type_is(property, DRM_MODE_PROP_BITMASK)) { property 901 drivers/gpu/drm/drm_property.c for (i = 0; i < property->num_values; i++) property 902 drivers/gpu/drm/drm_property.c valid_mask |= (1ULL << property->values[i]); property 904 drivers/gpu/drm/drm_property.c } else if (drm_property_type_is(property, DRM_MODE_PROP_BLOB)) { property 910 drivers/gpu/drm/drm_property.c blob = drm_property_lookup_blob(property->dev, value); property 917 drivers/gpu/drm/drm_property.c } else if (drm_property_type_is(property, DRM_MODE_PROP_OBJECT)) { property 922 drivers/gpu/drm/drm_property.c *ref = __drm_mode_object_find(property->dev, NULL, value, property 923 drivers/gpu/drm/drm_property.c property->values[0]); property 927 drivers/gpu/drm/drm_property.c for (i = 0; i < property->num_values; i++) property 928 drivers/gpu/drm/drm_property.c if (property->values[i] == value) property 933 drivers/gpu/drm/drm_property.c void drm_property_change_valid_put(struct drm_property *property, property 939 drivers/gpu/drm/drm_property.c if (drm_property_type_is(property, DRM_MODE_PROP_OBJECT)) { property 941 drivers/gpu/drm/drm_property.c } else if (drm_property_type_is(property, DRM_MODE_PROP_BLOB)) property 363 drivers/gpu/drm/drm_sysfs.c struct drm_property *property) property 370 drivers/gpu/drm/drm_sysfs.c property->base.id)); property 375 drivers/gpu/drm/drm_sysfs.c "PROPERTY=%u", property->base.id); property 208 drivers/gpu/drm/gma500/cdv_intel_crt.c struct drm_property *property, property 1843 drivers/gpu/drm/gma500/cdv_intel_dp.c struct drm_property *property, property 1851 drivers/gpu/drm/gma500/cdv_intel_dp.c ret = drm_object_property_set_value(&connector->base, property, val); property 1855 drivers/gpu/drm/gma500/cdv_intel_dp.c if (property == dev_priv->force_audio_property) { property 1876 drivers/gpu/drm/gma500/cdv_intel_dp.c if (property == dev_priv->broadcast_rgb_property) { property 154 drivers/gpu/drm/gma500/cdv_intel_hdmi.c struct drm_property *property, property 159 drivers/gpu/drm/gma500/cdv_intel_hdmi.c if (!strcmp(property->name, "scaling mode") && encoder) { property 179 drivers/gpu/drm/gma500/cdv_intel_hdmi.c property, &curValue)) property 186 drivers/gpu/drm/gma500/cdv_intel_hdmi.c property, value)) property 419 drivers/gpu/drm/gma500/cdv_intel_lvds.c struct drm_property *property, property 424 drivers/gpu/drm/gma500/cdv_intel_lvds.c if (!strcmp(property->name, "scaling mode") && encoder) { property 443 drivers/gpu/drm/gma500/cdv_intel_lvds.c property, property 451 drivers/gpu/drm/gma500/cdv_intel_lvds.c property, property 464 drivers/gpu/drm/gma500/cdv_intel_lvds.c } else if (!strcmp(property->name, "backlight") && encoder) { property 466 drivers/gpu/drm/gma500/cdv_intel_lvds.c property, property 471 drivers/gpu/drm/gma500/cdv_intel_lvds.c } else if (!strcmp(property->name, "DPMS") && encoder) { property 248 drivers/gpu/drm/gma500/mdfld_dsi_output.c struct drm_property *property, property 253 drivers/gpu/drm/gma500/mdfld_dsi_output.c if (!strcmp(property->name, "scaling mode") && encoder) { property 272 drivers/gpu/drm/gma500/mdfld_dsi_output.c if (drm_object_property_get_value(&connector->base, property, &val)) property 279 drivers/gpu/drm/gma500/mdfld_dsi_output.c property, value)) property 302 drivers/gpu/drm/gma500/mdfld_dsi_output.c } else if (!strcmp(property->name, "backlight") && encoder) { property 303 drivers/gpu/drm/gma500/mdfld_dsi_output.c if (drm_object_property_set_value(&connector->base, property, property 249 drivers/gpu/drm/gma500/psb_intel_drv.h struct drm_property *property, property 535 drivers/gpu/drm/gma500/psb_intel_lvds.c struct drm_property *property, property 543 drivers/gpu/drm/gma500/psb_intel_lvds.c if (!strcmp(property->name, "scaling mode")) { property 562 drivers/gpu/drm/gma500/psb_intel_lvds.c property, property 570 drivers/gpu/drm/gma500/psb_intel_lvds.c property, property 583 drivers/gpu/drm/gma500/psb_intel_lvds.c } else if (!strcmp(property->name, "backlight")) { property 585 drivers/gpu/drm/gma500/psb_intel_lvds.c property, property 590 drivers/gpu/drm/gma500/psb_intel_lvds.c } else if (!strcmp(property->name, "DPMS")) { property 1666 drivers/gpu/drm/gma500/psb_intel_sdvo.c struct drm_property *property, property 1676 drivers/gpu/drm/gma500/psb_intel_sdvo.c ret = drm_object_property_set_value(&connector->base, property, val); property 1680 drivers/gpu/drm/gma500/psb_intel_sdvo.c if (property == dev_priv->force_audio_property) { property 1701 drivers/gpu/drm/gma500/psb_intel_sdvo.c if (property == dev_priv->broadcast_rgb_property) { property 1710 drivers/gpu/drm/gma500/psb_intel_sdvo.c if (psb_intel_sdvo_connector->name == property) { \ property 1718 drivers/gpu/drm/gma500/psb_intel_sdvo.c if (property == psb_intel_sdvo_connector->tv_format) { property 1730 drivers/gpu/drm/gma500/psb_intel_sdvo.c if (psb_intel_sdvo_connector->left == property) { property 1742 drivers/gpu/drm/gma500/psb_intel_sdvo.c } else if (psb_intel_sdvo_connector->right == property) { property 1754 drivers/gpu/drm/gma500/psb_intel_sdvo.c } else if (psb_intel_sdvo_connector->top == property) { property 1766 drivers/gpu/drm/gma500/psb_intel_sdvo.c } else if (psb_intel_sdvo_connector->bottom == property) { property 283 drivers/gpu/drm/i2c/ch7006_drv.c struct drm_property *property, property 295 drivers/gpu/drm/i2c/ch7006_drv.c if (property == conf->tv_select_subconnector_property) { property 302 drivers/gpu/drm/i2c/ch7006_drv.c } else if (property == conf->tv_left_margin_property) { property 310 drivers/gpu/drm/i2c/ch7006_drv.c } else if (property == conf->tv_bottom_margin_property) { property 318 drivers/gpu/drm/i2c/ch7006_drv.c } else if (property == conf->tv_mode_property) { property 326 drivers/gpu/drm/i2c/ch7006_drv.c } else if (property == conf->tv_brightness_property) { property 333 drivers/gpu/drm/i2c/ch7006_drv.c } else if (property == conf->tv_contrast_property) { property 340 drivers/gpu/drm/i2c/ch7006_drv.c } else if (property == conf->tv_flicker_reduction_property) { property 347 drivers/gpu/drm/i2c/ch7006_drv.c } else if (property == priv->scale_property) { property 319 drivers/gpu/drm/i2c/sil164_drv.c struct drm_property *property, property 53 drivers/gpu/drm/i915/display/intel_atomic.c struct drm_property *property, property 61 drivers/gpu/drm/i915/display/intel_atomic.c if (property == dev_priv->force_audio_property) property 63 drivers/gpu/drm/i915/display/intel_atomic.c else if (property == dev_priv->broadcast_rgb_property) property 67 drivers/gpu/drm/i915/display/intel_atomic.c property->base.id, property->name); property 85 drivers/gpu/drm/i915/display/intel_atomic.c struct drm_property *property, property 93 drivers/gpu/drm/i915/display/intel_atomic.c if (property == dev_priv->force_audio_property) { property 98 drivers/gpu/drm/i915/display/intel_atomic.c if (property == dev_priv->broadcast_rgb_property) { property 104 drivers/gpu/drm/i915/display/intel_atomic.c property->base.id, property->name); property 24 drivers/gpu/drm/i915/display/intel_atomic.h struct drm_property *property, property 28 drivers/gpu/drm/i915/display/intel_atomic.h struct drm_property *property, property 2265 drivers/gpu/drm/i915/display/intel_sdvo.c struct drm_property *property, property 2271 drivers/gpu/drm/i915/display/intel_sdvo.c if (property == intel_sdvo_connector->tv_format) { property 2283 drivers/gpu/drm/i915/display/intel_sdvo.c } else if (property == intel_sdvo_connector->top || property 2284 drivers/gpu/drm/i915/display/intel_sdvo.c property == intel_sdvo_connector->bottom) property 2286 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->left || property 2287 drivers/gpu/drm/i915/display/intel_sdvo.c property == intel_sdvo_connector->right) property 2289 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->hpos) property 2291 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->vpos) property 2293 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->saturation) property 2295 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->contrast) property 2297 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->hue) property 2299 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->brightness) property 2301 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->sharpness) property 2303 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->flicker_filter) property 2305 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->flicker_filter_2d) property 2307 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->flicker_filter_adaptive) property 2309 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->tv_chroma_filter) property 2311 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->tv_luma_filter) property 2313 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->dot_crawl) property 2316 drivers/gpu/drm/i915/display/intel_sdvo.c return intel_digital_connector_atomic_get_property(connector, state, property, val); property 2324 drivers/gpu/drm/i915/display/intel_sdvo.c struct drm_property *property, property 2330 drivers/gpu/drm/i915/display/intel_sdvo.c if (property == intel_sdvo_connector->tv_format) { property 2339 drivers/gpu/drm/i915/display/intel_sdvo.c } else if (property == intel_sdvo_connector->top || property 2340 drivers/gpu/drm/i915/display/intel_sdvo.c property == intel_sdvo_connector->bottom) property 2343 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->left || property 2344 drivers/gpu/drm/i915/display/intel_sdvo.c property == intel_sdvo_connector->right) property 2347 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->hpos) property 2349 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->vpos) property 2351 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->saturation) property 2353 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->contrast) property 2355 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->hue) property 2357 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->brightness) property 2359 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->sharpness) property 2361 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->flicker_filter) property 2363 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->flicker_filter_2d) property 2365 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->flicker_filter_adaptive) property 2367 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->tv_chroma_filter) property 2369 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->tv_luma_filter) property 2371 drivers/gpu/drm/i915/display/intel_sdvo.c else if (property == intel_sdvo_connector->dot_crawl) property 2374 drivers/gpu/drm/i915/display/intel_sdvo.c return intel_digital_connector_atomic_set_property(connector, state, property, val); property 76 drivers/gpu/drm/msm/disp/mdp4/mdp4_plane.c struct drm_property *property, uint64_t val) property 100 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c struct drm_plane_state *state, struct drm_property *property, property 111 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c if (dev_priv->plane_property[PLANE_PROP_##NAME] == property) { \ property 129 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c struct drm_property *property, uint64_t *val) property 139 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c if (dev_priv->plane_property[PLANE_PROP_##NAME] == property) { \ property 1664 drivers/gpu/drm/msm/dsi/dsi_host.c struct property *prop; property 243 drivers/gpu/drm/nouveau/dispnv04/overlay.c struct drm_property *property, property 249 drivers/gpu/drm/nouveau/dispnv04/overlay.c if (property == nv_plane->props.colorkey) property 251 drivers/gpu/drm/nouveau/dispnv04/overlay.c else if (property == nv_plane->props.contrast) property 253 drivers/gpu/drm/nouveau/dispnv04/overlay.c else if (property == nv_plane->props.brightness) property 255 drivers/gpu/drm/nouveau/dispnv04/overlay.c else if (property == nv_plane->props.hue) property 257 drivers/gpu/drm/nouveau/dispnv04/overlay.c else if (property == nv_plane->props.saturation) property 259 drivers/gpu/drm/nouveau/dispnv04/overlay.c else if (property == nv_plane->base.color_encoding_property) property 688 drivers/gpu/drm/nouveau/dispnv04/tvnv17.c struct drm_property *property, property 697 drivers/gpu/drm/nouveau/dispnv04/tvnv17.c if (property == conf->tv_overscan_property) { property 706 drivers/gpu/drm/nouveau/dispnv04/tvnv17.c } else if (property == conf->tv_saturation_property) { property 713 drivers/gpu/drm/nouveau/dispnv04/tvnv17.c } else if (property == conf->tv_hue_property) { property 720 drivers/gpu/drm/nouveau/dispnv04/tvnv17.c } else if (property == conf->tv_flicker_reduction_property) { property 728 drivers/gpu/drm/nouveau/dispnv04/tvnv17.c } else if (property == conf->tv_mode_property) { property 736 drivers/gpu/drm/nouveau/dispnv04/tvnv17.c } else if (property == conf->tv_select_subconnector_property) { property 100 drivers/gpu/drm/nouveau/nouveau_connector.c struct drm_property *property, u64 *val) property 106 drivers/gpu/drm/nouveau/nouveau_connector.c if (property == dev->mode_config.scaling_mode_property) property 108 drivers/gpu/drm/nouveau/nouveau_connector.c else if (property == disp->underscan_property) property 110 drivers/gpu/drm/nouveau/nouveau_connector.c else if (property == disp->underscan_hborder_property) property 112 drivers/gpu/drm/nouveau/nouveau_connector.c else if (property == disp->underscan_vborder_property) property 114 drivers/gpu/drm/nouveau/nouveau_connector.c else if (property == disp->dithering_mode) property 116 drivers/gpu/drm/nouveau/nouveau_connector.c else if (property == disp->dithering_depth) property 118 drivers/gpu/drm/nouveau/nouveau_connector.c else if (property == disp->vibrant_hue_property) property 120 drivers/gpu/drm/nouveau/nouveau_connector.c else if (property == disp->color_vibrance_property) property 131 drivers/gpu/drm/nouveau/nouveau_connector.c struct drm_property *property, u64 val) property 137 drivers/gpu/drm/nouveau/nouveau_connector.c if (property == dev->mode_config.scaling_mode_property) { property 173 drivers/gpu/drm/nouveau/nouveau_connector.c if (property == disp->underscan_property) { property 179 drivers/gpu/drm/nouveau/nouveau_connector.c if (property == disp->underscan_hborder_property) { property 185 drivers/gpu/drm/nouveau/nouveau_connector.c if (property == disp->underscan_vborder_property) { property 191 drivers/gpu/drm/nouveau/nouveau_connector.c if (property == disp->dithering_mode) { property 197 drivers/gpu/drm/nouveau/nouveau_connector.c if (property == disp->dithering_depth) { property 203 drivers/gpu/drm/nouveau/nouveau_connector.c if (property == disp->vibrant_hue_property) { property 209 drivers/gpu/drm/nouveau/nouveau_connector.c if (property == disp->color_vibrance_property) { property 764 drivers/gpu/drm/nouveau/nouveau_connector.c struct drm_property *property, uint64_t value) property 774 drivers/gpu/drm/nouveau/nouveau_connector.c property, value); property 778 drivers/gpu/drm/nouveau/nouveau_connector.c encoder, connector, property, value); property 5145 drivers/gpu/drm/omapdrm/dss/dsi.c struct property *prop; property 15 drivers/gpu/drm/omapdrm/dss/hdmi_common.c struct property *prop; property 32 drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c static int __init omapdss_count_strings(const struct property *prop) property 47 drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c struct property *prop; property 82 drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c struct property *prop; property 654 drivers/gpu/drm/omapdrm/omap_crtc.c struct drm_property *property, property 670 drivers/gpu/drm/omapdrm/omap_crtc.c if (property == crtc->primary->rotation_property) property 672 drivers/gpu/drm/omapdrm/omap_crtc.c else if (property == priv->zorder_prop) property 682 drivers/gpu/drm/omapdrm/omap_crtc.c struct drm_property *property, property 688 drivers/gpu/drm/omapdrm/omap_crtc.c if (property == crtc->primary->rotation_property) property 690 drivers/gpu/drm/omapdrm/omap_crtc.c else if (property == priv->zorder_prop) property 196 drivers/gpu/drm/omapdrm/omap_plane.c struct drm_property *property, property 201 drivers/gpu/drm/omapdrm/omap_plane.c if (property == priv->zorder_prop) property 211 drivers/gpu/drm/omapdrm/omap_plane.c struct drm_property *property, property 216 drivers/gpu/drm/omapdrm/omap_plane.c if (property == priv->zorder_prop) property 551 drivers/gpu/drm/radeon/radeon_connectors.c static int radeon_connector_set_property(struct drm_connector *connector, struct drm_property *property, property 559 drivers/gpu/drm/radeon/radeon_connectors.c if (property == rdev->mode_info.coherent_mode_property) { property 581 drivers/gpu/drm/radeon/radeon_connectors.c if (property == rdev->mode_info.audio_property) { property 596 drivers/gpu/drm/radeon/radeon_connectors.c if (property == rdev->mode_info.dither_property) { property 611 drivers/gpu/drm/radeon/radeon_connectors.c if (property == rdev->mode_info.underscan_property) { property 625 drivers/gpu/drm/radeon/radeon_connectors.c if (property == rdev->mode_info.underscan_hborder_property) { property 639 drivers/gpu/drm/radeon/radeon_connectors.c if (property == rdev->mode_info.underscan_vborder_property) { property 653 drivers/gpu/drm/radeon/radeon_connectors.c if (property == rdev->mode_info.tv_std_property) { property 677 drivers/gpu/drm/radeon/radeon_connectors.c if (property == rdev->mode_info.load_detect_property) { property 687 drivers/gpu/drm/radeon/radeon_connectors.c if (property == rdev->mode_info.tmds_pll_property) { property 713 drivers/gpu/drm/radeon/radeon_connectors.c if (property == dev->mode_config.scaling_mode_property) { property 742 drivers/gpu/drm/radeon/radeon_connectors.c if (property == rdev->mode_info.output_csc_property) { property 942 drivers/gpu/drm/radeon/radeon_connectors.c struct drm_property *property, property 950 drivers/gpu/drm/radeon/radeon_connectors.c if (property != dev->mode_config.scaling_mode_property) property 71 drivers/gpu/drm/rcar-du/rcar_du_of.c struct property *prop; property 699 drivers/gpu/drm/rcar-du/rcar_du_plane.c struct drm_property *property, property 705 drivers/gpu/drm/rcar-du/rcar_du_plane.c if (property == rcdu->props.colorkey) property 714 drivers/gpu/drm/rcar-du/rcar_du_plane.c const struct drm_plane_state *state, struct drm_property *property, property 721 drivers/gpu/drm/rcar-du/rcar_du_plane.c if (property == rcdu->props.colorkey) property 145 drivers/gpu/drm/rockchip/cdn-dp-core.c union extcon_property_value property; property 152 drivers/gpu/drm/rockchip/cdn-dp-core.c EXTCON_PROP_USB_SS, &property); property 153 drivers/gpu/drm/rockchip/cdn-dp-core.c if (property.intval) property 383 drivers/gpu/drm/rockchip/cdn-dp-core.c union extcon_property_value property; property 411 drivers/gpu/drm/rockchip/cdn-dp-core.c EXTCON_PROP_USB_TYPEC_POLARITY, &property); property 418 drivers/gpu/drm/rockchip/cdn-dp-core.c ret = cdn_dp_set_host_cap(dp, port->lanes, property.intval); property 236 drivers/gpu/drm/sti/sti_crtc.c struct drm_property *property, property 1074 drivers/gpu/drm/sti/sti_hdmi.c struct drm_property *property, property 1081 drivers/gpu/drm/sti/sti_hdmi.c if (property == hdmi_connector->colorspace_property) { property 1093 drivers/gpu/drm/sti/sti_hdmi.c struct drm_property *property, property 1100 drivers/gpu/drm/sti/sti_hdmi.c if (property == hdmi_connector->colorspace_property) { property 101 drivers/gpu/drm/udl/udl_connector.c struct drm_property *property, property 397 drivers/gpu/drm/vmwgfx/vmwgfx_kms.h struct drm_property *property, property 401 drivers/gpu/drm/vmwgfx/vmwgfx_kms.h struct drm_property *property, property 406 drivers/gpu/drm/vmwgfx/vmwgfx_kms.h struct drm_property *property, property 313 drivers/gpu/host1x/bus.c struct property *p; property 201 drivers/hsi/hsi_core.c struct property *prop; property 415 drivers/hwmon/gpio-fan.c struct property *prop; property 212 drivers/i2c/muxes/i2c-demux-pinctrl.c struct property *props; property 1662 drivers/iio/adc/stm32-adc.c struct property *prop; property 580 drivers/iio/adc/ti_am335x_adc.c struct property *prop; property 344 drivers/iio/multiplexer/iio-mux.c struct property *prop; property 15 drivers/input/touchscreen/of_touchscreen.c const char *property, property 22 drivers/input/touchscreen/of_touchscreen.c error = device_property_read_u32(dev, property, &val); property 114 drivers/irqchip/irq-atmel-aic-common.c struct property *prop; property 194 drivers/irqchip/irq-pic32-evic.c struct property *prop; property 603 drivers/leds/leds-max77693.c struct property *prop; property 248 drivers/leds/leds-powernv.c struct property *p; property 957 drivers/macintosh/smu.c struct property *prop; property 978 drivers/macintosh/smu.c tlen = sizeof(struct property) + len + 18; property 404 drivers/mailbox/mailbox.c struct property *prop; property 997 drivers/media/i2c/mt9v032.c struct property *prop; property 926 drivers/media/radio/si4713/si4713.c s32 *bit, s32 *mask, u16 *property, int *mul, property 934 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_RDS_PI; property 938 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_ACOMP_THRESHOLD; property 942 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_ACOMP_GAIN; property 946 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_PILOT_FREQUENCY; property 950 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_ACOMP_ATTACK_TIME; property 954 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_PILOT_DEVIATION; property 958 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_AUDIO_DEVIATION; property 962 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_RDS_DEVIATION; property 967 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_RDS_PS_MISC; property 972 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_RDS_PS_MISC; property 977 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_RDS_PS_MISC; property 982 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_RDS_PS_MISC; property 987 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_RDS_PS_MISC; property 992 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_RDS_PS_MISC; property 997 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_RDS_PS_MISC; property 1002 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_RDS_PS_MISC; property 1007 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_ACOMP_ENABLE; property 1012 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_ACOMP_ENABLE; property 1017 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_COMPONENT_ENABLE; property 1023 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_LIMITER_RELEASE_TIME; property 1028 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_ACOMP_RELEASE_TIME; property 1033 drivers/media/radio/si4713/si4713.c *property = SI4713_TX_PREEMPHASIS; property 1109 drivers/media/radio/si4713/si4713.c u16 property = 0; property 1184 drivers/media/radio/si4713/si4713.c &mask, &property, &mul, &table, &size); property 1200 drivers/media/radio/si4713/si4713.c ret = si4713_read_property(sdev, property, &val); property 1206 drivers/media/radio/si4713/si4713.c ret = si4713_write_property(sdev, property, val); property 496 drivers/memory/atmel-ebi.c struct property *newprop; property 96 drivers/mfd/altera-sysmgr.c const char *property) property 102 drivers/mfd/altera-sysmgr.c if (property) property 103 drivers/mfd/altera-sysmgr.c sysmgr_np = of_parse_phandle(np, property, 0); property 436 drivers/mfd/si476x-cmd.c u16 property, u16 value) property 441 drivers/mfd/si476x-cmd.c msb(property), property 442 drivers/mfd/si476x-cmd.c lsb(property), property 462 drivers/mfd/si476x-cmd.c int si476x_core_cmd_get_property(struct si476x_core *core, u16 property) property 468 drivers/mfd/si476x-cmd.c msb(property), property 469 drivers/mfd/si476x-cmd.c lsb(property), property 46 drivers/mfd/si476x-prop.c u16 property) property 80 drivers/mfd/si476x-prop.c return si476x_core_element_is_in_range(property, valid_ranges, property 82 drivers/mfd/si476x-prop.c si476x_core_element_is_in_array(property, valid_properties, property 87 drivers/mfd/si476x-prop.c u16 property) property 100 drivers/mfd/si476x-prop.c return si476x_core_is_valid_property_a10(core, property) || property 101 drivers/mfd/si476x-prop.c si476x_core_element_is_in_range(property, valid_ranges, property 103 drivers/mfd/si476x-prop.c si476x_core_element_is_in_array(property, valid_properties, property 108 drivers/mfd/si476x-prop.c u16 property) property 126 drivers/mfd/si476x-prop.c return si476x_core_is_valid_property_a20(core, property) || property 127 drivers/mfd/si476x-prop.c si476x_core_element_is_in_range(property, valid_ranges, property 129 drivers/mfd/si476x-prop.c si476x_core_element_is_in_array(property, valid_properties, property 136 drivers/mfd/si476x-prop.c u16 property) property 146 drivers/mfd/si476x-prop.c return is_valid_property[core->revision](core, property); property 151 drivers/mfd/si476x-prop.c u16 property) property 158 drivers/mfd/si476x-prop.c return (property == 0x3200); property 160 drivers/mfd/si476x-prop.c return (property == 0x1006 || property 161 drivers/mfd/si476x-prop.c property == 0x2210 || property 162 drivers/mfd/si476x-prop.c property == 0x3200); property 208 drivers/mfd/syscon.c const char *property) property 213 drivers/mfd/syscon.c if (property) property 214 drivers/mfd/syscon.c syscon_np = of_parse_phandle(np, property, 0); property 129 drivers/mfd/ti_am335x_tscadc.c struct property *prop; property 99 drivers/misc/cxl/base.c struct property *new_prop) property 859 drivers/misc/cxl/cxl.h int cxl_update_properties(struct device_node *dn, struct property *new_prop); property 70 drivers/misc/cxl/flash.c struct property *new_prop; property 144 drivers/misc/vexpress-syscfg.c struct property *prop; property 75 drivers/mmc/host/sdhci-cadence.c const char *property; property 123 drivers/mmc/host/sdhci-cadence.c if (of_property_read_bool(np, sdhci_cdns_phy_cfgs[i].property)) property 137 drivers/mmc/host/sdhci-cadence.c ret = of_property_read_u32(np, sdhci_cdns_phy_cfgs[i].property, property 85 drivers/mmc/host/sdhci-sprd.c const char *property; property 501 drivers/mmc/host/sdhci-sprd.c sdhci_sprd_phy_cfgs[i].property, val, 4); property 895 drivers/mtd/mtdpart.c struct property *prop; property 277 drivers/mtd/spi-nor/nxp-spifi.c u32 ctrl, property; property 281 drivers/mtd/spi-nor/nxp-spifi.c if (!of_property_read_u32(np, "spi-rx-bus-width", &property)) { property 282 drivers/mtd/spi-nor/nxp-spifi.c switch (property) { property 546 drivers/mtd/ubi/cdev.c switch (req.property) { property 152 drivers/net/ethernet/amd/xgbe/xgbe-platform.c u32 property; property 156 drivers/net/ethernet/amd/xgbe/xgbe-platform.c ret = device_property_read_u32(dev, XGBE_ACPI_DMA_FREQ, &property); property 162 drivers/net/ethernet/amd/xgbe/xgbe-platform.c pdata->sysclk_rate = property; property 165 drivers/net/ethernet/amd/xgbe/xgbe-platform.c ret = device_property_read_u32(dev, XGBE_ACPI_PTP_FREQ, &property); property 171 drivers/net/ethernet/amd/xgbe/xgbe-platform.c pdata->ptpclk_rate = property; property 20 drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c struct property *prop; property 1491 drivers/net/wireless/marvell/mwifiex/sta_cmd.c struct property *prop; property 1520 drivers/net/wireless/marvell/mwifiex/sta_cmd.c struct property *prop = data_buf; property 253 drivers/of/base.c static struct property *__of_find_property(const struct device_node *np, property 256 drivers/of/base.c struct property *pp; property 272 drivers/of/base.c struct property *of_find_property(const struct device_node *np, property 276 drivers/of/base.c struct property *pp; property 333 drivers/of/base.c struct property *pp = __of_find_property(np, name, lenp); property 345 drivers/of/base.c struct property *pp = of_find_property(np, name, lenp); property 513 drivers/of/base.c struct property *prop; property 942 drivers/of/base.c struct property *pp; property 1088 drivers/of/base.c struct property *pp; property 1816 drivers/of/base.c int __of_add_property(struct device_node *np, struct property *prop) property 1818 drivers/of/base.c struct property **next; property 1837 drivers/of/base.c int of_add_property(struct device_node *np, struct property *prop) property 1859 drivers/of/base.c int __of_remove_property(struct device_node *np, struct property *prop) property 1861 drivers/of/base.c struct property **next; property 1886 drivers/of/base.c int of_remove_property(struct device_node *np, struct property *prop) property 1911 drivers/of/base.c int __of_update_property(struct device_node *np, struct property *newprop, property 1912 drivers/of/base.c struct property **oldpropp) property 1914 drivers/of/base.c struct property **next, *oldprop; property 1946 drivers/of/base.c int of_update_property(struct device_node *np, struct property *newprop) property 1948 drivers/of/base.c struct property *oldprop; property 1996 drivers/of/base.c struct property *pp; property 204 drivers/of/device.c struct property *p; property 286 drivers/of/device.c struct property *p; property 112 drivers/of/dynamic.c struct property *prop, *old_prop = NULL; property 189 drivers/of/dynamic.c struct property *prop, struct property *oldprop) property 308 drivers/of/dynamic.c static void property_list_free(struct property *prop_list) property 310 drivers/of/dynamic.c struct property *prop, *next; property 377 drivers/of/dynamic.c struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags) property 379 drivers/of/dynamic.c struct property *new; property 440 drivers/of/dynamic.c struct property *pp, *new_pp; property 568 drivers/of/dynamic.c struct property *old_prop, **propp; property 909 drivers/of/dynamic.c struct device_node *np, struct property *prop) property 114 drivers/of/fdt.c struct property *pp, **pprev = NULL; property 140 drivers/of/fdt.c pp = unflatten_dt_alloc(mem, sizeof(struct property), property 141 drivers/of/fdt.c __alignof__(struct property)); property 189 drivers/of/fdt.c pp = unflatten_dt_alloc(mem, sizeof(struct property) + len, property 190 drivers/of/fdt.c __alignof__(struct property)); property 35 drivers/of/kobj.c struct property *pp = container_of(bin_attr, struct property, attr); property 63 drivers/of/kobj.c int __of_add_property_sysfs(struct device_node *np, struct property *pp) property 87 drivers/of/kobj.c void __of_sysfs_remove_bin_file(struct device_node *np, struct property *prop) property 96 drivers/of/kobj.c void __of_remove_property_sysfs(struct device_node *np, struct property *prop) property 103 drivers/of/kobj.c void __of_update_property_sysfs(struct device_node *np, struct property *newprop, property 104 drivers/of/kobj.c struct property *oldprop) property 119 drivers/of/kobj.c struct property *pp; property 152 drivers/of/kobj.c struct property *pp; property 32 drivers/of/of_mdio.c struct property *prop; property 44 drivers/of/of_net.c struct property *pp = of_find_property(np, name, NULL); property 44 drivers/of/of_private.h struct property *prop, struct property *old_prop); property 54 drivers/of/of_private.h struct property *prop, struct property *old_prop) property 62 drivers/of/of_private.h int __of_add_property_sysfs(struct device_node *np, struct property *pp); property 63 drivers/of/of_private.h void __of_remove_property_sysfs(struct device_node *np, struct property *prop); property 64 drivers/of/of_private.h void __of_update_property_sysfs(struct device_node *np, struct property *newprop, property 65 drivers/of/of_private.h struct property *oldprop); property 69 drivers/of/of_private.h static inline int __of_add_property_sysfs(struct device_node *np, struct property *pp) property 73 drivers/of/of_private.h static inline void __of_remove_property_sysfs(struct device_node *np, struct property *prop) {} property 75 drivers/of/of_private.h struct property *newprop, struct property *oldprop) {} property 120 drivers/of/of_private.h struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags); property 131 drivers/of/of_private.h extern int __of_add_property(struct device_node *np, struct property *prop); property 133 drivers/of/of_private.h struct property *prop); property 134 drivers/of/of_private.h extern int __of_remove_property(struct device_node *np, struct property *prop); property 136 drivers/of/of_private.h struct property *prop); property 138 drivers/of/of_private.h struct property *newprop, struct property **oldprop); property 140 drivers/of/of_private.h struct property *newprop, struct property *oldprop); property 147 drivers/of/of_private.h struct property *prop); property 199 drivers/of/overlay.c static struct property *dup_and_fixup_symbol_prop( property 200 drivers/of/overlay.c struct overlay_changeset *ovcs, const struct property *prop) property 203 drivers/of/overlay.c struct property *new_prop; property 305 drivers/of/overlay.c struct target *target, struct property *overlay_prop, property 308 drivers/of/overlay.c struct property *new_prop = NULL, *prop; property 485 drivers/of/overlay.c struct property *prop; property 517 drivers/of/overlay.c struct property *prop; property 65 drivers/of/pdt.c static struct property * __init of_pdt_build_one_prop(phandle node, char *prev, property 70 drivers/of/pdt.c static struct property *tmp = NULL; property 71 drivers/of/pdt.c struct property *p; property 79 drivers/of/pdt.c p = prom_early_alloc(sizeof(struct property) + 32); property 112 drivers/of/pdt.c static struct property * __init of_pdt_build_prop_list(phandle node) property 114 drivers/of/pdt.c struct property *head, *tail; property 46 drivers/of/property.c struct property *prop = of_find_property(np, propname, NULL); property 81 drivers/of/property.c struct property *prop = of_find_property(np, propname, NULL); property 396 drivers/of/property.c const struct property *prop = of_find_property(np, propname, NULL); property 420 drivers/of/property.c const struct property *prop = of_find_property(np, propname, NULL); property 460 drivers/of/property.c const struct property *prop = of_find_property(np, propname, NULL); property 483 drivers/of/property.c const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur, property 506 drivers/of/property.c const char *of_prop_next_string(struct property *prop, const char *cur) property 44 drivers/of/resolver.c struct property *prop; property 73 drivers/of/resolver.c struct property *prop_fixup, phandle phandle) property 76 drivers/of/resolver.c struct property *prop; property 163 drivers/of/resolver.c struct property *prop_fix, *prop; property 267 drivers/of/resolver.c struct property *prop; property 150 drivers/of/unittest.c struct property *prop; property 684 drivers/of/unittest.c struct property p1 = { .name = "p1", .length = 0, .value = "" }; property 685 drivers/of/unittest.c struct property p2 = { .name = "p2", .length = 5, .value = "abcd" }; property 686 drivers/of/unittest.c struct property *new; property 705 drivers/of/unittest.c struct property *ppadd, padd = { .name = "prop-add", .length = 1, .value = "" }; property 706 drivers/of/unittest.c struct property *ppname_n1, pname_n1 = { .name = "name", .length = 3, .value = "n1" }; property 707 drivers/of/unittest.c struct property *ppname_n2, pname_n2 = { .name = "name", .length = 3, .value = "n2" }; property 708 drivers/of/unittest.c struct property *ppname_n21, pname_n21 = { .name = "name", .length = 3, .value = "n21" }; property 709 drivers/of/unittest.c struct property *ppupdate, pupdate = { .name = "prop-update", .length = 5, .value = "abcd" }; property 710 drivers/of/unittest.c struct property *ppremove; property 1100 drivers/of/unittest.c struct property *prop; property 1101 drivers/of/unittest.c struct property *save_next; property 2389 drivers/of/unittest.c struct property *prop; property 2474 drivers/of/unittest.c struct property *new_prop; property 377 drivers/opp/of.c struct property *prop = NULL; property 720 drivers/opp/of.c const struct property *prop; property 77 drivers/opp/ti-opp-supply.c struct property *prop; property 1978 drivers/pci/controller/pci-tegra.c char property[32]; property 1982 drivers/pci/controller/pci-tegra.c snprintf(property, 32, "%s-supply", supplies[i].supply); property 1984 drivers/pci/controller/pci-tegra.c if (of_find_property(np, property, NULL) == NULL) property 228 drivers/pci/hotplug/rpaphp_core.c struct property *info; property 809 drivers/phy/rockchip/phy-rockchip-typec.c union extcon_property_value property; property 832 drivers/phy/rockchip/phy-rockchip-typec.c &property); property 838 drivers/phy/rockchip/phy-rockchip-typec.c if (property.intval) property 843 drivers/phy/rockchip/phy-rockchip-typec.c &property); property 849 drivers/phy/rockchip/phy-rockchip-typec.c tcphy->flip = property.intval ? 1 : 0; property 721 drivers/pinctrl/bcm/pinctrl-bcm2835.c struct property *pins, *funcs, *pulls; property 56 drivers/pinctrl/berlin/berlin.c struct property *prop; property 187 drivers/pinctrl/devicetree.c struct property *prop; property 204 drivers/pinctrl/devicetree.c struct property *prop; property 353 drivers/pinctrl/freescale/pinctrl-mxs.c struct property *prop; property 496 drivers/pinctrl/mediatek/pinctrl-mtk-common.c struct property *pins; property 1023 drivers/pinctrl/mediatek/pinctrl-mtk-common.c struct property *prop; property 438 drivers/pinctrl/mediatek/pinctrl-paris.c struct property *pins; property 401 drivers/pinctrl/mvebu/pinctrl-mvebu.c struct property *prop; property 749 drivers/pinctrl/nomadik/pinctrl-abx500.c struct property *prop; property 1311 drivers/pinctrl/nomadik/pinctrl-nomadik.c #define NMK_CONFIG_PIN(x, y) { .property = x, .config = y, } property 1312 drivers/pinctrl/nomadik/pinctrl-nomadik.c #define NMK_CONFIG_PIN_ARRAY(x, y) { .property = x, .choice = y, \ property 1361 drivers/pinctrl/nomadik/pinctrl-nomadik.c const char *property; property 1415 drivers/pinctrl/nomadik/pinctrl-nomadik.c nmk_cfg_params[i].property, &val); property 1437 drivers/pinctrl/nomadik/pinctrl-nomadik.c struct property *prop; property 214 drivers/pinctrl/pinconf-generic.c ret = of_property_read_u32(np, par->property, &val); property 224 drivers/pinctrl/pinconf-generic.c pr_debug("found %s with value %u\n", par->property, val); property 301 drivers/pinctrl/pinconf-generic.c struct property *prop; property 486 drivers/pinctrl/pinctrl-at91-pio4.c struct property *pins; property 70 drivers/pinctrl/pinctrl-lantiq.c struct property *pins = of_find_property(np, "lantiq,pins", NULL); property 71 drivers/pinctrl/pinctrl-lantiq.c struct property *groups = of_find_property(np, "lantiq,groups", NULL); property 74 drivers/pinctrl/pinctrl-lantiq.c struct property *prop; property 105 drivers/pinctrl/pinctrl-lantiq.c info->params[i].property, &val); property 39 drivers/pinctrl/pinctrl-lantiq.h const char *property; property 50 drivers/pinctrl/pinctrl-max77620.c .property = "maxim,active-fps-source", property 53 drivers/pinctrl/pinctrl-max77620.c .property = "maxim,active-fps-power-up-slot", property 56 drivers/pinctrl/pinctrl-max77620.c .property = "maxim,active-fps-power-down-slot", property 59 drivers/pinctrl/pinctrl-max77620.c .property = "maxim,suspend-fps-source", property 62 drivers/pinctrl/pinctrl-max77620.c .property = "maxim,suspend-fps-power-up-slot", property 65 drivers/pinctrl/pinctrl-max77620.c .property = "maxim,suspend-fps-power-down-slot", property 859 drivers/pinctrl/pinctrl-rza1.c struct property *of_pins; property 897 drivers/pinctrl/pinctrl-rza1.c struct property *of_pins; property 333 drivers/pinctrl/pinctrl-rza2.c struct property *of_pins; property 186 drivers/pinctrl/pinctrl-single.c struct property *missing_nr_pinctrl_cells; property 1716 drivers/pinctrl/pinctrl-single.c struct property *p; property 1168 drivers/pinctrl/pinctrl-st.c struct property *pp; property 38 drivers/pinctrl/samsung/pinctrl-samsung.c const char *property; property 186 drivers/pinctrl/samsung/pinctrl-samsung.c struct property *prop; property 195 drivers/pinctrl/samsung/pinctrl-samsung.c ret = of_property_read_u32(np, cfg_params[i].property, &val); property 204 drivers/pinctrl/samsung/pinctrl-samsung.c cfg_params[i].property); property 115 drivers/pinctrl/sh-pfc/pinctrl.c struct property *prop; property 166 drivers/pinctrl/sirf/pinctrl-atlas7.c const char *property; property 84 drivers/pinctrl/sirf/pinctrl-sirf.c struct property *prop; property 153 drivers/pinctrl/spear/pinctrl-spear.c struct property *prop; property 847 drivers/pinctrl/sprd/pinctrl-sprd.c struct property *prop; property 513 drivers/pinctrl/stm32/pinctrl-stm32.c struct property *pins; property 326 drivers/pinctrl/sunxi/pinctrl-sunxi.c struct property *prop; property 159 drivers/pinctrl/tegra/pinctrl-tegra-xusb.c struct property *prop; property 78 drivers/pinctrl/tegra/pinctrl-tegra.c const char *property; property 113 drivers/pinctrl/tegra/pinctrl-tegra.c struct property *prop; property 126 drivers/pinctrl/tegra/pinctrl-tegra.c ret = of_property_read_u32(np, cfg_params[i].property, &val); property 136 drivers/pinctrl/tegra/pinctrl-tegra.c cfg_params[i].property); property 409 drivers/pinctrl/tegra/pinctrl-tegra.c prop = cfg_params[i].property; property 561 drivers/pinctrl/tegra/pinctrl-tegra.c strip_prefix(cfg_params[i].property), val); property 576 drivers/pinctrl/tegra/pinctrl-tegra.c pname = cfg_params[i].property; property 301 drivers/pinctrl/vt8500/pinctrl-wmt.c struct property *pins, *funcs, *pulls; property 55 drivers/power/reset/gpio-restart.c u32 property; property 78 drivers/power/reset/gpio-restart.c ret = of_property_read_u32(pdev->dev.of_node, "priority", &property); property 80 drivers/power/reset/gpio-restart.c if (property > 255) property 82 drivers/power/reset/gpio-restart.c property); property 84 drivers/power/reset/gpio-restart.c gpio_restart->restart_handler.priority = property; property 65 drivers/power/reset/reboot-mode.c struct property *prop; property 884 drivers/power/supply/bq24257_charger.c u32 property; property 887 drivers/power/supply/bq24257_charger.c ret = device_property_read_u32(bq->dev, "ti,charge-current", &property); property 891 drivers/power/supply/bq24257_charger.c bq->init_data.ichg = bq24257_find_idx(property, bq24257_ichg_map, property 895 drivers/power/supply/bq24257_charger.c &property); property 899 drivers/power/supply/bq24257_charger.c bq->init_data.vbat = bq24257_find_idx(property, bq24257_vbat_map, property 903 drivers/power/supply/bq24257_charger.c &property); property 907 drivers/power/supply/bq24257_charger.c bq->init_data.iterm = bq24257_find_idx(property, bq24257_iterm_map, property 912 drivers/power/supply/bq24257_charger.c &property); property 924 drivers/power/supply/bq24257_charger.c bq24257_find_idx(property, property 929 drivers/power/supply/bq24257_charger.c &property); property 933 drivers/power/supply/bq24257_charger.c bq->init_data.vovp = bq24257_find_idx(property, property 938 drivers/power/supply/bq24257_charger.c &property); property 943 drivers/power/supply/bq24257_charger.c bq24257_find_idx(property, property 760 drivers/power/supply/bq25890_charger.c u32 property; property 787 drivers/power/supply/bq25890_charger.c &property); property 798 drivers/power/supply/bq25890_charger.c *props[i].conv_data = bq25890_find_idx(property, property 501 drivers/power/supply/power_supply_core.c const char *property) property 507 drivers/power/supply/power_supply_core.c power_supply_np = of_parse_phandle(np, property, 0); property 542 drivers/power/supply/power_supply_core.c const char *property) property 553 drivers/power/supply/power_supply_core.c psy = power_supply_get_by_phandle(dev->of_node, property); property 331 drivers/power/supply/power_supply_sysfs.c int property = psy->desc->properties[i]; property 333 drivers/power/supply/power_supply_sysfs.c if (property == attrno) { property 335 drivers/power/supply/power_supply_sysfs.c psy->desc->property_is_writeable(psy, property) > 0) property 480 drivers/pwm/pwm-samsung.c struct property *prop; property 1968 drivers/regulator/qcom_spmi-regulator.c struct property *reg_prop; property 1174 drivers/rpmsg/qcom_glink_native.c const struct property *prop = NULL; property 149 drivers/sbus/char/openprom.c struct property *prop; property 421 drivers/sbus/char/openprom.c struct property *prop; property 42 drivers/soc/fsl/qbman/dpaa_sys.c struct property *prop; property 568 drivers/soc/fsl/qe/qe.c struct property *prop; property 910 drivers/staging/fbtft/fbtft-core.c struct property *prop; property 539 drivers/staging/greybus/power_supply.c ret = get_psp_from_gb_prop(resp->props[i].property, &psp); property 543 drivers/staging/greybus/power_supply.c resp->props[i].property); property 564 drivers/staging/greybus/power_supply.c ret = get_psp_from_gb_prop(resp->props[i].property, &psp); property 570 drivers/staging/greybus/power_supply.c gbpsy->props[i - r].gb_prop = resp->props[i].property; property 603 drivers/staging/greybus/power_supply.c req.property = prop->gb_prop; property 784 drivers/staging/greybus/power_supply.c req.property = prop->gb_prop; property 92 drivers/thermal/clock_cooling.c enum clock_cooling_property property) property 127 drivers/thermal/clock_cooling.c if (property == GET_MAXL) { property 132 drivers/thermal/clock_cooling.c if (property == GET_FREQ) property 144 drivers/thermal/clock_cooling.c if (property == GET_LEVEL && (unsigned int)input == freq) { property 149 drivers/thermal/clock_cooling.c if (property == GET_FREQ && level == i) { property 82 drivers/thunderbolt/property.c struct tb_property *property; property 84 drivers/thunderbolt/property.c property = kzalloc(sizeof(*property), GFP_KERNEL); property 85 drivers/thunderbolt/property.c if (!property) property 88 drivers/thunderbolt/property.c strcpy(property->key, key); property 89 drivers/thunderbolt/property.c property->type = type; property 90 drivers/thunderbolt/property.c INIT_LIST_HEAD(&property->list); property 92 drivers/thunderbolt/property.c return property; property 99 drivers/thunderbolt/property.c struct tb_property *property; property 108 drivers/thunderbolt/property.c property = tb_property_alloc(key, entry->type); property 109 drivers/thunderbolt/property.c if (!property) property 112 drivers/thunderbolt/property.c property->length = entry->length; property 114 drivers/thunderbolt/property.c switch (property->type) { property 119 drivers/thunderbolt/property.c kfree(property); property 122 drivers/thunderbolt/property.c property->value.dir = dir; property 126 drivers/thunderbolt/property.c property->value.data = kcalloc(property->length, sizeof(u32), property 128 drivers/thunderbolt/property.c if (!property->value.data) { property 129 drivers/thunderbolt/property.c kfree(property); property 132 drivers/thunderbolt/property.c parse_dwdata(property->value.data, block + entry->value, property 137 drivers/thunderbolt/property.c property->value.text = kcalloc(property->length, sizeof(u32), property 139 drivers/thunderbolt/property.c if (!property->value.text) { property 140 drivers/thunderbolt/property.c kfree(property); property 143 drivers/thunderbolt/property.c parse_dwdata(property->value.text, block + entry->value, property 146 drivers/thunderbolt/property.c property->value.text[property->length * 4 - 1] = '\0'; property 150 drivers/thunderbolt/property.c property->value.immediate = entry->value; property 154 drivers/thunderbolt/property.c property->type = TB_PROPERTY_TYPE_UNKNOWN; property 158 drivers/thunderbolt/property.c return property; property 193 drivers/thunderbolt/property.c struct tb_property *property; property 195 drivers/thunderbolt/property.c property = tb_property_parse(block, block_len, &entries[i]); property 196 drivers/thunderbolt/property.c if (!property) { property 201 drivers/thunderbolt/property.c list_add_tail(&property->list, &dir->properties); property 263 drivers/thunderbolt/property.c static void tb_property_free(struct tb_property *property) property 265 drivers/thunderbolt/property.c switch (property->type) { property 267 drivers/thunderbolt/property.c tb_property_free_dir(property->value.dir); property 271 drivers/thunderbolt/property.c kfree(property->value.data); property 275 drivers/thunderbolt/property.c kfree(property->value.text); property 282 drivers/thunderbolt/property.c kfree(property); property 295 drivers/thunderbolt/property.c struct tb_property *property, *tmp; property 300 drivers/thunderbolt/property.c list_for_each_entry_safe(property, tmp, &dir->properties, list) { property 301 drivers/thunderbolt/property.c list_del(&property->list); property 302 drivers/thunderbolt/property.c tb_property_free(property); property 312 drivers/thunderbolt/property.c const struct tb_property *property; property 320 drivers/thunderbolt/property.c list_for_each_entry(property, &dir->properties, list) { property 323 drivers/thunderbolt/property.c switch (property->type) { property 327 drivers/thunderbolt/property.c property->value.dir, recurse, data_len); property 337 drivers/thunderbolt/property.c *data_len += property->length; property 352 drivers/thunderbolt/property.c const struct tb_property *property; property 427 drivers/thunderbolt/property.c list_for_each_entry(property, &dir->properties, list) { property 430 drivers/thunderbolt/property.c format_dwdata(entry, property->key, 2); property 431 drivers/thunderbolt/property.c entry->type = property->type; property 433 drivers/thunderbolt/property.c switch (property->type) { property 435 drivers/thunderbolt/property.c child = property->value.dir; property 447 drivers/thunderbolt/property.c format_dwdata(&block[data_offset], property->value.data, property 448 drivers/thunderbolt/property.c property->length); property 449 drivers/thunderbolt/property.c entry->length = property->length; property 455 drivers/thunderbolt/property.c format_dwdata(&block[data_offset], property->value.text, property 456 drivers/thunderbolt/property.c property->length); property 457 drivers/thunderbolt/property.c entry->length = property->length; property 463 drivers/thunderbolt/property.c entry->length = property->length; property 464 drivers/thunderbolt/property.c entry->value = property->value.immediate; property 513 drivers/thunderbolt/property.c struct tb_property *property; property 518 drivers/thunderbolt/property.c property = tb_property_alloc(key, TB_PROPERTY_TYPE_VALUE); property 519 drivers/thunderbolt/property.c if (!property) property 522 drivers/thunderbolt/property.c property->length = 1; property 523 drivers/thunderbolt/property.c property->value.immediate = value; property 525 drivers/thunderbolt/property.c list_add_tail(&property->list, &parent->properties); property 544 drivers/thunderbolt/property.c struct tb_property *property; property 549 drivers/thunderbolt/property.c property = tb_property_alloc(key, TB_PROPERTY_TYPE_DATA); property 550 drivers/thunderbolt/property.c if (!property) property 553 drivers/thunderbolt/property.c property->length = size / 4; property 554 drivers/thunderbolt/property.c property->value.data = kzalloc(size, GFP_KERNEL); property 555 drivers/thunderbolt/property.c if (!property->value.data) { property 556 drivers/thunderbolt/property.c kfree(property); property 560 drivers/thunderbolt/property.c memcpy(property->value.data, buf, buflen); property 562 drivers/thunderbolt/property.c list_add_tail(&property->list, &parent->properties); property 580 drivers/thunderbolt/property.c struct tb_property *property; property 585 drivers/thunderbolt/property.c property = tb_property_alloc(key, TB_PROPERTY_TYPE_TEXT); property 586 drivers/thunderbolt/property.c if (!property) property 589 drivers/thunderbolt/property.c property->length = size / 4; property 590 drivers/thunderbolt/property.c property->value.text = kzalloc(size, GFP_KERNEL); property 591 drivers/thunderbolt/property.c if (!property->value.text) { property 592 drivers/thunderbolt/property.c kfree(property); property 596 drivers/thunderbolt/property.c strcpy(property->value.text, text); property 598 drivers/thunderbolt/property.c list_add_tail(&property->list, &parent->properties); property 612 drivers/thunderbolt/property.c struct tb_property *property; property 617 drivers/thunderbolt/property.c property = tb_property_alloc(key, TB_PROPERTY_TYPE_DIRECTORY); property 618 drivers/thunderbolt/property.c if (!property) property 621 drivers/thunderbolt/property.c property->value.dir = dir; property 623 drivers/thunderbolt/property.c list_add_tail(&property->list, &parent->properties); property 635 drivers/thunderbolt/property.c void tb_property_remove(struct tb_property *property) property 637 drivers/thunderbolt/property.c list_del(&property->list); property 638 drivers/thunderbolt/property.c kfree(property); property 654 drivers/thunderbolt/property.c struct tb_property *property; property 656 drivers/thunderbolt/property.c list_for_each_entry(property, &dir->properties, list) { property 657 drivers/thunderbolt/property.c if (property->type == type && !strcmp(property->key, key)) property 658 drivers/thunderbolt/property.c return property; property 771 drivers/thunderbolt/xdomain.c struct tb_property *property) property 773 drivers/thunderbolt/xdomain.c struct tb_property_dir *dir = property->value.dir; property 790 drivers/thunderbolt/xdomain.c svc->key = kstrdup(property->key, GFP_KERNEL); property 715 drivers/tty/sysrq.c struct property *prop; property 382 drivers/usb/misc/usb251xb.c struct property *prop; property 165 drivers/usb/misc/usb3503.c const u32 *property; property 223 drivers/usb/misc/usb3503.c property = of_get_property(np, "disabled-ports", &len); property 224 drivers/usb/misc/usb3503.c if (property && (len / sizeof(u32)) > 0) { property 227 drivers/usb/misc/usb3503.c u32 port = be32_to_cpu(property[i]); property 232 drivers/video/backlight/pwm_bl.c struct property *prop; property 5074 drivers/video/fbdev/omap2/omapfb/dss/dsi.c struct property *prop; property 95 drivers/video/fbdev/omap2/omapfb/dss/dss-of.c struct property *prop; property 15 drivers/video/fbdev/omap2/omapfb/dss/hdmi_common.c struct property *prop; property 32 drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c static int __init omapdss_count_strings(const struct property *prop) property 47 drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c struct property *prop; property 82 drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c struct property *prop; property 316 drivers/video/fbdev/simplefb.c struct property *prop; property 28 drivers/video/of_display_timing.c struct property *prop; property 34 fs/openpromfs/inode.c struct property *prop; property 69 fs/openpromfs/inode.c struct property *prop = f->private; property 185 fs/openpromfs/inode.c struct property *prop; property 271 fs/openpromfs/inode.c struct property *prop; property 784 include/drm/drm_connector.h int (*set_property)(struct drm_connector *connector, struct drm_property *property, property 916 include/drm/drm_connector.h struct drm_property *property, property 939 include/drm/drm_connector.h struct drm_property *property, property 604 include/drm/drm_crtc.h struct drm_property *property, uint64_t val); property 694 include/drm/drm_crtc.h struct drm_property *property, property 716 include/drm/drm_crtc.h struct drm_property *property, property 73 include/drm/drm_encoder_slave.h struct drm_property *property, property 124 include/drm/drm_mode_object.h struct drm_property *property, property 127 include/drm/drm_mode_object.h struct drm_property *property, property 131 include/drm/drm_mode_object.h struct drm_property *property, property 326 include/drm/drm_plane.h struct drm_property *property, uint64_t val); property 416 include/drm/drm_plane.h struct drm_property *property, property 439 include/drm/drm_plane.h struct drm_property *property, property 755 include/drm/drm_plane.h struct drm_property *property, property 234 include/drm/drm_property.h static inline bool drm_property_type_is(struct drm_property *property, property 238 include/drm/drm_property.h if (property->flags & DRM_MODE_PROP_EXTENDED_TYPE) property 239 include/drm/drm_property.h return (property->flags & DRM_MODE_PROP_EXTENDED_TYPE) == type; property 240 include/drm/drm_property.h return property->flags & type; property 266 include/drm/drm_property.h int drm_property_add_enum(struct drm_property *property, property 268 include/drm/drm_property.h void drm_property_destroy(struct drm_device *dev, struct drm_property *property); property 15 include/drm/drm_sysfs.h struct drm_property *property); property 511 include/linux/greybus/greybus_protocols.h __u8 property; property 588 include/linux/greybus/greybus_protocols.h __u8 property; property 597 include/linux/greybus/greybus_protocols.h __u8 property; property 19 include/linux/mfd/altera-sysmgr.h const char *property); property 23 include/linux/mfd/altera-sysmgr.h const char *property) property 25 include/linux/mfd/syscon.h const char *property); property 44 include/linux/mfd/syscon.h const char *property) property 35 include/linux/of.h struct property *next; property 57 include/linux/of.h struct property *properties; property 58 include/linux/of.h struct property *deadprops; /* removed properties */ property 99 include/linux/of.h struct property *prop; property 100 include/linux/of.h struct property *old_prop; property 210 include/linux/of.h static inline int of_property_check_flag(struct property *p, unsigned long flag) property 215 include/linux/of.h static inline void of_property_set_flag(struct property *p, unsigned long flag) property 220 include/linux/of.h static inline void of_property_clear_flag(struct property *p, unsigned long flag) property 304 include/linux/of.h extern struct property *of_find_property(const struct device_node *np, property 400 include/linux/of.h extern int of_add_property(struct device_node *np, struct property *prop); property 401 include/linux/of.h extern int of_remove_property(struct device_node *np, struct property *prop); property 402 include/linux/of.h extern int of_update_property(struct device_node *np, struct property *newprop); property 540 include/linux/of.h const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur, property 549 include/linux/of.h const char *of_prop_next_string(struct property *prop, const char *cur); property 691 include/linux/of.h static inline struct property *of_find_property(const struct device_node *np, property 924 include/linux/of.h static inline const __be32 *of_prop_next_u32(struct property *prop, property 930 include/linux/of.h static inline const char *of_prop_next_string(struct property *prop, property 955 include/linux/of.h static inline int of_property_check_flag(struct property *p, unsigned long flag) property 960 include/linux/of.h static inline void of_property_set_flag(struct property *p, unsigned long flag) property 964 include/linux/of.h static inline void of_property_clear_flag(struct property *p, unsigned long flag) property 991 include/linux/of.h static inline int of_prop_val_eq(struct property *p1, struct property *p2) property 1177 include/linux/of.h struct property *prop = of_find_property(np, propname, NULL); property 1324 include/linux/of.h struct property *prop; property 1325 include/linux/of.h struct property *old_prop; property 1361 include/linux/of.h struct property *prop); property 1376 include/linux/of.h struct device_node *np, struct property *prop) property 1382 include/linux/of.h struct device_node *np, struct property *prop) property 1388 include/linux/of.h struct device_node *np, struct property *prop) property 179 include/linux/pinctrl/pinconf-generic.h const char * const property; property 361 include/linux/power_supply.h const char *property); property 363 include/linux/power_supply.h struct device *dev, const char *property); property 366 include/linux/power_supply.h power_supply_get_by_phandle(struct device_node *np, const char *property) property 369 include/linux/power_supply.h devm_power_supply_get_by_phandle(struct device *dev, const char *property) property 550 include/linux/soc/ti/ti_sci_protocol.h const char *property); property 552 include/linux/soc/ti/ti_sci_protocol.h const char *property); property 580 include/linux/soc/ti/ti_sci_protocol.h const char *property) property 587 include/linux/soc/ti/ti_sci_protocol.h const char *property) property 162 include/linux/thunderbolt.h #define tb_property_for_each(dir, property) \ property 163 include/linux/thunderbolt.h for (property = tb_property_get_next(dir, NULL); \ property 164 include/linux/thunderbolt.h property; \ property 165 include/linux/thunderbolt.h property = tb_property_get_next(dir, property)) property 452 include/uapi/mtd/ubi-user.h __u8 property; property 1919 lib/vsprintf.c struct property *prop; property 78 net/wireless/of.c struct property *prop; property 63 scripts/dtc/checks.c struct property *prop, property 201 scripts/dtc/checks.c struct property *prop; property 220 scripts/dtc/checks.c struct property *prop; property 248 scripts/dtc/checks.c struct property *prop; property 284 scripts/dtc/checks.c struct property *prop, *prop2; property 337 scripts/dtc/checks.c struct property *prop = get_property(node, "reg"); property 363 scripts/dtc/checks.c struct property *prop; property 379 scripts/dtc/checks.c struct property *prop; property 416 scripts/dtc/checks.c struct property *prop, struct marker *mark) property 420 scripts/dtc/checks.c struct property *otherprop = NULL; property 445 scripts/dtc/checks.c struct property *prop; property 466 scripts/dtc/checks.c struct property *prop; property 548 scripts/dtc/checks.c struct property **pp, *prop = NULL; property 583 scripts/dtc/checks.c struct property *prop; property 618 scripts/dtc/checks.c struct property *prop; property 672 scripts/dtc/checks.c struct property *prop; property 688 scripts/dtc/checks.c struct property *prop; property 708 scripts/dtc/checks.c struct property *prop; property 732 scripts/dtc/checks.c struct property *prop; property 761 scripts/dtc/checks.c struct property *prop; property 805 scripts/dtc/checks.c struct property *prop; property 846 scripts/dtc/checks.c struct property *prop; property 876 scripts/dtc/checks.c struct property *prop; property 925 scripts/dtc/checks.c struct property *prop; property 950 scripts/dtc/checks.c struct property *prop; property 1019 scripts/dtc/checks.c struct property *prop; property 1072 scripts/dtc/checks.c struct property *prop; property 1101 scripts/dtc/checks.c struct property *prop; property 1158 scripts/dtc/checks.c struct property *reg, *ranges; property 1181 scripts/dtc/checks.c struct property *prop; property 1204 scripts/dtc/checks.c struct property *prop; property 1274 scripts/dtc/checks.c struct property *prop; property 1306 scripts/dtc/checks.c struct property *prop; property 1323 scripts/dtc/checks.c struct property *prop; property 1350 scripts/dtc/checks.c struct property *prop, property 1365 scripts/dtc/checks.c struct property *cellprop; property 1429 scripts/dtc/checks.c struct property *prop; property 1458 scripts/dtc/checks.c static bool prop_is_gpio(struct property *prop) property 1484 scripts/dtc/checks.c struct property *prop; property 1509 scripts/dtc/checks.c struct property *prop; property 1530 scripts/dtc/checks.c struct property *prop; property 1548 scripts/dtc/checks.c struct property *irq_prop, *prop = NULL; property 1653 scripts/dtc/checks.c struct property *prop = get_property(child, "reg"); property 1673 scripts/dtc/checks.c struct property *prop; property 1717 scripts/dtc/checks.c struct property *prop; property 35 scripts/dtc/dtc-parser.y struct property *prop; property 36 scripts/dtc/dtc-parser.y struct property *proplist; property 144 scripts/dtc/dtc.h struct property *next; property 153 scripts/dtc/dtc.h struct property *proplist; property 196 scripts/dtc/dtc.h struct property *build_property(char *name, struct data val, property 198 scripts/dtc/dtc.h struct property *build_property_delete(char *name); property 199 scripts/dtc/dtc.h struct property *chain_property(struct property *first, struct property *list); property 200 scripts/dtc/dtc.h struct property *reverse_properties(struct property *first); property 202 scripts/dtc/dtc.h struct node *build_node(struct property *proplist, struct node *children, property 212 scripts/dtc/dtc.h void add_property(struct node *node, struct property *prop); property 214 scripts/dtc/dtc.h void delete_property(struct property *prop); property 223 scripts/dtc/dtc.h struct property *get_property(struct node *node, const char *propname); property 224 scripts/dtc/dtc.h cell_t propval_cell(struct property *prop); property 225 scripts/dtc/dtc.h cell_t propval_cell_n(struct property *prop, int n); property 226 scripts/dtc/dtc.h struct property *get_property_by_label(struct node *tree, const char *label, property 229 scripts/dtc/dtc.h struct node **node, struct property **prop); property 193 scripts/dtc/fdtget.c int node, const char *property) property 208 scripts/dtc/fdtget.c assert(property); property 209 scripts/dtc/fdtget.c value = fdt_getprop(blob, node, property, &len); property 218 scripts/dtc/fdtget.c report_error(property, len); property 121 scripts/dtc/fdtput.c const char *property, const char *buf, int len) property 132 scripts/dtc/fdtput.c err = fdt_setprop(blob, node, property, buf, len); property 134 scripts/dtc/fdtput.c report_error(property, -1, err); property 42 scripts/dtc/flattree.c void (*property)(void *, struct label *labels); property 99 scripts/dtc/flattree.c .property = bin_emit_property, property 217 scripts/dtc/flattree.c .property = asm_emit_property, property 239 scripts/dtc/flattree.c struct property *prop; property 263 scripts/dtc/flattree.c emit->property(etarget, prop->labels); property 275 scripts/dtc/flattree.c emit->property(etarget, NULL); property 663 scripts/dtc/flattree.c static struct property *flat_read_property(struct inbuf *dtbuf, property 748 scripts/dtc/flattree.c struct property *prop; property 37 scripts/dtc/fstree.c struct property *prop; property 428 scripts/dtc/libfdt/fdt_overlay.c int property) property 434 scripts/dtc/libfdt/fdt_overlay.c value = fdt_getprop_by_offset(fdto, property, property 512 scripts/dtc/libfdt/fdt_overlay.c int property; property 526 scripts/dtc/libfdt/fdt_overlay.c fdt_for_each_property_offset(property, fdto, fixups_off) { property 529 scripts/dtc/libfdt/fdt_overlay.c ret = overlay_fixup_phandle(fdt, fdto, symbols_off, property); property 559 scripts/dtc/libfdt/fdt_overlay.c int property; property 562 scripts/dtc/libfdt/fdt_overlay.c fdt_for_each_property_offset(property, fdto, node) { property 568 scripts/dtc/libfdt/fdt_overlay.c prop = fdt_getprop_by_offset(fdto, property, &name, property 698 scripts/dtc/libfdt/fdt_ro.c int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) property 703 scripts/dtc/libfdt/fdt_ro.c list = fdt_getprop(fdt, nodeoffset, property, &length); property 723 scripts/dtc/libfdt/fdt_ro.c int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, property 729 scripts/dtc/libfdt/fdt_ro.c list = fdt_getprop(fdt, nodeoffset, property, &length); property 754 scripts/dtc/libfdt/fdt_ro.c const char *property, int idx, property 760 scripts/dtc/libfdt/fdt_ro.c list = fdt_getprop(fdt, nodeoffset, property, &length); property 137 scripts/dtc/libfdt/libfdt.h static inline void fdt32_st(void *property, uint32_t value) property 139 scripts/dtc/libfdt/libfdt.h uint8_t *bp = property; property 161 scripts/dtc/libfdt/libfdt.h static inline void fdt64_st(void *property, uint64_t value) property 163 scripts/dtc/libfdt/libfdt.h uint8_t *bp = property; property 605 scripts/dtc/libfdt/libfdt.h #define fdt_for_each_property_offset(property, fdt, node) \ property 606 scripts/dtc/libfdt/libfdt.h for (property = fdt_first_property_offset(fdt, node); \ property 607 scripts/dtc/libfdt/libfdt.h property >= 0; \ property 608 scripts/dtc/libfdt/libfdt.h property = fdt_next_property_offset(fdt, property)) property 1087 scripts/dtc/libfdt/libfdt.h int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property); property 1108 scripts/dtc/libfdt/libfdt.h int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, property 1136 scripts/dtc/libfdt/libfdt.h const char *property, int index, property 39 scripts/dtc/livetree.c struct property *build_property(char *name, struct data val, property 42 scripts/dtc/livetree.c struct property *new = xmalloc(sizeof(*new)); property 53 scripts/dtc/livetree.c struct property *build_property_delete(char *name) property 55 scripts/dtc/livetree.c struct property *new = xmalloc(sizeof(*new)); property 65 scripts/dtc/livetree.c struct property *chain_property(struct property *first, struct property *list) property 73 scripts/dtc/livetree.c struct property *reverse_properties(struct property *first) property 75 scripts/dtc/livetree.c struct property *p = first; property 76 scripts/dtc/livetree.c struct property *head = NULL; property 77 scripts/dtc/livetree.c struct property *next; property 88 scripts/dtc/livetree.c struct node *build_node(struct property *proplist, struct node *children, property 144 scripts/dtc/livetree.c struct property *new_prop, *old_prop; property 232 scripts/dtc/livetree.c struct property *p; property 266 scripts/dtc/livetree.c void add_property(struct node *node, struct property *prop) property 268 scripts/dtc/livetree.c struct property **p; property 281 scripts/dtc/livetree.c struct property *prop = node->proplist; property 292 scripts/dtc/livetree.c void delete_property(struct property *prop) property 327 scripts/dtc/livetree.c struct property *prop; property 343 scripts/dtc/livetree.c struct property *p; property 424 scripts/dtc/livetree.c struct property *get_property(struct node *node, const char *propname) property 426 scripts/dtc/livetree.c struct property *prop; property 435 scripts/dtc/livetree.c cell_t propval_cell(struct property *prop) property 441 scripts/dtc/livetree.c cell_t propval_cell_n(struct property *prop, int n) property 447 scripts/dtc/livetree.c struct property *get_property_by_label(struct node *tree, const char *label, property 450 scripts/dtc/livetree.c struct property *prop; property 474 scripts/dtc/livetree.c struct node **node, struct property **prop) property 477 scripts/dtc/livetree.c struct property *p; property 627 scripts/dtc/livetree.c struct property *reg; property 698 scripts/dtc/livetree.c const struct property *a, *b; property 700 scripts/dtc/livetree.c a = *((const struct property * const *)ax); property 701 scripts/dtc/livetree.c b = *((const struct property * const *)bx); property 709 scripts/dtc/livetree.c struct property *prop, **tbl; property 830 scripts/dtc/livetree.c struct property *p; property 868 scripts/dtc/livetree.c struct property *prop; property 888 scripts/dtc/livetree.c struct node *node, struct property *prop, property 913 scripts/dtc/livetree.c struct property *prop; property 933 scripts/dtc/livetree.c struct property *prop; property 954 scripts/dtc/livetree.c struct property *prop, struct marker *m, property 994 scripts/dtc/livetree.c struct property *prop; property 163 scripts/dtc/treesource.c static enum markertype guess_value_type(struct property *prop) property 196 scripts/dtc/treesource.c static void write_propval(FILE *f, struct property *prop) property 283 scripts/dtc/treesource.c struct property *prop; property 112 scripts/dtc/yamltree.c static void yaml_propval(yaml_emitter_t *emitter, struct property *prop) property 178 scripts/dtc/yamltree.c struct property *prop; property 347 scripts/kconfig/conf.c struct property *prop; property 362 scripts/kconfig/confdata.c struct property *prop; property 1172 scripts/kconfig/confdata.c struct property *prop; property 1220 scripts/kconfig/confdata.c struct property *prop; property 120 scripts/kconfig/expr.h struct property *prop; property 193 scripts/kconfig/expr.h struct property *next; /* next property - null if last */ property 242 scripts/kconfig/expr.h struct property *prompt; property 1336 scripts/kconfig/gconf.c struct property *prop; property 74 scripts/kconfig/lkc.h struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep); property 112 scripts/kconfig/lkc.h struct property *sym_get_range_prop(struct symbol *sym); property 115 scripts/kconfig/lkc.h struct property *prop_alloc(enum prop_type type, struct symbol *sym); property 116 scripts/kconfig/lkc.h struct symbol *prop_get_symbol(struct property *prop); property 46 scripts/kconfig/lkc_proto.h struct property * sym_get_choice_prop(struct symbol *sym); property 468 scripts/kconfig/mconf.c struct property *prop; property 31 scripts/kconfig/menu.c static void prop_warn(struct property *prop, const char *fmt, ...) property 127 scripts/kconfig/menu.c static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) property 129 scripts/kconfig/menu.c struct property *prop = prop_alloc(type, current_entry->sym); property 177 scripts/kconfig/menu.c struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) property 228 scripts/kconfig/menu.c struct property *prop; property 250 scripts/kconfig/menu.c struct property *choice_prop = property 294 scripts/kconfig/menu.c struct property *prop; property 701 scripts/kconfig/menu.c static void get_prompt_str(struct gstr *r, struct property *prop, property 761 scripts/kconfig/menu.c static struct property *get_symbol_prop(struct symbol *sym) property 763 scripts/kconfig/menu.c struct property *prop = NULL; property 774 scripts/kconfig/menu.c struct property *prop; property 794 scripts/kconfig/menu.c struct property *prop; property 738 scripts/kconfig/nconf.c struct property *prop; property 595 scripts/kconfig/parser.y struct property *prop; property 685 scripts/kconfig/parser.y struct property *prop; property 107 scripts/kconfig/qconf.cc struct property *prop; property 1141 scripts/kconfig/qconf.cc for (struct property *prop = sym->prop; prop; prop = prop->next) { property 1314 scripts/kconfig/qconf.cc struct property *prop; property 68 scripts/kconfig/symbol.c struct property *sym_get_choice_prop(struct symbol *sym) property 70 scripts/kconfig/symbol.c struct property *prop; property 77 scripts/kconfig/symbol.c static struct property *sym_get_default_prop(struct symbol *sym) property 79 scripts/kconfig/symbol.c struct property *prop; property 89 scripts/kconfig/symbol.c struct property *sym_get_range_prop(struct symbol *sym) property 91 scripts/kconfig/symbol.c struct property *prop; property 119 scripts/kconfig/symbol.c struct property *prop; property 153 scripts/kconfig/symbol.c struct property *prop; property 173 scripts/kconfig/symbol.c struct property *prop; property 243 scripts/kconfig/symbol.c struct property *prop; property 269 scripts/kconfig/symbol.c struct property *prop; property 322 scripts/kconfig/symbol.c struct property *prop; property 511 scripts/kconfig/symbol.c struct property *prop; property 598 scripts/kconfig/symbol.c struct property *prop; property 696 scripts/kconfig/symbol.c struct property *prop; property 1010 scripts/kconfig/symbol.c struct property *prop; property 1041 scripts/kconfig/symbol.c struct property *prop; property 1163 scripts/kconfig/symbol.c struct property *prop; property 1211 scripts/kconfig/symbol.c struct property *prop; property 1248 scripts/kconfig/symbol.c struct property *prop; property 1276 scripts/kconfig/symbol.c struct property *prop_alloc(enum prop_type type, struct symbol *sym) property 1278 scripts/kconfig/symbol.c struct property *prop; property 1279 scripts/kconfig/symbol.c struct property **propp; property 1298 scripts/kconfig/symbol.c struct symbol *prop_get_symbol(struct property *prop) property 1207 sound/pci/asihpi/hpi.h u16 hpi_adapter_set_property(u16 adapter_index, u16 property, u16 paramter1, property 1210 sound/pci/asihpi/hpi.h u16 hpi_adapter_get_property(u16 adapter_index, u16 property, property 664 sound/pci/asihpi/hpi_internal.h u16 property; property 240 sound/pci/asihpi/hpifunc.c u16 hpi_adapter_set_property(u16 adapter_index, u16 property, u16 parameter1, property 248 sound/pci/asihpi/hpifunc.c hm.u.ax.property_set.property = property; property 257 sound/pci/asihpi/hpifunc.c u16 hpi_adapter_get_property(u16 adapter_index, u16 property, property 265 sound/pci/asihpi/hpifunc.c hm.u.ax.property_set.property = property; property 441 sound/pci/asihpi/hpioctl.c hm.u.ax.property_set.property = HPI_ADAPTER_PROPERTY_SUPPORTS_IRQ; property 470 sound/pci/asihpi/hpioctl.c hm.u.ax.property_set.property = HPI_ADAPTER_PROPERTY_IRQ_RATE; property 533 sound/pci/asihpi/hpioctl.c hm.u.ax.property_set.property = HPI_ADAPTER_PROPERTY_IRQ_RATE; property 1055 sound/ppc/tumbler.c const char *property = of_get_property(np, "audio-gpio", NULL); property 1056 sound/ppc/tumbler.c if (property && strcmp(property, name) == 0) property 175 sound/soc/adi/axi-i2s.c struct property *dma_names; property 2788 sound/soc/codecs/arizona.c struct property *prop; property 410 sound/soc/sh/rcar/adg.c struct property *prop; property 253 sound/soc/ti/omap-twl4030.c struct property *prop;