Searched refs:switch_ctrl (Results 1 – 5 of 5) sorted by relevance
52 void (*switch_ctrl)(struct op_x86_model_spec const *model, member
135 return !!model->switch_ctrl; in has_mux()242 model->switch_ctrl(model, msrs); in nmi_cpu_switch()
540 .switch_ctrl = &op_mux_switch_ctrl,
861 int (*switch_ctrl)(struct ngene_channel *, int, int); member
707 if (dev->card_info->switch_ctrl) in set_transfer()708 dev->card_info->switch_ctrl(chan, 1, state ^ 1); in set_transfer()