/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | property.c | 3 * Thunderbolt XDomain property support 82 struct tb_property *property; in tb_property_alloc() local 84 property = kzalloc(sizeof(*property), GFP_KERNEL); in tb_property_alloc() 85 if (!property) in tb_property_alloc() 88 strcpy(property->key, key); in tb_property_alloc() 89 property->type = type; in tb_property_alloc() 90 INIT_LIST_HEAD(&property->list); in tb_property_alloc() 92 return property; in tb_property_alloc() 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...] |
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | property.c | 3 * Thunderbolt XDomain property support 82 struct tb_property *property; in tb_property_alloc() local 84 property = kzalloc(sizeof(*property), GFP_KERNEL); in tb_property_alloc() 85 if (!property) in tb_property_alloc() 88 strcpy(property->key, key); in tb_property_alloc() 89 property->type = type; in tb_property_alloc() 90 INIT_LIST_HEAD(&property->list); in tb_property_alloc() 92 return property; in tb_property_alloc() 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 513 struct tb_property *property; tb_property_add_immediate() local 544 struct tb_property *property; tb_property_add_data() local 580 struct tb_property *property; tb_property_add_text() local 612 struct tb_property *property; tb_property_add_dir() local 635 tb_property_remove(struct tb_property *property) tb_property_remove() argument 654 struct tb_property *property; tb_property_find() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_property.c | 43 * property types and ranges. 50 * tables, color correction matrices or large structures) a property can instead 54 * per-object mapping from those names to the property ID used in the atomic 55 * IOCTL and in the get/set property IOCTL. 82 * drm_property_create - create a new property type 84 * @flags: flags specifying the property type 85 * @name: name of the property 88 * This creates a new generic drm property which can then be attached to a drm 89 * object with drm_object_attach_property(). The returned property object must 94 * A pointer to the newly created property o 100 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 442 drm_property_destroy(struct drm_device *dev, struct drm_property *property) drm_property_destroy() argument 463 struct drm_property *property; drm_mode_getproperty_ioctl() local 877 drm_property_change_valid_get(struct drm_property *property, uint64_t value, struct drm_mode_object **ref) drm_property_change_valid_get() argument 933 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_atomic_uapi.c | 59 * the enable property. 106 * @blob: pointer to blob property to use for mode 108 * Set a mode (originating from a blob property) on the desired CRTC state. 109 * This function will take a reference on the blob property for the CRTC state, 110 * and release the reference held on the state's existing mode property, if any 422 struct drm_crtc_state *state, struct drm_property *property, in drm_atomic_crtc_set_property() 430 if (property == config->prop_active) in drm_atomic_crtc_set_property() 432 else if (property == config->prop_mode_id) { in drm_atomic_crtc_set_property() 438 } else if (property == config->prop_vrr_enabled) { in drm_atomic_crtc_set_property() 440 } else if (property in drm_atomic_crtc_set_property() 421 drm_atomic_crtc_set_property(struct drm_crtc *crtc, struct drm_crtc_state *state, struct drm_property *property, uint64_t val) drm_atomic_crtc_set_property() argument 487 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 516 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 604 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 677 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 789 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 861 drm_atomic_get_property(struct drm_mode_object *obj, struct drm_property *property, uint64_t *val) drm_atomic_get_property() argument [all...] |
H A D | drm_mode_object.c | 219 * drm_object_attach_property - attach a property to a modeset object 221 * @property: property to attach 222 * @init_val: initial value of the property 224 * This attaches the given property to the modeset object with the given initial 232 struct drm_property *property, in drm_object_attach_property() 236 struct drm_device *dev = property->dev; in drm_object_attach_property() 249 WARN(1, "Failed to attach object property (type: 0x%x). Please " in drm_object_attach_property() 256 obj->properties->properties[count] = property; in drm_object_attach_property() 263 * drm_object_property_set_value - set the value of a property 231 drm_object_attach_property(struct drm_mode_object *obj, struct drm_property *property, uint64_t init_val) drm_object_attach_property() argument 281 drm_object_property_set_value(struct drm_mode_object *obj, struct drm_property *property, uint64_t val) drm_object_property_set_value() argument 300 __drm_object_property_get_value(struct drm_mode_object *obj, struct drm_property *property, uint64_t *val) __drm_object_property_get_value() argument 342 drm_object_property_get_value(struct drm_mode_object *obj, struct drm_property *property, uint64_t *val) drm_object_property_get_value() argument 531 struct drm_property *property; drm_mode_obj_set_property_ioctl() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_property.c | 43 * property types and ranges. 50 * tables, color correction matrices or large structures) a property can instead 54 * per-object mapping from those names to the property ID used in the atomic 55 * IOCTL and in the get/set property IOCTL. 82 * drm_property_create - create a new property type 84 * @flags: flags specifying the property type 85 * @name: name of the property 88 * This creates a new generic drm property which can then be attached to a drm 89 * object with drm_object_attach_property(). The returned property object must 94 * A pointer to the newly created property o 100 struct drm_property *property = NULL; drm_property_create() local 166 struct drm_property *property; drm_property_create_enum() local 215 struct drm_property *property; drm_property_create_bitmask() local 245 struct drm_property *property; property_create_range() local 335 struct drm_property *property; drm_property_create_object() local 389 drm_property_add_enum(struct drm_property *property, uint64_t value, const char *name) drm_property_add_enum() argument 440 drm_property_destroy(struct drm_device *dev, struct drm_property *property) drm_property_destroy() argument 461 struct drm_property *property; drm_mode_getproperty_ioctl() local 874 drm_property_change_valid_get(struct drm_property *property, uint64_t value, struct drm_mode_object **ref) drm_property_change_valid_get() argument 930 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_atomic_uapi.c | 61 * the enable property. 110 * @blob: pointer to blob property to use for mode 112 * Set a mode (originating from a blob property) on the desired CRTC state. 113 * This function will take a reference on the blob property for the CRTC state, 114 * and release the reference held on the state's existing mode property, if any 408 struct drm_crtc_state *state, struct drm_property *property, in drm_atomic_crtc_set_property() 416 if (property == config->prop_active) in drm_atomic_crtc_set_property() 418 else if (property == config->prop_mode_id) { in drm_atomic_crtc_set_property() 424 } else if (property == config->prop_vrr_enabled) { in drm_atomic_crtc_set_property() 426 } else if (property in drm_atomic_crtc_set_property() 407 drm_atomic_crtc_set_property(struct drm_crtc *crtc, struct drm_crtc_state *state, struct drm_property *property, uint64_t val) drm_atomic_crtc_set_property() argument 476 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 512 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 608 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 690 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 816 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 898 drm_atomic_get_property(struct drm_mode_object *obj, struct drm_property *property, uint64_t *val) drm_atomic_get_property() argument [all...] |
H A D | drm_mode_object.c | 221 * drm_object_attach_property - attach a property to a modeset object 223 * @property: property to attach 224 * @init_val: initial value of the property 226 * This attaches the given property to the modeset object with the given initial 234 struct drm_property *property, in drm_object_attach_property() 238 struct drm_device *dev = property->dev; in drm_object_attach_property() 251 WARN(1, "Failed to attach object property (type: 0x%x). Please " in drm_object_attach_property() 258 obj->properties->properties[count] = property; in drm_object_attach_property() 265 * drm_object_property_set_value - set the value of a property 233 drm_object_attach_property(struct drm_mode_object *obj, struct drm_property *property, uint64_t init_val) drm_object_attach_property() argument 283 drm_object_property_set_value(struct drm_mode_object *obj, struct drm_property *property, uint64_t val) drm_object_property_set_value() argument 302 __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 318 __drm_object_property_get_value(struct drm_mode_object *obj, struct drm_property *property, uint64_t *val) __drm_object_property_get_value() argument 351 drm_object_property_get_value(struct drm_mode_object *obj, struct drm_property *property, uint64_t *val) drm_object_property_get_value() argument 376 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 566 struct drm_property *property; drm_mode_obj_set_property_ioctl() local [all...] |
/kernel/linux/linux-5.10/drivers/of/ |
H A D | of_private.h | 12 * struct alias_prop - Alias property in 'aliases' node 14 * @alias: Alias property name 19 * The structure represents one alias property of 'aliases' node as 44 struct property *prop, struct property *old_prop); 54 struct property *prop, struct property *old_prop) in of_property_notify() 62 int __of_add_property_sysfs(struct device_node *np, struct property *pp); 63 void __of_remove_property_sysfs(struct device_node *np, struct property *prop); 64 void __of_update_property_sysfs(struct device_node *np, struct property *newpro [all...] |
H A D | kobj.c | 35 struct property *pp = container_of(bin_attr, struct property, attr); in of_node_property_read() 63 int __of_add_property_sysfs(struct device_node *np, struct property *pp) in __of_add_property_sysfs() 87 void __of_sysfs_remove_bin_file(struct device_node *np, struct property *prop) in __of_sysfs_remove_bin_file() 96 void __of_remove_property_sysfs(struct device_node *np, struct property *prop) in __of_remove_property_sysfs() 103 void __of_update_property_sysfs(struct device_node *np, struct property *newprop, in __of_update_property_sysfs() 104 struct property *oldprop) in __of_update_property_sysfs() 119 struct property *pp; in __of_attach_node_sysfs() 151 struct property *pp; in __of_detach_node_sysfs()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | of_private.h | 14 * struct alias_prop - Alias property in 'aliases' node 16 * @alias: Alias property name 21 * The structure represents one alias property of 'aliases' node as 47 struct property *prop, struct property *old_prop); 57 struct property *prop, struct property *old_prop) in of_property_notify() 71 int __of_add_property_sysfs(struct device_node *np, struct property *pp); 72 void __of_remove_property_sysfs(struct device_node *np, struct property *prop); 73 void __of_update_property_sysfs(struct device_node *np, struct property *newpro [all...] |
H A D | kobj.c | 35 struct property *pp = container_of(bin_attr, struct property, attr); in of_node_property_read() 63 int __of_add_property_sysfs(struct device_node *np, struct property *pp) in __of_add_property_sysfs() 87 void __of_sysfs_remove_bin_file(struct device_node *np, struct property *prop) in __of_sysfs_remove_bin_file() 96 void __of_remove_property_sysfs(struct device_node *np, struct property *prop) in __of_remove_property_sysfs() 103 void __of_update_property_sysfs(struct device_node *np, struct property *newprop, in __of_update_property_sysfs() 104 struct property *oldprop) in __of_update_property_sysfs() 119 struct property *pp; in __of_attach_node_sysfs() 151 struct property *pp; in __of_detach_node_sysfs()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | si476x-prop.c | 46 u16 property) in si476x_core_is_valid_property_a10() 80 return si476x_core_element_is_in_range(property, valid_ranges, in si476x_core_is_valid_property_a10() 82 si476x_core_element_is_in_array(property, valid_properties, in si476x_core_is_valid_property_a10() 87 u16 property) in si476x_core_is_valid_property_a20() 100 return si476x_core_is_valid_property_a10(core, property) || in si476x_core_is_valid_property_a20() 101 si476x_core_element_is_in_range(property, valid_ranges, in si476x_core_is_valid_property_a20() 103 si476x_core_element_is_in_array(property, valid_properties, in si476x_core_is_valid_property_a20() 108 u16 property) in si476x_core_is_valid_property_a30() 126 return si476x_core_is_valid_property_a20(core, property) || in si476x_core_is_valid_property_a30() 127 si476x_core_element_is_in_range(property, valid_range in si476x_core_is_valid_property_a30() 45 si476x_core_is_valid_property_a10(struct si476x_core *core, u16 property) si476x_core_is_valid_property_a10() argument 86 si476x_core_is_valid_property_a20(struct si476x_core *core, u16 property) si476x_core_is_valid_property_a20() argument 107 si476x_core_is_valid_property_a30(struct si476x_core *core, u16 property) si476x_core_is_valid_property_a30() argument 135 si476x_core_is_valid_property(struct si476x_core *core, u16 property) si476x_core_is_valid_property() argument 150 si476x_core_is_readonly_property(struct si476x_core *core, u16 property) si476x_core_is_readonly_property() argument [all...] |
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | si476x-prop.c | 46 u16 property) in si476x_core_is_valid_property_a10() 80 return si476x_core_element_is_in_range(property, valid_ranges, in si476x_core_is_valid_property_a10() 82 si476x_core_element_is_in_array(property, valid_properties, in si476x_core_is_valid_property_a10() 87 u16 property) in si476x_core_is_valid_property_a20() 100 return si476x_core_is_valid_property_a10(core, property) || in si476x_core_is_valid_property_a20() 101 si476x_core_element_is_in_range(property, valid_ranges, in si476x_core_is_valid_property_a20() 103 si476x_core_element_is_in_array(property, valid_properties, in si476x_core_is_valid_property_a20() 108 u16 property) in si476x_core_is_valid_property_a30() 126 return si476x_core_is_valid_property_a20(core, property) || in si476x_core_is_valid_property_a30() 127 si476x_core_element_is_in_range(property, valid_range in si476x_core_is_valid_property_a30() 45 si476x_core_is_valid_property_a10(struct si476x_core *core, u16 property) si476x_core_is_valid_property_a10() argument 86 si476x_core_is_valid_property_a20(struct si476x_core *core, u16 property) si476x_core_is_valid_property_a20() argument 107 si476x_core_is_valid_property_a30(struct si476x_core *core, u16 property) si476x_core_is_valid_property_a30() argument 135 si476x_core_is_valid_property(struct si476x_core *core, u16 property) si476x_core_is_valid_property() argument 150 si476x_core_is_readonly_property(struct si476x_core *core, u16 property) si476x_core_is_readonly_property() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/logicvc/ |
H A D | logicvc_of.c | 129 struct logicvc_of_property *property; in logicvc_of_property_parse_u32() local 137 property = &logicvc_of_properties[index]; in logicvc_of_property_parse_u32() 139 if (!property->optional && in logicvc_of_property_parse_u32() 140 !of_property_read_bool(of_node, property->name)) in logicvc_of_property_parse_u32() 143 if (property->sv) { in logicvc_of_property_parse_u32() 144 ret = of_property_read_string(of_node, property->name, &string); in logicvc_of_property_parse_u32() 148 ret = logicvc_of_property_sv_value(property->sv, string, in logicvc_of_property_parse_u32() 153 ret = of_property_read_u32(of_node, property->name, &value); in logicvc_of_property_parse_u32() 158 if (property->range[0] || property in logicvc_of_property_parse_u32() 170 struct logicvc_of_property *property; logicvc_of_property_parse_bool() local [all...] |
/kernel/linux/linux-5.10/drivers/bus/ |
H A D | tegra-gmi.c | 92 u32 property, ranges[4]; in tegra_gmi_parse_dt() local 143 * CS# from the reg property instead. in tegra_gmi_parse_dt() 145 err = of_property_read_u32(child, "reg", &property); in tegra_gmi_parse_dt() 148 "failed to decode CS: no reg property found\n"); in tegra_gmi_parse_dt() 152 property = ranges[1]; in tegra_gmi_parse_dt() 156 if (property >= TEGRA_GMI_MAX_CHIP_SELECT) { in tegra_gmi_parse_dt() 157 dev_err(gmi->dev, "invalid chip select: %d", property); in tegra_gmi_parse_dt() 162 gmi->snor_config |= TEGRA_GMI_CS_SELECT(property); in tegra_gmi_parse_dt() 165 if (!of_property_read_u32(child, "nvidia,snor-muxed-width", &property)) in tegra_gmi_parse_dt() 166 gmi->snor_timing0 |= TEGRA_GMI_MUXED_WIDTH(property); in tegra_gmi_parse_dt() [all...] |
/kernel/linux/linux-6.6/drivers/bus/ |
H A D | tegra-gmi.c | 97 u32 property, ranges[4]; in tegra_gmi_parse_dt() local 148 * CS# from the reg property instead. in tegra_gmi_parse_dt() 150 err = of_property_read_u32(child, "reg", &property); in tegra_gmi_parse_dt() 153 "failed to decode CS: no reg property found\n"); in tegra_gmi_parse_dt() 157 property = ranges[1]; in tegra_gmi_parse_dt() 161 if (property >= TEGRA_GMI_MAX_CHIP_SELECT) { in tegra_gmi_parse_dt() 162 dev_err(gmi->dev, "invalid chip select: %d", property); in tegra_gmi_parse_dt() 167 gmi->snor_config |= TEGRA_GMI_CS_SELECT(property); in tegra_gmi_parse_dt() 170 if (!of_property_read_u32(child, "nvidia,snor-muxed-width", &property)) in tegra_gmi_parse_dt() 171 gmi->snor_timing0 |= TEGRA_GMI_MUXED_WIDTH(property); in tegra_gmi_parse_dt() [all...] |
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | livetree.c | 39 struct property *build_property(char *name, struct data val, in build_property() 42 struct property *new = xmalloc(sizeof(*new)); in build_property() 53 struct property *build_property_delete(char *name) in build_property_delete() 55 struct property *new = xmalloc(sizeof(*new)); in build_property_delete() 65 struct property *chain_property(struct property *first, struct property *list) in chain_property() 73 struct property *reverse_properties(struct property *first) in reverse_properties() 75 struct property * in reverse_properties() [all...] |
H A D | dtc.h | 170 struct property { struct 175 struct property *next; 184 struct property *proplist; 227 struct property *build_property(char *name, struct data val, 229 struct property *build_property_delete(char *name); 230 struct property *chain_property(struct property *first, struct property *list); 231 struct property *reverse_properties(struct property *firs [all...] |
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | livetree.c | 39 struct property *build_property(char *name, struct data val, in build_property() 42 struct property *new = xmalloc(sizeof(*new)); in build_property() 53 struct property *build_property_delete(char *name) in build_property_delete() 55 struct property *new = xmalloc(sizeof(*new)); in build_property_delete() 65 struct property *chain_property(struct property *first, struct property *list) in chain_property() 73 struct property *reverse_properties(struct property *first) in reverse_properties() 75 struct property * in reverse_properties() [all...] |
H A D | dtc.h | 206 struct property { struct 211 struct property *next; 220 struct property *proplist; 263 struct property *build_property(char *name, struct data val, 265 struct property *build_property_delete(char *name); 266 struct property *chain_property(struct property *first, struct property *list); 267 struct property *reverse_properties(struct property *firs [all...] |
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | syscon.h | 25 const char *property); 28 const char *property, 33 const char *property); 52 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() 50 syscon_regmap_lookup_by_phandle( struct device_node *np, const char *property) syscon_regmap_lookup_by_phandle() argument 57 syscon_regmap_lookup_by_phandle_args( struct device_node *np, const char *property, int arg_count, unsigned int *out_args) syscon_regmap_lookup_by_phandle_args() argument 66 syscon_regmap_lookup_by_phandle_optional( struct device_node *np, const char *property) syscon_regmap_lookup_by_phandle_optional() argument
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | atags_to_fdt.c | 23 static int setprop(void *fdt, const char *node_path, const char *property, in setprop() argument 29 return fdt_setprop(fdt, offset, property, val_array, size); in setprop() 33 const char *property, const char *string) in setprop_string() 38 return fdt_setprop_string(fdt, offset, property, string); in setprop_string() 42 const char *property, uint32_t val) in setprop_cell() 47 return fdt_setprop_cell(fdt, offset, property, val); in setprop_cell() 51 const char *property, int *len) in getprop() 58 return fdt_getprop(fdt, offset, property, len); in getprop() 32 setprop_string(void *fdt, const char *node_path, const char *property, const char *string) setprop_string() argument 41 setprop_cell(void *fdt, const char *node_path, const char *property, uint32_t val) setprop_cell() argument 50 getprop(const void *fdt, const char *node_path, const char *property, int *len) getprop() argument
|
/kernel/linux/linux-6.6/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 30 return fdt_setprop(fdt, offset, property, val_array, size); in setprop() 34 const char *property, const char *string) in setprop_string() 39 return fdt_setprop_string(fdt, offset, property, string); in setprop_string() 43 const char *property, uint32_t val) in setprop_cell() 48 return fdt_setprop_cell(fdt, offset, property, val); in setprop_cell() 52 const char *property, int *len) in getprop() 59 return fdt_getprop(fdt, offset, property, len); in getprop() 33 setprop_string(void *fdt, const char *node_path, const char *property, const char *string) setprop_string() argument 42 setprop_cell(void *fdt, const char *node_path, const char *property, uint32_t val) setprop_cell() argument 51 getprop(const void *fdt, const char *node_path, const char *property, int *len) getprop() argument
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | syscon.h | 25 const char *property); 28 const char *property, 49 const char *property) in syscon_regmap_lookup_by_phandle() 56 const char *property, in syscon_regmap_lookup_by_phandle_args() 47 syscon_regmap_lookup_by_phandle( struct device_node *np, const char *property) syscon_regmap_lookup_by_phandle() argument 54 syscon_regmap_lookup_by_phandle_args( struct device_node *np, const char *property, int arg_count, unsigned int *out_args) syscon_regmap_lookup_by_phandle_args() argument
|