Home
last modified time | relevance | path

Searched defs:property (Results 1 – 25 of 97) sorted by relevance

1234

/linux/drivers/thunderbolt/
A Dproperty.c82 struct tb_property *property; in tb_property_alloc() local
99 struct tb_property *property; in tb_property_parse() local
193 struct tb_property *property; in __tb_property_parse_dir() local
295 struct tb_property *property, *tmp; in tb_property_free_dir() local
312 const struct tb_property *property; in tb_property_dir_length() local
352 const struct tb_property *property; in __tb_property_format_dir() local
584 struct tb_property *property; in tb_property_add_immediate() local
615 struct tb_property *property; in tb_property_add_data() local
651 struct tb_property *property; in tb_property_add_text() local
683 struct tb_property *property; in tb_property_add_dir() local
[all …]
/linux/drivers/gpu/drm/
A Ddrm_property.c100 struct drm_property *property = NULL; in drm_property_create() local
166 struct drm_property *property; in drm_property_create_enum() local
215 struct drm_property *property; in drm_property_create_bitmask() local
245 struct drm_property *property; in property_create_range() local
335 struct drm_property *property; in drm_property_create_object() local
389 int drm_property_add_enum(struct drm_property *property, in drm_property_add_enum()
440 void drm_property_destroy(struct drm_device *dev, struct drm_property *property) in drm_property_destroy()
461 struct drm_property *property; in drm_mode_getproperty_ioctl() local
874 bool drm_property_change_valid_get(struct drm_property *property, in drm_property_change_valid_get()
930 void drm_property_change_valid_put(struct drm_property *property, in drm_property_change_valid_put()
A Ddrm_mode_object.c232 struct drm_property *property, in drm_object_attach_property()
282 struct drm_property *property, uint64_t val) in drm_object_property_set_value()
301 struct drm_property *property, in __drm_object_property_get_value()
343 struct drm_property *property, uint64_t *val) in drm_object_property_get_value()
531 struct drm_property *property; in drm_mode_obj_set_property_ioctl() local
A Ddrm_atomic_uapi.c433 struct drm_crtc_state *state, struct drm_property *property, in drm_atomic_crtc_set_property()
503 struct drm_property *property, uint64_t *val) in drm_atomic_crtc_get_property()
534 struct drm_property *property, uint64_t val) in drm_atomic_plane_set_property()
626 struct drm_property *property, uint64_t *val) in drm_atomic_plane_get_property()
704 struct drm_property *property, uint64_t val) in drm_atomic_connector_set_property()
817 struct drm_property *property, uint64_t *val) in drm_atomic_connector_get_property()
888 struct drm_property *property, uint64_t *val) in drm_atomic_get_property()
/linux/drivers/mfd/
A Dsi476x-prop.c46 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()
A Dsyscon.c209 const char *property) in syscon_regmap_lookup_by_phandle()
230 const char *property, in syscon_regmap_lookup_by_phandle_args()
264 const char *property) in syscon_regmap_lookup_by_phandle_optional()
A Daltera-sysmgr.c97 const char *property) in altr_sysmgr_regmap_lookup_by_phandle()
/linux/include/linux/mfd/
A Dsyscon.h52 const char *property) in syscon_regmap_lookup_by_phandle()
59 const char *property, in syscon_regmap_lookup_by_phandle_args()
68 const char *property) in syscon_regmap_lookup_by_phandle_optional()
A Daltera-sysmgr.h23 const char *property) in altr_sysmgr_regmap_lookup_by_phandle()
/linux/arch/arm/boot/compressed/
A Datags_to_fdt.c23 static int setprop(void *fdt, const char *node_path, const char *property, in setprop()
33 const char *property, const char *string) in setprop_string()
42 const char *property, uint32_t val) in setprop_cell()
51 const char *property, int *len) in getprop()
A Dfdt_check_mem_start.c8 const char *property, int minlen) in get_prop()
/linux/scripts/kconfig/
A Dexpr.h189 struct property { struct
190 struct property *next; /* next property - null if last */ argument
191 enum prop_type type; /* type of property */ argument
194 struct expr *expr; /* the optional conditional part of the property */ argument
195 struct menu *menu; /* the menu the property are associated with argument
198 struct file *file; /* what file was this property defined */ argument
199 int lineno; /* what lineno was this property defined */ argument
/linux/scripts/dtc/
A Ddtc.h206 struct property { struct
211 struct property *next; argument
220 struct property *proplist; argument
/linux/scripts/dtc/libfdt/
A Dfdt_overlay.c429 int property) in overlay_fixup_phandle()
513 int property; in overlay_fixup_phandles() local
560 int property; in overlay_apply_node() local
A Dlibfdt.h151 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st()
175 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st()
628 #define fdt_for_each_property_offset(property, fdt, node) \ argument
A Dfdt_ro.c723 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count()
748 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search()
779 const char *property, int idx, in fdt_stringlist_get()
/linux/drivers/gpu/drm/omapdrm/
A Domap_plane.c209 struct drm_property *property, in omap_plane_atomic_set_property()
224 struct drm_property *property, in omap_plane_atomic_get_property()
/linux/drivers/gpu/drm/i915/display/
A Dintel_atomic.c56 struct drm_property *property, in intel_digital_connector_atomic_get_property()
89 struct drm_property *property, in intel_digital_connector_atomic_set_property()
/linux/drivers/power/reset/
A Dgpio-restart.c55 u32 property; in gpio_restart_probe() local
/linux/drivers/gpu/drm/armada/
A Darmada_overlay.c349 struct drm_plane_state *state, struct drm_property *property, in armada_overlay_set_property()
417 const struct drm_plane_state *state, struct drm_property *property, in armada_overlay_get_property()
/linux/arch/m68k/sun3x/
A Dprom.c131 int prom_getintdefault(int node, char *property, int deflt) in prom_getintdefault()
/linux/drivers/gpu/drm/nouveau/
A Dnouveau_connector.c100 struct drm_property *property, u64 *val) in nouveau_conn_atomic_get_property()
131 struct drm_property *property, u64 val) in nouveau_conn_atomic_set_property()
764 struct drm_property *property, uint64_t value) in nouveau_connector_set_property()
/linux/include/linux/
A Dof.h31 struct property { struct
35 struct property *next; argument
57 struct property *properties; argument
/linux/drivers/input/
A Dtouchscreen.c16 const char *property, in touchscreen_get_prop_u32()
/linux/drivers/gpu/drm/rcar-du/
A Drcar_du_plane.c704 struct drm_property *property, in rcar_du_plane_atomic_set_property()
719 const struct drm_plane_state *state, struct drm_property *property, in rcar_du_plane_atomic_get_property()

Completed in 54 milliseconds

1234