Home
last modified time | relevance | path

Searched refs:constr (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/include/asm/
H A Dirq_stack.h132 #define call_on_irqstack_cond(func, regs, asm_call, constr, c_args...) \ argument
150 call_on_irqstack(func, asm_call, constr); \
/linux/sound/soc/codecs/
H A Dad193x.c41 static struct snd_pcm_hw_constraint_list constr = { variable
394 &constr); in ad193x_startup()
/linux/drivers/regulator/
H A Dda9063-regulator.c777 const struct regulation_constraints *constr = &config->init_data->constraints; in da9063_check_xvp_constraints() local
778 const struct notification_limit *uv_l = &constr->under_voltage_limits; in da9063_check_xvp_constraints()
779 const struct notification_limit *ov_l = &constr->over_voltage_limits; in da9063_check_xvp_constraints()
/linux/sound/pci/echoaudio/
H A Dechoaudio.h304 struct snd_pcm_hw_constraint_list constr; member
H A Dechoaudio.c276 pipe->constr.list = channels_list; in pcm_open()
277 pipe->constr.mask = 0; in pcm_open()
279 pipe->constr.count = i; in pcm_open()
295 &pipe->constr); in pcm_open()
/linux/arch/x86/events/intel/
H A Dcore.c5705 static void __intel_pmu_check_dyn_constr(struct event_constraint *constr, in __intel_pmu_check_dyn_constr() argument
5712 for_each_event_constraint(c1, constr) { in __intel_pmu_check_dyn_constr()
5783 struct event_constraint *constr, in intel_pmu_check_dyn_constr() argument
5820 __intel_pmu_check_dyn_constr(constr, i, mask); in intel_pmu_check_dyn_constr()