Searched refs:spk_pos (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/drivers/accessibility/speakup/ |
D | main.c | 268 spk_pos = spk_cp = vc->vc_pos; in speakup_date() 270 spk_attr = get_attributes(vc, (u_short *)spk_pos); in speakup_date() 485 ch = get_char(vc, (u_short *)spk_pos, &spk_attr); in say_char() 500 ch = get_char(vc, (u_short *)spk_pos, &spk_attr); in say_phonetic_char() 519 spk_pos -= 2; in say_prev_char() 531 spk_pos += 2; in say_next_char() 546 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos; in get_word() 637 spk_pos -= 2; in say_prev_word() 638 ch = get_char(vc, (u_short *)spk_pos, &temp); in say_prev_word() 646 spk_pos += 2; in say_prev_word() [all …]
|
D | spk_types.h | 93 #define spk_pos (speakup_console[vc->vc_num]->reading_pos) macro
|
/linux-6.14.4/sound/pci/hda/ |
D | cs35l41_hda_property.c | 332 hw_cfg->spk_pos = cfg->channel[cs35l41->index]; in generic_dsd_config() 336 if (cfg->channel[i] == hw_cfg->spk_pos) in generic_dsd_config() 383 hw_cfg->spk_pos = cs35l41->index; in hp_i2c_int_2amp_dual_spkid() 415 hw_cfg->spk_pos = cs35l41->index; in lenovo_legion_no_acpi()
|
D | cs35l41_hda.c | 1472 cs35l41->hw_cfg.spk_pos ? 'R' : 'L', in cs35l41_hda_bind() 1686 return cs35l41_hda_channel_map(cs35l41->dev, 0, NULL, 1, &hw_cfg->spk_pos); in cs35l41_hda_apply_properties() 1790 hw_cfg->spk_pos = values[cs35l41->index]; in cs35l41_hda_parse_acpi() 1794 if (values[i] == hw_cfg->spk_pos) in cs35l41_hda_parse_acpi()
|
/linux-6.14.4/include/sound/ |
D | cs35l41.h | 804 unsigned int spk_pos; member
|