Home
last modified time | relevance | path

Searched refs:ldc_alloc (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/sparc/include/asm/
Dldc.h54 extern struct ldc_channel *ldc_alloc(unsigned long id,
/linux-2.6.39/arch/sparc/kernel/
Dviohs.c717 lp = ldc_alloc(vio->vdev->channel_id, &cfg, event_arg); in vio_ldc_alloc()
Dldc.c1080 struct ldc_channel *ldc_alloc(unsigned long id, in ldc_alloc() function
1206 EXPORT_SYMBOL(ldc_alloc);
Dds.c1182 lp = ldc_alloc(vdev->channel_id, &ds_cfg, dp); in ds_probe()