Searched refs:throttle_ops (Results 1 – 4 of 4) sorted by relevance
43 if (!soc || !soc->ops || !soc->ops->throttle_ops) { in cdp_throttle_init_period()49 if (soc->ops->throttle_ops->throttle_init_period) in cdp_throttle_init_period()50 return soc->ops->throttle_ops->throttle_init_period( in cdp_throttle_init_period()66 if (!soc || !soc->ops || !soc->ops->throttle_ops) { in cdp_throttle_set_level()72 if (soc->ops->throttle_ops->throttle_set_level) in cdp_throttle_set_level()73 return soc->ops->throttle_ops->throttle_set_level(soc, pdev_id, in cdp_throttle_set_level()
2607 struct cdp_throttle_ops *throttle_ops; member
6435 .throttle_ops = &ol_ops_throttle,
13550 soc->cdp_soc.ops->throttle_ops = &dp_ops_throttle; in dp_soc_txrx_ops_attach()