/Linux-v5.15/include/linux/ |
D | property.h | 127 const char *propname) in device_property_read_bool() 133 const char *propname, u8 *val) in device_property_read_u8() 139 const char *propname, u16 *val) in device_property_read_u16() 145 const char *propname, u32 *val) in device_property_read_u32() 151 const char *propname, u64 *val) in device_property_read_u64() 156 static inline int device_property_count_u8(struct device *dev, const char *propname) in device_property_count_u8() 161 static inline int device_property_count_u16(struct device *dev, const char *propname) in device_property_count_u16() 166 static inline int device_property_count_u32(struct device *dev, const char *propname) in device_property_count_u32() 171 static inline int device_property_count_u64(struct device *dev, const char *propname) in device_property_count_u64() 177 const char *propname) in device_property_string_array_count() [all …]
|
D | of.h | 439 const char *propname, in of_property_read_u8_array() 471 const char *propname, in of_property_read_u16_array() 501 const char *propname, in of_property_read_u32_array() 531 const char *propname, in of_property_read_u64_array() 731 const char *propname, int elem_size) in of_property_count_elems_of_size() 737 const char *propname, u8 *out_values, size_t sz) in of_property_read_u8_array() 743 const char *propname, u16 *out_values, size_t sz) in of_property_read_u16_array() 749 const char *propname, in of_property_read_u32_array() 756 const char *propname, in of_property_read_u64_array() 763 const char *propname, u32 index, u32 *out_value) in of_property_read_u32_index() [all …]
|
D | of_gpio.h | 102 const char *propname) in of_gpio_named_count() 134 const char *propname, int index) in of_get_named_gpio()
|
D | genalloc.h | 217 const char *propname, int index) in of_gen_pool_get()
|
/Linux-v5.15/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 | 131 const char *propname, size_t length) in property_entry_find() 149 const char *propname, size_t length) in property_entry_count_elems_of_size() 186 const char *propname, in property_entry_read_string_array() 383 const char *propname) in software_node_property_present() 391 const char *propname, in software_node_read_int_array() 402 const char *propname, in software_node_read_string_array() 497 const char *propname, const char *nargs_prop, in software_node_get_reference_args()
|
D | cacheinfo.c | 76 const char *propname; in cache_size() local 97 const char *propname; in cache_get_line_size() local 110 const char *propname; in cache_nr_sets() local
|
/Linux-v5.15/drivers/of/ |
D | property.c | 71 const char *propname, int elem_size) in of_property_count_elems_of_size() 107 const char *propname, u32 min, u32 max, size_t *len) in of_find_property_value_of_size() 144 const char *propname, in of_property_read_u32_index() 178 const char *propname, in of_property_read_u64_index() 218 const char *propname, u8 *out_values, in of_property_read_variable_u8_array() 268 const char *propname, u16 *out_values, in of_property_read_variable_u16_array() 315 const char *propname, u32 *out_values, in of_property_read_variable_u32_array() 355 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64() 393 const char *propname, u64 *out_values, in of_property_read_variable_u64_array() 436 int of_property_read_string(const struct device_node *np, const char *propname, in of_property_read_string() [all …]
|
/Linux-v5.15/drivers/acpi/ |
D | property.c | 502 const union acpi_object *propname, *propvalue; in acpi_data_get_property() local 558 const char *propname, void **valptr) in acpi_node_prop_get() 665 const char *propname, size_t index, size_t num_args, in __acpi_node_get_property_reference() 784 const char *propname, in acpi_data_prop_read_single() 921 const char *propname, in acpi_data_prop_read() 997 const char *propname, enum dev_prop_type proptype, in acpi_node_prop_read() 1262 const char *propname) in acpi_fwnode_property_present() 1269 const char *propname, in acpi_fwnode_property_read_int_array() 1297 const char *propname, const char **val, in acpi_fwnode_property_read_string_array()
|
/Linux-v5.15/scripts/dtc/ |
D | checks.c | 202 char *propname = c->data; in check_is_string() local 211 #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.15/drivers/gpio/ |
D | gpiolib-of.c | 62 char propname[32]; in of_gpio_get_count() local 134 const char *propname, in of_gpio_flags_quirks() 240 const char *propname, int index, enum of_gpio_flags *flags) in of_get_named_gpiod_flags() 307 const char *propname, int index, in gpiod_get_from_of_node()
|
D | gpiolib-acpi.c | 802 const char *propname, int index, in acpi_gpio_property_lookup() 864 const char *propname, int index, in acpi_get_gpiod_by_index() 915 char propname[32]; in acpi_find_gpio() local 972 const char *propname, int index, in acpi_node_get_gpiod() 1404 char propname[32]; in acpi_gpio_count() local
|
D | gpiolib-acpi.h | 91 acpi_node_get_gpiod(struct fwnode_handle *fwnode, const char *propname, in acpi_node_get_gpiod()
|
D | gpiolib-devres.c | 149 const char *propname, int index, in devm_gpiod_get_from_of_node()
|
/Linux-v5.15/drivers/input/ |
D | matrix-keymap.c | 69 static int matrix_keypad_parse_keymap(const char *propname, in matrix_keypad_parse_keymap()
|
/Linux-v5.15/arch/powerpc/boot/ |
D | ops.h | 147 const char *propname, in find_node_by_prop_value() 158 const char *propname, in find_node_by_prop_value_str()
|
/Linux-v5.15/arch/powerpc/kernel/ |
D | cacheinfo.c | 211 const char *propname; in cache_size() local 244 const char *propname; in cache_get_line_size() local 261 const char *propname; in cache_nr_sets() local
|
/Linux-v5.15/include/linux/gpio/ |
D | consumer.h | 549 const char *propname, int index, in fwnode_get_named_gpiod() 623 const char *propname, int index, in gpiod_get_from_of_node() 648 const char *propname, int index, in devm_gpiod_get_from_of_node()
|
/Linux-v5.15/sound/soc/ |
D | soc-core.c | 2735 const char *propname) in snd_soc_of_parse_card_name() 2772 const char *propname) in snd_soc_of_parse_audio_simple_widgets() 2909 const char *propname) in snd_soc_of_parse_node_prefix() 2926 const char *propname) in snd_soc_of_parse_audio_routing() 2976 int snd_soc_of_parse_aux_devs(struct snd_soc_card *card, const char *propname) in snd_soc_of_parse_aux_devs()
|
/Linux-v5.15/include/uapi/linux/ |
D | fsl_hypervisor.h | 179 __u64 propname; member
|
/Linux-v5.15/sound/soc/meson/ |
D | meson-card-utils.c | 245 const char *propname, in meson_card_parse_of_optional()
|
D | axg-card.c | 162 char propname[32]; in axg_card_parse_cpu_tdm_slots() local
|
/Linux-v5.15/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.15/drivers/memory/ |
D | bt1-l2-ctl.c | 182 const char *propname) in l2_ctl_of_parse_property()
|
/Linux-v5.15/drivers/pinctrl/ |
D | devicetree.c | 200 char *propname; in pinctrl_dt_to_map() local
|