Lines Matching refs:inject
343 struct ras_inject_if inject;
383 /* white list for inject test. */
654 struct ras_inject_if *inject = &data.inject;
662 inject->head.block = block;
663 inject->head.type = type;
664 inject->head.sub_block_index = sub_block;
665 strncpy(inject->head.name, ras_block_str(block), sizeof(inject->head.name)-1);
666 inject->address = address;
667 inject->value = value;
795 /* run UMC ras inject test */
799 /* run GFX ras inject test */
898 { "ras inject test", amdgpu_ras_inject_test },