/Linux-v5.10/drivers/thunderbolt/ |
D | property.c | 82 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 263 static void tb_property_free(struct tb_property *property) in tb_property_free() 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 513 struct tb_property *property; in tb_property_add_immediate() local 544 struct tb_property *property; in tb_property_add_data() local 580 struct tb_property *property; in tb_property_add_text() local [all …]
|
/Linux-v5.10/drivers/gpu/drm/ |
D | drm_property.c | 100 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() 442 void drm_property_destroy(struct drm_device *dev, struct drm_property *property) in drm_property_destroy() 463 struct drm_property *property; in drm_mode_getproperty_ioctl() local 877 bool drm_property_change_valid_get(struct drm_property *property, in drm_property_change_valid_get() 933 void drm_property_change_valid_put(struct drm_property *property, in drm_property_change_valid_put()
|
D | drm_mode_object.c | 232 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
|
D | drm_atomic_uapi.c | 420 struct drm_crtc_state *state, struct drm_property *property, in drm_atomic_crtc_set_property() 487 struct drm_property *property, uint64_t *val) in drm_atomic_crtc_get_property() 516 struct drm_property *property, uint64_t val) in drm_atomic_plane_set_property() 604 struct drm_property *property, uint64_t *val) in drm_atomic_plane_get_property() 677 struct drm_property *property, uint64_t val) in drm_atomic_connector_set_property() 789 struct drm_property *property, uint64_t *val) in drm_atomic_connector_get_property() 860 struct drm_property *property, uint64_t *val) in drm_atomic_get_property()
|
/Linux-v5.10/drivers/mfd/ |
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()
|
D | syscon.c | 209 const char *property) in syscon_regmap_lookup_by_phandle() 230 const char *property, in syscon_regmap_lookup_by_phandle_args()
|
D | altera-sysmgr.c | 97 const char *property) in altr_sysmgr_regmap_lookup_by_phandle()
|
/Linux-v5.10/arch/arm/boot/compressed/ |
D | atags_to_fdt.c | 22 static int setprop(void *fdt, const char *node_path, const char *property, in setprop() 32 const char *property, const char *string) in setprop_string() 41 const char *property, uint32_t val) in setprop_cell() 50 const char *property, int *len) in getprop()
|
/Linux-v5.10/scripts/kconfig/ |
D | expr.h | 192 struct property { struct 193 struct property *next; /* next property - null if last */ 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-v5.10/scripts/dtc/ |
D | dtc.h | 170 struct property { struct 175 struct property *next; argument 184 struct property *proplist; argument
|
/Linux-v5.10/include/linux/mfd/ |
D | syscon.h | 49 const char *property) in syscon_regmap_lookup_by_phandle() 56 const char *property, in syscon_regmap_lookup_by_phandle_args()
|
D | altera-sysmgr.h | 23 const char *property) in altr_sysmgr_regmap_lookup_by_phandle()
|
/Linux-v5.10/drivers/gpu/drm/omapdrm/ |
D | omap_plane.c | 196 struct drm_property *property, in omap_plane_atomic_set_property() 211 struct drm_property *property, in omap_plane_atomic_get_property()
|
/Linux-v5.10/scripts/dtc/libfdt/ |
D | fdt_overlay.c | 429 int property) in overlay_fixup_phandle() 513 int property; in overlay_fixup_phandles() local 560 int property; in overlay_apply_node() local
|
D | libfdt.h | 141 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st() 165 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st() 610 #define fdt_for_each_property_offset(property, fdt, node) \ argument
|
D | fdt_ro.c | 723 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-v5.10/drivers/gpu/drm/i915/display/ |
D | intel_atomic.c | 56 struct drm_property *property, in intel_digital_connector_atomic_get_property() 89 struct drm_property *property, in intel_digital_connector_atomic_set_property()
|
/Linux-v5.10/drivers/power/reset/ |
D | gpio-restart.c | 55 u32 property; in gpio_restart_probe() local
|
/Linux-v5.10/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-v5.10/arch/m68k/sun3x/ |
D | prom.c | 132 int prom_getintdefault(int node, char *property, int deflt) in prom_getintdefault()
|
/Linux-v5.10/drivers/dma/ti/ |
D | k3-udma-private.c | 19 struct udma_dev *of_xudma_dev_get(struct device_node *np, const char *property) in of_xudma_dev_get()
|
/Linux-v5.10/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() 761 struct drm_property *property, uint64_t value) in nouveau_connector_set_property()
|
/Linux-v5.10/drivers/input/touchscreen/ |
D | of_touchscreen.c | 15 const char *property, in touchscreen_get_prop_u32()
|
/Linux-v5.10/include/linux/ |
D | of.h | 31 struct property { struct 35 struct property *next; argument 57 struct property *properties; argument
|
/Linux-v5.10/drivers/gpu/drm/rcar-du/ |
D | rcar_du_plane.c | 699 struct drm_property *property, in rcar_du_plane_atomic_set_property() 714 const struct drm_plane_state *state, struct drm_property *property, in rcar_du_plane_atomic_get_property()
|