Lines Matching defs:trx
56 struct trx_header trx;
66 err = mtd_read(mtd, 0, sizeof(trx), &bytes_read, (uint8_t *)&trx);
73 if (trx.magic != TRX_MAGIC) {
79 if (trx.offset[2]) {
82 part->offset = trx.offset[i];
86 if (trx.offset[i]) {
89 part->offset = trx.offset[i];
93 if (trx.offset[i]) {
95 part->name = parser_trx_data_part_name(mtd, trx.offset[i]);
96 part->offset = trx.offset[i];
116 { .compatible = "brcm,trx" },
123 .name = "trx",