Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/oprofile/
Dop_x86_model.h52 void (*switch_ctrl)(struct op_x86_model_spec const *model, member
Dnmi_int.c135 return !!model->switch_ctrl; in has_mux()
242 model->switch_ctrl(model, msrs); in nmi_cpu_switch()
Dop_model_amd.c541 .switch_ctrl = &op_mux_switch_ctrl,
/linux-3.4.99/drivers/media/dvb/ngene/
Dngene.h856 int (*switch_ctrl)(struct ngene_channel *, int, int); member
Dngene-core.c738 if (dev->card_info->switch_ctrl) in set_transfer()
739 dev->card_info->switch_ctrl(chan, 1, state ^ 1); in set_transfer()