/linux-6.1.9/drivers/mtd/parsers/ |
D | parser_trx.c | 57 struct trx_header trx; in parser_trx_parse() local 73 err = mtd_read(mtd, 0, sizeof(trx), &bytes_read, (uint8_t *)&trx); in parser_trx_parse() 80 if (trx.magic != trx_magic) { in parser_trx_parse() 86 if (trx.offset[2]) { in parser_trx_parse() 89 part->offset = trx.offset[i]; in parser_trx_parse() 93 if (trx.offset[i]) { in parser_trx_parse() 96 part->offset = trx.offset[i]; in parser_trx_parse() 100 if (trx.offset[i]) { in parser_trx_parse() 102 part->name = parser_trx_data_part_name(mtd, trx.offset[i]); in parser_trx_parse() 103 part->offset = trx.offset[i]; in parser_trx_parse()
|
D | bcm47xxpart.c | 184 struct trx_header *trx; in bcm47xxpart_parse() local 203 trx = (struct trx_header *)buf; in bcm47xxpart_parse() 204 last_subpart = max3(trx->offset[0], trx->offset[1], in bcm47xxpart_parse() 205 trx->offset[2]); in bcm47xxpart_parse() 206 trx_size = max(trx->length, last_subpart + blocksize); in bcm47xxpart_parse() 291 struct mtd_partition *trx = &parts[trx_parts[i]]; in bcm47xxpart_parse() local 294 trx->types = trx_types; in bcm47xxpart_parse() 296 trx->name = "failsafe"; in bcm47xxpart_parse()
|
/linux-6.1.9/Documentation/devicetree/bindings/mtd/partitions/ |
D | linksys,ns-partitions.yaml | 38 - const: brcm,trx 66 compatible = "linksys,ns-firmware", "brcm,trx"; 71 compatible = "linksys,ns-firmware", "brcm,trx";
|
D | brcm,trx.txt | 29 - compatible : (required) must be "brcm,trx" 33 - brcm,trx-magic: TRX magic, if it is different from the default magic 40 compatible = "brcm,trx";
|
D | nvmem-cells.yaml | 78 compatible = "brcm,trx";
|
/linux-6.1.9/drivers/net/ethernet/micrel/ |
D | ks8851_spi.c | 154 u8 *trx = ks->rxd; in ks8851_rdreg() local 169 xfer->rx_buf = trx; in ks8851_rdreg() 176 xfer->rx_buf = trx; in ks8851_rdreg() 184 memcpy(rxb, trx, rxl); in ks8851_rdreg() 186 memcpy(rxb, trx + 2, rxl); in ks8851_rdreg()
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | Makefile | 10 trx.o
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | Makefile | 11 trx.o
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | Makefile | 11 trx.o
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | Makefile | 11 trx.o
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | Makefile | 12 trx.o
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | Makefile | 12 trx.o \
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | Makefile | 12 trx.o \
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | Makefile | 12 trx.o \
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | Makefile | 14 trx.o \
|
/linux-6.1.9/drivers/net/ieee802154/ |
D | at86rf230.c | 68 struct spi_transfer trx; member 724 ctx->trx.len = AT86RF2XX_MAX_BUF; in at86rf230_rx_trac_check() 728 ctx->trx.len = 2; in at86rf230_rx_trac_check() 776 state->trx.len = 2; in at86rf230_setup_spi_messages() 777 state->trx.tx_buf = state->buf; in at86rf230_setup_spi_messages() 778 state->trx.rx_buf = state->buf; in at86rf230_setup_spi_messages() 779 spi_message_add_tail(&state->trx, &state->msg); in at86rf230_setup_spi_messages() 820 ctx->trx.len = 2; in at86rf230_write_frame_complete() 843 ctx->trx.len = skb->len + 2; in at86rf230_write_frame() 847 ctx->trx.len = 2; in at86rf230_write_frame()
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | bcm47094-linksys-panamera.dts | 305 compatible = "linksys,ns-firmware", "brcm,trx"; 310 compatible = "linksys,ns-firmware", "brcm,trx";
|
D | bcm47094-phicomm-k3.dts | 67 compatible = "brcm,trx";
|
D | bcm4709-asus-rt-ac87u.dts | 89 compatible = "brcm,trx";
|
D | bcm4709-tplink-archer-c9-v1.dts | 120 compatible = "brcm,trx";
|
D | bcm47081-tplink-archer-c5-v2.dts | 111 compatible = "brcm,trx";
|
D | r8a7742-iwg21d-q7.dts | 237 can-trx-en-hog { 241 line-name = "can-trx-en-gpio";
|
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | testmode.h | 42 struct mt7915_tm_trx trx; member
|
/linux-6.1.9/drivers/net/ethernet/vertexcom/ |
D | mse102x.c | 178 u8 *trx = mse->rxd; in mse102x_rx_cmd_spi() local 185 xfer->rx_buf = trx; in mse102x_rx_cmd_spi() 199 memcpy(rxb, trx + 2, 2); in mse102x_rx_cmd_spi()
|
/linux-6.1.9/drivers/scsi/qla2xxx/ |
D | qla_os.c | 6149 __be16 *trx = (__force __be16 *)sfp; /* already be16 */ in qla24xx_process_purex_rdp() local 6150 rsp_payload->sfp_diag_desc.temperature = trx[0]; in qla24xx_process_purex_rdp() 6151 rsp_payload->sfp_diag_desc.vcc = trx[1]; in qla24xx_process_purex_rdp() 6152 rsp_payload->sfp_diag_desc.tx_bias = trx[2]; in qla24xx_process_purex_rdp() 6153 rsp_payload->sfp_diag_desc.tx_power = trx[3]; in qla24xx_process_purex_rdp() 6154 rsp_payload->sfp_diag_desc.rx_power = trx[4]; in qla24xx_process_purex_rdp() 6255 __be16 *trx = (__force __be16 *)sfp; /* already be16 */ in qla24xx_process_purex_rdp() local 6258 rsp_payload->optical_elmt_desc[0].high_alarm = trx[0]; in qla24xx_process_purex_rdp() 6259 rsp_payload->optical_elmt_desc[0].low_alarm = trx[1]; in qla24xx_process_purex_rdp() 6260 rsp_payload->optical_elmt_desc[0].high_warn = trx[2]; in qla24xx_process_purex_rdp() [all …]
|