Searched refs:bb_info (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/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() 198 struct bb_info *bitbang = bus->priv; in fs_enet_mdio_remove()
|
| /Linux-v4.19/drivers/net/ethernet/renesas/ |
| D | sh_eth.c | 1200 struct bb_info { struct 1208 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in sh_mdio_ctrl() argument 1237 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in sh_get_mdio() 3029 struct bb_info *bitbang; in sh_mdio_init() 3034 bitbang = devm_kzalloc(dev, sizeof(struct bb_info), GFP_KERNEL); in sh_mdio_init()
|