Searched refs:rtp (Results 1 – 5 of 5) sorted by relevance
| /drivers/gpu/drm/radeon/ |
| A D | atombios_dp.c | 562 int rtp = 0; in radeon_dp_set_tp() local 568 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1; in radeon_dp_set_tp() 571 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2; in radeon_dp_set_tp() 574 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3; in radeon_dp_set_tp() 577 atombios_dig_encoder_setup(dp_info->encoder, rtp, 0); in radeon_dp_set_tp() 581 rtp = 0; in radeon_dp_set_tp() 584 rtp = 1; in radeon_dp_set_tp() 588 dp_info->dp_clock, dp_info->enc_id, rtp); in radeon_dp_set_tp()
|
| /drivers/net/ethernet/amd/ |
| A D | declance.c | 333 unsigned char *rtp; in cp_to_buf() local 349 rtp = (unsigned char *)tp; in cp_to_buf() 352 *rtp++ = *rfp++; in cp_to_buf() 377 rtp = (unsigned char *)tp; in cp_to_buf() 380 *rtp++ = *rfp++; in cp_to_buf() 392 unsigned char *rtp; in cp_from_buf() local 408 rtp = (unsigned char *)tp; in cp_from_buf() 412 *rtp++ = *rfp++; in cp_from_buf() 438 rtp = (unsigned char *)tp; in cp_from_buf() 441 *rtp++ = *rfp++; in cp_from_buf()
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | atombios_dp.c | 518 int rtp = 0; in amdgpu_atombios_dp_set_tp() local 523 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1; in amdgpu_atombios_dp_set_tp() 526 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2; in amdgpu_atombios_dp_set_tp() 529 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3; in amdgpu_atombios_dp_set_tp() 532 amdgpu_atombios_encoder_setup_dig_encoder(dp_info->encoder, rtp, 0); in amdgpu_atombios_dp_set_tp()
|
| /drivers/md/ |
| A D | dm-raid.c | 639 if (rtp->level == 10) { in __got_raid10() 640 switch (rtp->algorithm) { in __got_raid10() 659 struct raid_type *rtp = raid_types + ARRAY_SIZE(raid_types); in get_raid_type() local 661 while (rtp-- > raid_types) in get_raid_type() 662 if (!strcasecmp(rtp->name, name)) in get_raid_type() 663 return rtp; in get_raid_type() 671 struct raid_type *rtp = raid_types + ARRAY_SIZE(raid_types); in get_raid_type_by_ll() local 673 while (rtp-- > raid_types) { in get_raid_type_by_ll() 675 if (rtp->level == level && in get_raid_type_by_ll() 676 (__got_raid10(rtp, layout) || rtp->algorithm == layout)) in get_raid_type_by_ll() [all …]
|
| /drivers/gpu/drm/xe/tests/ |
| A D | xe_rtp_test.c | 501 KUNIT_ARRAY_PARAM(rtp, rtp_cases, rtp_desc);
|
Completed in 17 milliseconds