Lines Matching defs:np
75 struct device_node *np; member
259 static inline const char *of_node_full_name(const struct device_node *np) in of_node_full_name()
434 static inline int of_property_read_u8_array(const struct device_node *np, in of_property_read_u8_array()
464 static inline int of_property_read_u16_array(const struct device_node *np, in of_property_read_u16_array()
492 static inline int of_property_read_u32_array(const struct device_node *np, in of_property_read_u32_array()
520 static inline int of_property_read_u64_array(const struct device_node *np, in of_property_read_u64_array()
575 static inline bool of_node_name_eq(const struct device_node *np, const char *name) in of_node_name_eq()
580 static inline bool of_node_name_prefix(const struct device_node *np, const char *prefix) in of_node_name_prefix()
585 static inline const char* of_node_full_name(const struct device_node *np) in of_node_full_name()
691 static inline struct property *of_find_property(const struct device_node *np, in of_find_property()
706 static inline int of_property_count_elems_of_size(const struct device_node *np, in of_property_count_elems_of_size()
712 static inline int of_property_read_u8_array(const struct device_node *np, in of_property_read_u8_array()
718 static inline int of_property_read_u16_array(const struct device_node *np, in of_property_read_u16_array()
724 static inline int of_property_read_u32_array(const struct device_node *np, in of_property_read_u32_array()
731 static inline int of_property_read_u64_array(const struct device_node *np, in of_property_read_u64_array()
738 static inline int of_property_read_u32_index(const struct device_node *np, in of_property_read_u32_index()
744 static inline int of_property_read_u64_index(const struct device_node *np, in of_property_read_u64_index()
768 static inline int of_n_addr_cells(struct device_node *np) in of_n_addr_cells()
773 static inline int of_n_size_cells(struct device_node *np) in of_n_size_cells()
778 static inline int of_property_read_variable_u8_array(const struct device_node *np, in of_property_read_variable_u8_array()
785 static inline int of_property_read_variable_u16_array(const struct device_node *np, in of_property_read_variable_u16_array()
792 static inline int of_property_read_variable_u32_array(const struct device_node *np, in of_property_read_variable_u32_array()
801 static inline int of_property_read_u64(const struct device_node *np, in of_property_read_u64()
807 static inline int of_property_read_variable_u64_array(const struct device_node *np, in of_property_read_variable_u64_array()
816 static inline int of_property_read_string(const struct device_node *np, in of_property_read_string()
823 static inline int of_property_match_string(const struct device_node *np, in of_property_match_string()
830 static inline int of_property_read_string_helper(const struct device_node *np, in of_property_read_string_helper()
837 static inline struct device_node *of_parse_phandle(const struct device_node *np, in of_parse_phandle()
844 static inline int of_parse_phandle_with_args(const struct device_node *np, in of_parse_phandle_with_args()
853 static inline int of_parse_phandle_with_args_map(const struct device_node *np, in of_parse_phandle_with_args_map()
862 static inline int of_parse_phandle_with_fixed_args(const struct device_node *np, in of_parse_phandle_with_fixed_args()
869 static inline int of_count_phandle_with_args(struct device_node *np, in of_count_phandle_with_args()
877 const struct device_node *np, in of_phandle_iterator_init()
897 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id()
968 static inline int of_cpu_node_to_id(struct device_node *np) in of_cpu_node_to_id()
973 static inline int of_map_rid(struct device_node *np, u32 rid, in of_map_rid()
1022 static inline const char *of_node_get_device_type(const struct device_node *np) in of_node_get_device_type()
1027 static inline bool of_node_is_type(const struct device_node *np, const char *type) in of_node_is_type()
1045 static inline int of_property_count_u8_elems(const struct device_node *np, in of_property_count_u8_elems()
1062 static inline int of_property_count_u16_elems(const struct device_node *np, in of_property_count_u16_elems()
1079 static inline int of_property_count_u32_elems(const struct device_node *np, in of_property_count_u32_elems()
1096 static inline int of_property_count_u64_elems(const struct device_node *np, in of_property_count_u64_elems()
1115 static inline int of_property_read_string_array(const struct device_node *np, in of_property_read_string_array()
1134 static inline int of_property_count_strings(const struct device_node *np, in of_property_count_strings()
1158 static inline int of_property_read_string_index(const struct device_node *np, in of_property_read_string_index()
1174 static inline bool of_property_read_bool(const struct device_node *np, in of_property_read_bool()
1182 static inline int of_property_read_u8(const struct device_node *np, in of_property_read_u8()
1189 static inline int of_property_read_u16(const struct device_node *np, in of_property_read_u16()
1196 static inline int of_property_read_u32(const struct device_node *np, in of_property_read_u32()
1203 static inline int of_property_read_s32(const struct device_node *np, in of_property_read_s32()
1210 #define of_for_each_phandle(it, err, np, ln, cn, cc) \ argument
1216 #define of_property_for_each_u32(np, propname, prop, p, u) \ argument
1222 #define of_property_for_each_string(np, propname, prop, s) \ argument
1259 static inline int of_get_child_count(const struct device_node *np) in of_get_child_count()
1270 static inline int of_get_available_child_count(const struct device_node *np) in of_get_available_child_count()
1323 struct device_node *np; member
1364 struct device_node *np) in of_changeset_attach_node()
1370 struct device_node *np) in of_changeset_detach_node()
1376 struct device_node *np, struct property *prop) in of_changeset_add_property()
1382 struct device_node *np, struct property *prop) in of_changeset_remove_property()
1388 struct device_node *np, struct property *prop) in of_changeset_update_property()
1419 static inline bool of_device_is_system_power_controller(const struct device_node *np) in of_device_is_system_power_controller()