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()
541 .switch_ctrl = &op_mux_switch_ctrl,
856 int (*switch_ctrl)(struct ngene_channel *, int, int); member
738 if (dev->card_info->switch_ctrl) in set_transfer()739 dev->card_info->switch_ctrl(chan, 1, state ^ 1); in set_transfer()