Searched refs:atm_dev_register (Results 1 – 13 of 13) sorted by relevance
| /linux/net/atm/ |
| H A D | resources.c | 76 struct atm_dev *atm_dev_register(const char *type, struct device *parent, in atm_dev_register() function 137 EXPORT_SYMBOL(atm_dev_register);
|
| /linux/drivers/atm/ |
| H A D | adummy.c | 158 atm_dev = atm_dev_register(DEV_LABEL, NULL, &adummy_ops, -1, NULL); in adummy_init()
|
| H A D | atmtcp.c | 382 dev = atm_dev_register(DEV_LABEL,NULL,&atmtcp_v_dev_ops,itf,NULL); in atmtcp_create()
|
| H A D | solos-pci.c | 1363 card->atmdev[i] = atm_dev_register("solos-pci", parent, &fpga_ops, -1, NULL); in atm_init()
|
| H A D | eni.c | 2242 dev = atm_dev_register(DEV_LABEL, &pci_dev->dev, &ops, -1, NULL); in eni_init_one()
|
| H A D | lanai.c | 2565 atmdev = atm_dev_register(DEV_LABEL, &pci->dev, &ops, -1, NULL); in lanai_init_one()
|
| H A D | he.c | 368 atm_dev = atm_dev_register(DEV_LABEL, &pci_dev->dev, &he_ops, -1, NULL); in he_init_one()
|
| H A D | fore200e.c | 2453 atm_dev = atm_dev_register(fore200e->bus->proc_name, parent, &fore200e_ops, in fore200e_register()
|
| H A D | nicstar.c | 767 card->atmdev = atm_dev_register("nicstar", &card->pcidev->dev, &atm_ops, in ns_init_card()
|
| H A D | iphase.c | 3185 dev = atm_dev_register(DEV_LABEL, &pdev->dev, &ops, -1, NULL);
|
| H A D | idt77252.c | 3662 dev = atm_dev_register("idt77252", &pcidev->dev, &idt77252_ops, -1, in idt77252_init_one()
|
| /linux/include/linux/ |
| H A D | atmdev.h | 220 struct atm_dev *atm_dev_register(const char *type, struct device *parent,
|
| /linux/drivers/usb/atm/ |
| H A D | usbatm.c | 910 atm_dev = atm_dev_register(instance->driver_name, in usbatm_atm_init()
|