Home
last modified time | relevance | path

Searched refs:basic_req (Results 1 – 3 of 3) sorted by relevance

/linux/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h87 struct dsp_basic_dma_req basic_req; /* Optional */ member
283 struct dsp_basic_dma_req basic_req; /* Optional */ member
351 struct dsp_basic_dma_req basic_req; /* Optional */ member
415 struct dsp_basic_dma_req basic_req; /* Optional */ member
431 sublist at the DMA source address word (sub_list_ptr->basic_req.saw).
433 output task advances sub_list_ptr->basic_req.saw past the samples
434 consumed. SPuD must initialize the sub_list_ptr->basic_req.saw
472 struct dsp_basic_dma_req basic_req; /* Optional */ member
706 struct dsp_basic_dma_req basic_req; /* Optional */ member
752 struct dsp_basic_dma_req basic_req; /* Optiona member
1042 struct dsp_basic_dma_req basic_req; /* Optional */ global() member
[all...]
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c2427 struct mt76_connac_bss_basic_tlv *basic_req; in mt7925_mcu_bss_basic_tlv() local
2433 tlv = mt76_connac_mcu_add_tlv(skb, UNI_BSS_INFO_BASIC, sizeof(*basic_req)); in mt7925_mcu_bss_basic_tlv()
2434 basic_req = (struct mt76_connac_bss_basic_tlv *)tlv; in mt7925_mcu_bss_basic_tlv()
2438 basic_req->hw_bss_idx = idx; in mt7925_mcu_bss_basic_tlv()
2440 basic_req->phymode_ext = mt7925_get_phy_mode_ext(phy, vif, band, in mt7925_mcu_bss_basic_tlv()
2444 basic_req->nonht_basic_phy = cpu_to_le16(PHY_TYPE_ERP_INDEX); in mt7925_mcu_bss_basic_tlv()
2446 basic_req->nonht_basic_phy = cpu_to_le16(PHY_TYPE_OFDM_INDEX); in mt7925_mcu_bss_basic_tlv()
2448 memcpy(basic_req->bssid, link_conf->bssid, ETH_ALEN); in mt7925_mcu_bss_basic_tlv()
2449 basic_req->phymode = mt76_connac_get_phy_mode(phy, vif, band, link_sta); in mt7925_mcu_bss_basic_tlv()
2450 basic_req in mt7925_mcu_bss_basic_tlv()
2727 } basic_req = { mt7925_mcu_del_dev() local
[all...]
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c1179 } basic_req = { in mt76_connac_mcu_uni_add_dev() local
1203 basic_req.basic.conn_type = cpu_to_le32(CONNECTION_INFRA_AP); in mt76_connac_mcu_uni_add_dev()
1206 basic_req.basic.conn_type = cpu_to_le32(CONNECTION_INFRA_STA); in mt76_connac_mcu_uni_add_dev()
1209 basic_req.basic.conn_type = cpu_to_le32(CONNECTION_P2P_GO); in mt76_connac_mcu_uni_add_dev()
1212 basic_req.basic.conn_type = cpu_to_le32(CONNECTION_IBSS_ADHOC); in mt76_connac_mcu_uni_add_dev()
1220 basic_req.basic.hw_bss_idx = idx; in mt76_connac_mcu_uni_add_dev()
1225 data = enable ? (void *)&dev_req : (void *)&basic_req; in mt76_connac_mcu_uni_add_dev()
1226 len = enable ? sizeof(dev_req) : sizeof(basic_req); in mt76_connac_mcu_uni_add_dev()
1233 data = enable ? (void *)&basic_req : (void *)&dev_req; in mt76_connac_mcu_uni_add_dev()
1234 len = enable ? sizeof(basic_req) in mt76_connac_mcu_uni_add_dev()
1558 } basic_req = { mt76_connac_mcu_uni_add_bss() local
[all...]