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.c519 spk_pos -= 2; in say_prev_char()
531 spk_pos += 2; in say_next_char()
637 spk_pos -= 2; in say_prev_word()
646 spk_pos += 2; in say_prev_word()
693 spk_pos += 2; in say_next_word()
799 spk_pos -= vc->vc_size_row; in say_prev_line()
811 spk_pos += vc->vc_size_row; in say_next_line()
989 spk_pos -= spk_x * 2; in left_edge()
1016 spk_pos -= (spk_x - i) * 2; in say_first_char()
2023 spk_pos -= spk_x * 2; in handle_goto()
[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