Searched refs:smc91x (Results 1 – 8 of 8) sorted by relevance
79 struct platform_device *smc91x; member364 d->smc91x = platform_device_register_full(&smc91x_devinfo); in neponset_probe()386 if (!IS_ERR(d->smc91x)) in neponset_remove()387 platform_device_unregister(d->smc91x); in neponset_remove()
7 obj-$(CONFIG_SMC91X) += smc91x.o
51 The module will be called smc91x. If you want to compile it as a
27 u16 smc91x[8]; member
67 option in the network device section; the module will be called smc91x.
629 header-test- += linux/smc91x.h
2972 D: unified SMC 91C9x/91C11x ethernet driver (smc91x)
14947 F: drivers/net/ethernet/smsc/smc91x.*