Searched refs:np (Results 1 – 11 of 11) sorted by relevance
| /include/dm/ |
| A D | of_access.h | 38 static inline void of_node_put(const struct device_node *np) { } in of_node_put() argument 49 int of_n_addr_cells(const struct device_node *np); 60 int of_n_size_cells(const struct device_node *np); 70 int of_simple_addr_cells(const struct device_node *np); 80 int of_simple_size_cells(const struct device_node *np); 90 struct property *of_find_property(const struct device_node *np, 187 bool of_device_is_available(const struct device_node *np); 470 const struct device_node *np, 515 const struct device_node *np, 538 const struct device_node *np, [all …]
|
| A D | of_addr.h | 27 u64 of_translate_address(const struct device_node *np, const __be32 *in_addr); 45 u64 of_translate_dma_address(const struct device_node *np, const __be32 *in_addr); 59 int of_get_dma_range(const struct device_node *np, phys_addr_t *cpu, 75 const __be32 *of_get_address(const struct device_node *np, int index, 93 int of_address_to_resource(const struct device_node *np, int index,
|
| A D | of.h | 92 struct device_node *np; member 111 static inline const char *of_node_full_name(const struct device_node *np) in of_node_full_name() argument 113 return np ? np->full_name : "<no-node>"; in of_node_full_name()
|
| A D | ofnode_decl.h | 52 struct device_node *np; member 109 struct device_node *np; member
|
| A D | ofnode.h | 122 node.np = NULL; in noffset_to_ofnode() 166 return node.np; in ofnode_to_np() 178 return node.np != NULL; in ofnode_valid() 210 node.np = NULL; in offset_to_ofnode() 227 node.np = np; in np_to_ofnode() 279 return tree.np; in oftree_valid() 295 tree.np = NULL; in oftree_null() 313 node.np = NULL; in ofnode_null() 325 node.np = gd_of_root(); in ofnode_root() 356 tree.np = gd_of_root(); in oftree_default() [all …]
|
| /include/linux/mfd/syscon/ |
| A D | atmel-smc.h | 117 atmel_hsmc_get_reg_layout(ofnode np);
|
| /include/linux/mtd/ |
| A D | spinand.h | 477 const struct device_node *np) in spinand_set_of_node() argument 479 nanddev_set_of_node(&spinand->base, np); in spinand_set_of_node()
|
| A D | nand.h | 404 const struct device_node *np) in nanddev_set_of_node() argument 406 mtd_set_of_node(nand->mtd, np); in nanddev_set_of_node()
|
| A D | spi-nor.h | 623 const struct device_node *np) in spi_nor_set_flash_node() argument 625 mtd_set_of_node(&nor->mtd, np); in spi_nor_set_flash_node()
|
| A D | mtd.h | 350 const struct device_node *np) in mtd_set_of_node() argument
|
| /include/ |
| A D | command.h | 128 int cmd_auto_complete(const char *const prompt, char *buf, int *np, 132 int *np, int *colp) in cmd_auto_complete() argument
|
Completed in 24 milliseconds