| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | property.h | 127 const char *propname) in device_property_read_bool() 133 const char *propname, u8 *val) in device_property_read_u8() 139 const char *propname, u16 *val) in device_property_read_u16() 145 const char *propname, u32 *val) in device_property_read_u32() 151 const char *propname, u64 *val) in device_property_read_u64() 156 static inline int device_property_count_u8(struct device *dev, const char *propname) in device_property_count_u8() 161 static inline int device_property_count_u16(struct device *dev, const char *propname) in device_property_count_u16() 166 static inline int device_property_count_u32(struct device *dev, const char *propname) in device_property_count_u32() 171 static inline int device_property_count_u64(struct device *dev, const char *propname) in device_property_count_u64() 177 const char *propname) in device_property_string_array_count() [all …]
|
| H A 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() 716 const char *propname, int elem_size) in of_property_count_elems_of_size() 722 const char *propname, u8 *out_values, size_t sz) in of_property_read_u8_array() 728 const char *propname, u16 *out_values, size_t sz) in of_property_read_u16_array() 734 const char *propname, in of_property_read_u32_array() 741 const char *propname, in of_property_read_u64_array() 748 const char *propname, u32 index, u32 *out_value) in of_property_read_u32_index() [all …]
|
| H A 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()
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | read.c | 14 int dev_read_u32_default(struct udevice *dev, const char *propname, int def) in dev_read_u32_default() 19 int dev_read_s32_default(struct udevice *dev, const char *propname, int def) in dev_read_s32_default() 24 const char *dev_read_string(struct udevice *dev, const char *propname) in dev_read_string() 29 bool dev_read_bool(struct udevice *dev, const char *propname) in dev_read_bool() 49 int dev_read_size(struct udevice *dev, const char *propname) in dev_read_size() 104 int dev_read_string_index(struct udevice *dev, const char *propname, int index, in dev_read_string_index() 110 int dev_read_string_count(struct udevice *dev, const char *propname) in dev_read_string_count() 163 const void *dev_read_prop(struct udevice *dev, const char *propname, int *lenp) in dev_read_prop() 179 const char **propname, int *lenp) in dev_read_prop_by_prop() 202 int dev_read_u32_array(struct udevice *dev, const char *propname, in dev_read_u32_array() [all …]
|
| H A D | ofnode.c | 19 int ofnode_read_u32(ofnode node, const char *propname, u32 *outp) in ofnode_read_u32() 43 int ofnode_read_u32_default(ofnode node, const char *propname, u32 def) in ofnode_read_u32_default() 51 int ofnode_read_s32_default(ofnode node, const char *propname, s32 def) in ofnode_read_s32_default() 59 int ofnode_read_u64(ofnode node, const char *propname, u64 *outp) in ofnode_read_u64() 74 bool ofnode_read_bool(ofnode node, const char *propname) in ofnode_read_bool() 88 const char *ofnode_read_string(ofnode node, const char *propname) in ofnode_read_string() 147 int ofnode_read_u32_array(ofnode node, const char *propname, in ofnode_read_u32_array() 163 int ofnode_write_u32_array(ofnode node, const char *propname, in ofnode_write_u32_array() 237 int ofnode_read_size(ofnode node, const char *propname) in ofnode_read_size() 506 const void *ofnode_get_property(ofnode node, const char *propname, int *lenp) in ofnode_get_property() [all …]
|
| H A D | of_access.c | 451 const char *propname, u32 len) in of_find_property_value_of_size() 465 int of_read_u32(const struct device_node *np, const char *propname, u32 *outp) in of_read_u32() 497 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64() 511 int of_read_u32_array(const struct device_node *np, const char *propname, in of_read_u32_array() 530 int of_write_u32_array(const struct device_node *np, const char *propname, in of_write_u32_array() 549 int of_property_match_string(const struct device_node *np, const char *propname, in of_property_match_string() 588 const char *propname, const char **out_strs, in of_property_read_string_helper()
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | read.h | 505 const char *propname, int def) in dev_read_u32_default() 511 const char *propname) in dev_read_string() 516 static inline bool dev_read_bool(struct udevice *dev, const char *propname) in dev_read_bool() 527 static inline int dev_read_size(struct udevice *dev, const char *propname) in dev_read_size() 548 const char *propname, in dev_read_addr_size() 562 const char *propname, in dev_read_stringlist_search() 569 const char *propname, int index, in dev_read_string_index() 576 const char *propname) in dev_read_string_count() 630 const char *propname, int *lenp) in dev_read_prop() 646 const char **propname, in dev_read_prop_by_prop() [all …]
|
| H A D | of_access.h | 348 const char *propname, in of_property_read_string_index() 368 const char *propname) in of_property_count_strings()
|
| H A D | ofnode.h | 239 static inline int ofnode_read_s32(ofnode node, const char *propname, in ofnode_read_s32()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A 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 …]
|
| H A D | swnode.c | 128 const char *propname, size_t length) in property_entry_find() 146 const char *propname, size_t length) in property_entry_count_elems_of_size() 183 const char *propname, in property_entry_read_string_array() 380 const char *propname) in software_node_property_present() 388 const char *propname, in software_node_read_int_array() 399 const char *propname, in software_node_read_string_array() 494 const char *propname, const char *nargs_prop, in software_node_get_reference_args()
|
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | property.c | 69 const char *propname, int elem_size) in of_property_count_elems_of_size() 104 const char *propname, u32 min, u32 max, size_t *len) in of_find_property_value_of_size() 139 const char *propname, in of_property_read_u32_index() 171 const char *propname, in of_property_read_u64_index() 209 const char *propname, u8 *out_values, in of_property_read_variable_u8_array() 257 const char *propname, u16 *out_values, in of_property_read_variable_u16_array() 302 const char *propname, u32 *out_values, in of_property_read_variable_u32_array() 340 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64() 376 const char *propname, u64 *out_values, in of_property_read_variable_u64_array() 418 int of_property_read_string(const struct device_node *np, const char *propname, in of_property_read_string() [all …]
|
| /OK3568_Linux_fs/u-boot/tools/dtoc/ |
| H A D | fdt_util.py | 84 def GetInt(node, propname, default=None): argument 94 def GetString(node, propname, default=None): argument 104 def GetBool(node, propname, default=False): argument
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | property.c | 508 const union acpi_object *propname, *propvalue; in acpi_data_get_property() local 564 const char *propname, void **valptr) in acpi_node_prop_get() 671 const char *propname, size_t index, size_t num_args, in __acpi_node_get_property_reference() 790 const char *propname, in acpi_data_prop_read_single() 850 int acpi_dev_prop_read_single(struct acpi_device *adev, const char *propname, in acpi_dev_prop_read_single() 941 const char *propname, in acpi_data_prop_read() 1004 int acpi_dev_prop_read(const struct acpi_device *adev, const char *propname, in acpi_dev_prop_read() 1023 const char *propname, enum dev_prop_type proptype, in acpi_node_prop_read() 1284 const char *propname) in acpi_fwnode_property_present() 1291 const char *propname, in acpi_fwnode_property_read_int_array() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A 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 …]
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | checks.c | 167 char *propname = c->data; in check_is_string() local 177 #define WARNING_IF_NOT_STRING(nm, propname) \ argument 179 #define ERROR_IF_NOT_STRING(nm, propname) \ argument 186 char *propname = c->data; in check_is_cell() local 196 #define WARNING_IF_NOT_CELL(nm, propname) \ argument 198 #define ERROR_IF_NOT_CELL(nm, propname) \ argument 401 struct node *node, const char *propname) in check_phandle_prop() 1047 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A 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()
|
| H A D | gpiolib-acpi.c | 720 const char *propname, int index, in acpi_gpio_property_lookup() 782 const char *propname, int index, in acpi_get_gpiod_by_index() 833 char propname[32]; in acpi_find_gpio() local 890 const char *propname, int index, in acpi_node_get_gpiod() 1320 char propname[32]; in acpi_gpio_count() local
|
| H A D | gpiolib-acpi.h | 85 acpi_node_get_gpiod(struct fwnode_handle *fwnode, const char *propname, in acpi_node_get_gpiod()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vconn.c | 389 char propname[16]; in rockchip_vconn_parse_vp_id() local 456 char propname[64]; in rockchip_virtual_connectors_create() local
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | matrix-keymap.c | 69 static int matrix_keypad_parse_keymap(const char *propname, in matrix_keypad_parse_keymap()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | ops.h | 147 const char *propname, in find_node_by_prop_value() 158 const char *propname, in find_node_by_prop_value_str()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/include/linux/gpio/ |
| H A 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()
|