Searched refs:atm_dev_register (Results 1 – 17 of 17) sorted by relevance
| /linux-4.4.14/net/atm/ |
| D | resources.c | 77 struct atm_dev *atm_dev_register(const char *type, struct device *parent, in atm_dev_register() function 136 EXPORT_SYMBOL(atm_dev_register);
|
| /linux-4.4.14/drivers/atm/ |
| D | adummy.c | 157 atm_dev = atm_dev_register(DEV_LABEL, NULL, &adummy_ops, -1, NULL); in adummy_init()
|
| D | atmtcp.c | 368 dev = atm_dev_register(DEV_LABEL,NULL,&atmtcp_v_dev_ops,itf,NULL); in atmtcp_create()
|
| D | firestream.c | 1914 atm_dev = atm_dev_register("fs", &pci_dev->dev, &ops, -1, NULL); in firestream_init_one()
|
| D | solos-pci.c | 1370 card->atmdev[i] = atm_dev_register("solos-pci", parent, &fpga_ops, -1, NULL); in atm_init()
|
| D | zatm.c | 1600 dev = atm_dev_register(DEV_LABEL, &pci_dev->dev, &ops, -1, NULL); in zatm_init_one()
|
| D | ambassador.c | 2251 dev->atm_dev = atm_dev_register (DEV_LABEL, &pci_dev->dev, &amb_ops, -1, in amb_probe()
|
| D | horizon.c | 2709 dev->atm_dev = atm_dev_register(DEV_LABEL, &pci_dev->dev, &hrz_ops, -1, in hrz_probe()
|
| D | eni.c | 2258 dev = atm_dev_register(DEV_LABEL, &pci_dev->dev, &ops, -1, NULL); in eni_init_one()
|
| D | lanai.c | 2570 atmdev = atm_dev_register(DEV_LABEL, &pci->dev, &ops, -1, NULL); in lanai_init_one()
|
| D | he.c | 368 atm_dev = atm_dev_register(DEV_LABEL, &pci_dev->dev, &he_ops, -1, NULL); in he_init_one()
|
| D | fore200e.c | 2562 atm_dev = atm_dev_register(fore200e->bus->proc_name, parent, &fore200e_ops, in fore200e_register()
|
| D | nicstar.c | 764 card->atmdev = atm_dev_register("nicstar", &card->pcidev->dev, &atm_ops, in ns_init_card()
|
| D | idt77252.c | 3659 dev = atm_dev_register("idt77252", &pcidev->dev, &idt77252_ops, -1, in idt77252_init_one()
|
| D | iphase.c | 3194 dev = atm_dev_register(DEV_LABEL, &pdev->dev, &ops, -1, NULL);
|
| /linux-4.4.14/include/linux/ |
| D | atmdev.h | 224 struct atm_dev *atm_dev_register(const char *type, struct device *parent,
|
| /linux-4.4.14/drivers/usb/atm/ |
| D | usbatm.c | 924 atm_dev = atm_dev_register(instance->driver_name, in usbatm_atm_init()
|