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

/linux-master/arch/x86/include/asm/
H A Dirq_stack.h132 #define call_on_irqstack_cond(func, regs, asm_call, constr, c_args...) \
150 call_on_irqstack(func, asm_call, constr); \
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_parser.c161 struct hfi_uncompressed_plane_constraints *constr; local
180 pinfo = (void *)pinfo + sizeof(*constr) * num_planes +
/linux-master/sound/soc/codecs/
H A Dad193x.c41 static struct snd_pcm_hw_constraint_list constr = { variable in typeref:struct:snd_pcm_hw_constraint_list
394 &constr);
/linux-master/sound/pci/echoaudio/
H A Dechoaudio.h319 struct snd_pcm_hw_constraint_list constr; member in struct:audiopipe
H A Dechoaudio.c276 pipe->constr.list = channels_list;
277 pipe->constr.mask = 0;
279 pipe->constr.count = i;
295 &pipe->constr);
/linux-master/drivers/regulator/
H A Dda9063-regulator.c777 const struct regulation_constraints *constr = &config->init_data->constraints; local
778 const struct notification_limit *uv_l = &constr->under_voltage_limits;
779 const struct notification_limit *ov_l = &constr->over_voltage_limits;

Completed in 372 milliseconds