Searched refs:rate_max (Results 1 – 24 of 24) sorted by relevance
| /drivers/clk/versatile/ |
| A D | clk-vexpress-osc.c | 20 unsigned long rate_max; member 44 if (osc->rate_max && rate > osc->rate_max) in vexpress_osc_round_rate() 45 rate = osc->rate_max; in vexpress_osc_round_rate() 83 osc->rate_max = range[1]; in vexpress_osc_probe() 101 clk_hw_set_rate_range(&osc->hw, osc->rate_min, osc->rate_max); in vexpress_osc_probe()
|
| /drivers/staging/vc04_services/bcm2835-audio/ |
| A D | bcm2835-pcm.c | 19 .rate_max = 192000, 37 .rate_max = 48000,
|
| /drivers/clk/imx/ |
| A D | clk-pll14xx.c | 136 long fout, rate_min, rate_max, dist, best = LONG_MAX; in imx_pll14xx_calc_settings() local 172 rate_max = pll14xx_calc_rate(pll, mdiv, pdiv, sdiv, KDIV_MAX, prate); in imx_pll14xx_calc_settings() 174 if (rate >= rate_min && rate <= rate_max) { in imx_pll14xx_calc_settings()
|
| /drivers/media/pci/cobalt/ |
| A D | cobalt-alsa-pcm.c | 44 .rate_max = 48000, 65 .rate_max = 48000,
|
| /drivers/media/pci/cx18/ |
| A D | cx18-alsa-pcm.c | 48 .rate_max = 48000,
|
| /drivers/media/pci/ivtv/ |
| A D | ivtv-alsa-pcm.c | 44 .rate_max = 48000,
|
| /drivers/media/usb/go7007/ |
| A D | snd-go7007.c | 54 .rate_max = 48000,
|
| /drivers/media/usb/usbtv/ |
| A D | usbtv-audio.c | 55 .rate_max = 48000,
|
| /drivers/media/pci/solo6x10/ |
| A D | solo6x10-g723.c | 108 .rate_max = SAMPLERATE,
|
| /drivers/net/wireless/ath/ath10k/ |
| A D | core.h | 373 u32 rate_max; member 394 u32 rate_max; member
|
| A D | wmi.c | 4891 u32 num_tx_chain, rate_max; in ath10k_wmi_event_pdev_tpc_config() local 4907 rate_max = __le32_to_cpu(ev->rate_max); in ath10k_wmi_event_pdev_tpc_config() 4908 if (rate_max > WMI_TPC_RATE_MAX) { in ath10k_wmi_event_pdev_tpc_config() 4910 rate_max, WMI_TPC_RATE_MAX); in ath10k_wmi_event_pdev_tpc_config() 4911 rate_max = WMI_TPC_RATE_MAX; in ath10k_wmi_event_pdev_tpc_config() 4931 tpc_stats->rate_max = rate_max; in ath10k_wmi_event_pdev_tpc_config() 4956 __le32_to_cpu(ev->rate_max)); in ath10k_wmi_event_pdev_tpc_config() 5148 u32 num_tx_chain, rate_max; in ath10k_wmi_event_tpc_final_table() local 5163 rate_max = __le32_to_cpu(ev->rate_max); in ath10k_wmi_event_tpc_final_table() 5187 tpc_stats->rate_max = rate_max; in ath10k_wmi_event_tpc_final_table() [all …]
|
| A D | debug.c | 1531 for (i = 0; i < tpc_stats->rate_max; i++) { in ath10k_tpc_stats_print() 1584 tpc_stats->rate_max); in ath10k_tpc_stats_fill()
|
| A D | wmi.h | 4224 __le32 rate_max; member 4253 __le32 rate_max; member
|
| /drivers/media/pci/tw686x/ |
| A D | tw686x-audio.c | 94 .rate_max = 48000,
|
| /drivers/media/pci/cx23885/ |
| A D | cx23885-alsa.c | 296 .rate_max = 48000,
|
| /drivers/staging/greybus/ |
| A D | audio_codec.c | 670 .rate_max = 48000, 680 .rate_max = 48000,
|
| /drivers/most/ |
| A D | most_snd.c | 475 pcm_hw->rate_max = 48000; in audio_set_hw_params()
|
| /drivers/media/usb/cx231xx/ |
| A D | cx231xx-audio.c | 385 .rate_max = 48000,
|
| /drivers/media/pci/cx25821/ |
| A D | cx25821-alsa.c | 429 .rate_max = 48000,
|
| /drivers/media/pci/cx88/ |
| A D | cx88-alsa.c | 386 .rate_max = 48000,
|
| /drivers/media/usb/em28xx/ |
| A D | em28xx-audio.c | 196 .rate_max = 48000,
|
| /drivers/media/pci/saa7134/ |
| A D | saa7134-alsa.c | 634 .rate_max = 32000,
|
| /drivers/usb/gadget/function/ |
| A D | u_audio.c | 418 runtime->hw.rate_max = runtime->hw.rate_min; in uac_pcm_open()
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | wmi.h | 6043 __le32 rate_max; member
|
Completed in 131 milliseconds