| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
| 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 …]
|
| 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 …]
|
| 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 …]
|
| D | main.c | 1021 struct ath_vif *avp = (struct ath_vif *)vif->drv_priv; in ath9k_vif_iter() local 1044 if (avp->assoc && !iter_data->primary_sta) in ath9k_vif_iter() 1070 struct ath_vif *avp; in ath9k_update_bssid_mask() local 1076 list_for_each_entry(avp, &ctx->vifs, list) { in ath9k_update_bssid_mask() 1083 ether_addr_copy(common->curbssid, avp->bssid); in ath9k_update_bssid_mask() 1098 struct ath_vif *avp; in ath9k_calculate_iter_data() local 1108 list_for_each_entry(avp, &ctx->vifs, list) in ath9k_calculate_iter_data() 1109 ath9k_vif_iter(iter_data, avp->vif->addr, avp->vif); in ath9k_calculate_iter_data() 1118 struct ath_vif *avp = (struct ath_vif *)vif->drv_priv; in ath9k_set_assoc_state() local 1123 ether_addr_copy(common->curbssid, avp->bssid); in ath9k_set_assoc_state() [all …]
|
| 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 …]
|
| 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()
|
| 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()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
| 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 …]
|
| 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 …]
|
| 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 …]
|
| D | main.c | 1021 struct ath_vif *avp = (struct ath_vif *)vif->drv_priv; in ath9k_vif_iter() local 1044 if (avp->assoc && !iter_data->primary_sta) in ath9k_vif_iter() 1073 struct ath_vif *avp; in ath9k_update_bssid_mask() local 1079 list_for_each_entry(avp, &ctx->vifs, list) { in ath9k_update_bssid_mask() 1086 ether_addr_copy(common->curbssid, avp->bssid); in ath9k_update_bssid_mask() 1101 struct ath_vif *avp; in ath9k_calculate_iter_data() local 1111 list_for_each_entry(avp, &ctx->vifs, list) in ath9k_calculate_iter_data() 1112 ath9k_vif_iter(iter_data, avp->vif->addr, avp->vif); in ath9k_calculate_iter_data() 1121 struct ath_vif *avp = (struct ath_vif *)vif->drv_priv; in ath9k_set_assoc_state() local 1126 ether_addr_copy(common->curbssid, avp->bssid); in ath9k_set_assoc_state() [all …]
|
| 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 …]
|
| 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()
|
| 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() 344 struct ath9k_htc_vif *avp = NULL; in ath9k_htc_tx_start() local 354 avp = (struct ath9k_htc_vif *) vif->drv_priv; in ath9k_htc_tx_start() 355 vif_idx = avp->index; in ath9k_htc_tx_start() 380 ath9k_htc_tx_mgmt(priv, avp, skb, in ath9k_htc_tx_start()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/potentiometer/ |
| D | renesas,x9250.yaml | 33 avp-supply: 56 - avp-supply 72 avp-supply = <&avp_regulator>;
|
| /kernel/linux/linux-6.6/sound/synth/emux/ |
| D | soundfont.c | 44 static void init_voice_info(struct soundfont_voice_info *avp); 47 struct soundfont_voice_info *avp); 605 init_voice_info(struct soundfont_voice_info *avp) in init_voice_info() argument 607 memset(avp, 0, sizeof(*avp)); in init_voice_info() 609 avp->root = 60; in init_voice_info() 610 avp->high = 127; in init_voice_info() 611 avp->velhigh = 127; in init_voice_info() 612 avp->fixkey = -1; in init_voice_info() 613 avp->fixvel = -1; in init_voice_info() 614 avp->fixpan = -1; in init_voice_info() [all …]
|
| /kernel/linux/linux-5.10/sound/synth/emux/ |
| D | soundfont.c | 44 static void init_voice_info(struct soundfont_voice_info *avp); 47 struct soundfont_voice_info *avp); 601 init_voice_info(struct soundfont_voice_info *avp) in init_voice_info() argument 603 memset(avp, 0, sizeof(*avp)); in init_voice_info() 605 avp->root = 60; in init_voice_info() 606 avp->high = 127; in init_voice_info() 607 avp->velhigh = 127; in init_voice_info() 608 avp->fixkey = -1; in init_voice_info() 609 avp->fixvel = -1; in init_voice_info() 610 avp->fixpan = -1; in init_voice_info() [all …]
|
| /kernel/linux/linux-5.10/net/dccp/ccids/ |
| D | ccid2.c | 511 struct dccp_ackvec_parsed *avp; in ccid2_hc_tx_packet_recv() local 584 list_for_each_entry(avp, &hc->tx_av_chunks, node) { in ccid2_hc_tx_packet_recv() 586 for (; avp->len--; avp->vec++) { in ccid2_hc_tx_packet_recv() 588 dccp_ackvec_runlen(avp->vec)); in ccid2_hc_tx_packet_recv() 592 dccp_ackvec_state(avp->vec) >> 6, in ccid2_hc_tx_packet_recv() 593 dccp_ackvec_runlen(avp->vec)); in ccid2_hc_tx_packet_recv() 612 const u8 state = dccp_ackvec_state(avp->vec); in ccid2_hc_tx_packet_recv()
|
| /kernel/linux/linux-6.6/net/dccp/ccids/ |
| D | ccid2.c | 516 struct dccp_ackvec_parsed *avp; in ccid2_hc_tx_packet_recv() local 589 list_for_each_entry(avp, &hc->tx_av_chunks, node) { in ccid2_hc_tx_packet_recv() 591 for (; avp->len--; avp->vec++) { in ccid2_hc_tx_packet_recv() 593 dccp_ackvec_runlen(avp->vec)); in ccid2_hc_tx_packet_recv() 597 dccp_ackvec_state(avp->vec) >> 6, in ccid2_hc_tx_packet_recv() 598 dccp_ackvec_runlen(avp->vec)); in ccid2_hc_tx_packet_recv() 617 const u8 state = dccp_ackvec_state(avp->vec); in ccid2_hc_tx_packet_recv()
|
| /kernel/linux/linux-5.10/arch/arm/mach-tegra/ |
| D | irammap.h | 17 * active. At other times, the AVP may use this area for arbitrary purposes
|
| /kernel/linux/linux-6.6/arch/arm/mach-tegra/ |
| D | irammap.h | 17 * active. At other times, the AVP may use this area for arbitrary purposes
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/tegra/ |
| D | nvidia,tegra20-pmc.yaml | 119 by AVP when resuming from the LP0 state. 120 The AVP (Audio-Video Processor) is an ARM7 processor and
|
| /kernel/linux/linux-6.6/include/dt-bindings/clock/ |
| D | tegra20-car.h | 153 #define TEGRA20_CLK_COP 129 /* a/k/a avp */
|
| /kernel/linux/linux-5.10/include/dt-bindings/clock/ |
| D | tegra20-car.h | 153 #define TEGRA20_CLK_COP 129 /* a/k/a avp */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/tegra/ |
| D | nvidia,tegra20-pmc.yaml | 118 by AVP when resuming from the LP0 state. 119 The AVP (Audio-Video Processor) is an ARM7 processor and
|