/linux/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 160 struct ath_vif *avp; in ath_is_go_chanctx_present() local 169 list_for_each_entry(avp, &ctx->vifs, list) { in ath_is_go_chanctx_present() 170 vif = avp->vif; in ath_is_go_chanctx_present() 251 struct ath_vif *avp; in ath_chanctx_check_active() local 280 list_for_each_entry(avp, &ctx->vifs, list) { in ath_chanctx_check_active() 281 struct ieee80211_vif *vif = avp->vif; in ath_chanctx_check_active() 286 if (avp->assoc) in ath_chanctx_check_active() 391 struct ath_vif *avp) in ath_chanctx_handle_bmiss() argument 400 avp->noa_duration = 0; in ath_chanctx_handle_bmiss() 409 avp->noa_duration = 0; in ath_chanctx_handle_bmiss() [all …]
|
H A D | beacon.c | 118 struct ath_vif *avp = (void *)vif->drv_priv; in ath9k_beacon_generate() local 125 if (avp->av_bcbuf == NULL) in ath9k_beacon_generate() 128 bf = avp->av_bcbuf; in ath9k_beacon_generate() 145 mgmt_hdr->u.beacon.timestamp = avp->tsf_adjust; in ath9k_beacon_generate() 153 ath9k_beacon_add_noa(sc, avp, skb); in ath9k_beacon_generate() 198 struct ath_vif *avp = (void *)vif->drv_priv; in ath9k_beacon_assign_slot() local 201 avp->av_bcbuf = list_first_entry(&sc->beacon.bbuf, struct ath_buf, list); in ath9k_beacon_assign_slot() 202 list_del(&avp->av_bcbuf->list); in ath9k_beacon_assign_slot() 206 avp->av_bslot = slot; in ath9k_beacon_assign_slot() 211 sc->beacon.bslot[avp->av_bslot] = vif; in ath9k_beacon_assign_slot() [all …]
|
H A D | htc_drv_beacon.c | 196 struct ath9k_htc_vif *avp; in ath9k_htc_send_beacon() local 210 avp = (struct ath9k_htc_vif *)vif->drv_priv; in ath9k_htc_send_beacon() 229 mgmt->u.beacon.timestamp = avp->tsfadjust; in ath9k_htc_send_beacon() 235 avp->seq_no += 0x10; in ath9k_htc_send_beacon() 237 hdr->seq_ctrl |= cpu_to_le16(avp->seq_no); in ath9k_htc_send_beacon() 246 beacon_hdr.vif_index = avp->index; in ath9k_htc_send_beacon() 326 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *)vif->drv_priv; in ath9k_htc_assign_bslot() local 332 avp->bslot = i; in ath9k_htc_assign_bslot() 337 priv->beacon.bslot[avp->bslot] = vif; in ath9k_htc_assign_bslot() 341 avp->bslot); in ath9k_htc_assign_bslot() [all …]
|
H A D | main.c | 1020 struct ath_vif *avp = (struct ath_vif *)vif->drv_priv; in ath9k_vif_iter() local 1043 if (avp->assoc && !iter_data->primary_sta) in ath9k_vif_iter() 1069 struct ath_vif *avp; in ath9k_update_bssid_mask() local 1075 list_for_each_entry(avp, &ctx->vifs, list) { in ath9k_update_bssid_mask() 1082 ether_addr_copy(common->curbssid, avp->bssid); in ath9k_update_bssid_mask() 1097 struct ath_vif *avp; in ath9k_calculate_iter_data() local 1107 list_for_each_entry(avp, &ctx->vifs, list) in ath9k_calculate_iter_data() 1108 ath9k_vif_iter(iter_data, avp->vif->addr, avp->vif); in ath9k_calculate_iter_data() 1117 struct ath_vif *avp = (struct ath_vif *)vif->drv_priv; in ath9k_set_assoc_state() local 1122 ether_addr_copy(common->curbssid, avp->bssid); in ath9k_set_assoc_state() [all …]
|
H A D | htc_drv_main.c | 472 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *) vif->drv_priv; in ath9k_htc_add_station() local 503 tsta.vif_index = avp->index; in ath9k_htc_add_station() 521 avp->index, tsta.sta_index); in ath9k_htc_add_station() 527 priv->vif_sta_pos[avp->index] = sta_idx; in ath9k_htc_add_station() 537 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *) vif->drv_priv; in ath9k_htc_remove_station() local 546 sta_idx = priv->vif_sta_pos[avp->index]; in ath9k_htc_remove_station() 565 avp->index, sta_idx); in ath9k_htc_remove_station() 1038 struct ath9k_htc_vif *avp = (void *)vif->drv_priv; in ath9k_htc_add_interface() local 1071 avp->index = hvif.index = ffz(priv->vif_slot); in ath9k_htc_add_interface() 1089 priv->vif_slot |= (1 << avp->index); in ath9k_htc_add_interface() [all …]
|
H A D | tx99.c | 57 struct ath_vif *avp; in ath9k_build_tx99_skb() local 76 avp = (struct ath_vif *) sc->tx99_vif->drv_priv; in ath9k_build_tx99_skb() 77 hdr->seq_ctrl |= cpu_to_le16(avp->seq_no); in ath9k_build_tx99_skb()
|
H A D | htc_drv_txrx.c | 215 struct ath9k_htc_vif *avp, in ath9k_htc_tx_mgmt() argument 236 if (avp && unlikely(ieee80211_is_probe_resp(hdr->frame_control))) { in ath9k_htc_tx_mgmt() 238 mgmt->u.probe_resp.timestamp = avp->tsfadjust; in ath9k_htc_tx_mgmt() 349 struct ath9k_htc_vif *avp = NULL; in ath9k_htc_tx_start() local 359 avp = (struct ath9k_htc_vif *) vif->drv_priv; in ath9k_htc_tx_start() 360 vif_idx = avp->index; in ath9k_htc_tx_start() 385 ath9k_htc_tx_mgmt(priv, avp, skb, in ath9k_htc_tx_start()
|
H A D | xmit.c | 2274 struct ath_vif *avp; in ath_assign_seq() local 2282 avp = (struct ath_vif *)vif->drv_priv; in ath_assign_seq() 2285 avp->seq_no += 0x10; in ath_assign_seq() 2288 hdr->seq_ctrl |= cpu_to_le16(avp->seq_no); in ath_assign_seq() 2298 struct ath_vif *avp; in ath_tx_prepare() local 2307 avp = (void *)vif->drv_priv; in ath_tx_prepare() 2308 txctl->an = &avp->mcast_node; in ath_tx_prepare()
|
H A D | ath9k.h | 477 void ath9k_beacon_add_noa(struct ath_softc *sc, struct ath_vif *avp, 546 static inline void ath9k_beacon_add_noa(struct ath_softc *sc, struct ath_vif *avp, in ath9k_beacon_add_noa() argument
|
/linux/Documentation/devicetree/bindings/iio/potentiometer/ |
H A D | renesas,x9250.yaml | 33 avp-supply: 56 - avp-supply 72 avp-supply = <&avp_regulator>;
|
/linux/sound/synth/emux/ |
H A D | soundfont.c | 45 static void init_voice_info(struct soundfont_voice_info *avp); 48 struct soundfont_voice_info *avp); 608 init_voice_info(struct soundfont_voice_info *avp) in init_voice_info() argument 610 memset(avp, 0, sizeof(*avp)); in init_voice_info() 612 avp->root = 60; in init_voice_info() 613 avp->high = 127; in init_voice_info() 614 avp->velhigh = 127; in init_voice_info() 615 avp->fixkey = -1; in init_voice_info() 616 avp->fixvel = -1; in init_voice_info() 617 avp->fixpan = -1; in init_voice_info() [all …]
|
/linux/net/dccp/ccids/ |
H A D | ccid2.c | 517 struct dccp_ackvec_parsed *avp; in ccid2_hc_tx_packet_recv() local 590 list_for_each_entry(avp, &hc->tx_av_chunks, node) { in ccid2_hc_tx_packet_recv() 592 for (; avp->len--; avp->vec++) { in ccid2_hc_tx_packet_recv() 594 dccp_ackvec_runlen(avp->vec)); in ccid2_hc_tx_packet_recv() 598 dccp_ackvec_state(avp->vec) >> 6, in ccid2_hc_tx_packet_recv() 599 dccp_ackvec_runlen(avp->vec)); in ccid2_hc_tx_packet_recv() 618 const u8 state = dccp_ackvec_state(avp->vec); in ccid2_hc_tx_packet_recv()
|
/linux/arch/arm/mach-tegra/ |
H A D | irammap.h | 17 * active. At other times, the AVP may use this area for arbitrary purposes
|
/linux/include/dt-bindings/clock/ |
H A D | tegra20-car.h | 153 #define TEGRA20_CLK_COP 129 /* a/k/a avp */
|
/linux/Documentation/devicetree/bindings/soc/tegra/ |
H A D | nvidia,tegra20-pmc.yaml | 110 warm boot code that is executed by AVP when resuming from the LP0 state. 111 The AVP (Audio-Video Processor) is an ARM7 processor and always being
|
/linux/drivers/iio/potentiometer/ |
H A D | x9250.c | 152 "avp",
|
/linux/drivers/staging/most/Documentation/ |
H A D | driver_usage.txt | 223 When transmitting isochronous AVP data the desired packet size needs to be
|
/linux/drivers/clk/tegra/ |
H A D | clk-tegra30.c | 595 { .con_id = "vcp", .dev_id = "tegra-avp", .dt_id = TEGRA30_CLK_VCP }, 596 { .con_id = "bsea", .dev_id = "tegra-avp", .dt_id = TEGRA30_CLK_BSEA }, 1253 TEGRA_CLK_DUPLICATE(TEGRA30_CLK_BSEV, "tegra-avp", "bsev"),
|
H A D | clk-tegra20.c | 450 { .con_id = "vcp", .dev_id = "tegra-avp", .dt_id = TEGRA20_CLK_VCP }, 451 { .con_id = "bsea", .dev_id = "tegra-avp", .dt_id = TEGRA20_CLK_BSEA },
|
/linux/sound/usb/ |
H A D | quirks.c | 1990 case USB_ID(0x16d0, 0x06b4): /* NuPrime Audio HD-AVP/AVA */ in snd_usb_interface_dsd_format_quirks()
|