Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dldc.h59 void *event_arg,
Dvio.h504 struct ldc_channel_config *base_cfg, void *event_arg);
/arch/sparc/kernel/
Dldc.c142 void *event_arg; member
782 lp->cfg.event(lp->event_arg, LDC_EVENT_RESET); in send_events()
784 lp->cfg.event(lp->event_arg, LDC_EVENT_UP); in send_events()
786 lp->cfg.event(lp->event_arg, LDC_EVENT_DATA_READY); in send_events()
1121 void *event_arg, in ldc_alloc() argument
1160 if (!cfgp->event || !event_arg || !cfgp->rx_irq || !cfgp->tx_irq) in ldc_alloc()
1203 lp->event_arg = event_arg; in ldc_alloc()
Dviohs.c738 void *event_arg) in vio_ldc_alloc() argument
746 lp = ldc_alloc(vio->vdev->channel_id, &cfg, event_arg, vio->name); in vio_ldc_alloc()