| /Linux-v5.4/include/linux/ | 
| D | property.h | 119 					     const char *propname)  in device_property_read_bool()125 					  const char *propname, u8 *val)  in device_property_read_u8()
 131 					   const char *propname, u16 *val)  in device_property_read_u16()
 137 					   const char *propname, u32 *val)  in device_property_read_u32()
 143 					   const char *propname, u64 *val)  in device_property_read_u64()
 148 static inline int device_property_count_u8(struct device *dev, const char *propname)  in device_property_count_u8()
 153 static inline int device_property_count_u16(struct device *dev, const char *propname)  in device_property_count_u16()
 158 static inline int device_property_count_u32(struct device *dev, const char *propname)  in device_property_count_u32()
 163 static inline int device_property_count_u64(struct device *dev, const char *propname)  in device_property_count_u64()
 169 					     const char *propname)  in fwnode_property_read_bool()
 [all …]
 
 | 
| D | of.h | 435 					    const char *propname,  in of_property_read_u8_array()465 					     const char *propname,  in of_property_read_u16_array()
 493 					     const char *propname,  in of_property_read_u32_array()
 521 					     const char *propname,  in of_property_read_u64_array()
 707 			const char *propname, int elem_size)  in of_property_count_elems_of_size()
 713 			const char *propname, u8 *out_values, size_t sz)  in of_property_read_u8_array()
 719 			const char *propname, u16 *out_values, size_t sz)  in of_property_read_u16_array()
 725 					     const char *propname,  in of_property_read_u32_array()
 732 					     const char *propname,  in of_property_read_u64_array()
 739 			const char *propname, u32 index, u32 *out_value)  in of_property_read_u32_index()
 [all …]
 
 | 
| D | of_gpio.h | 98 static inline int of_gpio_named_count(struct device_node *np, const char* propname)  in of_gpio_named_count()130                                    const char *propname, int index)  in of_get_named_gpio()
 
 | 
| D | genalloc.h | 217 	const char *propname, int index)  in of_gen_pool_get()
 | 
| D | acpi.h | 1144 				     const char *propname,  in acpi_node_prop_get()1151 				    const char *propname,  in acpi_dev_prop_get()
 1158 					    const char *propname,  in acpi_dev_prop_read_single()
 1166 				      const char *propname,  in acpi_node_prop_read()
 1174 				     const char *propname,  in acpi_dev_prop_read()
 
 | 
