Searched refs:switch_ctrl (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/oprofile/ |
H A D | op_x86_model.h | 52 void (*switch_ctrl)(struct op_x86_model_spec const *model, member
|
H A D | nmi_int.c | 135 return !!model->switch_ctrl; in has_mux() 242 model->switch_ctrl(model, msrs); in nmi_cpu_switch()
|
H A D | op_model_amd.c | 540 .switch_ctrl = &op_mux_switch_ctrl,
|
/kernel/linux/linux-5.10/drivers/media/pci/ngene/ |
H A D | ngene.h | 863 int (*switch_ctrl)(struct ngene_channel *, int, int); member
|
H A D | ngene-core.c | 707 if (dev->card_info->switch_ctrl) in set_transfer() 708 dev->card_info->switch_ctrl(chan, 1, state ^ 1); in set_transfer()
|
/kernel/linux/linux-6.6/drivers/media/pci/ngene/ |
H A D | ngene.h | 814 int (*switch_ctrl)(struct ngene_channel *, int, int); member
|
H A D | ngene-core.c | 707 if (dev->card_info->switch_ctrl) in set_transfer() 708 dev->card_info->switch_ctrl(chan, 1, state ^ 1); in set_transfer()
|
Completed in 10 milliseconds