Searched refs:bb_info (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/ |
D | mii-bitbang.c | 30 struct bb_info { struct 60 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdio_dir() 73 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdio_read() 79 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdio() 92 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdc() 116 struct bb_info *bitbang = bus->priv; in fs_mii_bitbang_init() 155 struct bb_info *bitbang; in fs_enet_mdio_probe() 158 bitbang = kzalloc(sizeof(struct bb_info), GFP_KERNEL); in fs_enet_mdio_probe() 205 struct bb_info *bitbang = bus->priv; in fs_enet_mdio_remove()
|
/linux-4.4.14/drivers/net/ethernet/renesas/ |
D | sh_eth.c | 1031 struct bb_info { struct 1062 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in sh_mmd_ctrl() 1076 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in sh_set_mdio() 1090 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in sh_get_mdio() 1101 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in sh_mdc_ctrl() 2917 struct bb_info *bitbang; in sh_mdio_init() 2922 bitbang = devm_kzalloc(dev, sizeof(struct bb_info), GFP_KERNEL); in sh_mdio_init()
|