Lines Matching defs:np

73 	struct device_node *np;  member
234 static inline const char *of_node_full_name(const struct device_node *np) in of_node_full_name()
396 static inline const char* of_node_full_name(const struct device_node *np) in of_node_full_name()
488 static inline struct property *of_find_property(const struct device_node *np, in of_find_property()
503 static inline int of_property_count_elems_of_size(const struct device_node *np, in of_property_count_elems_of_size()
509 static inline int of_property_read_u32_index(const struct device_node *np, in of_property_read_u32_index()
515 static inline int of_property_read_u8_array(const struct device_node *np, in of_property_read_u8_array()
521 static inline int of_property_read_u16_array(const struct device_node *np, in of_property_read_u16_array()
527 static inline int of_property_read_u32_array(const struct device_node *np, in of_property_read_u32_array()
534 static inline int of_property_read_u64_array(const struct device_node *np, in of_property_read_u64_array()
541 static inline int of_property_read_string(struct device_node *np, in of_property_read_string()
548 static inline int of_property_read_string_helper(struct device_node *np, in of_property_read_string_helper()
568 static inline int of_property_read_u64(const struct device_node *np, in of_property_read_u64()
574 static inline int of_property_match_string(struct device_node *np, in of_property_match_string()
581 static inline struct device_node *of_parse_phandle(const struct device_node *np, in of_parse_phandle()
588 static inline int of_parse_phandle_with_args(struct device_node *np, in of_parse_phandle_with_args()
597 static inline int of_parse_phandle_with_fixed_args(const struct device_node *np, in of_parse_phandle_with_fixed_args()
604 static inline int of_count_phandle_with_args(struct device_node *np, in of_count_phandle_with_args()
611 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id()
706 static inline int of_property_count_u8_elems(const struct device_node *np, in of_property_count_u8_elems()
723 static inline int of_property_count_u16_elems(const struct device_node *np, in of_property_count_u16_elems()
740 static inline int of_property_count_u32_elems(const struct device_node *np, in of_property_count_u32_elems()
757 static inline int of_property_count_u64_elems(const struct device_node *np, in of_property_count_u64_elems()
776 static inline int of_property_read_string_array(struct device_node *np, in of_property_read_string_array()
795 static inline int of_property_count_strings(struct device_node *np, in of_property_count_strings()
819 static inline int of_property_read_string_index(struct device_node *np, in of_property_read_string_index()
835 static inline bool of_property_read_bool(const struct device_node *np, in of_property_read_bool()
843 static inline int of_property_read_u8(const struct device_node *np, in of_property_read_u8()
850 static inline int of_property_read_u16(const struct device_node *np, in of_property_read_u16()
857 static inline int of_property_read_u32(const struct device_node *np, in of_property_read_u32()
864 static inline int of_property_read_s32(const struct device_node *np, in of_property_read_s32()
871 #define of_property_for_each_u32(np, propname, prop, p, u) \ argument
877 #define of_property_for_each_string(np, propname, prop, s) \ argument
910 static inline int of_get_child_count(const struct device_node *np) in of_get_child_count()
921 static inline int of_get_available_child_count(const struct device_node *np) in of_get_available_child_count()
971 struct device_node *np; member
1012 struct device_node *np) in of_changeset_attach_node()
1018 struct device_node *np) in of_changeset_detach_node()
1024 struct device_node *np, struct property *prop) in of_changeset_add_property()
1030 struct device_node *np, struct property *prop) in of_changeset_remove_property()
1036 struct device_node *np, struct property *prop) in of_changeset_update_property()
1070 static inline bool of_device_is_system_power_controller(const struct device_node *np) in of_device_is_system_power_controller()