| /linux/drivers/mtd/parsers/ |
| H A D | parser_trx.c | 57 struct trx_header trx; in parser_trx_parse() local 72 err = mtd_read(mtd, 0, sizeof(trx), &bytes_read, (uint8_t *)&trx); in parser_trx_parse() 79 if (trx.magic != trx_magic) { in parser_trx_parse() 85 if (trx.offset[2]) { in parser_trx_parse() 88 part->offset = trx.offset[i]; in parser_trx_parse() 92 if (trx.offset[i]) { in parser_trx_parse() 95 part->offset = trx.offset[i]; in parser_trx_parse() 99 if (trx.offset[i]) { in parser_trx_parse() 101 part->name = parser_trx_data_part_name(mtd, trx.offset[i]); in parser_trx_parse() 102 part->offset = trx.offset[i]; in parser_trx_parse()
|
| H A D | bcm47xxpart.c | 183 struct trx_header *trx; in bcm47xxpart_parse() local 202 trx = (struct trx_header *)buf; in bcm47xxpart_parse() 203 last_subpart = max3(trx->offset[0], trx->offset[1], in bcm47xxpart_parse() 204 trx->offset[2]); in bcm47xxpart_parse() 205 trx_size = max(trx->length, last_subpart + blocksize); in bcm47xxpart_parse() 290 struct mtd_partition *trx = &parts[trx_parts[i]]; in bcm47xxpart_parse() local 293 trx->types = trx_types; in bcm47xxpart_parse() 295 trx->name = "failsafe"; in bcm47xxpart_parse()
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm53016-dlink-dwl-8610ap.dts | 111 /* This is named nflash1.trx in CFE */ 112 trx@0 { 115 compatible = "brcm,trx"; 122 compatible = "brcm,trx";
|
| H A D | bcm4709-linksys-ea9200.dts | 174 compatible = "linksys,ns-firmware", "brcm,trx"; 179 compatible = "linksys,ns-firmware", "brcm,trx";
|
| H A D | bcm47094-phicomm-k3.dts | 67 compatible = "brcm,trx";
|
| H A D | bcm4709-asus-rt-ac87u.dts | 100 compatible = "brcm,trx";
|
| H A D | bcm47081-tplink-archer-c5-v2.dts | 102 compatible = "brcm,trx";
|
| H A D | bcm4709-tplink-archer-c9-v1.dts | 111 compatible = "brcm,trx";
|
| H A D | bcm4709-asus-rt-ac3200.dts | 111 compatible = "brcm,trx";
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
| H A D | Makefile | 10 trx.o
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| H A D | Makefile | 11 trx.o
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| H A D | Makefile | 11 trx.o
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/ |
| H A D | Makefile | 11 trx.o
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
| H A D | Makefile | 11 trx.o
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| H A D | Makefile | 12 trx.o \
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| H A D | Makefile | 12 trx.o \
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| H A D | Makefile | 12 trx.o
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| H A D | Makefile | 12 trx.o \
|
| /linux/drivers/net/ieee802154/ |
| H A D | at86rf230.c | 67 struct spi_transfer trx; member 723 ctx->trx.len = AT86RF2XX_MAX_BUF; in at86rf230_rx_trac_check() 727 ctx->trx.len = 2; in at86rf230_rx_trac_check() 775 state->trx.len = 2; in at86rf230_setup_spi_messages() 776 state->trx.tx_buf = state->buf; in at86rf230_setup_spi_messages() 777 state->trx.rx_buf = state->buf; in at86rf230_setup_spi_messages() 778 spi_message_add_tail(&state->trx, &state->msg); in at86rf230_setup_spi_messages() 819 ctx->trx.len = 2; in at86rf230_write_frame_complete() 842 ctx->trx.len = skb->len + 2; in at86rf230_write_frame() 846 ctx->trx.len = 2; in at86rf230_write_frame()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| H A D | Makefile | 14 trx.o \
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | fw.c | 6963 struct rtw89_btc_trx_info *trx = &btc->dm.trx_info; in rtw89_btc_load_trx_para() local 6968 trx->wl_tx_power[i] = u32_get_bits(rf_para.wl_tx_power[i], in rtw89_btc_load_trx_para() 6970 trx->wl_rx_gain[i] = u32_get_bits(rf_para.wl_rx_gain[i], in rtw89_btc_load_trx_para() 6977 trx->bt_tx_power[i] = u32_get_bits(rf_para.bt_tx_power[i], in rtw89_btc_load_trx_para() 6979 trx->bt_rx_gain[i] = u32_get_bits(rf_para.bt_rx_gain[i], in rtw89_btc_load_trx_para() 6984 trx->zb_tx_power[i] = u32_get_bits(rf_para.zb_tx_power[i], in rtw89_btc_load_trx_para() 6986 trx->zb_rx_gain[i] = u32_get_bits(rf_para.zb_rx_gain[i], in rtw89_btc_load_trx_para() 6990 trx->cn = wl->cn_report; in rtw89_btc_load_trx_para() 6991 trx->nhm = wl->nhm.pwr; in rtw89_btc_load_trx_para() 6997 struct rtw89_btc_trx_info *trx = &btc->dm.trx_info; in rtw89_fw_h2c_cxdrv_trx_v7() local [all …]
|
| /linux/drivers/net/ethernet/vertexcom/ |
| H A D | mse102x.c | 183 u8 *trx = mse->rxd; in mse102x_rx_cmd_spi() local 190 xfer->rx_buf = trx; in mse102x_rx_cmd_spi() 203 memcpy(rxb, trx + 2, 2); in mse102x_rx_cmd_spi()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | usb.c | 1083 struct trx_header_le *trx; in check_file() local 1088 trx = (struct trx_header_le *) headers; in check_file() 1089 if (trx->magic != cpu_to_le32(TRX_MAGIC)) in check_file() 1094 if (le32_to_cpu(trx->flag_version) & TRX_UNCOMP_IMAGE) { in check_file() 1095 actual_len = le32_to_cpu(trx->offsets[TRX_OFFSETS_DLFWLEN_IDX]); in check_file()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | testmode.c | 112 .param.trx.type = type, in mt7915_tm_set_trx() 113 .param.trx.enable = en, in mt7915_tm_set_trx() 114 .param.trx.band = phy->mt76->band_idx, in mt7915_tm_set_trx()
|