/Linux-v4.19/drivers/thunderbolt/ |
D | property.c | 85 struct tb_property *property; in tb_property_alloc() local 102 struct tb_property *property; in tb_property_parse() local 192 struct tb_property *property; in __tb_property_parse_dir() local 262 static void tb_property_free(struct tb_property *property) in tb_property_free() 294 struct tb_property *property, *tmp; in tb_property_free_dir() local 311 const struct tb_property *property; in tb_property_dir_length() local 351 const struct tb_property *property; in __tb_property_format_dir() local 512 struct tb_property *property; in tb_property_add_immediate() local 543 struct tb_property *property; in tb_property_add_data() local 574 struct tb_property *property; in tb_property_add_text() local [all …]
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_property.c | 95 struct drm_property *property = NULL; in drm_property_create() local 162 struct drm_property *property; in drm_property_create_enum() local 211 struct drm_property *property; in drm_property_create_bitmask() local 241 struct drm_property *property; in property_create_range() local 331 struct drm_property *property; in drm_property_create_object() local 385 int drm_property_add_enum(struct drm_property *property, in drm_property_add_enum() 437 void drm_property_destroy(struct drm_device *dev, struct drm_property *property) in drm_property_destroy() 458 struct drm_property *property; in drm_mode_getproperty_ioctl() local 872 bool drm_property_change_valid_get(struct drm_property *property, in drm_property_change_valid_get() 928 void drm_property_change_valid_put(struct drm_property *property, in drm_property_change_valid_put()
|
D | drm_mode_object.c | 219 struct drm_property *property, in drm_object_attach_property() 258 struct drm_property *property, uint64_t val) in drm_object_property_set_value() 277 struct drm_property *property, in __drm_object_property_get_value() 319 struct drm_property *property, uint64_t *val) in drm_object_property_get_value() 503 struct drm_property *property; in drm_mode_obj_set_property_ioctl() local
|
D | drm_atomic.c | 545 struct drm_crtc_state *state, struct drm_property *property, in drm_atomic_crtc_set_property() 626 struct drm_property *property, uint64_t *val) in drm_atomic_crtc_get_property() 860 struct drm_plane_state *state, struct drm_property *property, in drm_atomic_plane_set_property() 947 struct drm_property *property, uint64_t *val) in drm_atomic_plane_get_property() 1348 struct drm_connector_state *state, struct drm_property *property, in drm_atomic_connector_set_property() 1471 struct drm_property *property, uint64_t *val) in drm_atomic_connector_get_property() 1530 struct drm_property *property, uint64_t *val) in drm_atomic_get_property()
|
D | drm_mode_config.c | 424 struct drm_property *property, *pt; in drm_mode_config_cleanup() local
|
/Linux-v4.19/drivers/mfd/ |
D | si476x-prop.c | 54 u16 property) in si476x_core_is_valid_property_a10() 95 u16 property) in si476x_core_is_valid_property_a20() 116 u16 property) in si476x_core_is_valid_property_a30() 144 u16 property) in si476x_core_is_valid_property() 159 u16 property) in si476x_core_is_readonly_property()
|
D | syscon.c | 200 const char *property) in syscon_regmap_lookup_by_phandle()
|
/Linux-v4.19/scripts/kconfig/ |
D | expr.h | 191 struct property { struct 192 struct property *next; /* next property - null if last */ argument 193 struct symbol *sym; /* the symbol for which the property is associated */ argument 194 enum prop_type type; /* type of property */ argument 197 struct expr *expr; /* the optional conditional part of the property */ argument 198 struct menu *menu; /* the menu the property are associated with argument 201 struct file *file; /* what file was this property defined */ argument 202 int lineno; /* what lineno was this property defined */ argument
|
/Linux-v4.19/arch/arm/boot/compressed/ |
D | atags_to_fdt.c | 21 static int setprop(void *fdt, const char *node_path, const char *property, in setprop() 31 const char *property, const char *string) in setprop_string() 40 const char *property, uint32_t val) in setprop_cell() 49 const char *property, int *len) in getprop()
|
/Linux-v4.19/scripts/dtc/ |
D | dtc.h | 144 struct property { struct 149 struct property *next; argument 157 struct property *proplist; argument
|
/Linux-v4.19/arch/arm/mach-omap2/ |
D | timer.c | 222 const char *property) in omap_get_timer_dt() 286 const char *property, in omap_dm_timer_init_one() 368 const char *property) in omap2_gp_clockevent_init() 506 const char *property) in omap2_gptimer_clocksource_init()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_atomic_plane.c | 265 struct drm_property *property, in intel_plane_atomic_get_property() 288 struct drm_property *property, in intel_plane_atomic_set_property()
|
D | intel_atomic.c | 49 struct drm_property *property, in intel_digital_connector_atomic_get_property() 81 struct drm_property *property, in intel_digital_connector_atomic_set_property()
|
/Linux-v4.19/include/linux/mfd/ |
D | syscon.h | 48 const char *property) in syscon_regmap_lookup_by_phandle()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_plane.c | 203 struct drm_property *property, in omap_plane_atomic_set_property() 218 struct drm_property *property, in omap_plane_atomic_get_property()
|
/Linux-v4.19/scripts/dtc/libfdt/ |
D | fdt_overlay.c | 473 int property) in overlay_fixup_phandle() 557 int property; in overlay_fixup_phandles() local 604 int property; in overlay_apply_node() local
|
D | fdt_ro.c | 637 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count() 662 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() 693 const char *property, int idx, in fdt_stringlist_get()
|
/Linux-v4.19/drivers/power/reset/ |
D | gpio-restart.c | 63 u32 property; in gpio_restart_probe() local
|
/Linux-v4.19/drivers/gpu/drm/armada/ |
D | armada_overlay.c | 344 struct drm_plane_state *state, struct drm_property *property, in armada_overlay_set_property() 412 const struct drm_plane_state *state, struct drm_property *property, in armada_overlay_get_property()
|
/Linux-v4.19/include/linux/ |
D | of.h | 31 struct property { struct 35 struct property *next; argument 58 struct property *properties; argument
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | of_touchscreen.c | 19 const char *property, in touchscreen_get_prop_u32()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_connector.c | 100 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() 746 struct drm_property *property, uint64_t value) in nouveau_connector_set_property()
|
/Linux-v4.19/arch/m68k/sun3x/ |
D | prom.c | 133 int prom_getintdefault(int node, char *property, int deflt) in prom_getintdefault()
|
/Linux-v4.19/drivers/gpu/drm/rcar-du/ |
D | rcar_du_plane.c | 705 struct drm_property *property, in rcar_du_plane_atomic_set_property() 720 const struct drm_plane_state *state, struct drm_property *property, in rcar_du_plane_atomic_get_property()
|
/Linux-v4.19/drivers/gpu/drm/udl/ |
D | udl_connector.c | 155 struct drm_property *property, in udl_connector_set_property()
|