Lines Matching refs:set_tune
120 sizeof(preq->body.set_tune.req)); in as10x_cmd_set_tune()
123 preq->body.set_tune.req.proc_id = cpu_to_le16(CONTROL_PROC_SETTUNE); in as10x_cmd_set_tune()
124 preq->body.set_tune.req.args.freq = (__force __u32)cpu_to_le32(ptune->freq); in as10x_cmd_set_tune()
125 preq->body.set_tune.req.args.bandwidth = ptune->bandwidth; in as10x_cmd_set_tune()
126 preq->body.set_tune.req.args.hier_select = ptune->hier_select; in as10x_cmd_set_tune()
127 preq->body.set_tune.req.args.modulation = ptune->modulation; in as10x_cmd_set_tune()
128 preq->body.set_tune.req.args.hierarchy = ptune->hierarchy; in as10x_cmd_set_tune()
129 preq->body.set_tune.req.args.interleaving_mode = in as10x_cmd_set_tune()
131 preq->body.set_tune.req.args.code_rate = ptune->code_rate; in as10x_cmd_set_tune()
132 preq->body.set_tune.req.args.guard_interval = ptune->guard_interval; in as10x_cmd_set_tune()
133 preq->body.set_tune.req.args.transmission_mode = in as10x_cmd_set_tune()
140 sizeof(preq->body.set_tune.req) in as10x_cmd_set_tune()
143 sizeof(prsp->body.set_tune.rsp) in as10x_cmd_set_tune()