Home
last modified time | relevance | path

Searched refs:hwgraph_fastinfo_set (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/arch/ia64/sn/io/hwgdfs/
Dhcl.c250 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/
Dhcl.c248 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/
Dhcl.h79 extern void hwgraph_fastinfo_set(vertex_hdl_t, arbitrary_info_t );
/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dxtalk.c732 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()
Dpciio.c695 hwgraph_fastinfo_set(pciio, (arbitrary_info_t) pciio_info); in pciio_info_set()
Dklgraph.c920 hwgraph_fastinfo_set(module_vhdl, (arbitrary_info_t) modules[cm]); in klhwg_add_all_modules()
Dxbow.c86 #define xbow_soft_set(v,i) hwgraph_fastinfo_set((v), (arbitrary_info_t)(i))
/linux-2.4.37.9/arch/ia64/sn/io/
Dxswitch.c159 hwgraph_fastinfo_set(xwidget, (arbitrary_info_t) xswitch_info); in xswitch_info_set()
/linux-2.4.37.9/include/asm-ia64/sn/pci/
Dpcibr_private.h661 #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/
Dioc4.c172 #define ioc4_soft_set(v,i) hwgraph_fastinfo_set((v), (arbitrary_info_t)(i))
Dsio_ioc4.c1005 hwgraph_fastinfo_set(port_vhdl, (arbitrary_info_t) port); in ioc4_serial_attach()