Searched refs:cmd_db_read_aux_data (Results 1 – 6 of 6) sorted by relevance
| /linux/include/soc/qcom/ |
| H A D | cmd-db.h | 25 const void *cmd_db_read_aux_data(const char *resource_id, size_t *len); 36 static inline const void *cmd_db_read_aux_data(const char *resource_id, size_t *len) in cmd_db_read_aux_data() function
|
| /linux/drivers/soc/qcom/ |
| H A D | cmd-db.c | 207 const void *cmd_db_read_aux_data(const char *id, size_t *len) in cmd_db_read_aux_data() function 222 EXPORT_SYMBOL_GPL(cmd_db_read_aux_data);
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_gmu.c | 1477 bcm_data[bcm_index] = cmd_db_read_aux_data(bcm->name, &count); in a6xx_gmu_rpmh_bw_votes_init() 1574 pri = cmd_db_read_aux_data(pri_id, &pri_count); in a6xx_gmu_rpmh_arc_votes_init() 1585 sec = cmd_db_read_aux_data(sec_id, &sec_count); in a6xx_gmu_rpmh_arc_votes_init() 1645 mx = cmd_db_read_aux_data("mx.lvl", &count); in a6xx_gmu_rpmh_dep_votes_init() 1708 gmxc = cmd_db_read_aux_data("gmxc.lvl", NULL); in a6xx_gmu_rpmh_votes_init()
|
| /linux/drivers/interconnect/qcom/ |
| H A D | icc-rpmh.c | 164 data = cmd_db_read_aux_data(bcm->name, &data_count); in qcom_icc_bcm_init()
|
| /linux/drivers/pmdomain/qcom/ |
| H A D | rpmhpd.c | 992 buf = cmd_db_read_aux_data(rpmhpd->res_name, &rpmhpd->level_count); in rpmhpd_update_level_mapping()
|
| /linux/drivers/clk/qcom/ |
| H A D | clk-rpmh.c | 956 data = cmd_db_read_aux_data(rpmh_clk->res_name, &aux_data_len); in clk_rpmh_probe()
|