Searched refs:constr (Results 1 – 7 of 7) sorted by relevance
132 #define call_on_irqstack_cond(func, regs, asm_call, constr, c_args...) \ argument 150 call_on_irqstack(func, asm_call, constr); \
169 struct hfi_uncompressed_plane_constraints *constr; in parse_raw_formats() local 189 pinfo = (void *)pinfo + sizeof(*constr) * num_planes + in parse_raw_formats() 196 size = fmt->format_entries * (sizeof(*constr) * num_planes + 2 * sizeof(u32)) in parse_raw_formats()
543 const struct imx8mp_clock_constraints *constr; in imx8mp_clocks_apply_constraints() local 545 for (constr = constraints; constr->clkid; constr++) in imx8mp_clocks_apply_constraints() 546 clk_hw_set_rate_range(hws[constr->clkid], 0, constr->maxrate); in imx8mp_clocks_apply_constraints()
41 static struct snd_pcm_hw_constraint_list constr = { variable 394 &constr); in ad193x_startup()
777 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()
319 struct snd_pcm_hw_constraint_list constr; member
277 pipe->constr.list = channels_list; in pcm_open() 278 pipe->constr.mask = 0; in pcm_open() 280 pipe->constr.count = i; in pcm_open() 296 &pipe->constr); in pcm_open()