Searched refs:atm_dev_register (Results 1 - 17 of 17) sorted by relevance

/linux-4.4.14/drivers/atm/
H A Dadummy.c157 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 Datmtcp.c368 dev = atm_dev_register(DEV_LABEL,NULL,&atmtcp_v_dev_ops,itf,NULL); atmtcp_create()
H A Dsolos-pci.c1370 card->atmdev[i] = atm_dev_register("solos-pci", parent, &fpga_ops, -1, NULL); atm_init()
H A Dzatm.c1600 dev = atm_dev_register(DEV_LABEL, &pci_dev->dev, &ops, -1, NULL); zatm_init_one()
H A Deni.c2258 dev = atm_dev_register(DEV_LABEL, &pci_dev->dev, &ops, -1, NULL); eni_init_one()
H A Dfirestream.c1914 atm_dev = atm_dev_register("fs", &pci_dev->dev, &ops, -1, NULL); firestream_init_one()
H A Dambassador.c2251 dev->atm_dev = atm_dev_register (DEV_LABEL, &pci_dev->dev, &amb_ops, -1, amb_probe()
H A Dfore200e.c2562 atm_dev = atm_dev_register(fore200e->bus->proc_name, parent, &fore200e_ops, fore200e_register()
H A Dhe.c368 atm_dev = atm_dev_register(DEV_LABEL, &pci_dev->dev, &he_ops, -1, NULL); he_init_one()
H A Dhorizon.c2709 dev->atm_dev = atm_dev_register(DEV_LABEL, &pci_dev->dev, &hrz_ops, -1, hrz_probe()
H A Didt77252.c3659 dev = atm_dev_register("idt77252", &pcidev->dev, &idt77252_ops, -1, idt77252_init_one()
H A Diphase.c3194 dev = atm_dev_register(DEV_LABEL, &pdev->dev, &ops, -1, NULL); ia_init_one()
H A Dlanai.c2570 atmdev = atm_dev_register(DEV_LABEL, &pci->dev, &ops, -1, NULL); lanai_init_one()
H A Dnicstar.c764 card->atmdev = atm_dev_register("nicstar", &card->pcidev->dev, &atm_ops, ns_init_card()
/linux-4.4.14/net/atm/
H A Dresources.c77 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 Datmdev.h224 struct atm_dev *atm_dev_register(const char *type, struct device *parent,
/linux-4.4.14/drivers/usb/atm/
H A Dusbatm.c924 atm_dev = atm_dev_register(instance->driver_name, usbatm_atm_init()

Completed in 360 milliseconds