Searched refs:mode_index (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/ast/ |
H A D | ast_dp.c | 21 unsigned int mode_index; member 49 int mode_index; member 64 return entry->mode_index; in ast_astdp_get_mode_index() 326 int mode_index = astdp_conn_state->mode_index; in ast_astdp_encoder_helper_atomic_mode_set() local 335 switch (mode_index) { in ast_astdp_encoder_helper_atomic_mode_set() 340 mode_index = (u8)(mode_index - (u8)refresh_rate_index); in ast_astdp_encoder_helper_atomic_mode_set() 343 mode_index = (u8)(mode_index in ast_astdp_encoder_helper_atomic_mode_set() [all...] |
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_atombios.c | 2401 int state_index, int mode_index, in radeon_atombios_parse_pplib_non_clock_info() argument 2444 &rdev->pm.power_state[state_index].clock_info[mode_index - 1]; in radeon_atombios_parse_pplib_non_clock_info() 2459 for (j = 0; j < mode_index; j++) { in radeon_atombios_parse_pplib_non_clock_info() 2476 int state_index, int mode_index, in radeon_atombios_parse_pplib_clock_info() argument 2486 rdev->pm.power_state[state_index].clock_info[mode_index].sclk = sclk; in radeon_atombios_parse_pplib_clock_info() 2490 rdev->pm.power_state[state_index].clock_info[mode_index].sclk = sclk; in radeon_atombios_parse_pplib_clock_info() 2497 rdev->pm.power_state[state_index].clock_info[mode_index].mclk = mclk; in radeon_atombios_parse_pplib_clock_info() 2498 rdev->pm.power_state[state_index].clock_info[mode_index].sclk = sclk; in radeon_atombios_parse_pplib_clock_info() 2499 rdev->pm.power_state[state_index].clock_info[mode_index].voltage.type = in radeon_atombios_parse_pplib_clock_info() 2506 rdev->pm.power_state[state_index].clock_info[mode_index] in radeon_atombios_parse_pplib_clock_info() 2578 int state_index = 0, mode_index = 0; radeon_atombios_parse_power_table_4_5() local 2668 int state_index = 0, mode_index = 0; radeon_atombios_parse_power_table_6() local [all...] |
/linux/sound/soc/codecs/ |
H A D | wm8998.c | 109 unsigned int mode_reg, mode_index; in wm8998_inmux_put() local 120 mode_index = 1 + (2 * mux); in wm8998_inmux_put() 124 mode_index = (2 * mux); in wm8998_inmux_put() 128 inmode = arizona->pdata.inmode[mode_index]; in wm8998_inmux_put()
|
/linux/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drxj.c | 9937 u16 mode_index; in ctrl_set_oob() local 10091 mode_index = mode_val[(set_param_parameters[0] & 0xC0) >> 6]; in ctrl_set_oob() 10346 rc = drxdap_fasi_write_block(dev_addr, ORX_FWP_PFI_A_W__A, sizeof(pfi_coeffs[mode_index]), ((u8 *)pfi_coeffs[mode_index]), 0); in ctrl_set_oob() 10351 rc = drxj_dap_write_reg16(dev_addr, ORX_TOP_MDE_W__A, mode_index, 0); in ctrl_set_oob() 10364 rc = drxj_dap_write_reg16(dev_addr, ORX_FWP_NYQ_COF_RW__A, nyquist_coeffs[mode_index][i], 0); in ctrl_set_oob()
|