/linux-4.4.14/drivers/base/ |
D | property.c | 121 bool device_property_present(struct device *dev, const char *propname) in device_property_present() 132 bool fwnode_property_present(struct fwnode_handle *fwnode, const char *propname) in fwnode_property_present() 161 int device_property_read_u8_array(struct device *dev, const char *propname, in device_property_read_u8_array() 186 int device_property_read_u16_array(struct device *dev, const char *propname, in device_property_read_u16_array() 211 int device_property_read_u32_array(struct device *dev, const char *propname, in device_property_read_u32_array() 236 int device_property_read_u64_array(struct device *dev, const char *propname, in device_property_read_u64_array() 261 int device_property_read_string_array(struct device *dev, const char *propname, in device_property_read_string_array() 283 int device_property_read_string(struct device *dev, const char *propname, in device_property_read_string() 305 int device_property_match_string(struct device *dev, const char *propname, in device_property_match_string() 312 #define OF_DEV_PROP_READ_ARRAY(node, propname, type, val, nval) \ argument [all …]
|
/linux-4.4.14/include/linux/ |
D | property.h | 85 const char *propname) in device_property_read_bool() 91 const char *propname, u8 *val) in device_property_read_u8() 97 const char *propname, u16 *val) in device_property_read_u16() 103 const char *propname, u32 *val) in device_property_read_u32() 109 const char *propname, u64 *val) in device_property_read_u64() 115 const char *propname) in fwnode_property_read_bool() 121 const char *propname, u8 *val) in fwnode_property_read_u8() 127 const char *propname, u16 *val) in fwnode_property_read_u16() 133 const char *propname, u32 *val) in fwnode_property_read_u32() 139 const char *propname, u64 *val) in fwnode_property_read_u64()
|
D | of.h | 504 const char *propname, int elem_size) in of_property_count_elems_of_size() 510 const char *propname, u32 index, u32 *out_value) in of_property_read_u32_index() 516 const char *propname, u8 *out_values, size_t sz) in of_property_read_u8_array() 522 const char *propname, u16 *out_values, size_t sz) in of_property_read_u16_array() 528 const char *propname, in of_property_read_u32_array() 535 const char *propname, in of_property_read_u64_array() 542 const char *propname, in of_property_read_string() 549 const char *propname, in of_property_read_string_helper() 569 const char *propname, u64 *out_value) in of_property_read_u64() 575 const char *propname, in of_property_match_string() [all …]
|
D | of_gpio.h | 105 static inline int of_gpio_named_count(struct device_node *np, const char* propname) in of_gpio_named_count() 137 const char *propname, int index) in of_get_named_gpio()
|
D | genalloc.h | 134 const char *propname, int index) in of_gen_pool_get()
|
D | acpi.h | 880 const char *propname, in acpi_node_prop_get() 887 const char *propname, in acpi_dev_prop_get() 894 const char *propname, in acpi_dev_prop_read_single() 902 const char *propname, in acpi_node_prop_read() 910 const char *propname, in acpi_dev_prop_read()
|
/linux-4.4.14/drivers/acpi/ |
D | property.c | 367 const union acpi_object *propname, *propvalue; in acpi_data_get_property() local 419 int acpi_node_prop_get(struct fwnode_handle *fwnode, const char *propname, in acpi_node_prop_get() 488 const char *propname, size_t index, in acpi_data_get_property_reference() 590 const char *propname, in acpi_data_prop_read_single() 636 int acpi_dev_prop_read_single(struct acpi_device *adev, const char *propname, in acpi_dev_prop_read_single() 719 const char *propname, in acpi_data_prop_read() 770 int acpi_dev_prop_read(struct acpi_device *adev, const char *propname, in acpi_dev_prop_read() 788 int acpi_node_prop_read(struct fwnode_handle *fwnode, const char *propname, in acpi_node_prop_read()
|
/linux-4.4.14/drivers/of/ |
D | base.c | 1093 const char *propname, int elem_size) in of_property_count_elems_of_size() 1126 const char *propname, u32 len) in of_find_property_value_of_size() 1156 const char *propname, in of_property_read_u32_index() 1189 const char *propname, u8 *out_values, size_t sz) in of_property_read_u8_array() 1222 const char *propname, u16 *out_values, size_t sz) in of_property_read_u16_array() 1253 const char *propname, u32 *out_values, in of_property_read_u32_array() 1281 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64() 1312 const char *propname, u64 *out_values, in of_property_read_u64_array() 1344 int of_property_read_string(struct device_node *np, const char *propname, in of_property_read_string() 1368 int of_property_match_string(struct device_node *np, const char *propname, in of_property_match_string() [all …]
|
/linux-4.4.14/drivers/input/ |
D | matrix-keymap.c | 73 static int matrix_keypad_parse_of_keymap(const char *propname, in matrix_keypad_parse_of_keymap() 120 static int matrix_keypad_parse_of_keymap(const char *propname, in matrix_keypad_parse_of_keymap()
|
/linux-4.4.14/scripts/dtc/ |
D | checks.c | 202 char *propname = c->data; in check_is_string() local 212 #define WARNING_IF_NOT_STRING(nm, propname) \ argument 214 #define ERROR_IF_NOT_STRING(nm, propname) \ argument 221 char *propname = c->data; in check_is_cell() local 231 #define WARNING_IF_NOT_CELL(nm, propname) \ argument 233 #define ERROR_IF_NOT_CELL(nm, propname) \ argument
|
D | livetree.c | 363 struct property *get_property(struct node *node, const char *propname) in get_property()
|
/linux-4.4.14/drivers/gpio/ |
D | gpiolib-acpi.c | 456 const char *propname, int index, in acpi_gpio_property_lookup() 511 const char *propname, int index, in acpi_get_gpiod_by_index() 556 const char *propname, int index, in acpi_node_get_gpiod() 881 char propname[32]; in acpi_gpio_count() local
|
D | gpiolib.h | 61 acpi_get_gpiod_by_index(struct acpi_device *adev, const char *propname, in acpi_get_gpiod_by_index() 67 acpi_node_get_gpiod(struct fwnode_handle *fwnode, const char *propname, in acpi_node_get_gpiod()
|
D | gpiolib-of.c | 75 const char *propname, int index, enum of_gpio_flags *flags) in of_get_named_gpiod_flags()
|
D | gpiolib.c | 1857 char propname[32]; in acpi_find_gpio() local 1969 char propname[32]; in dt_gpio_count() local 2196 const char *propname) in fwnode_get_named_gpiod()
|
/linux-4.4.14/drivers/iommu/ |
D | of_iommu.c | 49 char propname[NAME_MAX], addrname[NAME_MAX], sizename[NAME_MAX]; in of_get_dma_window() local
|
/linux-4.4.14/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-4.4.14/arch/powerpc/kernel/ |
D | cacheinfo.c | 207 const char *propname; in cache_size() local 240 const char *propname; in cache_get_line_size() local 257 const char *propname; in cache_nr_sets() local
|
/linux-4.4.14/drivers/pinctrl/ |
D | devicetree.c | 173 char *propname; in pinctrl_dt_to_map() local
|
D | pinctrl-single.c | 1508 const char *propname = "pinctrl-single,gpio-range"; in pcs_add_gpio_func() local
|
/linux-4.4.14/include/uapi/linux/ |
D | fsl_hypervisor.h | 178 __u64 propname; member
|
/linux-4.4.14/drivers/clk/at91/ |
D | pmc.c | 45 int of_at91_get_clk_range(struct device_node *np, const char *propname, in of_at91_get_clk_range()
|
/linux-4.4.14/drivers/firmware/efi/ |
D | efi.c | 504 const char propname[32]; member
|
/linux-4.4.14/sound/soc/ |
D | soc-core.c | 3178 const char *propname) in snd_soc_of_parse_card_name() 3215 const char *propname) in snd_soc_of_parse_audio_simple_widgets() 3351 const char *propname) in snd_soc_of_parse_audio_prefix() 3369 const char *propname) in snd_soc_of_parse_audio_routing()
|
/linux-4.4.14/drivers/virt/ |
D | fsl_hypervisor.c | 338 char *path = NULL, *propname = NULL; in ioctl_dtprop() local
|
/linux-4.4.14/include/linux/gpio/ |
D | consumer.h | 415 struct fwnode_handle *fwnode, const char *propname) in fwnode_get_named_gpiod()
|
/linux-4.4.14/drivers/pinctrl/freescale/ |
D | pinctrl-mxs.c | 354 const char *propname = "fsl,pinmux-ids"; in mxs_pinctrl_parse_group() local
|
/linux-4.4.14/lib/ |
D | genalloc.c | 669 const char *propname, int index) in of_gen_pool_get()
|
/linux-4.4.14/sound/aoa/fabrics/ |
D | layout.c | 767 char propname[32]; in check_codec() local
|
/linux-4.4.14/scripts/dtc/libfdt/ |
D | fdt_ro.c | 473 const char *propname, in fdt_node_offset_by_prop_value()
|
/linux-4.4.14/drivers/staging/fbtft/ |
D | fbtft-core.c | 1265 static u32 fbtft_of_value(struct device_node *node, const char *propname) in fbtft_of_value()
|
/linux-4.4.14/arch/powerpc/platforms/512x/ |
D | clock-commonclk.c | 383 static int get_freq_from_dt(char *propname) in get_freq_from_dt()
|
/linux-4.4.14/drivers/dma/ |
D | imx-sdma.c | 1471 char propname[] = "fsl,sdma-event-remap"; in sdma_event_remap() local
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_dsi.c | 1745 const char *propname, u32 *out_value) in exynos_dsi_of_read_u32()
|