Home
last modified time | relevance | path

Searched refs:spk_pos (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/accessibility/speakup/
H A Dmain.c268 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 …]
H A Dspk_types.h93 #define spk_pos (speakup_console[vc->vc_num]->reading_pos) macro
/openbmc/linux/sound/pci/hda/
H A Dcs35l41_hda_property.c30 hw_cfg->spk_pos = cs35l41->index; in lenovo_legion_no_acpi()
63 hw_cfg->spk_pos = cs35l41->index ? 1 : 0; // right:left in hp_vision_acpi_fix()
H A Dcs35l41_hda.c1175 cs35l41->hw_cfg.spk_pos ? 'R' : 'L', in cs35l41_hda_bind()
1359 return cs35l41_hda_channel_map(cs35l41->dev, 0, NULL, 1, &hw_cfg->spk_pos); in cs35l41_hda_apply_properties()
1485 hw_cfg->spk_pos = values[cs35l41->index]; in cs35l41_hda_read_acpi()
1489 if (values[i] == hw_cfg->spk_pos) in cs35l41_hda_read_acpi()
/openbmc/linux/include/sound/
H A Dcs35l41.h798 unsigned int spk_pos; member