Searched defs:s626_attach (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/comedi/drivers/
H A Ds626.c126 static int s626_attach(struct comedi_device *dev, struct comedi_devconfig *it);
132 .attach = s626_attach,
544 static int s626_attach(struct comedi_device *dev, struct comedi_devconfig *it) function
582 printk(KERN_ERR "s626_attach: Board not present!!!\n");
588 printk(KERN_ERR "s626_attach: comedi_pci_enable fails\n");
597 printk(KERN_ERR "s626_attach: IOREMAP failed\n");
609 DEBUG("s626_attach: DMA ALLOCATION\n");
618 printk(KERN_ERR "s626_attach: DMA Memory mapping error\n");
625 ("s626_attach: AllocDMAB ADC Logical=%p, bsize=%d, Physical=0x%x\n",
635 printk(KERN_ERR "s626_attach
[all...]

Completed in 13 milliseconds