Lines Matching defs:np

72 	struct device_node *np;  member
261 static inline const char *of_node_full_name(const struct device_node *np) in of_node_full_name()
478 static inline bool of_node_name_eq(const struct device_node *np, const char *name) in of_node_name_eq()
483 static inline bool of_node_name_prefix(const struct device_node *np, const char *prefix) in of_node_name_prefix()
488 static inline const char* of_node_full_name(const struct device_node *np) in of_node_full_name()
600 static inline struct property *of_find_property(const struct device_node *np, in of_find_property()
615 static inline int of_property_count_elems_of_size(const struct device_node *np, in of_property_count_elems_of_size()
621 static inline int of_property_read_u32_index(const struct device_node *np, in of_property_read_u32_index()
627 static inline int of_property_read_u64_index(const struct device_node *np, in of_property_read_u64_index()
651 static inline int of_cpu_node_to_id(struct device_node *np) in of_cpu_node_to_id()
667 static inline int of_n_addr_cells(struct device_node *np) in of_n_addr_cells()
672 static inline int of_n_size_cells(struct device_node *np) in of_n_size_cells()
677 static inline int of_property_read_variable_u8_array(const struct device_node *np, in of_property_read_variable_u8_array()
684 static inline int of_property_read_variable_u16_array(const struct device_node *np, in of_property_read_variable_u16_array()
691 static inline int of_property_read_variable_u32_array(const struct device_node *np, in of_property_read_variable_u32_array()
700 static inline int of_property_read_u64(const struct device_node *np, in of_property_read_u64()
706 static inline int of_property_read_variable_u64_array(const struct device_node *np, in of_property_read_variable_u64_array()
715 static inline int of_property_read_string(const struct device_node *np, in of_property_read_string()
722 static inline int of_property_match_string(const struct device_node *np, in of_property_match_string()
729 static inline int of_property_read_string_helper(const struct device_node *np, in of_property_read_string_helper()
736 static inline int __of_parse_phandle_with_args(const struct device_node *np, in __of_parse_phandle_with_args()
746 static inline int of_parse_phandle_with_args_map(const struct device_node *np, in of_parse_phandle_with_args_map()
755 static inline int of_count_phandle_with_args(const struct device_node *np, in of_count_phandle_with_args()
762 static inline ssize_t of_modalias(const struct device_node *np, char *str, in of_modalias()
768 static inline int of_request_module(const struct device_node *np) in of_request_module()
774 const struct device_node *np, in of_phandle_iterator_init()
794 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id()
809 static inline int of_add_property(struct device_node *np, struct property *prop) in of_add_property()
814 static inline int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property()
874 static inline int of_map_id(struct device_node *np, u32 id, in of_map_id()
881 static inline phys_addr_t of_dma_get_max_cpu_address(struct device_node *np) in of_dma_get_max_cpu_address()
936 static inline const char *of_node_get_device_type(const struct device_node *np) in of_node_get_device_type()
941 static inline bool of_node_is_type(const struct device_node *np, const char *type) in of_node_is_type()
958 static inline struct device_node *of_parse_phandle(const struct device_node *np, in of_parse_phandle()
1003 static inline int of_parse_phandle_with_args(const struct device_node *np, in of_parse_phandle_with_args()
1049 static inline int of_parse_phandle_with_fixed_args(const struct device_node *np, in of_parse_phandle_with_fixed_args()
1074 static inline int of_parse_phandle_with_optional_args(const struct device_node *np, in of_parse_phandle_with_optional_args()
1113 static inline int of_property_count_u8_elems(const struct device_node *np, in of_property_count_u8_elems()
1132 static inline int of_property_count_u16_elems(const struct device_node *np, in of_property_count_u16_elems()
1151 static inline int of_property_count_u32_elems(const struct device_node *np, in of_property_count_u32_elems()
1170 static inline int of_property_count_u64_elems(const struct device_node *np, in of_property_count_u64_elems()
1189 static inline int of_property_read_string_array(const struct device_node *np, in of_property_read_string_array()
1209 static inline int of_property_count_strings(const struct device_node *np, in of_property_count_strings()
1234 static inline int of_property_read_string_index(const struct device_node *np, in of_property_read_string_index()
1252 static inline bool of_property_read_bool(const struct device_node *np, in of_property_read_bool()
1269 static inline bool of_property_present(const struct device_node *np, const char *propname) in of_property_present()
1294 static inline int of_property_read_u8_array(const struct device_node *np, in of_property_read_u8_array()
1326 static inline int of_property_read_u16_array(const struct device_node *np, in of_property_read_u16_array()
1356 static inline int of_property_read_u32_array(const struct device_node *np, in of_property_read_u32_array()
1386 static inline int of_property_read_u64_array(const struct device_node *np, in of_property_read_u64_array()
1398 static inline int of_property_read_u8(const struct device_node *np, in of_property_read_u8()
1405 static inline int of_property_read_u16(const struct device_node *np, in of_property_read_u16()
1412 static inline int of_property_read_u32(const struct device_node *np, in of_property_read_u32()
1419 static inline int of_property_read_s32(const struct device_node *np, in of_property_read_s32()
1426 #define of_for_each_phandle(it, err, np, ln, cn, cc) \ argument
1432 #define of_property_for_each_u32(np, propname, u) \ argument
1439 #define of_property_for_each_string(np, propname, prop, s) \ argument
1492 static inline int of_get_child_count(const struct device_node *np) in of_get_child_count()
1503 static inline int of_get_available_child_count(const struct device_node *np) in of_get_available_child_count()
1560 struct device_node *np; member
1603 struct device_node *np) in of_changeset_attach_node()
1609 struct device_node *np) in of_changeset_detach_node()
1615 struct device_node *np, struct property *prop) in of_changeset_add_property()
1621 struct device_node *np, struct property *prop) in of_changeset_remove_property()
1627 struct device_node *np, struct property *prop) in of_changeset_update_property()
1647 struct device_node *np, in of_changeset_add_prop_u32()
1684 static inline bool of_device_is_system_power_controller(const struct device_node *np) in of_device_is_system_power_controller()