Searched refs:atm_dev_register (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/kernel/net/atm/ |
| H A D | resources.c | 78 struct atm_dev *atm_dev_register(const char *type, struct device *parent, in atm_dev_register() function 137 EXPORT_SYMBOL(atm_dev_register);
|
| /OK3568_Linux_fs/kernel/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 | 369 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 | firestream.c | 1905 atm_dev = atm_dev_register("fs", &pci_dev->dev, &ops, -1, NULL); in firestream_init_one()
|
| H A D | zatm.c | 1590 dev = atm_dev_register(DEV_LABEL, &pci_dev->dev, &ops, -1, NULL); in zatm_init_one()
|
| H A D | ambassador.c | 2236 dev->atm_dev = atm_dev_register (DEV_LABEL, &pci_dev->dev, &amb_ops, -1, in amb_probe()
|
| H A D | horizon.c | 2655 dev->atm_dev = atm_dev_register(DEV_LABEL, &pci_dev->dev, &hrz_ops, -1, in hrz_probe()
|
| 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 | 2566 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 | 2456 atm_dev = atm_dev_register(fore200e->bus->proc_name, parent, &fore200e_ops, in fore200e_register()
|
| H A D | nicstar.c | 764 card->atmdev = atm_dev_register("nicstar", &card->pcidev->dev, &atm_ops, in ns_init_card()
|
| H A D | iphase.c | 3181 dev = atm_dev_register(DEV_LABEL, &pdev->dev, &ops, -1, NULL);
|
| H A D | idt77252.c | 3649 dev = atm_dev_register("idt77252", &pcidev->dev, &idt77252_ops, -1, in idt77252_init_one()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | atmdev.h | 218 struct atm_dev *atm_dev_register(const char *type, struct device *parent,
|
| /OK3568_Linux_fs/kernel/drivers/usb/atm/ |
| H A D | usbatm.c | 910 atm_dev = atm_dev_register(instance->driver_name, in usbatm_atm_init()
|