/linux-4.1.27/drivers/base/ |
D | property.c | 118 bool device_property_present(struct device *dev, const char *propname) in device_property_present() 129 bool fwnode_property_present(struct fwnode_handle *fwnode, const char *propname) in fwnode_property_present() 157 int device_property_read_u8_array(struct device *dev, const char *propname, in device_property_read_u8_array() 181 int device_property_read_u16_array(struct device *dev, const char *propname, in device_property_read_u16_array() 205 int device_property_read_u32_array(struct device *dev, const char *propname, in device_property_read_u32_array() 229 int device_property_read_u64_array(struct device *dev, const char *propname, in device_property_read_u64_array() 253 int device_property_read_string_array(struct device *dev, const char *propname, in device_property_read_string_array() 274 int device_property_read_string(struct device *dev, const char *propname, in device_property_read_string() 281 #define OF_DEV_PROP_READ_ARRAY(node, propname, type, val, nval) \ argument 319 const char *propname, u8 *val, size_t nval) in fwnode_property_read_u8_array() [all …]
|
/linux-4.1.27/include/linux/ |
D | property.h | 75 const char *propname) in device_property_read_bool() 81 const char *propname, u8 *val) in device_property_read_u8() 87 const char *propname, u16 *val) in device_property_read_u16() 93 const char *propname, u32 *val) in device_property_read_u32() 99 const char *propname, u64 *val) in device_property_read_u64() 105 const char *propname) in fwnode_property_read_bool() 111 const char *propname, u8 *val) in fwnode_property_read_u8() 117 const char *propname, u16 *val) in fwnode_property_read_u16() 123 const char *propname, u32 *val) in fwnode_property_read_u32() 129 const char *propname, u64 *val) in fwnode_property_read_u64()
|
D | of.h | 498 const char *propname, int elem_size) in of_property_count_elems_of_size() 504 const char *propname, u32 index, u32 *out_value) in of_property_read_u32_index() 510 const char *propname, u8 *out_values, size_t sz) in of_property_read_u8_array() 516 const char *propname, u16 *out_values, size_t sz) in of_property_read_u16_array() 522 const char *propname, in of_property_read_u32_array() 529 const char *propname, in of_property_read_u64_array() 536 const char *propname, in of_property_read_string() 543 const char *propname, in of_property_read_string_helper() 563 const char *propname, u64 *out_value) in of_property_read_u64() 569 const char *propname, in of_property_match_string() [all …]
|
D | of_gpio.h | 104 static inline int of_gpio_named_count(struct device_node *np, const char* propname) in of_gpio_named_count() 136 const char *propname, int index) in of_get_named_gpio()
|
D | genalloc.h | 132 const char *propname, int index) in of_get_named_gen_pool()
|
D | acpi.h | 785 const char *propname, in acpi_dev_prop_get() 792 const char *propname, in acpi_dev_prop_read_single() 800 const char *propname, in acpi_dev_prop_read()
|
/linux-4.1.27/drivers/acpi/ |
D | property.c | 208 const union acpi_object *propname, *propvalue; in acpi_dev_get_property() local 375 int acpi_dev_prop_get(struct acpi_device *adev, const char *propname, in acpi_dev_prop_get() 382 int acpi_dev_prop_read_single(struct acpi_device *adev, const char *propname, in acpi_dev_prop_read_single() 504 int acpi_dev_prop_read(struct acpi_device *adev, const char *propname, in acpi_dev_prop_read()
|
/linux-4.1.27/drivers/of/ |
D | base.c | 1096 const char *propname, int elem_size) in of_property_count_elems_of_size() 1129 const char *propname, u32 len) in of_find_property_value_of_size() 1159 const char *propname, in of_property_read_u32_index() 1192 const char *propname, u8 *out_values, size_t sz) in of_property_read_u8_array() 1225 const char *propname, u16 *out_values, size_t sz) in of_property_read_u16_array() 1256 const char *propname, u32 *out_values, in of_property_read_u32_array() 1284 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64() 1315 const char *propname, u64 *out_values, in of_property_read_u64_array() 1347 int of_property_read_string(struct device_node *np, const char *propname, in of_property_read_string() 1371 int of_property_match_string(struct device_node *np, const char *propname, in of_property_match_string() [all …]
|
/linux-4.1.27/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.1.27/scripts/dtc/ |
D | checks.c | 201 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 220 char *propname = c->data; in check_is_cell() local 230 #define WARNING_IF_NOT_CELL(nm, propname) \ argument 232 #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.1.27/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.1.27/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.1.27/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.1.27/drivers/pinctrl/ |
D | devicetree.c | 179 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.1.27/include/uapi/linux/ |
D | fsl_hypervisor.h | 178 __u64 propname; member
|
/linux-4.1.27/drivers/gpio/ |
D | gpiolib-of.c | 75 const char *propname, int index, enum of_gpio_flags *flags) in of_get_named_gpiod_flags()
|
D | gpiolib-acpi.c | 448 const char *propname, int index, in acpi_get_gpiod_by_index() 765 char propname[32]; in acpi_gpio_count() local
|
D | gpiolib.h | 58 acpi_get_gpiod_by_index(struct acpi_device *adev, const char *propname, in acpi_get_gpiod_by_index()
|
D | gpiolib.c | 1702 char propname[32]; in acpi_find_gpio() local 1814 char propname[32]; in dt_gpio_count() local 2031 const char *propname) in fwnode_get_named_gpiod()
|
/linux-4.1.27/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.1.27/drivers/firmware/efi/ |
D | efi.c | 395 const char propname[32]; member
|
/linux-4.1.27/drivers/virt/ |
D | fsl_hypervisor.c | 338 char *path = NULL, *propname = NULL; in ioctl_dtprop() local
|
/linux-4.1.27/lib/ |
D | genalloc.c | 633 const char *propname, int index) in of_get_named_gen_pool()
|
/linux-4.1.27/drivers/pinctrl/freescale/ |
D | pinctrl-mxs.c | 354 const char *propname = "fsl,pinmux-ids"; in mxs_pinctrl_parse_group() local
|
/linux-4.1.27/scripts/dtc/libfdt/ |
D | fdt_ro.c | 467 const char *propname, in fdt_node_offset_by_prop_value()
|
/linux-4.1.27/sound/aoa/fabrics/ |
D | layout.c | 767 char propname[32]; in check_codec() local
|
/linux-4.1.27/sound/soc/ |
D | soc-core.c | 3173 const char *propname) in snd_soc_of_parse_card_name() 3210 const char *propname) in snd_soc_of_parse_audio_simple_widgets() 3319 const char *propname) in snd_soc_of_parse_audio_routing()
|
/linux-4.1.27/drivers/staging/fbtft/ |
D | fbtft-core.c | 1296 static u32 fbtft_of_value(struct device_node *node, const char *propname) in fbtft_of_value()
|
/linux-4.1.27/include/linux/gpio/ |
D | consumer.h | 413 struct fwnode_handle *fwnode, const char *propname) in fwnode_get_named_gpiod()
|
/linux-4.1.27/arch/powerpc/platforms/512x/ |
D | clock-commonclk.c | 382 static int get_freq_from_dt(char *propname) in get_freq_from_dt()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_dsi.c | 1582 const char *propname, u32 *out_value) in exynos_dsi_of_read_u32()
|