Symbol: flash_device
arch/m68k/coldfire/amcore.c
112
static struct platform_device flash_device = {
arch/m68k/coldfire/amcore.c
137
&flash_device,
arch/sh/boards/board-magicpanelr2.c
334
static struct platform_device flash_device = {
arch/sh/boards/board-magicpanelr2.c
351
&flash_device,
arch/sh/boards/mach-r2d/setup.c
218
static struct platform_device flash_device = {
arch/sh/boards/mach-r2d/setup.c
251
platform_device_register(&flash_device);
arch/sh/boards/mach-rsk/setup.c
56
static struct platform_device flash_device = {
arch/sh/boards/mach-rsk/setup.c
67
&flash_device,
arch/um/drivers/vector_kern.c
1511
.flash_device = vector_net_load_bpf_flash,
drivers/mtd/devices/spear_smi.c
115
static struct flash_device flash_devices[] = {
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5741
.flash_device = bnxt_flash_device,
drivers/net/ethernet/brocade/bna/bnad_ethtool.c
1088
.flash_device = bnad_flash_device,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c
2213
.flash_device = set_flash,
drivers/net/ethernet/emulex/benet/be_ethtool.c
1433
.flash_device = be_do_flash,
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
5848
.flash_device = i40e_ddp_flash,
drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c
2779
.flash_device = mlx5e_flash_device,
drivers/net/ethernet/mellanox/mlx5/core/ipoib/ethtool.c
294
.flash_device = mlx5i_flash_device,
drivers/net/ethernet/qlogic/qede/qede_ethtool.c
2317
.flash_device = qede_flash_device,
include/linux/ethtool.h
1216
int (*flash_device)(struct net_device *, struct ethtool_flash *);
net/ethtool/ioctl.c
2711
if (!dev->ethtool_ops->flash_device) {
net/ethtool/ioctl.c
2716
return dev->ethtool_ops->flash_device(dev, &req->efl);