Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dldc.h56 void *event_arg,
Dvio.h484 struct ldc_channel_config *base_cfg, void *event_arg);
/arch/sparc/kernel/
Dldc.c142 void *event_arg; member
788 lp->cfg.event(lp->event_arg, LDC_EVENT_RESET); in send_events()
790 lp->cfg.event(lp->event_arg, LDC_EVENT_UP); in send_events()
792 lp->cfg.event(lp->event_arg, LDC_EVENT_DATA_READY); in send_events()
1115 void *event_arg, in ldc_alloc() argument
1154 if (!cfgp->event || !event_arg || !cfgp->rx_irq || !cfgp->tx_irq) in ldc_alloc()
1197 lp->event_arg = event_arg; in ldc_alloc()
Dviohs.c719 void *event_arg) in vio_ldc_alloc() argument
727 lp = ldc_alloc(vio->vdev->channel_id, &cfg, event_arg, vio->name); in vio_ldc_alloc()