Searched refs:bb_info (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/
H A Dmii-bitbang.c30 struct bb_info { struct
60 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); mdio_dir()
73 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); mdio_read()
79 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); mdio()
92 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); mdc()
116 struct bb_info *bitbang = bus->priv; fs_mii_bitbang_init()
155 struct bb_info *bitbang; fs_enet_mdio_probe()
158 bitbang = kzalloc(sizeof(struct bb_info), GFP_KERNEL); fs_enet_mdio_probe()
205 struct bb_info *bitbang = bus->priv; fs_enet_mdio_remove()
/linux-4.4.14/drivers/net/ethernet/renesas/
H A Dsh_eth.c1031 struct bb_info { struct
1062 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); sh_mmd_ctrl()
1076 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); sh_set_mdio()
1090 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); sh_get_mdio()
1101 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); sh_mdc_ctrl()
2917 struct bb_info *bitbang; sh_mdio_init()
2922 bitbang = devm_kzalloc(dev, sizeof(struct bb_info), GFP_KERNEL); sh_mdio_init()

Completed in 75 milliseconds