| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/ |
| H A D | pinyin.pro.user | 7 <value type="QByteArray">{fe35d476-21b8-485c-a345-3eb73f7852ae}</value> 11 <value type="int">0</value> 16 <value type="bool" key="EditorConfiguration.AutoIndent">true</value> 17 <value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value> 18 <value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value> 20 <value type="QString" key="language">Cpp</value> 21 <valuemap type="QVariantMap" key="value"> 22 <value type="QByteArray" key="CurrentPreferences">CppGlobal</value> 26 <value type="QString" key="language">QmlJS</value> 27 <valuemap type="QVariantMap" key="value"> [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/ |
| H A D | halmac_tx_desc_chip.h | 22 #define SET_TX_DESC_DISQSELSEQ_8814A(txdesc, value) \ argument 23 SET_TX_DESC_DISQSELSEQ(txdesc, value) 25 #define SET_TX_DESC_GF_8814A(txdesc, value) SET_TX_DESC_GF(txdesc, value) argument 27 #define SET_TX_DESC_NO_ACM_8814A(txdesc, value) \ argument 28 SET_TX_DESC_NO_ACM(txdesc, value) 30 #define SET_TX_DESC_AMSDU_PAD_EN_8814A(txdesc, value) \ argument 31 SET_TX_DESC_AMSDU_PAD_EN(txdesc, value) 33 #define SET_TX_DESC_LS_8814A(txdesc, value) SET_TX_DESC_LS(txdesc, value) argument 35 #define SET_TX_DESC_HTC_8814A(txdesc, value) SET_TX_DESC_HTC(txdesc, value) argument 37 #define SET_TX_DESC_BMC_8814A(txdesc, value) SET_TX_DESC_BMC(txdesc, value) argument [all …]
|
| H A D | halmac_tx_desc_buffer_chip.h | 22 #define SET_TX_DESC_BUFFER_RDG_EN_8814B(txdesc, value) \ argument 23 SET_TX_DESC_BUFFER_RDG_EN(txdesc, value) 26 #define SET_TX_DESC_BUFFER_BCNPKT_TSF_CTRL_8814B(txdesc, value) \ argument 27 SET_TX_DESC_BUFFER_BCNPKT_TSF_CTRL(txdesc, value) 30 #define SET_TX_DESC_BUFFER_AGG_EN_8814B(txdesc, value) \ argument 31 SET_TX_DESC_BUFFER_AGG_EN(txdesc, value) 34 #define SET_TX_DESC_BUFFER_PKT_OFFSET_8814B(txdesc, value) \ argument 35 SET_TX_DESC_BUFFER_PKT_OFFSET(txdesc, value) 38 #define SET_TX_DESC_BUFFER_OFFSET_8814B(txdesc, value) \ argument 39 SET_TX_DESC_BUFFER_OFFSET(txdesc, value) [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/ |
| H A D | halmac_tx_desc_chip.h | 22 #define SET_TX_DESC_DISQSELSEQ_8814A(txdesc, value) \ argument 23 SET_TX_DESC_DISQSELSEQ(txdesc, value) 25 #define SET_TX_DESC_GF_8814A(txdesc, value) SET_TX_DESC_GF(txdesc, value) argument 27 #define SET_TX_DESC_NO_ACM_8814A(txdesc, value) \ argument 28 SET_TX_DESC_NO_ACM(txdesc, value) 30 #define SET_TX_DESC_AMSDU_PAD_EN_8814A(txdesc, value) \ argument 31 SET_TX_DESC_AMSDU_PAD_EN(txdesc, value) 33 #define SET_TX_DESC_LS_8814A(txdesc, value) SET_TX_DESC_LS(txdesc, value) argument 35 #define SET_TX_DESC_HTC_8814A(txdesc, value) SET_TX_DESC_HTC(txdesc, value) argument 37 #define SET_TX_DESC_BMC_8814A(txdesc, value) SET_TX_DESC_BMC(txdesc, value) argument [all …]
|
| H A D | halmac_original_h2c_ap.h | 95 #define ORIGINAL_H2C_SET_CMD_ID(h2c_pkt, value) \ argument 96 SET_H2C_FIELD_CLR(h2c_pkt + 0X00, 0, 5, value) 97 #define ORIGINAL_H2C_SET_CMD_ID_NO_CLR(h2c_pkt, value) \ argument 98 SET_H2C_FIELD_NO_CLR(h2c_pkt + 0X00, 0, 5, value) 100 #define ORIGINAL_H2C_SET_CLASS(h2c_pkt, value) \ argument 101 SET_H2C_FIELD_CLR(h2c_pkt + 0X00, 5, 3, value) 102 #define ORIGINAL_H2C_SET_CLASS_NO_CLR(h2c_pkt, value) \ argument 103 SET_H2C_FIELD_NO_CLR(h2c_pkt + 0X00, 5, 3, value) 105 #define H2C2H_LB_SET_CMD_ID(h2c_pkt, value) \ argument 106 SET_H2C_FIELD_CLR(h2c_pkt + 0X00, 0, 5, value) [all …]
|
| H A D | halmac_fw_offload_h2c_ap.h | 109 #define H2C_CMD_HEADER_SET_CATEGORY(h2c_pkt, value) \ argument 110 SET_H2C_FIELD_CLR(h2c_pkt + 0X00, 0, 7, value) 111 #define H2C_CMD_HEADER_SET_CATEGORY_NO_CLR(h2c_pkt, value) \ argument 112 SET_H2C_FIELD_NO_CLR(h2c_pkt + 0X00, 0, 7, value) 114 #define H2C_CMD_HEADER_SET_ACK(h2c_pkt, value) \ argument 115 SET_H2C_FIELD_CLR(h2c_pkt + 0X00, 7, 1, value) 116 #define H2C_CMD_HEADER_SET_ACK_NO_CLR(h2c_pkt, value) \ argument 117 SET_H2C_FIELD_NO_CLR(h2c_pkt + 0X00, 7, 1, value) 120 #define H2C_CMD_HEADER_SET_TOTAL_LEN(h2c_pkt, value) \ argument 121 SET_H2C_FIELD_CLR(h2c_pkt + 0X04, 0, 16, value) [all …]
|
| H A D | halmac_original_c2h_ap.h | 33 #define C2H_SET_CMD_ID(c2h_pkt, value) \ argument 34 SET_C2H_FIELD_CLR(c2h_pkt + 0X00, 0, 8, value) 35 #define C2H_SET_CMD_ID_NO_CLR(c2h_pkt, value) \ argument 36 SET_C2H_FIELD_NO_CLR(c2h_pkt + 0X00, 0, 8, value) 38 #define C2H_SET_SEQ(c2h_pkt, value) \ argument 39 SET_C2H_FIELD_CLR(c2h_pkt + 0X00, 8, 8, value) 40 #define C2H_SET_SEQ_NO_CLR(c2h_pkt, value) \ argument 41 SET_C2H_FIELD_NO_CLR(c2h_pkt + 0X00, 8, 8, value) 43 #define DBG_SET_CMD_ID(c2h_pkt, value) \ argument 44 SET_C2H_FIELD_CLR(c2h_pkt + 0X00, 0, 8, value) [all …]
|
| H A D | halmac_fw_offload_c2h_ap.h | 110 #define C2H_HDR_SET_CMD_ID(c2h_pkt, value) \ argument 111 SET_C2H_FIELD_CLR(c2h_pkt + 0X00, 0, 8, value) 112 #define C2H_HDR_SET_CMD_ID_NO_CLR(c2h_pkt, value) \ argument 113 SET_C2H_FIELD_NO_CLR(c2h_pkt + 0X00, 0, 8, value) 115 #define C2H_HDR_SET_SEQ(c2h_pkt, value) \ argument 116 SET_C2H_FIELD_CLR(c2h_pkt + 0X00, 8, 8, value) 117 #define C2H_HDR_SET_SEQ_NO_CLR(c2h_pkt, value) \ argument 118 SET_C2H_FIELD_NO_CLR(c2h_pkt + 0X00, 8, 8, value) 120 #define C2H_HDR_SET_C2H_SUB_CMD_ID(c2h_pkt, value) \ argument 121 SET_C2H_FIELD_CLR(c2h_pkt + 0X00, 16, 8, value) [all …]
|
| H A D | halmac_tx_desc_buffer_chip.h | 22 #define SET_TX_DESC_BUFFER_RDG_EN_8814B(txdesc, value) \ argument 23 SET_TX_DESC_BUFFER_RDG_EN(txdesc, value) 26 #define SET_TX_DESC_BUFFER_BCNPKT_TSF_CTRL_8814B(txdesc, value) \ argument 27 SET_TX_DESC_BUFFER_BCNPKT_TSF_CTRL(txdesc, value) 30 #define SET_TX_DESC_BUFFER_AGG_EN_8814B(txdesc, value) \ argument 31 SET_TX_DESC_BUFFER_AGG_EN(txdesc, value) 34 #define SET_TX_DESC_BUFFER_PKT_OFFSET_8814B(txdesc, value) \ argument 35 SET_TX_DESC_BUFFER_PKT_OFFSET(txdesc, value) 38 #define SET_TX_DESC_BUFFER_OFFSET_8814B(txdesc, value) \ argument 39 SET_TX_DESC_BUFFER_OFFSET(txdesc, value) [all …]
|
| H A D | halmac_tx_desc_ie_chip.h | 22 #define IE0_SET_TX_DESC_IE_END_8814B(txdesc_ie, value) \ argument 23 IE0_SET_TX_DESC_IE_END(txdesc_ie, value) 25 #define IE0_SET_TX_DESC_IE_UP_8814B(txdesc_ie, value) \ argument 26 IE0_SET_TX_DESC_IE_UP(txdesc_ie, value) 29 #define IE0_SET_TX_DESC_IE_NUM_8814B(txdesc_ie, value) \ argument 30 IE0_SET_TX_DESC_IE_NUM(txdesc_ie, value) 33 #define IE0_SET_TX_DESC_ARFR_TABLE_SEL_8814B(txdesc_ie, value) \ argument 34 IE0_SET_TX_DESC_ARFR_TABLE_SEL(txdesc_ie, value) 37 #define IE0_SET_TX_DESC_ARFR_HT_EN_8814B(txdesc_ie, value) \ argument 38 IE0_SET_TX_DESC_ARFR_HT_EN(txdesc_ie, value) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/ |
| H A D | halmac_tx_desc_chip.h | 23 #define SET_TX_DESC_DISQSELSEQ_8814A(txdesc, value) \ argument 24 SET_TX_DESC_DISQSELSEQ(txdesc, value) 26 #define SET_TX_DESC_GF_8814A(txdesc, value) SET_TX_DESC_GF(txdesc, value) argument 28 #define SET_TX_DESC_NO_ACM_8814A(txdesc, value) \ argument 29 SET_TX_DESC_NO_ACM(txdesc, value) 31 #define SET_TX_DESC_AMSDU_PAD_EN_8814A(txdesc, value) \ argument 32 SET_TX_DESC_AMSDU_PAD_EN(txdesc, value) 34 #define SET_TX_DESC_LS_8814A(txdesc, value) SET_TX_DESC_LS(txdesc, value) argument 36 #define SET_TX_DESC_HTC_8814A(txdesc, value) SET_TX_DESC_HTC(txdesc, value) argument 38 #define SET_TX_DESC_BMC_8814A(txdesc, value) SET_TX_DESC_BMC(txdesc, value) argument [all …]
|
| H A D | halmac_original_h2c_ap.h | 96 #define ORIGINAL_H2C_SET_CMD_ID(h2c_pkt, value) \ argument 97 SET_H2C_FIELD_CLR(h2c_pkt + 0X00, 0, 5, value) 98 #define ORIGINAL_H2C_SET_CMD_ID_NO_CLR(h2c_pkt, value) \ argument 99 SET_H2C_FIELD_NO_CLR(h2c_pkt + 0X00, 0, 5, value) 101 #define ORIGINAL_H2C_SET_CLASS(h2c_pkt, value) \ argument 102 SET_H2C_FIELD_CLR(h2c_pkt + 0X00, 5, 3, value) 103 #define ORIGINAL_H2C_SET_CLASS_NO_CLR(h2c_pkt, value) \ argument 104 SET_H2C_FIELD_NO_CLR(h2c_pkt + 0X00, 5, 3, value) 106 #define H2C2H_LB_SET_CMD_ID(h2c_pkt, value) \ argument 107 SET_H2C_FIELD_CLR(h2c_pkt + 0X00, 0, 5, value) [all …]
|
| H A D | halmac_fw_offload_h2c_ap.h | 110 #define H2C_CMD_HEADER_SET_CATEGORY(h2c_pkt, value) \ argument 111 SET_H2C_FIELD_CLR(h2c_pkt + 0X00, 0, 7, value) 112 #define H2C_CMD_HEADER_SET_CATEGORY_NO_CLR(h2c_pkt, value) \ argument 113 SET_H2C_FIELD_NO_CLR(h2c_pkt + 0X00, 0, 7, value) 115 #define H2C_CMD_HEADER_SET_ACK(h2c_pkt, value) \ argument 116 SET_H2C_FIELD_CLR(h2c_pkt + 0X00, 7, 1, value) 117 #define H2C_CMD_HEADER_SET_ACK_NO_CLR(h2c_pkt, value) \ argument 118 SET_H2C_FIELD_NO_CLR(h2c_pkt + 0X00, 7, 1, value) 121 #define H2C_CMD_HEADER_SET_TOTAL_LEN(h2c_pkt, value) \ argument 122 SET_H2C_FIELD_CLR(h2c_pkt + 0X04, 0, 16, value) [all …]
|
| H A D | halmac_original_c2h_ap.h | 34 #define C2H_SET_CMD_ID(c2h_pkt, value) \ argument 35 SET_C2H_FIELD_CLR(c2h_pkt + 0X00, 0, 8, value) 36 #define C2H_SET_CMD_ID_NO_CLR(c2h_pkt, value) \ argument 37 SET_C2H_FIELD_NO_CLR(c2h_pkt + 0X00, 0, 8, value) 39 #define C2H_SET_SEQ(c2h_pkt, value) \ argument 40 SET_C2H_FIELD_CLR(c2h_pkt + 0X00, 8, 8, value) 41 #define C2H_SET_SEQ_NO_CLR(c2h_pkt, value) \ argument 42 SET_C2H_FIELD_NO_CLR(c2h_pkt + 0X00, 8, 8, value) 44 #define DBG_SET_CMD_ID(c2h_pkt, value) \ argument 45 SET_C2H_FIELD_CLR(c2h_pkt + 0X00, 0, 8, value) [all …]
|
| H A D | halmac_fw_offload_c2h_ap.h | 111 #define C2H_HDR_SET_CMD_ID(c2h_pkt, value) \ argument 112 SET_C2H_FIELD_CLR(c2h_pkt + 0X00, 0, 8, value) 113 #define C2H_HDR_SET_CMD_ID_NO_CLR(c2h_pkt, value) \ argument 114 SET_C2H_FIELD_NO_CLR(c2h_pkt + 0X00, 0, 8, value) 116 #define C2H_HDR_SET_SEQ(c2h_pkt, value) \ argument 117 SET_C2H_FIELD_CLR(c2h_pkt + 0X00, 8, 8, value) 118 #define C2H_HDR_SET_SEQ_NO_CLR(c2h_pkt, value) \ argument 119 SET_C2H_FIELD_NO_CLR(c2h_pkt + 0X00, 8, 8, value) 121 #define C2H_HDR_SET_C2H_SUB_CMD_ID(c2h_pkt, value) \ argument 122 SET_C2H_FIELD_CLR(c2h_pkt + 0X00, 16, 8, value) [all …]
|
| H A D | halmac_tx_desc_buffer_chip.h | 23 #define SET_TX_DESC_BUFFER_RDG_EN_8814B(txdesc, value) \ argument 24 SET_TX_DESC_BUFFER_RDG_EN(txdesc, value) 27 #define SET_TX_DESC_BUFFER_BCNPKT_TSF_CTRL_8814B(txdesc, value) \ argument 28 SET_TX_DESC_BUFFER_BCNPKT_TSF_CTRL(txdesc, value) 31 #define SET_TX_DESC_BUFFER_AGG_EN_8814B(txdesc, value) \ argument 32 SET_TX_DESC_BUFFER_AGG_EN(txdesc, value) 35 #define SET_TX_DESC_BUFFER_PKT_OFFSET_8814B(txdesc, value) \ argument 36 SET_TX_DESC_BUFFER_PKT_OFFSET(txdesc, value) 39 #define SET_TX_DESC_BUFFER_OFFSET_8814B(txdesc, value) \ argument 40 SET_TX_DESC_BUFFER_OFFSET(txdesc, value) [all …]
|
| H A D | halmac_tx_desc_ie_chip.h | 23 #define IE0_SET_TX_DESC_IE_END_8814B(txdesc_ie, value) \ argument 24 IE0_SET_TX_DESC_IE_END(txdesc_ie, value) 26 #define IE0_SET_TX_DESC_IE_UP_8814B(txdesc_ie, value) \ argument 27 IE0_SET_TX_DESC_IE_UP(txdesc_ie, value) 30 #define IE0_SET_TX_DESC_IE_NUM_8814B(txdesc_ie, value) \ argument 31 IE0_SET_TX_DESC_IE_NUM(txdesc_ie, value) 34 #define IE0_SET_TX_DESC_ARFR_TABLE_SEL_8814B(txdesc_ie, value) \ argument 35 IE0_SET_TX_DESC_ARFR_TABLE_SEL(txdesc_ie, value) 38 #define IE0_SET_TX_DESC_ARFR_HT_EN_8814B(txdesc_ie, value) \ argument 39 IE0_SET_TX_DESC_ARFR_HT_EN(txdesc_ie, value) [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/ |
| H A D | halmac_tx_desc_chip.h | 22 #define SET_TX_DESC_DISQSELSEQ_8814A(txdesc, value) \ argument 23 SET_TX_DESC_DISQSELSEQ(txdesc, value) 25 #define SET_TX_DESC_GF_8814A(txdesc, value) SET_TX_DESC_GF(txdesc, value) argument 27 #define SET_TX_DESC_NO_ACM_8814A(txdesc, value) \ argument 28 SET_TX_DESC_NO_ACM(txdesc, value) 30 #define SET_TX_DESC_AMSDU_PAD_EN_8814A(txdesc, value) \ argument 31 SET_TX_DESC_AMSDU_PAD_EN(txdesc, value) 33 #define SET_TX_DESC_LS_8814A(txdesc, value) SET_TX_DESC_LS(txdesc, value) argument 35 #define SET_TX_DESC_HTC_8814A(txdesc, value) SET_TX_DESC_HTC(txdesc, value) argument 37 #define SET_TX_DESC_BMC_8814A(txdesc, value) SET_TX_DESC_BMC(txdesc, value) argument [all …]
|
| H A D | halmac_original_h2c_ap.h | 95 #define ORIGINAL_H2C_SET_CMD_ID(h2c_pkt, value) \ argument 96 SET_H2C_FIELD_CLR(h2c_pkt + 0X00, 0, 5, value) 97 #define ORIGINAL_H2C_SET_CMD_ID_NO_CLR(h2c_pkt, value) \ argument 98 SET_H2C_FIELD_NO_CLR(h2c_pkt + 0X00, 0, 5, value) 100 #define ORIGINAL_H2C_SET_CLASS(h2c_pkt, value) \ argument 101 SET_H2C_FIELD_CLR(h2c_pkt + 0X00, 5, 3, value) 102 #define ORIGINAL_H2C_SET_CLASS_NO_CLR(h2c_pkt, value) \ argument 103 SET_H2C_FIELD_NO_CLR(h2c_pkt + 0X00, 5, 3, value) 105 #define H2C2H_LB_SET_CMD_ID(h2c_pkt, value) \ argument 106 SET_H2C_FIELD_CLR(h2c_pkt + 0X00, 0, 5, value) [all …]
|
| H A D | halmac_fw_offload_h2c_ap.h | 109 #define H2C_CMD_HEADER_SET_CATEGORY(h2c_pkt, value) \ argument 110 SET_H2C_FIELD_CLR(h2c_pkt + 0X00, 0, 7, value) 111 #define H2C_CMD_HEADER_SET_CATEGORY_NO_CLR(h2c_pkt, value) \ argument 112 SET_H2C_FIELD_NO_CLR(h2c_pkt + 0X00, 0, 7, value) 114 #define H2C_CMD_HEADER_SET_ACK(h2c_pkt, value) \ argument 115 SET_H2C_FIELD_CLR(h2c_pkt + 0X00, 7, 1, value) 116 #define H2C_CMD_HEADER_SET_ACK_NO_CLR(h2c_pkt, value) \ argument 117 SET_H2C_FIELD_NO_CLR(h2c_pkt + 0X00, 7, 1, value) 120 #define H2C_CMD_HEADER_SET_TOTAL_LEN(h2c_pkt, value) \ argument 121 SET_H2C_FIELD_CLR(h2c_pkt + 0X04, 0, 16, value) [all …]
|
| H A D | halmac_original_c2h_ap.h | 33 #define C2H_SET_CMD_ID(c2h_pkt, value) \ argument 34 SET_C2H_FIELD_CLR(c2h_pkt + 0X00, 0, 8, value) 35 #define C2H_SET_CMD_ID_NO_CLR(c2h_pkt, value) \ argument 36 SET_C2H_FIELD_NO_CLR(c2h_pkt + 0X00, 0, 8, value) 38 #define C2H_SET_SEQ(c2h_pkt, value) \ argument 39 SET_C2H_FIELD_CLR(c2h_pkt + 0X00, 8, 8, value) 40 #define C2H_SET_SEQ_NO_CLR(c2h_pkt, value) \ argument 41 SET_C2H_FIELD_NO_CLR(c2h_pkt + 0X00, 8, 8, value) 43 #define DBG_SET_CMD_ID(c2h_pkt, value) \ argument 44 SET_C2H_FIELD_CLR(c2h_pkt + 0X00, 0, 8, value) [all …]
|
| H A D | halmac_fw_offload_c2h_ap.h | 110 #define C2H_HDR_SET_CMD_ID(c2h_pkt, value) \ argument 111 SET_C2H_FIELD_CLR(c2h_pkt + 0X00, 0, 8, value) 112 #define C2H_HDR_SET_CMD_ID_NO_CLR(c2h_pkt, value) \ argument 113 SET_C2H_FIELD_NO_CLR(c2h_pkt + 0X00, 0, 8, value) 115 #define C2H_HDR_SET_SEQ(c2h_pkt, value) \ argument 116 SET_C2H_FIELD_CLR(c2h_pkt + 0X00, 8, 8, value) 117 #define C2H_HDR_SET_SEQ_NO_CLR(c2h_pkt, value) \ argument 118 SET_C2H_FIELD_NO_CLR(c2h_pkt + 0X00, 8, 8, value) 120 #define C2H_HDR_SET_C2H_SUB_CMD_ID(c2h_pkt, value) \ argument 121 SET_C2H_FIELD_CLR(c2h_pkt + 0X00, 16, 8, value) [all …]
|
| H A D | halmac_tx_desc_buffer_chip.h | 22 #define SET_TX_DESC_BUFFER_RDG_EN_8814B(txdesc, value) \ argument 23 SET_TX_DESC_BUFFER_RDG_EN(txdesc, value) 26 #define SET_TX_DESC_BUFFER_BCNPKT_TSF_CTRL_8814B(txdesc, value) \ argument 27 SET_TX_DESC_BUFFER_BCNPKT_TSF_CTRL(txdesc, value) 30 #define SET_TX_DESC_BUFFER_AGG_EN_8814B(txdesc, value) \ argument 31 SET_TX_DESC_BUFFER_AGG_EN(txdesc, value) 34 #define SET_TX_DESC_BUFFER_PKT_OFFSET_8814B(txdesc, value) \ argument 35 SET_TX_DESC_BUFFER_PKT_OFFSET(txdesc, value) 38 #define SET_TX_DESC_BUFFER_OFFSET_8814B(txdesc, value) \ argument 39 SET_TX_DESC_BUFFER_OFFSET(txdesc, value) [all …]
|
| H A D | halmac_tx_desc_ie_chip.h | 22 #define IE0_SET_TX_DESC_IE_END_8814B(txdesc_ie, value) \ argument 23 IE0_SET_TX_DESC_IE_END(txdesc_ie, value) 25 #define IE0_SET_TX_DESC_IE_UP_8814B(txdesc_ie, value) \ argument 26 IE0_SET_TX_DESC_IE_UP(txdesc_ie, value) 29 #define IE0_SET_TX_DESC_IE_NUM_8814B(txdesc_ie, value) \ argument 30 IE0_SET_TX_DESC_IE_NUM(txdesc_ie, value) 33 #define IE0_SET_TX_DESC_ARFR_TABLE_SEL_8814B(txdesc_ie, value) \ argument 34 IE0_SET_TX_DESC_ARFR_TABLE_SEL(txdesc_ie, value) 37 #define IE0_SET_TX_DESC_ARFR_HT_EN_8814B(txdesc_ie, value) \ argument 38 IE0_SET_TX_DESC_ARFR_HT_EN(txdesc_ie, value) [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/usbcamera/ |
| H A D | usbcamera.pro.user | 7 <value type="QByteArray">{50198d94-58c8-48ff-91ac-fd9ae40ff26d}</value> 11 <value type="int">0</value> 16 <value type="bool" key="EditorConfiguration.AutoIndent">true</value> 17 <value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value> 18 <value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value> 20 <value type="QString" key="language">Cpp</value> 21 <valuemap type="QVariantMap" key="value"> 22 <value type="QByteArray" key="CurrentPreferences">CppGlobal</value> 26 <value type="QString" key="language">QmlJS</value> 27 <valuemap type="QVariantMap" key="value"> [all …]
|