Searched refs:device_node (Results 1 – 11 of 11) sorted by relevance
| /dpdk/drivers/common/dpaax/ |
| H A D | dpaa_of.h | 67 struct device_node { struct 76 struct device_node node; /**< Property of node */ argument 107 const struct device_node *of_find_compatible_node( 108 const struct device_node *from, 125 const struct device_node *of_find_node_by_phandle(uint64_t ph); 128 const struct device_node *of_get_parent(const struct device_node *dev_node); 131 const struct device_node *of_get_next_child(const struct device_node *dev_node, 132 const struct device_node *prev); 135 const void *of_get_mac_address(const struct device_node *np); 142 uint32_t of_n_addr_cells(const struct device_node *dev_node); [all …]
|
| H A D | dpaa_of.c | 86 node2dir(const struct device_node *n) in node2dir() 300 const struct device_node * 360 const struct device_node * 373 const struct device_node * 374 of_get_parent(const struct device_node *dev_node) in of_get_parent() 388 const struct device_node * 389 of_get_next_child(const struct device_node *dev_node, in of_get_next_child() 390 const struct device_node *prev) in of_get_next_child() 418 of_n_addr_cells(const struct device_node *dev_node) in of_n_addr_cells() 440 of_n_size_cells(const struct device_node *dev_node) in of_n_size_cells() [all …]
|
| /dpdk/drivers/bus/dpaa/base/fman/ |
| H A D | fman.c | 57 fman_get_ip_rev(const struct device_node *fman_node) in fman_get_ip_rev() 152 const struct device_node *dev; in fman_if_vsp_init() 204 fman_if_init(const struct device_node *dpa_node) in fman_if_init() 215 const struct device_node *parent_node_ext_args; in fman_if_init() 223 const struct device_node *mac_node = NULL, *tx_node, *ext_args_node; in fman_if_init() 224 const struct device_node *pool_node, *fman_node, *rx_node; in fman_if_init() 670 const struct device_node *dpa_node, *parent_node; in fman_init()
|
| /dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | bman_driver.c | 146 int bman_init_ccsr(const struct device_node *node) in bman_init_ccsr() 184 const struct device_node *dt_node; in bman_global_init() 223 const struct device_node *dn = of_find_compatible_node(NULL, in bman_global_init()
|
| H A D | bman_priv.h | 77 int bman_init_ccsr(const struct device_node *node);
|
| H A D | qman_priv.h | 103 struct device_node *node;
|
| H A D | qman_driver.c | 249 const struct device_node *dt_node; in qman_global_init()
|
| /dpdk/drivers/net/pfe/ |
| H A D | pfe_ethdev.c | 832 __rte_unused const struct device_node *parent, in pfe_get_gemac_if_proprties() 836 const struct device_node *gem = NULL; in pfe_get_gemac_if_proprties() 935 const struct device_node *np; in pmd_pfe_probe()
|
| /dpdk/drivers/bus/dpaa/ |
| H A D | dpaa_bus.c | 128 const struct device_node *caam_node; in dpaa_sec_available()
|
| /dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr.c | 2426 const struct device_node *caam_node; in cryptodev_caam_jr_probe()
|
| /dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.c | 3798 const struct device_node *caam_node; in cryptodev_dpaa_sec_probe()
|