Searched refs:set_tune (Results 1 – 5 of 5) sorted by relevance
111 sizeof(preq->body.set_tune.req)); in as10x_cmd_set_tune()114 preq->body.set_tune.req.proc_id = cpu_to_le16(CONTROL_PROC_SETTUNE); in as10x_cmd_set_tune()115 preq->body.set_tune.req.args.freq = (__force __u32)cpu_to_le32(ptune->freq); in as10x_cmd_set_tune()116 preq->body.set_tune.req.args.bandwidth = ptune->bandwidth; in as10x_cmd_set_tune()117 preq->body.set_tune.req.args.hier_select = ptune->hier_select; in as10x_cmd_set_tune()118 preq->body.set_tune.req.args.modulation = ptune->modulation; in as10x_cmd_set_tune()119 preq->body.set_tune.req.args.hierarchy = ptune->hierarchy; in as10x_cmd_set_tune()120 preq->body.set_tune.req.args.interleaving_mode = in as10x_cmd_set_tune()122 preq->body.set_tune.req.args.code_rate = ptune->code_rate; in as10x_cmd_set_tune()123 preq->body.set_tune.req.args.guard_interval = ptune->guard_interval; in as10x_cmd_set_tune()[all …]
440 union as10x_set_tune set_tune; member
278 .set_tune = as102_set_tune,
10 int (*set_tune)(void *priv, struct as10x_tune_args *tune_args); member
181 return state->ops->set_tune(state->priv, &tune_args); in as102_fe_set_frontend()