Home
last modified time | relevance | path

Searched refs:bb_info (Results 1 – 5 of 5) 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(sizeof(struct bb_info), GFP_KERNEL); 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/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c3786 bios_parser_get_soc_bb_info(&bp->base, &bp->base.bb_info); in bios_parser2_construct()