Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) /* A unified ethernet device probe.  This is the easiest way to have every
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3)  * ethernet adaptor have the name "eth[0123...]".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4)  */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) struct net_device *hp100_probe(int unit);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) struct net_device *ultra_probe(int unit);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) struct net_device *wd_probe(int unit);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) struct net_device *ne_probe(int unit);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) struct net_device *fmv18x_probe(int unit);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) struct net_device *i82596_probe(int unit);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) struct net_device *ni65_probe(int unit);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) struct net_device *sonic_probe(int unit);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) struct net_device *smc_init(int unit);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) struct net_device *atarilance_probe(int unit);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) struct net_device *sun3lance_probe(int unit);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) struct net_device *sun3_82586_probe(int unit);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) struct net_device *apne_probe(int unit);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) struct net_device *cs89x0_probe(int unit);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) struct net_device *mvme147lance_probe(int unit);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) struct net_device *tc515_probe(int unit);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) struct net_device *lance_probe(int unit);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) struct net_device *cops_probe(int unit);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) struct net_device *ltpc_probe(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) /* Fibre Channel adapters */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) int iph5526_probe(struct net_device *dev);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) /* SBNI adapters */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) int sbni_probe(int unit);