Home
last modified time | relevance | path

Searched refs:ep93xx_eth_data (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-ep93xx/
H A Dcore.c290 static struct ep93xx_eth_data ep93xx_eth_data; variable
303 .platform_data = &ep93xx_eth_data,
317 void __init ep93xx_register_eth(struct ep93xx_eth_data *data, int copy_addr) in ep93xx_register_eth()
322 ep93xx_eth_data = *data; in ep93xx_register_eth()
H A Dadssphere.c21 static struct ep93xx_eth_data __initdata adssphere_eth_data = {
H A Dgesbc9312.c21 static struct ep93xx_eth_data __initdata gesbc9312_eth_data = {
H A Dplatform.h25 void ep93xx_register_eth(struct ep93xx_eth_data *data, int copy_addr);
H A Dmicro9.c62 static struct ep93xx_eth_data __initdata micro9_eth_data = {
H A Dsimone.c33 static struct ep93xx_eth_data __initdata simone_eth_data = {
H A Dsnappercl15.c117 static struct ep93xx_eth_data __initdata snappercl15_eth_data = {
H A Dvision_ep9307.c66 static struct ep93xx_eth_data vision_eth_data __initdata = {
H A Dedb93xx.c52 static struct ep93xx_eth_data __initdata edb93xx_eth_data = {
H A Dts72xx.c212 static struct ep93xx_eth_data __initdata ts72xx_eth_data = {
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Deth-ep93xx.h5 struct ep93xx_eth_data { struct
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cirrus/
H A Dep93xx_eth.c741 static struct net_device *ep93xx_dev_alloc(struct ep93xx_eth_data *data) in ep93xx_dev_alloc()
791 struct ep93xx_eth_data *data; in ep93xx_eth_probe()