Searched refs:mdesc_handle (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | mdesc.h | 9 struct mdesc_handle; 16 struct mdesc_handle *mdesc_grab(void); 17 void mdesc_release(struct mdesc_handle *); 22 u64 mdesc_node_by_name(struct mdesc_handle *handle, 39 const void *mdesc_get_property(struct mdesc_handle *handle, 41 const char *mdesc_node_name(struct mdesc_handle *hp, u64 node); 55 u64 mdesc_next_arc(struct mdesc_handle *handle, u64 from, 62 u64 mdesc_arc_target(struct mdesc_handle *hp, u64 arc); 67 void (*add)(struct mdesc_handle *handle, u64 node, 69 void (*remove)(struct mdesc_handle *handle, u64 node, [all …]
|
A D | vio.h | 510 u64 vio_vdev_node(struct mdesc_handle *hp, struct vio_dev *vdev);
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | mdesc.c | 72 struct mdesc_handle { struct 165 struct mdesc_handle *hp; in mdesc_memblock_alloc() 204 struct mdesc_handle *hp; in mdesc_kmalloc() 217 hp = (struct mdesc_handle *) addr; in mdesc_kmalloc() 259 struct mdesc_handle *hp; in mdesc_grab() 422 struct mdesc_handle *a, in invoke_on_missing() 423 struct mdesc_handle *b, in invoke_on_missing() 491 struct mdesc_handle *new_hp) in mdesc_notify_clients() 504 struct mdesc_handle *hp, *orig_hp; in mdesc_update() 1232 struct mdesc_handle *hp; in mdesc_fill_in_cpu_data() [all …]
|
A D | vio.c | 205 static const u64 *vio_cfg_handle(struct mdesc_handle *hp, u64 node) in vio_cfg_handle() 236 u64 vio_vdev_node(struct mdesc_handle *hp, struct vio_dev *vdev) in vio_vdev_node() 250 static void vio_fill_channel_info(struct mdesc_handle *hp, u64 mp, in vio_fill_channel_info() 290 static struct vio_dev *vio_create_one(struct mdesc_handle *hp, u64 mp, in vio_create_one() 411 static void vio_add(struct mdesc_handle *hp, u64 node, in vio_add() 418 struct mdesc_handle *hp; 438 static void vio_remove(struct mdesc_handle *hp, u64 node, const char *node_name) in vio_remove() 469 static void vio_add_ds(struct mdesc_handle *hp, u64 node, in vio_add_ds() 502 struct mdesc_handle *hp; in vio_init()
|
A D | adi_64.c | 40 struct mdesc_handle *hp = mdesc_grab(); in mdesc_adi_init()
|
A D | setup_64.c | 484 struct mdesc_handle *hp; in mdesc_cpu_hwcap_list()
|
A D | ds.c | 1166 struct mdesc_handle *hp; in ds_probe()
|
A D | ldc.c | 2389 struct mdesc_handle *hp; in ldc_init()
|
/linux-6.3-rc2/drivers/watchdog/ |
A D | sun4v_wdt.c | 94 struct mdesc_handle *handle; in sun4v_wdt_init()
|
/linux-6.3-rc2/arch/sparc/mm/ |
A D | init_64.c | 1110 static int scan_pio_for_cfg_handle(struct mdesc_handle *md, u64 pio, in scan_pio_for_cfg_handle() 1127 static int scan_arcs_for_cfg_handle(struct mdesc_handle *md, u64 grp, in scan_arcs_for_cfg_handle() 1160 struct mdesc_handle *md; in of_node_to_nid() 1224 static int __init grab_mlgroups(struct mdesc_handle *md) in grab_mlgroups() 1265 static int __init grab_mblocks(struct mdesc_handle *md) in grab_mblocks() 1311 static void __init numa_parse_mdesc_group_cpus(struct mdesc_handle *md, in numa_parse_mdesc_group_cpus() 1367 static void __init find_numa_latencies_for_group(struct mdesc_handle *md, in find_numa_latencies_for_group() 1386 static int __init numa_attach_mlgroup(struct mdesc_handle *md, u64 grp, in numa_attach_mlgroup() 1424 static int __init numa_parse_mdesc_group(struct mdesc_handle *md, u64 grp, in numa_parse_mdesc_group() 1448 struct mdesc_handle *md = mdesc_grab(); in numa_parse_mdesc()
|
/linux-6.3-rc2/drivers/net/ethernet/sun/ |
A D | ldmvsw.c | 167 static struct vnet *vsw_get_vnet(struct mdesc_handle *hp, in vsw_get_vnet() 278 struct mdesc_handle *hp; in vsw_port_probe()
|
A D | sunvnet.c | 385 static struct vnet *vnet_find_parent(struct mdesc_handle *hp, in vnet_find_parent() 427 struct mdesc_handle *hp; in vnet_port_probe()
|
/linux-6.3-rc2/drivers/crypto/ |
A D | n2_core.c | 1679 static int spu_mdesc_walk_arcs(struct mdesc_handle *mdesc, in spu_mdesc_walk_arcs() 1707 struct platform_device *dev, struct mdesc_handle *mdesc, in handle_exec_unit() 1738 static int spu_mdesc_scan(struct mdesc_handle *mdesc, struct platform_device *dev, in spu_mdesc_scan() 1764 static int get_irq_props(struct mdesc_handle *mdesc, u64 node, in get_irq_props() 1793 static int grab_mdesc_irq_props(struct mdesc_handle *mdesc, in grab_mdesc_irq_props() 1943 struct mdesc_handle *mdesc; in n2_crypto_probe() 2050 struct mdesc_handle *mdesc; in n2_mau_probe()
|
/linux-6.3-rc2/drivers/tty/ |
A D | vcc.c | 562 struct mdesc_handle *hp; in vcc_probe()
|
/linux-6.3-rc2/drivers/sbus/char/ |
A D | oradax.c | 240 struct mdesc_handle *hp = mdesc_grab(); in dax_attach()
|
/linux-6.3-rc2/drivers/block/ |
A D | sunvdc.c | 967 struct mdesc_handle *hp; in vdc_port_probe()
|
Completed in 35 milliseconds