| /Linux-v5.4/drivers/base/ | 
| D | property.c | 35 bool device_property_present(struct device *dev, const char *propname)  in device_property_present()47 			     const char *propname)  in fwnode_property_present()
 78 int device_property_read_u8_array(struct device *dev, const char *propname,  in device_property_read_u8_array()
 103 int device_property_read_u16_array(struct device *dev, const char *propname,  in device_property_read_u16_array()
 128 int device_property_read_u32_array(struct device *dev, const char *propname,  in device_property_read_u32_array()
 153 int device_property_read_u64_array(struct device *dev, const char *propname,  in device_property_read_u64_array()
 178 int device_property_read_string_array(struct device *dev, const char *propname,  in device_property_read_string_array()
 200 int device_property_read_string(struct device *dev, const char *propname,  in device_property_read_string()
 222 int device_property_match_string(struct device *dev, const char *propname,  in device_property_match_string()
 230 					  const char *propname,  in fwnode_property_read_int_array()
 [all …]
 
 | 
| D | swnode.c | 174 				       const char *propname, size_t length)  in property_entry_find()191 					const char *propname,  in property_entry_read_u8_array()
 206 					 const char *propname,  in property_entry_read_u16_array()
 221 					 const char *propname,  in property_entry_read_u32_array()
 236 					 const char *propname,  in property_entry_read_u64_array()
 252 				   const char *propname, size_t length)  in property_entry_count_elems_of_size()
 286 					    const char *propname,  in property_entry_read_string_array()
 490 					   const char *propname)  in software_node_property_present()
 498 					const char *propname,  in software_node_read_int_array()
 509 					   const char *propname,  in software_node_read_string_array()
 [all …]
 
 | 
| D | cacheinfo.c | 76 	const char *propname;  in cache_size()  local97 		const char *propname;  in cache_get_line_size()  local
 110 	const char *propname;  in cache_nr_sets()  local
 
 | 
| /Linux-v5.4/drivers/of/ | 
| D | property.c | 44 				const char *propname, int elem_size)  in of_property_count_elems_of_size()79 			const char *propname, u32 min, u32 max, size_t *len)  in of_find_property_value_of_size()
 114 				       const char *propname,  in of_property_read_u32_index()
 146 				       const char *propname,  in of_property_read_u64_index()
 184 					const char *propname, u8 *out_values,  in of_property_read_variable_u8_array()
 232 					const char *propname, u16 *out_values,  in of_property_read_variable_u16_array()
 277 			       const char *propname, u32 *out_values,  in of_property_read_variable_u32_array()
 315 int of_property_read_u64(const struct device_node *np, const char *propname,  in of_property_read_u64()
 351 			       const char *propname, u64 *out_values,  in of_property_read_variable_u64_array()
 393 int of_property_read_string(const struct device_node *np, const char *propname,  in of_property_read_string()
 [all …]
 
 | 
| /Linux-v5.4/drivers/acpi/ | 
| D | property.c | 499 			const union acpi_object *propname, *propvalue;  in acpi_data_get_property()  local555 		       const char *propname, void **valptr)  in acpi_node_prop_get()
 672 	const char *propname, size_t index, size_t num_args,  in __acpi_node_get_property_reference()
 791 				      const char *propname,  in acpi_data_prop_read_single()
 839 int acpi_dev_prop_read_single(struct acpi_device *adev, const char *propname,  in acpi_dev_prop_read_single()
 930 			       const char *propname,  in acpi_data_prop_read()
 983 int acpi_dev_prop_read(const struct acpi_device *adev, const char *propname,  in acpi_dev_prop_read()
 1002 			const char *propname, enum dev_prop_type proptype,  in acpi_node_prop_read()
 1268 					 const char *propname)  in acpi_fwnode_property_present()
 1275 				    const char *propname,  in acpi_fwnode_property_read_int_array()
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpio/ | 
| D | gpiolib-of.c | 35 	char propname[32];  in of_gpio_get_count()  local102 				 const char *propname,  in of_gpio_flags_quirks()
 227 		     const char *propname, int index, enum of_gpio_flags *flags)  in of_get_named_gpiod_flags()
 294 					 const char *propname, int index,  in gpiod_get_from_of_node()
 
 | 
| D | gpiolib-acpi.c | 646 				     const char *propname, int index,  in acpi_gpio_property_lookup()708 					  const char *propname, int index,  in acpi_get_gpiod_by_index()
 759 	char propname[32];  in acpi_find_gpio()  local
 816 				      const char *propname, int index,  in acpi_node_get_gpiod()
 1238 	char propname[32];  in acpi_gpio_count()  local
 
 | 
| D | gpiolib-acpi.h | 85 acpi_node_get_gpiod(struct fwnode_handle *fwnode, const char *propname,  in acpi_node_get_gpiod()
 | 
| /Linux-v5.4/scripts/dtc/ | 
| D | checks.c | 202 	char *propname = c->data;  in check_is_string()  local211 #define WARNING_IF_NOT_STRING(nm, propname) \  argument
 213 #define ERROR_IF_NOT_STRING(nm, propname) \  argument
 221 	char *propname = c->data;  in check_is_string_list()  local
 240 #define WARNING_IF_NOT_STRING_LIST(nm, propname) \  argument
 242 #define ERROR_IF_NOT_STRING_LIST(nm, propname) \  argument
 249 	char *propname = c->data;  in check_is_cell()  local
 258 #define WARNING_IF_NOT_CELL(nm, propname) \  argument
 260 #define ERROR_IF_NOT_CELL(nm, propname) \  argument
 463 				 struct node *node, const char *propname)  in check_phandle_prop()
 [all …]
 
 | 
| /Linux-v5.4/drivers/input/ | 
| D | matrix-keymap.c | 69 static int matrix_keypad_parse_keymap(const char *propname,  in matrix_keypad_parse_keymap()
 | 
| /Linux-v5.4/arch/powerpc/boot/ | 
| D | ops.h | 148                                             const char *propname,  in find_node_by_prop_value()159                                                 const char *propname,  in find_node_by_prop_value_str()
 
 | 
| /Linux-v5.4/include/linux/gpio/ | 
| D | consumer.h | 527 					 const char *propname, int index,  in fwnode_get_named_gpiod()571 					 const char *propname, int index,  in gpiod_get_from_of_node()
 596 					      const char *propname, int index,  in devm_gpiod_get_from_of_node()
 
 | 
| /Linux-v5.4/drivers/iommu/ | 
| D | of_iommu.c | 38 	char propname[NAME_MAX], addrname[NAME_MAX], sizename[NAME_MAX];  in of_get_dma_window()  local
 | 
| /Linux-v5.4/arch/powerpc/kernel/ | 
| D | cacheinfo.c | 206 	const char *propname;  in cache_size()  local239 		const char *propname;  in cache_get_line_size()  local
 256 	const char *propname;  in cache_nr_sets()  local
 
 | 
| /Linux-v5.4/sound/soc/meson/ | 
| D | axg-card.c | 338 	char propname[32];  in axg_card_parse_cpu_tdm_slots()  local627 				      const char *propname,  in axg_card_parse_of_optional()
 
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | fsl_hypervisor.h | 179 	__u64 propname;  member
 | 
| /Linux-v5.4/drivers/clk/at91/ | 
| D | pmc.c | 24 int of_at91_get_clk_range(struct device_node *np, const char *propname,  in of_at91_get_clk_range()
 | 
| /Linux-v5.4/drivers/pinctrl/ | 
| D | devicetree.c | 188 	char *propname;  in pinctrl_dt_to_map()  local
 | 
| /Linux-v5.4/sound/soc/ | 
| D | soc-core.c | 2926 			       const char *propname)  in snd_soc_of_parse_card_name()2963 					  const char *propname)  in snd_soc_of_parse_audio_simple_widgets()
 3100 				  const char *propname)  in snd_soc_of_parse_node_prefix()
 3117 				   const char *propname)  in snd_soc_of_parse_audio_routing()
 
 | 
| /Linux-v5.4/scripts/dtc/libfdt/ | 
| D | fdt_ro.c | 630 				  const char *propname,  in fdt_node_offset_by_prop_value()844 	const char *propname;  in fdt_check_full()  local
 
 |