Home
last modified time | relevance | path

Searched refs:bb_info (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmii-bitbang.c27 struct bb_info { struct
57 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdio_dir()
70 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdio_read()
76 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdio()
89 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdc()
113 struct bb_info *bitbang = bus->priv; in fs_mii_bitbang_init()
152 struct bb_info *bitbang; in fs_enet_mdio_probe()
155 bitbang = kzalloc_obj(struct bb_info); in fs_enet_mdio_probe()
195 struct bb_info *bitbang = bus->priv; in fs_enet_mdio_remove()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn303/
H A Ddcn303_fpu.h30 void dcn303_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info);
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn302/
H A Ddcn302_fpu.h29 void dcn302_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info);
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn301/
H A Ddcn301_fpu.h29 void dcn301_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info);
/linux/drivers/net/ethernet/renesas/
H A Dsh_eth.c1170 struct bb_info { struct
1178 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in sh_mdio_ctrl() argument
1207 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in sh_get_mdio()
3095 struct bb_info *bitbang; in sh_mdio_init()
3102 bitbang = devm_kzalloc(dev, sizeof(struct bb_info), GFP_KERNEL); in sh_mdio_init()
/linux/drivers/net/wireless/realtek/rtw89/
H A Ddebug.c88 struct rtw89_debugfs_priv bb_info; member
5613 .bb_info = rtw89_debug_priv_set_and_get(bb_info, RWLOCK),
5666 rtw89_debugfs_add_rw(bb_info); in rtw89_debugfs_add_sec1()