Home
last modified time | relevance | path

Searched refs:g_y (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dsm2.c44 const char *g_x, *g_y; /* Base point. */ member
59 .g_y = "0xbc3736a2f4f6779c59bdcee36b692153d0a9877cc62a474002df32e52139f0a0",
77 y = mpi_scanval(ecp->g_y); in sm2_ec_ctx_init()
/kernel/linux/linux-6.6/crypto/
H A Dsm2.c47 const char *g_x, *g_y; /* Base point. */ member
62 .g_y = "0xbc3736a2f4f6779c59bdcee36b692153d0a9877cc62a474002df32e52139f0a0",
83 y = mpi_scanval(ecp->g_y); in sm2_ec_ctx_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.h289 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
H A Ddce110_timing_generator.c2182 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in dce110_get_crc()
2200 *g_y = get_reg_field_value(value, CRTC_CRC0_DATA_RG, CRC0_G_Y); in dce110_get_crc()
2181 dce110_get_crc(struct timing_generator *tg, uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) dce110_get_crc() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.h289 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
H A Ddce110_timing_generator.c2176 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in dce110_get_crc()
2194 *g_y = get_reg_field_value(value, CRTC_CRC0_DATA_RG, CRC0_G_Y); in dce110_get_crc()
2175 dce110_get_crc(struct timing_generator *tg, uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) dce110_get_crc() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h270 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h464 uint32_t *g_y,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h571 uint32_t *g_y,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h288 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce120/
H A Ddce120_timing_generator.c1183 uint32_t *g_y, uint32_t *b_cb) in dce120_get_crc()
1199 *g_y = get_reg_field_value(value, CRTC0_CRTC_CRC0_DATA_RG, CRC0_G_Y); in dce120_get_crc()
1182 dce120_get_crc(struct timing_generator *tg, uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) dce120_get_crc() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce120/
H A Ddce120_timing_generator.c1140 uint32_t *g_y, uint32_t *b_cb) in dce120_get_crc()
1156 *g_y = get_reg_field_value(value, CRTC0_CRTC_CRC0_DATA_RG, CRC0_G_Y); in dce120_get_crc()
1139 dce120_get_crc(struct timing_generator *tg, uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) dce120_get_crc() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c1474 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in optc1_get_crc()
1487 CRC0_G_Y, g_y); in optc1_get_crc()
1473 optc1_get_crc(struct timing_generator *optc, uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) optc1_get_crc() argument
H A Ddcn10_optc.h729 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c1505 * @g_y: 16-bit primary CRC signature for green data.
1516 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in optc1_get_crc()
1530 CRC0_G_Y, g_y); in optc1_get_crc()
1515 optc1_get_crc(struct timing_generator *optc, uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) optc1_get_crc() argument
H A Ddcn10_optc.h746 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c394 * @r_cr, g_y, b_cb: CRC values for the three channels are stored here.
400 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in dc_stream_get_crc()
418 return tg->funcs->get_crc(tg, r_cr, g_y, b_cb); in dc_stream_get_crc()
399 dc_stream_get_crc(struct dc *dc, struct dc_stream_state *stream, uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) dc_stream_get_crc() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c644 * @g_y: CRC value for the green component.
653 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in dc_stream_get_crc()
671 return tg->funcs->get_crc(tg, r_cr, g_y, b_cb); in dc_stream_get_crc()
652 dc_stream_get_crc(struct dc *dc, struct dc_stream_state *stream, uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) dc_stream_get_crc() argument

Completed in 27 milliseconds