/linux-6.3-rc2/drivers/staging/ks7010/ |
A D | ks_hostif.c | 116 memcpy(ap->rate_set.body, ap_info->rate_set.body, in get_current_ap() 118 ap->rate_set.size = ap_info->rate_set.size; in get_current_ap() 120 memcpy(&ap->rate_set.body[ap->rate_set.size], in get_current_ap() 173 ap->rate_set.body[0], ap->rate_set.body[1], in get_current_ap() 174 ap->rate_set.body[2], ap->rate_set.body[3], in get_current_ap() 175 ap->rate_set.body[4], ap->rate_set.body[5], in get_current_ap() 176 ap->rate_set.body[6], ap->rate_set.body[7], in get_current_ap() 283 memcpy(&ap->rate_set.body[ap->rate_set.size], in get_ap_information() 287 memcpy(&ap->rate_set.body[ap->rate_set.size], in get_ap_information() 1339 req->rate_set.size = priv->reg.rate_set.size; in init_request() [all …]
|
A D | ks_wlan_net.c | 407 priv->reg.rate_set.body[0] = in ks_wlan_set_rate() 412 priv->reg.rate_set.body[0] = in ks_wlan_set_rate() 420 priv->reg.rate_set.size = 1; in ks_wlan_set_rate() 447 priv->reg.rate_set.size = i; in ks_wlan_set_rate() 451 priv->reg.rate_set.body[1] = in ks_wlan_set_rate() 453 priv->reg.rate_set.body[0] = in ks_wlan_set_rate() 456 priv->reg.rate_set.size = 4; in ks_wlan_set_rate() 467 priv->reg.rate_set.body[0] = in ks_wlan_set_rate() 477 priv->reg.rate_set.body[0] = in ks_wlan_set_rate() 485 priv->reg.rate_set.size = 1; in ks_wlan_set_rate() [all …]
|
A D | ks7010_sdio.c | 863 priv->reg.rate_set.body[11] = TX_RATE_54M; in ks7010_init_defaults() 864 priv->reg.rate_set.body[10] = TX_RATE_48M; in ks7010_init_defaults() 865 priv->reg.rate_set.body[9] = TX_RATE_36M; in ks7010_init_defaults() 866 priv->reg.rate_set.body[8] = TX_RATE_18M; in ks7010_init_defaults() 867 priv->reg.rate_set.body[7] = TX_RATE_9M; in ks7010_init_defaults() 868 priv->reg.rate_set.body[6] = TX_RATE_24M | BASIC_RATE; in ks7010_init_defaults() 870 priv->reg.rate_set.body[4] = TX_RATE_6M | BASIC_RATE; in ks7010_init_defaults() 872 priv->reg.rate_set.body[2] = TX_RATE_5M | BASIC_RATE; in ks7010_init_defaults() 873 priv->reg.rate_set.body[1] = TX_RATE_2M | BASIC_RATE; in ks7010_init_defaults() 874 priv->reg.rate_set.body[0] = TX_RATE_1M | BASIC_RATE; in ks7010_init_defaults() [all …]
|
A D | ks_wlan.h | 27 } rate_set; member 215 } rate_set; member
|
A D | ks_hostif.h | 325 struct rate_set8 rate_set; /* +14 */ member 364 struct rate_set16 rate_set; member
|
/linux-6.3-rc2/drivers/media/platform/qcom/camss/ |
A D | camss-csiphy.c | 145 if (csiphy->rate_set[i]) { in csiphy_set_clock_rates() 624 csiphy->rate_set = devm_kcalloc(dev, in msm_csiphy_subdev_init() 626 sizeof(*csiphy->rate_set), in msm_csiphy_subdev_init() 628 if (!csiphy->rate_set) in msm_csiphy_subdev_init() 665 csiphy->rate_set[i] = true; in msm_csiphy_subdev_init() 671 csiphy->rate_set[i] = true; in msm_csiphy_subdev_init()
|
A D | camss-csiphy.h | 76 bool *rate_set; member
|
/linux-6.3-rc2/drivers/net/wireless/ti/wl18xx/ |
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()
|
A D | acx.h | 398 u32 rate_set, u8 hlid);
|
A D | main.c | 1274 u32 hw_rate_set = wlvif->rate_set; in wl18xx_sta_get_ap_rate_mask() 1642 u32 rate_set, u8 hlid) in wl18xx_set_peer_cap() argument 1645 rate_set, hlid); in wl18xx_set_peer_cap()
|
/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/ |
A D | tx.c | 439 u32 wl1271_tx_enabled_rates_get(struct wl1271 *wl, u32 rate_set, in wl1271_tx_enabled_rates_get() argument 448 if (rate_set & 0x1) in wl1271_tx_enabled_rates_get() 450 rate_set >>= 1; in wl1271_tx_enabled_rates_get() 454 rate_set >>= HW_HT_RATES_OFFSET - band->n_bitrates; in wl1271_tx_enabled_rates_get() 457 if (rate_set & 0x1) in wl1271_tx_enabled_rates_get() 459 rate_set >>= 1; in wl1271_tx_enabled_rates_get() 1187 u32 wl1271_tx_min_rate_get(struct wl1271 *wl, u32 rate_set) in wl1271_tx_min_rate_get() argument 1189 if (WARN_ON(!rate_set)) in wl1271_tx_min_rate_get() 1192 return BIT(__ffs(rate_set)); in wl1271_tx_min_rate_get()
|
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);
|
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()
|
A D | wlcore_i.h | 407 u32 rate_set; member
|
A D | cmd.c | 558 wlvif->basic_rate_set, wlvif->rate_set); in wl12xx_cmd_role_start_sta() 783 cmd->sta.local_rates = cpu_to_le32(wlvif->rate_set); in wl12xx_cmd_role_start_ibss() 791 cmd->ibss.remote_rates = cpu_to_le32(wlvif->rate_set); in wl12xx_cmd_role_start_ibss() 796 wlvif->basic_rate_set, wlvif->rate_set); in wl12xx_cmd_role_start_ibss()
|
A D | wlcore.h | 102 u32 rate_set, u8 hlid);
|
A D | main.c | 2245 wlvif->rate_set = CONF_TX_RATE_MASK_BASIC; in wl12xx_init_vif_data() 2263 wlvif->rate_set = CONF_TX_ENABLED_RATES; in wl12xx_init_vif_data() 2978 wlvif->rate_set = in wlcore_set_assoc() 3048 wlvif->rate_set = wlvif->basic_rate_set; in wl1271_set_band_rate() 4281 wlvif->rate_set = in wlcore_set_bssid() 4443 wlvif->rate_set = CONF_TX_IBSS_DEFAULT_RATES; in wl1271_bss_info_changed_sta() 4523 wlvif->rate_set, in wl1271_bss_info_changed_sta()
|
A D | debugfs.c | 591 VIF_STATE_PRINT_HEX(rate_set); in vifs_state_read()
|
A D | acx.c | 738 wlvif->basic_rate, wlvif->rate_set); in wl1271_acx_sta_rate_policies()
|
/linux-6.3-rc2/sound/pci/echoaudio/ |
A D | echoaudio.h | 361 char rate_set; /* protected by mode_mutex */ member
|
A D | echoaudio.c | 349 chip->opencount, chip->can_set_rate, chip->rate_set); in pcm_open() 352 if (chip->opencount > 1 && chip->rate_set) in pcm_open() 515 chip->opencount, chip->can_set_rate, chip->rate_set); in pcm_close() 525 chip->rate_set = 0; in pcm_close() 612 chip->rate_set = 1; in init_engine()
|
/linux-6.3-rc2/drivers/clk/ |
A D | clk-scmi.c | 74 return scmi_proto_clk_ops->rate_set(clk->ph, clk->id, rate); in scmi_clk_set_rate()
|
/linux-6.3-rc2/include/linux/ |
A D | scmi_protocol.h | 91 int (*rate_set)(const struct scmi_protocol_handle *ph, u32 clk_id, member
|
/linux-6.3-rc2/drivers/firmware/arm_scmi/ |
A D | clock.c | 470 .rate_set = scmi_clock_rate_set,
|
/linux-6.3-rc2/drivers/net/wireless/ti/wl12xx/ |
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
|