/linux-5.10/include/linux/ |
D | property.h | 124 const char *propname) in device_property_read_bool() 130 const char *propname, u8 *val) in device_property_read_u8() 136 const char *propname, u16 *val) in device_property_read_u16() 142 const char *propname, u32 *val) in device_property_read_u32() 148 const char *propname, u64 *val) in device_property_read_u64() 153 static inline int device_property_count_u8(struct device *dev, const char *propname) in device_property_count_u8() 158 static inline int device_property_count_u16(struct device *dev, const char *propname) in device_property_count_u16() 163 static inline int device_property_count_u32(struct device *dev, const char *propname) in device_property_count_u32() 168 static inline int device_property_count_u64(struct device *dev, const char *propname) in device_property_count_u64() 174 const char *propname) in device_property_string_array_count() [all …]
|
D | of.h | 437 const char *propname, in of_property_read_u8_array() 467 const char *propname, in of_property_read_u16_array() 495 const char *propname, in of_property_read_u32_array() 523 const char *propname, in of_property_read_u64_array() 714 const char *propname, int elem_size) in of_property_count_elems_of_size() 720 const char *propname, u8 *out_values, size_t sz) in of_property_read_u8_array() 726 const char *propname, u16 *out_values, size_t sz) in of_property_read_u16_array() 732 const char *propname, in of_property_read_u32_array() 739 const char *propname, in of_property_read_u64_array() 746 const char *propname, u32 index, u32 *out_value) in of_property_read_u32_index() [all …]
|
D | of_gpio.h | 101 static inline int of_gpio_named_count(struct device_node *np, const char* propname) in of_gpio_named_count() 133 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-5.10/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 | 115 const char *propname, size_t length) in property_entry_find() 133 const char *propname, size_t length) in property_entry_count_elems_of_size() 170 const char *propname, in property_entry_read_string_array() 367 const char *propname) in software_node_property_present() 375 const char *propname, in software_node_read_int_array() 386 const char *propname, in software_node_read_string_array() 477 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-5.10/drivers/of/ |
D | property.c | 68 const char *propname, int elem_size) in of_property_count_elems_of_size() 103 const char *propname, u32 min, u32 max, size_t *len) in of_find_property_value_of_size() 138 const char *propname, in of_property_read_u32_index() 170 const char *propname, in of_property_read_u64_index() 208 const char *propname, u8 *out_values, in of_property_read_variable_u8_array() 256 const char *propname, u16 *out_values, in of_property_read_variable_u16_array() 301 const char *propname, u32 *out_values, in of_property_read_variable_u32_array() 339 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64() 375 const char *propname, u64 *out_values, in of_property_read_variable_u64_array() 417 int of_property_read_string(const struct device_node *np, const char *propname, in of_property_read_string() [all …]
|
/linux-5.10/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() 832 int acpi_dev_prop_read_single(struct acpi_device *adev, const char *propname, in acpi_dev_prop_read_single() 923 const char *propname, in acpi_data_prop_read() 976 int acpi_dev_prop_read(const struct acpi_device *adev, const char *propname, in acpi_dev_prop_read() 995 const char *propname, enum dev_prop_type proptype, in acpi_node_prop_read() 1261 const char *propname) in acpi_fwnode_property_present() 1268 const char *propname, in acpi_fwnode_property_read_int_array() [all …]
|
/linux-5.10/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-5.10/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 | 715 const char *propname, int index, in acpi_gpio_property_lookup() 777 const char *propname, int index, in acpi_get_gpiod_by_index() 828 char propname[32]; in acpi_find_gpio() local 885 const char *propname, int index, in acpi_node_get_gpiod() 1304 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-5.10/drivers/input/ |
D | matrix-keymap.c | 69 static int matrix_keypad_parse_keymap(const char *propname, in matrix_keypad_parse_keymap()
|
/linux-5.10/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-5.10/drivers/iommu/ |
D | of_iommu.c | 41 char propname[NAME_MAX], addrname[NAME_MAX], sizename[NAME_MAX]; in of_get_dma_window() local
|
/linux-5.10/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-5.10/arch/powerpc/kernel/ |
D | cacheinfo.c | 208 const char *propname; in cache_size() local 241 const char *propname; in cache_get_line_size() local 258 const char *propname; in cache_nr_sets() local
|
/linux-5.10/sound/soc/ |
D | soc-core.c | 2584 const char *propname) in snd_soc_of_parse_card_name() 2621 const char *propname) in snd_soc_of_parse_audio_simple_widgets() 2758 const char *propname) in snd_soc_of_parse_node_prefix() 2775 const char *propname) in snd_soc_of_parse_audio_routing() 2830 int snd_soc_of_parse_aux_devs(struct snd_soc_card *card, const char *propname) in snd_soc_of_parse_aux_devs()
|
/linux-5.10/include/uapi/linux/ |
D | fsl_hypervisor.h | 179 __u64 propname; member
|
/linux-5.10/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-5.10/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-5.10/drivers/memory/ |
D | bt1-l2-ctl.c | 182 const char *propname) in l2_ctl_of_parse_property()
|
/linux-5.10/drivers/pinctrl/ |
D | devicetree.c | 200 char *propname; in pinctrl_dt_to_map() local
|