trx 184 drivers/mtd/parsers/bcm47xxpart.c struct trx_header *trx; trx 203 drivers/mtd/parsers/bcm47xxpart.c trx = (struct trx_header *)buf; trx 204 drivers/mtd/parsers/bcm47xxpart.c last_subpart = max3(trx->offset[0], trx->offset[1], trx 205 drivers/mtd/parsers/bcm47xxpart.c trx->offset[2]); trx 206 drivers/mtd/parsers/bcm47xxpart.c trx_size = max(trx->length, last_subpart + blocksize); trx 291 drivers/mtd/parsers/bcm47xxpart.c struct mtd_partition *trx = &parts[trx_parts[i]]; trx 294 drivers/mtd/parsers/bcm47xxpart.c trx->types = trx_types; trx 296 drivers/mtd/parsers/bcm47xxpart.c trx->name = "failsafe"; trx 56 drivers/mtd/parsers/parser_trx.c struct trx_header trx; trx 66 drivers/mtd/parsers/parser_trx.c err = mtd_read(mtd, 0, sizeof(trx), &bytes_read, (uint8_t *)&trx); trx 73 drivers/mtd/parsers/parser_trx.c if (trx.magic != TRX_MAGIC) { trx 79 drivers/mtd/parsers/parser_trx.c if (trx.offset[2]) { trx 82 drivers/mtd/parsers/parser_trx.c part->offset = trx.offset[i]; trx 86 drivers/mtd/parsers/parser_trx.c if (trx.offset[i]) { trx 89 drivers/mtd/parsers/parser_trx.c part->offset = trx.offset[i]; trx 93 drivers/mtd/parsers/parser_trx.c if (trx.offset[i]) { trx 95 drivers/mtd/parsers/parser_trx.c part->name = parser_trx_data_part_name(mtd, trx.offset[i]); trx 96 drivers/mtd/parsers/parser_trx.c part->offset = trx.offset[i]; trx 234 drivers/net/ethernet/micrel/ks8851.c u8 *trx = ks->rxd; trx 249 drivers/net/ethernet/micrel/ks8851.c xfer->rx_buf = trx; trx 256 drivers/net/ethernet/micrel/ks8851.c xfer->rx_buf = trx; trx 264 drivers/net/ethernet/micrel/ks8851.c memcpy(rxb, trx, rxl); trx 266 drivers/net/ethernet/micrel/ks8851.c memcpy(rxb, trx + 2, rxl); trx 69 drivers/net/ieee802154/at86rf230.c struct spi_transfer trx; trx 751 drivers/net/ieee802154/at86rf230.c ctx->trx.len = AT86RF2XX_MAX_BUF; trx 755 drivers/net/ieee802154/at86rf230.c ctx->trx.len = 2; trx 803 drivers/net/ieee802154/at86rf230.c state->trx.len = 2; trx 804 drivers/net/ieee802154/at86rf230.c state->trx.tx_buf = state->buf; trx 805 drivers/net/ieee802154/at86rf230.c state->trx.rx_buf = state->buf; trx 806 drivers/net/ieee802154/at86rf230.c spi_message_add_tail(&state->trx, &state->msg); trx 847 drivers/net/ieee802154/at86rf230.c ctx->trx.len = 2; trx 870 drivers/net/ieee802154/at86rf230.c ctx->trx.len = skb->len + 2; trx 874 drivers/net/ieee802154/at86rf230.c ctx->trx.len = 2; trx 1033 drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c struct trx_header_le *trx; trx 1038 drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c trx = (struct trx_header_le *) headers; trx 1039 drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c if (trx->magic != cpu_to_le32(TRX_MAGIC)) trx 1044 drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c if (le32_to_cpu(trx->flag_version) & TRX_UNCOMP_IMAGE) { trx 1045 drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c actual_len = le32_to_cpu(trx->offsets[TRX_OFFSETS_DLFWLEN_IDX]);