Home
last modified time | relevance | path

Searched refs:get_tps (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/media/usb/as102/
A Das10x_cmd.c218 sizeof(pcmd->body.get_tps.req)); in as10x_cmd_get_tps()
228 sizeof(pcmd->body.get_tps.req) + in as10x_cmd_get_tps()
231 sizeof(prsp->body.get_tps.rsp) + in as10x_cmd_get_tps()
244 ptps->modulation = prsp->body.get_tps.rsp.tps.modulation; in as10x_cmd_get_tps()
245 ptps->hierarchy = prsp->body.get_tps.rsp.tps.hierarchy; in as10x_cmd_get_tps()
246 ptps->interleaving_mode = prsp->body.get_tps.rsp.tps.interleaving_mode; in as10x_cmd_get_tps()
247 ptps->code_rate_HP = prsp->body.get_tps.rsp.tps.code_rate_HP; in as10x_cmd_get_tps()
248 ptps->code_rate_LP = prsp->body.get_tps.rsp.tps.code_rate_LP; in as10x_cmd_get_tps()
249 ptps->guard_interval = prsp->body.get_tps.rsp.tps.guard_interval; in as10x_cmd_get_tps()
251 ptps->DVBH_mask_HP = prsp->body.get_tps.rsp.tps.DVBH_mask_HP; in as10x_cmd_get_tps()
[all …]
A Das10x_cmd.h442 union as10x_get_tps get_tps; member
A Das102_drv.c279 .get_tps = as102_get_tps,
/linux-6.3-rc2/drivers/media/dvb-frontends/
A Das102_fe.h11 int (*get_tps)(void *priv, struct as10x_tps *tps); member
A Das102_fe.c192 ret = state->ops->get_tps(state->priv, &tps); in as102_fe_get_frontend()

Completed in 6 milliseconds