/linux/drivers/gpu/drm/ |
H A D | drm_property.c | 101 struct drm_property *property = NULL; in drm_property_create() local 167 struct drm_property *property; in drm_property_create_enum() local 216 struct drm_property *property; in drm_property_create_bitmask() local 246 struct drm_property *property; in property_create_range() local 336 struct drm_property *property; in drm_property_create_object() local 390 int drm_property_add_enum(struct drm_property *property, in drm_property_add_enum() 441 void drm_property_destroy(struct drm_device *dev, struct drm_property *property) in drm_property_destroy() 462 struct drm_property *property; in drm_mode_getproperty_ioctl() local 933 bool drm_property_change_valid_get(struct drm_property *property, in drm_property_change_valid_get() 989 void drm_property_change_valid_put(struct drm_property *property, in drm_property_change_valid_put()
|
/linux/drivers/mfd/ |
H A D | si476x-prop.c | 46 u16 property) in si476x_core_is_valid_property_a10() 87 u16 property) in si476x_core_is_valid_property_a20() 108 u16 property) in si476x_core_is_valid_property_a30() 136 u16 property) in si476x_core_is_valid_property() 151 u16 property) in si476x_core_is_readonly_property()
|
H A D | syscon.c | 295 const char *property) in syscon_regmap_lookup_by_phandle() 318 const char *property, in syscon_regmap_lookup_by_phandle_args() 352 const char *property) in syscon_regmap_lookup_by_phandle_optional()
|
H A D | altera-sysmgr.c | 96 const char *property) in altr_sysmgr_regmap_lookup_by_phandle()
|
/linux/scripts/kconfig/ |
H A D | expr.h | 188 struct property { struct 189 struct property *next; /* next property - null if last */ argument 190 enum prop_type type; /* type of property */ argument 193 struct expr *expr; /* the optional conditional part of the property */ argument 194 struct menu *menu; /* the menu the property are associated with argument 197 const char *filename; /* what file was this property defined */ argument 198 int lineno; /* what lineno was this property defined */ argument
|
/linux/include/linux/mfd/ |
H A D | syscon.h | 51 const char *property) in syscon_regmap_lookup_by_phandle() 58 const char *property, in syscon_regmap_lookup_by_phandle_args() 67 const char *property) in syscon_regmap_lookup_by_phandle_optional()
|
H A D | altera-sysmgr.h | 23 const char *property) in altr_sysmgr_regmap_lookup_by_phandle()
|
/linux/arch/arm/boot/compressed/ |
H A D | atags_to_fdt.c | 24 static int setprop(void *fdt, const char *node_path, const char *property, in setprop() 34 const char *property, const char *string) in setprop_string() 43 const char *property, uint32_t val) in setprop_cell() 52 const char *property, int *len) in getprop()
|
H A D | fdt_check_mem_start.c | 9 const char *property, int minlen) in get_prop()
|
/linux/scripts/dtc/ |
H A D | dtc.h | 206 struct property { global() struct 211 nextproperty global() argument 220 srcposproperty global() argument [all...] |
/linux/drivers/gpu/drm/logicvc/ |
H A D | logicvc_of.c | 129 struct logicvc_of_property *property; in logicvc_of_property_parse_u32() local 170 struct logicvc_of_property *property; in logicvc_of_property_parse_bool() local
|
/linux/drivers/firmware/efi/stmm/ |
H A D | mm_communication.h | 213 u16 property; member 232 struct var_check_property property; member
|
/linux/drivers/irqchip/ |
H A D | irq-gic-common.h | 17 const char *property; member
|
/linux/scripts/dtc/libfdt/ |
H A D | libfdt.h | 151 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st() argument 175 static inline void fdt64_st(void *property, uint64_ argument 653 fdt_for_each_property_offset(property,fdt,node) global() argument [all...] |
H A D | fdt_overlay.c | 376 overlay_fixup_phandle(void * fdt,void * fdto,int symbols_off,int property) overlay_fixup_phandle() argument 476 int property; overlay_fixup_phandles() local 772 int property; overlay_apply_node() local [all...] |
H A D | fdt_ro.c | 752 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count() 777 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() 808 const char *property, int idx, in fdt_stringlist_get()
|
/linux/drivers/power/reset/ |
H A D | gpio-restart.c | 53 u32 property; in gpio_restart_probe() local
|
/linux/drivers/gpu/drm/armada/ |
H A D | armada_overlay.c | 345 struct drm_plane_state *state, struct drm_property *property, in armada_overlay_set_property() 413 const struct drm_plane_state *state, struct drm_property *property, in armada_overlay_get_property()
|
/linux/include/linux/ |
H A D | of.h | 28 struct property { struct 32 struct property *next; argument 54 struct property *properties; argument
|
/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_plane.c | 462 struct drm_property *property, in omap_plane_atomic_set_property() 477 struct drm_property *property, in omap_plane_atomic_get_property()
|
/linux/arch/m68k/sun3x/ |
H A D | prom.c | 131 int prom_getintdefault(int node, char *property, int deflt) in prom_getintdefault()
|
/linux/include/drm/ |
H A D | drm_property.h | 241 static inline bool drm_property_type_is(struct drm_property *property, in drm_property_type_is()
|
/linux/drivers/dma/ti/ |
H A D | k3-udma-private.c | 21 struct udma_dev *of_xudma_dev_get(struct device_node *np, const char *property) in of_xudma_dev_get()
|
/linux/drivers/acpi/ |
H A D | property.c | 327 const union acpi_object *property; in acpi_properties_format_valid() local 481 union acpi_object *property = &properties->package.elements[i]; in acpi_data_add_buffer_props() local 720 const union acpi_object *property; in acpi_data_get_property() local
|
/linux/arch/riscv/include/asm/ |
H A D | cpufeature.h | 120 const char *property; member
|