Home
last modified time | relevance | path

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

12

/linux/drivers/mtd/parsers/
A Dparser_trx.c57 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()
A Dbcm47xxpart.c184 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/Documentation/devicetree/bindings/mtd/partitions/
A Dlinksys,ns-partitions.yaml38 - const: brcm,trx
66 compatible = "linksys,ns-firmware", "brcm,trx";
71 compatible = "linksys,ns-firmware", "brcm,trx";
A Dbrcm,trx.txt29 - compatible : (required) must be "brcm,trx"
33 - brcm,trx-magic: TRX magic, if it is different from the default magic
40 compatible = "brcm,trx";
A Dnvmem-cells.yaml78 compatible = "brcm,trx";
A Dfixed-partitions.yaml98 compatible = "brcm,trx";
/linux/drivers/net/ethernet/micrel/
A Dks8851_spi.c154 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/drivers/net/ieee802154/
A Dat86rf230.c69 struct spi_transfer trx; member
751 ctx->trx.len = AT86RF2XX_MAX_BUF; in at86rf230_rx_trac_check()
755 ctx->trx.len = 2; in at86rf230_rx_trac_check()
803 state->trx.len = 2; in at86rf230_setup_spi_messages()
804 state->trx.tx_buf = state->buf; in at86rf230_setup_spi_messages()
805 state->trx.rx_buf = state->buf; in at86rf230_setup_spi_messages()
806 spi_message_add_tail(&state->trx, &state->msg); in at86rf230_setup_spi_messages()
847 ctx->trx.len = 2; in at86rf230_write_frame_complete()
870 ctx->trx.len = skb->len + 2; in at86rf230_write_frame()
874 ctx->trx.len = 2; in at86rf230_write_frame()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
A DMakefile10 trx.o
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
A DMakefile11 trx.o
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
A DMakefile11 trx.o
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
A DMakefile11 trx.o
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
A DMakefile12 trx.o
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
A DMakefile12 trx.o \
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
A DMakefile12 trx.o \
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
A DMakefile12 trx.o \
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
A DMakefile14 trx.o \
/linux/arch/arm/boot/dts/
A Dbcm47094-linksys-panamera.dts305 compatible = "linksys,ns-firmware", "brcm,trx";
310 compatible = "linksys,ns-firmware", "brcm,trx";
A Dbcm47094-phicomm-k3.dts67 compatible = "brcm,trx";
A Dbcm4709-asus-rt-ac87u.dts91 compatible = "brcm,trx";
A Dbcm47081-tplink-archer-c5-v2.dts111 compatible = "brcm,trx";
A Dbcm4709-tplink-archer-c9-v1.dts122 compatible = "brcm,trx";
A Dr8a7742-iwg21d-q7.dts237 can-trx-en-gpio{
241 line-name = "can-trx-en-gpio";
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
A Dtestmode.h42 struct mt7915_tm_trx trx; member
/linux/drivers/scsi/qla2xxx/
A Dqla_os.c6084 rsp_payload->sfp_diag_desc.temperature = trx[0]; in qla24xx_process_purex_rdp()
6085 rsp_payload->sfp_diag_desc.vcc = trx[1]; in qla24xx_process_purex_rdp()
6086 rsp_payload->sfp_diag_desc.tx_bias = trx[2]; in qla24xx_process_purex_rdp()
6087 rsp_payload->sfp_diag_desc.tx_power = trx[3]; in qla24xx_process_purex_rdp()
6088 rsp_payload->sfp_diag_desc.rx_power = trx[4]; in qla24xx_process_purex_rdp()
6193 rsp_payload->optical_elmt_desc[0].low_alarm = trx[1]; in qla24xx_process_purex_rdp()
6194 rsp_payload->optical_elmt_desc[0].high_warn = trx[2]; in qla24xx_process_purex_rdp()
6195 rsp_payload->optical_elmt_desc[0].low_warn = trx[3]; in qla24xx_process_purex_rdp()
6201 rsp_payload->optical_elmt_desc[1].low_alarm = trx[5]; in qla24xx_process_purex_rdp()
6202 rsp_payload->optical_elmt_desc[1].high_warn = trx[6]; in qla24xx_process_purex_rdp()
[all …]

Completed in 35 milliseconds

12