Lines Matching defs:atm_dev
1223 static int fs_ioctl(struct atm_dev *dev,unsigned int cmd,void __user *arg)
1249 static void fs_phy_put(struct atm_dev *dev,unsigned char value,
1257 static unsigned char fs_phy_get(struct atm_dev *dev,unsigned long addr)
1771 dev->atm_dev->ci_range.vpi_bits = 12;
1772 dev->atm_dev->ci_range.vci_bits = 16;
1780 dev->atm_dev->ci_range.vpi_bits = FS155_VPI_BITS;
1781 dev->atm_dev->ci_range.vci_bits = FS155_VCI_BITS;
1882 dev->atm_dev->dev_data = dev;
1894 struct atm_dev *atm_dev;
1905 atm_dev = atm_dev_register("fs", &pci_dev->dev, &ops, -1, NULL);
1906 if (!atm_dev)
1910 fs_dev->atm_dev = atm_dev;
1921 atm_dev_deregister(atm_dev);
1996 atm_dev_deregister(dev->atm_dev);