Home
last modified time | relevance | path

Searched refs:synth_id (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/accessibility/speakup/
H A Dspeakup_audptr.c139 char synth_id[33]; in synth_version() local
142 synth_id[0] = synth->io_ops->synth_in(synth); in synth_version()
143 if (synth_id[0] != 'A') in synth_version()
146 for (i = 1; i < sizeof(synth_id) - 1; i++) { in synth_version()
148 synth_id[i] = synth->io_ops->synth_in(synth); in synth_version()
149 if (synth_id[i] == '\n') in synth_version()
152 synth_id[i] = '\0'; in synth_version()
153 pr_info("%s version: %s", synth->long_name, synth_id); in synth_version()
/linux/drivers/dpll/zl3073x/
H A Dcore.h312 u8 synth_id; in zl3073x_dev_out_is_enabled() local
315 synth_id = zl3073x_out_synth_get(out); in zl3073x_dev_out_is_enabled()
316 synth = zl3073x_synth_state_get(zldev, synth_id); in zl3073x_dev_out_is_enabled()
346 u8 synth_id; in zl3073x_dev_out_dpll_get() local
349 synth_id = zl3073x_out_synth_get(out); in zl3073x_dev_out_dpll_get()
350 synth = zl3073x_synth_state_get(zldev, synth_id); in zl3073x_dev_out_dpll_get()
H A Ddpll.c2398 u8 out_id, synth_id; in zl3073x_dpll_ptp_adjtime_phase_step() local
2408 synth_id = zl3073x_dev_out_synth_get(zldev, out_id); in zl3073x_dpll_ptp_adjtime_phase_step()
2409 if (synth_id >= ZL3073X_NUM_SYNTHS) { in zl3073x_dpll_ptp_adjtime_phase_step()
2414 synth_mask[synth_id] |= BIT(out_id); in zl3073x_dpll_ptp_adjtime_phase_step()