Home
last modified time | relevance | path

Searched refs:trx (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/mtd/parsers/
H A Dparser_trx.c57 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 Dbcm47xxpart.c183 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 Dbcm53016-dlink-dwl-8610ap.dts111 /* This is named nflash1.trx in CFE */
112 trx@0 {
115 compatible = "brcm,trx";
122 compatible = "brcm,trx";
H A Dbcm47094-linksys-panamera.dts289 compatible = "linksys,ns-firmware", "brcm,trx";
294 compatible = "linksys,ns-firmware", "brcm,trx";
H A Dbcm47094-phicomm-k3.dts67 compatible = "brcm,trx";
H A Dbcm4709-asus-rt-ac87u.dts100 compatible = "brcm,trx";
H A Dbcm47081-tplink-archer-c5-v2.dts102 compatible = "brcm,trx";
H A Dbcm4709-tplink-archer-c9-v1.dts111 compatible = "brcm,trx";
H A Dbcm4709-asus-rt-ac3200.dts111 compatible = "brcm,trx";
H A Dbcm47094-asus-rt-ac3100.dtsi117 compatible = "brcm,trx";
H A Dbcm47094-asus-rt-ac5300.dts117 compatible = "brcm,trx";
/linux/drivers/net/ieee802154/
H A Dat86rf230.c67 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/rtl8192ce/
H A DMakefile10 trx.o
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A DMakefile11 trx.o
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A DMakefile11 trx.o
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/
H A DMakefile11 trx.o
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A DMakefile11 trx.o
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A DMakefile12 trx.o \
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A DMakefile12 trx.o \
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A DMakefile12 trx.o
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A DMakefile12 trx.o \
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A DMakefile14 trx.o \
/linux/arch/mips/econet/
H A DKconfig45 it can be packed in tclinux.trx format and written to flash.
/linux/drivers/net/ethernet/vertexcom/
H A Dmse102x.c183 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/scsi/qla2xxx/
H A Dqla_os.c6195 __be16 *trx = (__force __be16 *)sfp; /* already be16 */ in qla24xx_process_purex_rdp() local
6196 rsp_payload->sfp_diag_desc.temperature = trx[0]; in qla24xx_process_purex_rdp()
6197 rsp_payload->sfp_diag_desc.vcc = trx[1]; in qla24xx_process_purex_rdp()
6198 rsp_payload->sfp_diag_desc.tx_bias = trx[2]; in qla24xx_process_purex_rdp()
6199 rsp_payload->sfp_diag_desc.tx_power = trx[3]; in qla24xx_process_purex_rdp()
6200 rsp_payload->sfp_diag_desc.rx_power = trx[4]; in qla24xx_process_purex_rdp()
6301 __be16 *trx = (__force __be16 *)sfp; /* already be16 */ in qla24xx_process_purex_rdp() local
6304 rsp_payload->optical_elmt_desc[0].high_alarm = trx[0]; in qla24xx_process_purex_rdp()
6305 rsp_payload->optical_elmt_desc[0].low_alarm = trx[1]; in qla24xx_process_purex_rdp()
6306 rsp_payload->optical_elmt_desc[0].high_warn = trx[2]; in qla24xx_process_purex_rdp()
[all …]

12