| /linux/drivers/net/wireless/ti/wl18xx/ |
| H A D | acx.c | 139 u32 rate_set, u8 hlid) in wl18xx_acx_set_peer_cap() argument 147 ht_cap->ht_supported, ht_cap->cap, rate_set); in wl18xx_acx_set_peer_cap() 172 acx->supported_rates = cpu_to_le32(rate_set); in wl18xx_acx_set_peer_cap()
|
| H A D | acx.h | 398 u32 rate_set, u8 hlid);
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | tx.c | 441 u32 wl1271_tx_enabled_rates_get(struct wl1271 *wl, u32 rate_set, in wl1271_tx_enabled_rates_get() argument 450 if (rate_set & 0x1) in wl1271_tx_enabled_rates_get() 452 rate_set >>= 1; in wl1271_tx_enabled_rates_get() 456 rate_set >>= HW_HT_RATES_OFFSET - band->n_bitrates; in wl1271_tx_enabled_rates_get() 459 if (rate_set & 0x1) in wl1271_tx_enabled_rates_get() 461 rate_set >>= 1; in wl1271_tx_enabled_rates_get() 1188 u32 wl1271_tx_min_rate_get(struct wl1271 *wl, u32 rate_set) in wl1271_tx_min_rate_get() argument 1190 if (WARN_ON(!rate_set)) in wl1271_tx_min_rate_get() 1193 return BIT(__ffs(rate_set)); in wl1271_tx_min_rate_get()
|
| H A D | tx.h | 236 u32 wl1271_tx_enabled_rates_get(struct wl1271 *wl, u32 rate_set, 238 u32 wl1271_tx_min_rate_get(struct wl1271 *wl, u32 rate_set);
|
| H A D | hw_ops.h | 235 u32 rate_set, u8 hlid) in wlcore_hw_set_peer_cap() argument 239 rate_set, hlid); in wlcore_hw_set_peer_cap()
|
| H A D | wlcore_i.h | 417 u32 rate_set; member
|
| H A D | cmd.c | 566 wlvif->basic_rate_set, wlvif->rate_set); in wl12xx_cmd_role_start_sta() 791 cmd->sta.local_rates = cpu_to_le32(wlvif->rate_set); in wl12xx_cmd_role_start_ibss() 799 cmd->ibss.remote_rates = cpu_to_le32(wlvif->rate_set); in wl12xx_cmd_role_start_ibss() 804 wlvif->basic_rate_set, wlvif->rate_set); in wl12xx_cmd_role_start_ibss()
|
| H A D | wlcore.h | 102 u32 rate_set, u8 hlid);
|
| H A D | main.c | 2317 wlvif->rate_set = CONF_TX_RATE_MASK_BASIC; in wl12xx_init_vif_data() 2335 wlvif->rate_set = CONF_TX_ENABLED_RATES; in wl12xx_init_vif_data() 3053 wlvif->rate_set = in wlcore_set_assoc() 3123 wlvif->rate_set = wlvif->basic_rate_set; in wl1271_set_band_rate() 4354 wlvif->rate_set = in wlcore_set_bssid() 4516 wlvif->rate_set = CONF_TX_IBSS_DEFAULT_RATES; in wl1271_bss_info_changed_sta() 4596 wlvif->rate_set, in wl1271_bss_info_changed_sta()
|
| H A D | acx.c | 738 wlvif->basic_rate, wlvif->rate_set); in wl1271_acx_sta_rate_policies()
|
| /linux/drivers/gpu/drm/msm/dp/ |
| H A D | dp_link.h | 21 unsigned int rate_set; member
|
| H A D | dp_ctrl.c | 191 DRM_DEBUG_DP("using LINK_RATE_SET: 0x%02x", link->rate_set); in msm_dp_aux_link_configure() 192 err = drm_dp_dpcd_writeb(aux, DP_LINK_RATE_SET, link->rate_set); in msm_dp_aux_link_configure() 1487 if (link_params->rate_set) { in msm_dp_ctrl_link_rate_down_shift() 1488 --link_params->rate_set; in msm_dp_ctrl_link_rate_down_shift() 1489 link_params->rate = link_params->supported_rates[link_params->rate_set]; in msm_dp_ctrl_link_rate_down_shift()
|
| /linux/sound/pci/echoaudio/ |
| H A D | echoaudio.h | 346 char rate_set; /* protected by mode_mutex */ member
|
| H A D | echoaudio.c | 338 chip->opencount, chip->can_set_rate, chip->rate_set); in pcm_open() 341 if (chip->opencount > 1 && chip->rate_set) in pcm_open() 500 chip->opencount, chip->can_set_rate, chip->rate_set); in pcm_close() 510 chip->rate_set = 0; in pcm_close() 595 chip->rate_set = 1; in init_engine()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | devlink_rate_tc_bw.py | 202 cfg.devnl.rate_set({ 221 raise KsftFailEx(f"rate_set failed on VF port {port_index}") from exc
|
| /linux/drivers/clk/ |
| H A D | clk-scmi.c | 98 return scmi_proto_clk_ops->rate_set(clk->ph, clk->id, rate); in scmi_clk_set_rate()
|
| /linux/drivers/net/wireless/ti/wl12xx/ |
| H A D | main.c | 1459 return wlvif->rate_set; in wl12xx_sta_get_ap_rate_mask() 1651 u32 rate_set, u8 hlid) in wl12xx_set_peer_cap() argument
|