Searched refs:hwgraph_fastinfo_set (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/arch/ia64/sn/io/hwgdfs/ |
D | hcl.c | 250 hwgraph_fastinfo_set(vertex_hdl_t de, arbitrary_info_t fastinfo) in hwgraph_fastinfo_set() function 372 hwgraph_fastinfo_set(new_devfs_handle, (arbitrary_info_t)info); in hwgraph_mk_dir() 483 hwgraph_fastinfo_set(new_devfs_handle, (arbitrary_info_t)info); in hwgraph_mk_symlink() 912 EXPORT_SYMBOL(hwgraph_fastinfo_set);
|
/linux-2.4.37.9/arch/ia64/sn/io/hwgfs/ |
D | hcl.c | 248 hwgraph_fastinfo_set(vertex_hdl_t de, arbitrary_info_t fastinfo) in hwgraph_fastinfo_set() function 368 hwgraph_fastinfo_set(new_handle, (arbitrary_info_t)info); in hwgraph_mk_dir() 475 hwgraph_fastinfo_set(new_handle, (arbitrary_info_t)info); in hwgraph_mk_symlink() 934 EXPORT_SYMBOL(hwgraph_fastinfo_set);
|
/linux-2.4.37.9/include/asm-ia64/sn/ |
D | hcl.h | 79 extern void hwgraph_fastinfo_set(vertex_hdl_t, arbitrary_info_t );
|
/linux-2.4.37.9/arch/ia64/sn/io/sn2/ |
D | xtalk.c | 732 hwgraph_fastinfo_set(xwidget, (arbitrary_info_t) widget_info); in xwidget_info_set() 808 hwgraph_fastinfo_set(provider, (arbitrary_info_t) xtalk_fns); in xtalk_provider_register() 817 hwgraph_fastinfo_set(provider, (arbitrary_info_t)NULL); in xtalk_provider_unregister()
|
D | pciio.c | 695 hwgraph_fastinfo_set(pciio, (arbitrary_info_t) pciio_info); in pciio_info_set()
|
D | klgraph.c | 920 hwgraph_fastinfo_set(module_vhdl, (arbitrary_info_t) modules[cm]); in klhwg_add_all_modules()
|
D | xbow.c | 86 #define xbow_soft_set(v,i) hwgraph_fastinfo_set((v), (arbitrary_info_t)(i))
|
/linux-2.4.37.9/arch/ia64/sn/io/ |
D | xswitch.c | 159 hwgraph_fastinfo_set(xwidget, (arbitrary_info_t) xswitch_info); in xswitch_info_set()
|
/linux-2.4.37.9/include/asm-ia64/sn/pci/ |
D | pcibr_private.h | 661 #define pcibr_soft_set(v,i) (hwgraph_fastinfo_set((v), (arbitrary_info_t)(i)))
|
/linux-2.4.37.9/arch/ia64/sn/io/sn2/ioc4/ |
D | ioc4.c | 172 #define ioc4_soft_set(v,i) hwgraph_fastinfo_set((v), (arbitrary_info_t)(i))
|
D | sio_ioc4.c | 1005 hwgraph_fastinfo_set(port_vhdl, (arbitrary_info_t) port); in ioc4_serial_attach()
|