/linux-6.1.9/include/linux/ |
D | property.h | 133 const char *propname) in device_property_read_bool() 139 const char *propname, u8 *val) in device_property_read_u8() 145 const char *propname, u16 *val) in device_property_read_u16() 151 const char *propname, u32 *val) in device_property_read_u32() 157 const char *propname, u64 *val) in device_property_read_u64() 162 static inline int device_property_count_u8(struct device *dev, const char *propname) in device_property_count_u8() 167 static inline int device_property_count_u16(struct device *dev, const char *propname) in device_property_count_u16() 172 static inline int device_property_count_u32(struct device *dev, const char *propname) in device_property_count_u32() 177 static inline int device_property_count_u64(struct device *dev, const char *propname) in device_property_count_u64() 183 const char *propname) in device_property_string_array_count() [all …]
|
D | of.h | 597 const char *propname, int elem_size) in of_property_count_elems_of_size() 603 const char *propname, u32 index, u32 *out_value) in of_property_read_u32_index() 609 const char *propname, u32 index, u64 *out_value) in of_property_read_u64_index() 649 const char *propname, u8 *out_values, in of_property_read_variable_u8_array() 656 const char *propname, u16 *out_values, in of_property_read_variable_u16_array() 663 const char *propname, in of_property_read_variable_u32_array() 672 const char *propname, u64 *out_value) in of_property_read_u64() 678 const char *propname, in of_property_read_variable_u64_array() 687 const char *propname, in of_property_read_string() 694 const char *propname, in of_property_match_string() [all …]
|
D | of_gpio.h | 103 const char *propname) in of_gpio_named_count() 135 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-6.1.9/drivers/base/ |
D | property.c | 34 bool device_property_present(struct device *dev, const char *propname) in device_property_present() 46 const char *propname) in fwnode_property_present() 82 int device_property_read_u8_array(struct device *dev, const char *propname, in device_property_read_u8_array() 110 int device_property_read_u16_array(struct device *dev, const char *propname, in device_property_read_u16_array() 138 int device_property_read_u32_array(struct device *dev, const char *propname, in device_property_read_u32_array() 166 int device_property_read_u64_array(struct device *dev, const char *propname, in device_property_read_u64_array() 194 int device_property_read_string_array(struct device *dev, const char *propname, in device_property_read_string_array() 216 int device_property_read_string(struct device *dev, const char *propname, in device_property_read_string() 238 int device_property_match_string(struct device *dev, const char *propname, in device_property_match_string() 246 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() 494 const char *propname, const char *nargs_prop, in software_node_get_reference_args()
|
D | cacheinfo.c | 117 const char *propname; in cache_size() local 138 const char *propname; in cache_get_line_size() local 151 const char *propname; in cache_nr_sets() local
|
/linux-6.1.9/drivers/of/ |
D | property.c | 72 const char *propname, int elem_size) in of_property_count_elems_of_size() 108 const char *propname, u32 min, u32 max, size_t *len) in of_find_property_value_of_size() 145 const char *propname, in of_property_read_u32_index() 179 const char *propname, in of_property_read_u64_index() 219 const char *propname, u8 *out_values, in of_property_read_variable_u8_array() 269 const char *propname, u16 *out_values, in of_property_read_variable_u16_array() 316 const char *propname, u32 *out_values, in of_property_read_variable_u32_array() 356 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64() 394 const char *propname, u64 *out_values, in of_property_read_variable_u64_array() 440 int of_property_read_string(const struct device_node *np, const char *propname, in of_property_read_string() [all …]
|
/linux-6.1.9/drivers/acpi/ |
D | property.c | 667 const union acpi_object *propname, *propvalue; in acpi_data_get_property() local 724 const char *propname, void **valptr) in acpi_node_prop_get() 883 const char *propname, size_t index, size_t num_args, in __acpi_node_get_property_reference() 970 const char *propname, in acpi_data_prop_read_single() 1076 const char *propname, in acpi_data_prop_read() 1175 const char *propname, enum dev_prop_type proptype, in acpi_node_prop_read() 1455 const char *propname) in acpi_fwnode_property_present() 1462 const char *propname, in acpi_fwnode_property_read_int_array() 1490 const char *propname, const char **val, in acpi_fwnode_property_read_string_array()
|
/linux-6.1.9/scripts/dtc/ |
D | checks.c | 210 char *propname = c->data; in check_is_string() local 219 #define WARNING_IF_NOT_STRING(nm, propname) \ argument 221 #define ERROR_IF_NOT_STRING(nm, propname) \ argument 229 char *propname = c->data; in check_is_string_list() local 248 #define WARNING_IF_NOT_STRING_LIST(nm, propname) \ argument 250 #define ERROR_IF_NOT_STRING_LIST(nm, propname) \ argument 257 char *propname = c->data; in check_is_cell() local 266 #define WARNING_IF_NOT_CELL(nm, propname) \ argument 268 #define ERROR_IF_NOT_CELL(nm, propname) \ argument 486 struct node *node, const char *propname) in check_phandle_prop() [all …]
|
/linux-6.1.9/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() 337 const char *propname, int index, in gpiod_get_from_of_node()
|
D | gpiolib-acpi.c | 805 const char *propname, int index, in acpi_gpio_property_lookup() 867 const char *propname, int index, in acpi_get_gpiod_by_index() 918 char propname[32]; in acpi_find_gpio() local 975 const char *propname, int index, in acpi_node_get_gpiod() 1426 char propname[32]; in acpi_gpio_count() local
|
D | gpiolib-acpi.h | 93 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-6.1.9/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-6.1.9/drivers/input/ |
D | matrix-keymap.c | 69 static int matrix_keypad_parse_keymap(const char *propname, in matrix_keypad_parse_keymap()
|
/linux-6.1.9/arch/powerpc/boot/ |
D | ops.h | 145 const char *propname, in find_node_by_prop_value() 156 const char *propname, in find_node_by_prop_value_str()
|
/linux-6.1.9/sound/soc/mediatek/common/ |
D | mtk-dsp-sof-common.c | 153 const char *propname, struct snd_soc_dai_link *pre_dai_links, in mtk_sof_dailink_parse_of()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | cacheinfo.c | 210 const char *propname; in cache_size() local 243 const char *propname; in cache_get_line_size() local 260 const char *propname; in cache_nr_sets() local
|
/linux-6.1.9/sound/soc/ |
D | soc-core.c | 2712 const char *propname) in snd_soc_of_parse_card_name() 2749 const char *propname) in snd_soc_of_parse_audio_simple_widgets() 2936 const char *propname) in snd_soc_of_parse_node_prefix() 2953 const char *propname) in snd_soc_of_parse_audio_routing() 3003 int snd_soc_of_parse_aux_devs(struct snd_soc_card *card, const char *propname) in snd_soc_of_parse_aux_devs()
|
/linux-6.1.9/include/uapi/linux/ |
D | fsl_hypervisor.h | 179 __u64 propname; member
|
/linux-6.1.9/sound/soc/meson/ |
D | meson-card-utils.c | 243 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-6.1.9/drivers/memory/ |
D | bt1-l2-ctl.c | 182 const char *propname) in l2_ctl_of_parse_property()
|
/linux-6.1.9/drivers/pinctrl/ |
D | devicetree.c | 200 char *propname; in pinctrl_dt_to_map() local
|