/linux/drivers/thunderbolt/ |
H A 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; __tb_property_parse_dir() local 263 tb_property_free(struct tb_property * property) tb_property_free() argument 295 struct tb_property *property, *tmp; tb_property_free_dir() local 312 const struct tb_property *property; tb_property_dir_length() local 352 const struct tb_property *property; __tb_property_format_dir() local 514 struct tb_property *property, *p = NULL; tb_property_copy_dir() local 584 struct tb_property *property; tb_property_add_immediate() local 615 struct tb_property *property; tb_property_add_data() local 651 struct tb_property *property; tb_property_add_text() local 683 struct tb_property *property; tb_property_add_dir() local 706 tb_property_remove(struct tb_property * property) tb_property_remove() argument 725 struct tb_property *property; tb_property_find() local [all...] |
/linux/drivers/gpu/drm/ |
H A D | drm_property.c | 101 struct drm_property *property = NULL; drm_property_create() local 167 struct drm_property *property; drm_property_create_enum() local 216 struct drm_property *property; drm_property_create_bitmask() local 246 struct drm_property *property; property_create_range() local 336 struct drm_property *property; drm_property_create_object() local 390 drm_property_add_enum(struct drm_property * property,uint64_t value,const char * name) drm_property_add_enum() argument 441 drm_property_destroy(struct drm_device * dev,struct drm_property * property) drm_property_destroy() argument 462 struct drm_property *property; drm_mode_getproperty_ioctl() local 933 drm_property_change_valid_get(struct drm_property * property,uint64_t value,struct drm_mode_object ** ref) drm_property_change_valid_get() argument 989 drm_property_change_valid_put(struct drm_property * property,struct drm_mode_object * ref) drm_property_change_valid_put() argument [all...] |
H A D | drm_mode_object.c | 235 struct drm_property *property, in drm_object_attach_property() argument 285 drm_object_property_set_value(struct drm_mode_object * obj,struct drm_property * property,uint64_t val) drm_object_property_set_value() argument 304 __drm_object_property_get_prop_value(struct drm_mode_object * obj,struct drm_property * property,uint64_t * val) __drm_object_property_get_prop_value() argument 320 __drm_object_property_get_value(struct drm_mode_object * obj,struct drm_property * property,uint64_t * val) __drm_object_property_get_value() argument 353 drm_object_property_get_value(struct drm_mode_object * obj,struct drm_property * property,uint64_t * val) drm_object_property_get_value() argument 378 drm_object_property_get_default_value(struct drm_mode_object * obj,struct drm_property * property,uint64_t * val) drm_object_property_get_default_value() argument 568 struct drm_property *property; drm_mode_obj_set_property_ioctl() local [all...] |
H A D | drm_atomic_uapi.c | 368 struct drm_crtc_state *state, struct drm_property *property, in drm_atomic_crtc_set_property() argument 438 drm_atomic_crtc_get_property(struct drm_crtc * crtc,const struct drm_crtc_state * state,struct drm_property * property,uint64_t * val) drm_atomic_crtc_get_property() argument 474 drm_atomic_plane_set_property(struct drm_plane * plane,struct drm_plane_state * state,struct drm_file * file_priv,struct drm_property * property,uint64_t val) drm_atomic_plane_set_property() argument 586 drm_atomic_plane_get_property(struct drm_plane * plane,const struct drm_plane_state * state,struct drm_property * property,uint64_t * val) drm_atomic_plane_get_property() argument 672 drm_atomic_connector_set_property(struct drm_connector * connector,struct drm_connector_state * state,struct drm_file * file_priv,struct drm_property * property,uint64_t val) drm_atomic_connector_set_property() argument 800 drm_atomic_connector_get_property(struct drm_connector * connector,const struct drm_connector_state * state,struct drm_property * property,uint64_t * val) drm_atomic_connector_get_property() argument 883 drm_atomic_get_property(struct drm_mode_object * obj,struct drm_property * property,uint64_t * val) drm_atomic_get_property() argument [all...] |
/linux/drivers/mfd/ |
H A D | si476x-prop.c | 46 u16 property) in si476x_core_is_valid_property_a10() argument 87 u16 property) in si476x_core_is_valid_property_a20() argument 108 u16 property) in si476x_core_is_valid_property_a30() argument 136 si476x_core_is_valid_property(struct si476x_core * core,u16 property) si476x_core_is_valid_property() argument 151 si476x_core_is_readonly_property(struct si476x_core * core,u16 property) si476x_core_is_readonly_property() argument [all...] |
H A D | syscon.c | 295 const char *property) in syscon_regmap_lookup_by_phandle() argument 318 const char *property, in syscon_regmap_lookup_by_phandle_args() argument 352 const char *property) in syscon_regmap_lookup_by_phandle_optional() argument
|
/linux/scripts/kconfig/ |
H A D | expr.h | 187 struct property { struct 188 struct property *next; /* next property - null if last */ argument 189 enum prop_type type; /* type of property */ argument 192 struct expr *expr; /* the optional conditional part of the property */ argument 193 struct menu *menu; /* the menu the property are associated with argument 196 const char *filename; /* what file was this property define argument 197 linenoproperty global() argument [all...] |
/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() argument 34 const char *property, const char *string) in setprop_string() argument 43 const char *property, uint32_t val) in setprop_cell() argument 52 const char *property, int *len) in getprop() argument
|
H A D | fdt_check_mem_start.c | 9 const char *property, int minlen) in get_prop() argument
|
/linux/scripts/dtc/ |
H A D | dtc.h | 206 struct property { struct 211 struct property *next; argument 220 struct property *proplist; 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; logicvc_of_property_parse_bool() local [all...] |
/linux/include/linux/mfd/ |
H A D | altera-sysmgr.h | 23 const char *property) in altr_sysmgr_regmap_lookup_by_phandle() argument
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_atomic.c | 60 struct drm_property *property, in intel_digital_connector_atomic_get_property() argument 92 intel_digital_connector_atomic_set_property(struct drm_connector * connector,struct drm_connector_state * state,struct drm_property * property,u64 val) intel_digital_connector_atomic_set_property() argument [all...] |
/linux/drivers/power/reset/ |
H A D | gpio-restart.c | 53 u32 property; in gpio_restart_probe() local
|
/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 int property) in 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() argument 777 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() argument 808 const char *property, int idx, in fdt_stringlist_get() argument
|
/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_plane.c | 462 struct drm_property *property, in omap_plane_atomic_set_property() argument 477 struct drm_property *property, in omap_plane_atomic_get_property() argument
|
/linux/include/linux/ |
H A D | of.h | 28 struct property { struct 32 struct property *next; argument 54 struct property *properties; argument [all...] |
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_crtc.c | 499 struct drm_property *property, in amdgpu_dm_atomic_crtc_set_property() argument 524 struct drm_property *property, in amdgpu_dm_atomic_crtc_get_property() argument [all...] |
/linux/arch/m68k/sun3x/ |
H A D | prom.c | 131 int prom_getintdefault(int node, char *property, int deflt) in prom_getintdefault() argument
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_connector.c | 99 struct drm_property *property, u64 *val) in nouveau_conn_atomic_get_property() argument 130 struct drm_property *property, u6 in nouveau_conn_atomic_set_property() argument 786 nouveau_connector_set_property(struct drm_connector * connector,struct drm_property * property,uint64_t value) nouveau_connector_set_property() argument [all...] |
/linux/drivers/input/ |
H A D | touchscreen.c | 16 const char *property, in touchscreen_get_prop_u32() argument
|
/linux/drivers/gpu/drm/gma500/ |
H A D | cdv_intel_crt.c | 210 struct drm_property *property, in cdv_intel_crt_set_property() argument
|
/linux/include/drm/ |
H A D | drm_property.h | 241 drm_property_type_is(struct drm_property * property,uint32_t type) drm_property_type_is() argument [all...] |