Searched refs:matched_spu_type (Results 1 – 1 of 1) sorted by relevance
4581 const struct spu_type_subtype *matched_spu_type; in spu_dt_read() local4588 matched_spu_type = of_device_get_match_data(dev); in spu_dt_read()4589 if (!matched_spu_type) { in spu_dt_read()4594 spu->spu_type = matched_spu_type->type; in spu_dt_read()4595 spu->spu_subtype = matched_spu_type->subtype; in spu_dt_read()