/linux-4.1.27/drivers/pinctrl/ |
H A D | devicetree.c | 179 char *propname; pinctrl_dt_to_map() local
|
H A D | pinctrl-single.c | 1508 const char *propname = "pinctrl-single,gpio-range"; pcs_add_gpio_func() local
|
/linux-4.1.27/drivers/input/ |
H A D | matrix-keymap.c | 73 static int matrix_keypad_parse_of_keymap(const char *propname, matrix_keypad_parse_of_keymap() argument 120 static int matrix_keypad_parse_of_keymap(const char *propname, matrix_keypad_parse_of_keymap() argument
|
/linux-4.1.27/include/linux/ |
H A D | of_gpio.h | 104 static inline int of_gpio_named_count(struct device_node *np, const char* propname) of_gpio_named_count() argument 135 of_get_named_gpio(struct device_node *np, const char *propname, int index) of_get_named_gpio() argument
|
H A D | genalloc.h | 131 of_get_named_gen_pool(struct device_node *np, const char *propname, int index) of_get_named_gen_pool() argument
|
H A D | property.h | 74 device_property_read_bool(struct device *dev, const char *propname) device_property_read_bool() argument 80 device_property_read_u8(struct device *dev, const char *propname, u8 *val) device_property_read_u8() argument 86 device_property_read_u16(struct device *dev, const char *propname, u16 *val) device_property_read_u16() argument 92 device_property_read_u32(struct device *dev, const char *propname, u32 *val) device_property_read_u32() argument 98 device_property_read_u64(struct device *dev, const char *propname, u64 *val) device_property_read_u64() argument 104 fwnode_property_read_bool(struct fwnode_handle *fwnode, const char *propname) fwnode_property_read_bool() argument 110 fwnode_property_read_u8(struct fwnode_handle *fwnode, const char *propname, u8 *val) fwnode_property_read_u8() argument 116 fwnode_property_read_u16(struct fwnode_handle *fwnode, const char *propname, u16 *val) fwnode_property_read_u16() argument 122 fwnode_property_read_u32(struct fwnode_handle *fwnode, const char *propname, u32 *val) fwnode_property_read_u32() argument 128 fwnode_property_read_u64(struct fwnode_handle *fwnode, const char *propname, u64 *val) fwnode_property_read_u64() argument
|
H A D | of.h | 497 of_property_count_elems_of_size(const struct device_node *np, const char *propname, int elem_size) of_property_count_elems_of_size() argument 503 of_property_read_u32_index(const struct device_node *np, const char *propname, u32 index, u32 *out_value) of_property_read_u32_index() argument 509 of_property_read_u8_array(const struct device_node *np, const char *propname, u8 *out_values, size_t sz) of_property_read_u8_array() argument 515 of_property_read_u16_array(const struct device_node *np, const char *propname, u16 *out_values, size_t sz) of_property_read_u16_array() argument 521 of_property_read_u32_array(const struct device_node *np, const char *propname, u32 *out_values, size_t sz) of_property_read_u32_array() argument 528 of_property_read_u64_array(const struct device_node *np, const char *propname, u64 *out_values, size_t sz) of_property_read_u64_array() argument 535 of_property_read_string(struct device_node *np, const char *propname, const char **out_string) of_property_read_string() argument 542 of_property_read_string_helper(struct device_node *np, const char *propname, const char **out_strs, size_t sz, int index) of_property_read_string_helper() argument 562 of_property_read_u64(const struct device_node *np, const char *propname, u64 *out_value) of_property_read_u64() argument 568 of_property_match_string(struct device_node *np, const char *propname, const char *string) of_property_match_string() argument 700 of_property_count_u8_elems(const struct device_node *np, const char *propname) of_property_count_u8_elems() argument 717 of_property_count_u16_elems(const struct device_node *np, const char *propname) of_property_count_u16_elems() argument 734 of_property_count_u32_elems(const struct device_node *np, const char *propname) of_property_count_u32_elems() argument 751 of_property_count_u64_elems(const struct device_node *np, const char *propname) of_property_count_u64_elems() argument 770 of_property_read_string_array(struct device_node *np, const char *propname, const char **out_strs, size_t sz) of_property_read_string_array() argument 789 of_property_count_strings(struct device_node *np, const char *propname) of_property_count_strings() argument 813 of_property_read_string_index(struct device_node *np, const char *propname, int index, const char **output) of_property_read_string_index() argument 829 of_property_read_bool(const struct device_node *np, const char *propname) of_property_read_bool() argument 837 of_property_read_u8(const struct device_node *np, const char *propname, u8 *out_value) of_property_read_u8() argument 844 of_property_read_u16(const struct device_node *np, const char *propname, u16 *out_value) of_property_read_u16() argument 851 of_property_read_u32(const struct device_node *np, const char *propname, u32 *out_value) of_property_read_u32() argument 858 of_property_read_s32(const struct device_node *np, const char *propname, s32 *out_value) of_property_read_s32() argument
|
H A D | acpi.h | 784 acpi_dev_prop_get(struct acpi_device *adev, const char *propname, void **valptr) acpi_dev_prop_get() argument 791 acpi_dev_prop_read_single(struct acpi_device *adev, const char *propname, enum dev_prop_type proptype, void *val) acpi_dev_prop_read_single() argument 799 acpi_dev_prop_read(struct acpi_device *adev, const char *propname, enum dev_prop_type proptype, void *val, size_t nval) acpi_dev_prop_read() argument
|
/linux-4.1.27/drivers/iommu/ |
H A D | of_iommu.c | 49 char propname[NAME_MAX], addrname[NAME_MAX], sizename[NAME_MAX]; of_get_dma_window() local
|
/linux-4.1.27/drivers/gpio/ |
H A D | gpiolib-of.c | 74 of_get_named_gpiod_flags(struct device_node *np, const char *propname, int index, enum of_gpio_flags *flags) of_get_named_gpiod_flags() argument
|
H A D | gpiolib.h | 58 acpi_get_gpiod_by_index(struct acpi_device *adev, const char *propname, acpi_get_gpiod_by_index() argument
|
H A D | gpiolib-acpi.c | 765 char propname[32]; acpi_gpio_count() local 447 acpi_get_gpiod_by_index(struct acpi_device *adev, const char *propname, int index, struct acpi_gpio_info *info) acpi_get_gpiod_by_index() argument
|
H A D | gpiolib.c | 1702 char propname[32]; acpi_find_gpio() local 1814 char propname[32]; dt_gpio_count() local 2030 fwnode_get_named_gpiod(struct fwnode_handle *fwnode, const char *propname) fwnode_get_named_gpiod() argument
|
/linux-4.1.27/drivers/base/ |
H A D | property.c | 118 bool device_property_present(struct device *dev, const char *propname) device_property_present() argument 129 bool fwnode_property_present(struct fwnode_handle *fwnode, const char *propname) fwnode_property_present() argument 157 int device_property_read_u8_array(struct device *dev, const char *propname, device_property_read_u8_array() argument 181 int device_property_read_u16_array(struct device *dev, const char *propname, device_property_read_u16_array() argument 205 int device_property_read_u32_array(struct device *dev, const char *propname, device_property_read_u32_array() argument 229 int device_property_read_u64_array(struct device *dev, const char *propname, device_property_read_u64_array() argument 253 int device_property_read_string_array(struct device *dev, const char *propname, device_property_read_string_array() argument 274 int device_property_read_string(struct device *dev, const char *propname, device_property_read_string() argument 318 fwnode_property_read_u8_array(struct fwnode_handle *fwnode, const char *propname, u8 *val, size_t nval) fwnode_property_read_u8_array() argument 344 fwnode_property_read_u16_array(struct fwnode_handle *fwnode, const char *propname, u16 *val, size_t nval) fwnode_property_read_u16_array() argument 370 fwnode_property_read_u32_array(struct fwnode_handle *fwnode, const char *propname, u32 *val, size_t nval) fwnode_property_read_u32_array() argument 396 fwnode_property_read_u64_array(struct fwnode_handle *fwnode, const char *propname, u64 *val, size_t nval) fwnode_property_read_u64_array() argument 422 fwnode_property_read_string_array(struct fwnode_handle *fwnode, const char *propname, const char **val, size_t nval) fwnode_property_read_string_array() argument 455 fwnode_property_read_string(struct fwnode_handle *fwnode, const char *propname, const char **val) fwnode_property_read_string() argument
|
/linux-4.1.27/include/uapi/linux/ |
H A D | fsl_hypervisor.h | 178 __u64 propname; member in struct:fsl_hv_ioctl_prop
|
/linux-4.1.27/drivers/clk/at91/ |
H A D | pmc.c | 45 int of_at91_get_clk_range(struct device_node *np, const char *propname, of_at91_get_clk_range() argument
|
/linux-4.1.27/drivers/acpi/ |
H A D | property.c | 208 const union acpi_object *propname, *propvalue; acpi_dev_get_property() local 375 int acpi_dev_prop_get(struct acpi_device *adev, const char *propname, acpi_dev_prop_get() argument 382 int acpi_dev_prop_read_single(struct acpi_device *adev, const char *propname, acpi_dev_prop_read_single() argument 504 int acpi_dev_prop_read(struct acpi_device *adev, const char *propname, acpi_dev_prop_read() argument
|
/linux-4.1.27/drivers/pinctrl/freescale/ |
H A D | pinctrl-mxs.c | 354 const char *propname = "fsl,pinmux-ids"; mxs_pinctrl_parse_group() local
|
/linux-4.1.27/drivers/firmware/efi/ |
H A D | efi.c | 395 const char propname[32]; member in struct:__anon3917
|
/linux-4.1.27/drivers/virt/ |
H A D | fsl_hypervisor.c | 338 char *path = NULL, *propname = NULL; ioctl_dtprop() local
|
/linux-4.1.27/arch/powerpc/boot/ |
H A D | ops.h | 146 find_node_by_prop_value(const void *prev, const char *propname, const char *propval, int proplen) find_node_by_prop_value() argument 157 find_node_by_prop_value_str(const void *prev, const char *propname, const char *propval) find_node_by_prop_value_str() argument
|
/linux-4.1.27/lib/ |
H A D | genalloc.c | 632 of_get_named_gen_pool(struct device_node *np, const char *propname, int index) of_get_named_gen_pool() argument
|
/linux-4.1.27/scripts/dtc/libfdt/ |
H A D | fdt_ro.c | 466 fdt_node_offset_by_prop_value(const void *fdt, int startoffset, const char *propname, const void *propval, int proplen) fdt_node_offset_by_prop_value() argument
|
/linux-4.1.27/include/linux/gpio/ |
H A D | consumer.h | 412 fwnode_get_named_gpiod( struct fwnode_handle *fwnode, const char *propname) fwnode_get_named_gpiod() argument
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | cacheinfo.c | 207 const char *propname; cache_size() local 240 const char *propname; cache_get_line_size() local 257 const char *propname; cache_nr_sets() local
|
/linux-4.1.27/scripts/dtc/ |
H A D | checks.c | 201 char *propname = c->data; check_is_string() local 220 char *propname = c->data; check_is_cell() local
|
H A D | livetree.c | 363 struct property *get_property(struct node *node, const char *propname) get_property() argument
|
/linux-4.1.27/sound/aoa/fabrics/ |
H A D | layout.c | 767 char propname[32]; check_codec() local
|
/linux-4.1.27/drivers/staging/fbtft/ |
H A D | fbtft-core.c | 1296 static u32 fbtft_of_value(struct device_node *node, const char *propname) fbtft_of_value() argument
|
/linux-4.1.27/arch/powerpc/platforms/512x/ |
H A D | clock-commonclk.c | 382 static int get_freq_from_dt(char *propname) get_freq_from_dt() argument
|
/linux-4.1.27/drivers/of/ |
H A D | base.c | 1284 int of_property_read_u64(const struct device_node *np, const char *propname, of_property_read_u64() argument 1347 int of_property_read_string(struct device_node *np, const char *propname, of_property_read_string() argument 1371 int of_property_match_string(struct device_node *np, const char *propname, of_property_match_string() argument 1410 int of_property_read_string_helper(struct device_node *np, const char *propname, of_property_read_string_helper() argument 1095 of_property_count_elems_of_size(const struct device_node *np, const char *propname, int elem_size) of_property_count_elems_of_size() argument 1128 of_find_property_value_of_size(const struct device_node *np, const char *propname, u32 len) of_find_property_value_of_size() argument 1158 of_property_read_u32_index(const struct device_node *np, const char *propname, u32 index, u32 *out_value) of_property_read_u32_index() argument 1191 of_property_read_u8_array(const struct device_node *np, const char *propname, u8 *out_values, size_t sz) of_property_read_u8_array() argument 1224 of_property_read_u16_array(const struct device_node *np, const char *propname, u16 *out_values, size_t sz) of_property_read_u16_array() argument 1255 of_property_read_u32_array(const struct device_node *np, const char *propname, u32 *out_values, size_t sz) of_property_read_u32_array() argument 1314 of_property_read_u64_array(const struct device_node *np, const char *propname, u64 *out_values, size_t sz) of_property_read_u64_array() argument
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_dsi.c | 1581 exynos_dsi_of_read_u32(const struct device_node *np, const char *propname, u32 *out_value) exynos_dsi_of_read_u32() argument
|
/linux-4.1.27/sound/soc/ |
H A D | soc-core.c | 3172 snd_soc_of_parse_card_name(struct snd_soc_card *card, const char *propname) snd_soc_of_parse_card_name() argument 3209 snd_soc_of_parse_audio_simple_widgets(struct snd_soc_card *card, const char *propname) snd_soc_of_parse_audio_simple_widgets() argument 3318 snd_soc_of_parse_audio_routing(struct snd_soc_card *card, const char *propname) snd_soc_of_parse_audio_routing() argument
|