Home
last modified time | relevance | path

Searched refs:bcm_data (Results 1 – 2 of 2) sorted by relevance

/drivers/bluetooth/
A Dhci_bcm.c155 struct bcm_data { struct
181 struct bcm_data *bcm = hu->priv; in bcm_set_baudrate() argument
394 struct bcm_data *bcm = hu->priv; in bcm_setup_sleep()
421 struct bcm_data *bcm = hu->priv; in bcm_set_diag()
443 struct bcm_data *bcm; in bcm_open()
529 struct bcm_data *bcm = hu->priv; in bcm_close()
572 struct bcm_data *bcm = hu->priv; in bcm_flush()
583 struct bcm_data *bcm = hu->priv; in bcm_setup()
696 struct bcm_data *bcm = hu->priv; in bcm_recv()
724 struct bcm_data *bcm = hu->priv; in bcm_enqueue()
[all …]
/drivers/gpu/drm/msm/adreno/
A Da6xx_gmu.c1351 const struct bcm_db *bcm_data[GMU_MAX_BCMS] = { 0 }; in a6xx_gmu_rpmh_bw_votes_init() local
1363 bcm_data[bcm_index] = cmd_db_read_aux_data(bcm->name, &count); in a6xx_gmu_rpmh_bw_votes_init()
1364 if (IS_ERR(bcm_data[bcm_index])) in a6xx_gmu_rpmh_bw_votes_init()
1365 return PTR_ERR(bcm_data[bcm_index]); in a6xx_gmu_rpmh_bw_votes_init()
1389 (bcm_data[bcm_index + 1] && in a6xx_gmu_rpmh_bw_votes_init()
1390 bcm_data[bcm_index]->vcd != bcm_data[bcm_index + 1]->vcd)) in a6xx_gmu_rpmh_bw_votes_init()
1411 peak = (u64)bw * le16_to_cpu(bcm_data[bcm_index]->width); in a6xx_gmu_rpmh_bw_votes_init()
1416 do_div(peak, le32_to_cpu(bcm_data[bcm_index]->unit)); in a6xx_gmu_rpmh_bw_votes_init()

Completed in 9 milliseconds