/linux-4.1.27/arch/avr32/boards/merisc/ |
D | flash.c | 97 static struct platform_device flash_device[] = { variable 135 platform_device_register(&flash_device[0]); in merisc_flash_init() 136 platform_device_register(&flash_device[1]); in merisc_flash_init()
|
/linux-4.1.27/arch/sh/boards/mach-rsk/ |
D | setup.c | 62 static struct platform_device flash_device = { variable 73 &flash_device,
|
/linux-4.1.27/arch/avr32/boards/atngw100/ |
D | flash.c | 72 static struct platform_device flash_device = { variable 94 platform_device_register(&flash_device); in atngw100_flash_init()
|
/linux-4.1.27/arch/avr32/boards/atstk1000/ |
D | flash.c | 72 static struct platform_device flash_device = { variable 94 platform_device_register(&flash_device); in atstk1000_flash_init()
|
/linux-4.1.27/arch/avr32/boards/favr-32/ |
D | flash.c | 72 static struct platform_device flash_device = { variable 94 platform_device_register(&flash_device); in favr32_flash_init()
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | xcep.c | 88 static struct platform_device flash_device = { variable 138 &flash_device,
|
D | trizeps4.c | 189 static struct platform_device flash_device = { variable 268 &flash_device, 274 &flash_device,
|
/linux-4.1.27/arch/sh/boards/ |
D | board-magicpanelr2.c | 336 static struct platform_device flash_device = { variable 353 &flash_device,
|
/linux-4.1.27/arch/sh/boards/mach-r2d/ |
D | setup.c | 221 static struct platform_device flash_device = { variable 254 platform_device_register(&flash_device); in rts7751r2d_devices_setup()
|
/linux-4.1.27/arch/avr32/boards/hammerhead/ |
D | flash.c | 90 static struct platform_device flash_device = { variable 360 platform_device_register(&flash_device); in hammerhead_flash_init()
|
/linux-4.1.27/include/linux/ |
D | ethtool.h | 257 int (*flash_device)(struct net_device *, struct ethtool_flash *); member
|
/linux-4.1.27/drivers/mtd/devices/ |
D | spear_smi.c | 96 struct flash_device { struct 115 static struct flash_device flash_devices[] = { argument
|
/linux-4.1.27/net/core/ |
D | ethtool.c | 1464 if (!dev->ethtool_ops->flash_device) in ethtool_flash_device() 1469 return dev->ethtool_ops->flash_device(dev, &efl); in ethtool_flash_device()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 909 .flash_device = set_flash,
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bnad_ethtool.c | 1132 .flash_device = bnad_flash_device,
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 1312 .flash_device = be_do_flash,
|
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/ |
D | vxge-ethtool.c | 1145 .flash_device = vxge_fw_flash,
|