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