Searched refs:dp_soc_get_by_idle_bm_id (Results 1 – 5 of 5) sorted by relevance
261 dp_soc_get_by_idle_bm_id(struct dp_soc *soc, uint8_t idle_bm_id);
3432 arch_ops->dp_soc_get_by_idle_bm_id = dp_soc_get_by_idle_bm_id; in dp_initialize_arch_ops_be_mlo_multi_chip()
1984 if (soc->arch_ops.dp_soc_get_by_idle_bm_id) in dp_idle_link_bm_id_check()1986 soc->arch_ops.dp_soc_get_by_idle_bm_id(soc, rbm); in dp_idle_link_bm_id_check()
2450 struct dp_soc * (*dp_soc_get_by_idle_bm_id)(struct dp_soc *soc, member
1046 dp_soc_get_by_idle_bm_id(struct dp_soc *soc, uint8_t idle_bm_id) in dp_soc_get_by_idle_bm_id() function