| /linux/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | mii-bitbang.c | 27 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 D | dcn303_fpu.h | 30 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 D | dcn302_fpu.h | 29 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 D | dcn301_fpu.h | 29 void dcn301_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info);
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_bios_types.h | 201 struct bp_soc_bb_info bb_info; 197 struct bp_soc_bb_info bb_info; global() member
|
| /linux/drivers/net/ethernet/renesas/ |
| H A D | sh_eth.c | 1170 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/gpu/drm/amd/display/dc/resource/dcn303/ |
| H A D | dcn303_resource.c | 1040 struct bp_soc_bb_info bb_info = { 0 }; in dcn303_resource_destruct() 1043 dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in dcn303_resource_destruct() 1045 dcn303_fpu_init_soc_bounding_box(bb_info); in dcn303_resource_destruct() 951 struct bp_soc_bb_info bb_info = { 0 }; init_soc_bounding_box() local
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/ |
| H A D | dcn302_resource.c | 1095 struct bp_soc_bb_info bb_info = { 0 }; in dcn302_resource_destruct() 1098 dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in dcn302_resource_destruct() 1101 dcn302_fpu_init_soc_bounding_box(bb_info); in dcn302_resource_destruct() 1006 struct bp_soc_bb_info bb_info = { 0 }; init_soc_bounding_box() local
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/ |
| H A D | dcn301_resource.c | 1344 struct bp_soc_bb_info bb_info = {0}; in init_soc_bounding_box() 1346 if (dc->ctx->dc_bios->funcs->get_soc_bb_info(dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in init_soc_bounding_box() 1348 dcn301_fpu_init_soc_bounding_box(bb_info); in init_soc_bounding_box() 1343 struct bp_soc_bb_info bb_info = {0}; init_soc_bounding_box() local
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | dcn32_fpu.c | 3077 /* Override from VBIOS if VBIOS bb_info available */ in dcn32_update_bw_bounding_box_fpu() 3079 struct bp_soc_bb_info bb_info = {0}; in dcn32_update_bw_bounding_box_fpu() 3081 if (dc->ctx->dc_bios->funcs->get_soc_bb_info(dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in dcn32_update_bw_bounding_box_fpu() 3082 if (bb_info.dram_clock_change_latency_100ns > 0) in dcn32_update_bw_bounding_box_fpu() 3085 bb_info.dram_clock_change_latency_100ns * 10; in dcn32_update_bw_bounding_box_fpu() 3087 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in dcn32_update_bw_bounding_box_fpu() 3090 bb_info.dram_sr_enter_exit_latency_100ns * 10; in dcn32_update_bw_bounding_box_fpu() 3092 if (bb_info.dram_sr_exit_latency_100ns > 0) in dcn32_update_bw_bounding_box_fpu() 3095 bb_info.dram_sr_exit_latency_100ns * 10; in dcn32_update_bw_bounding_box_fpu() 3068 struct bp_soc_bb_info bb_info = {0}; dcn32_update_bw_bounding_box_fpu() local
|
| /linux/drivers/gpu/drm/amd/display/dc/bios/ |
| H A D | bios_parser2.c | 3902 bios_parser_get_soc_bb_info(&bp->base, &bp->base.bb_info);
|