Home
last modified time | relevance | path

Searched refs:get_demod_stats (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/usb/as102/
Das10x_cmd.c286 sizeof(pcmd->body.get_demod_stats.req)); in as10x_cmd_get_demod_stats()
289 pcmd->body.get_demod_stats.req.proc_id = in as10x_cmd_get_demod_stats()
296 sizeof(pcmd->body.get_demod_stats.req) in as10x_cmd_get_demod_stats()
299 sizeof(prsp->body.get_demod_stats.rsp) in as10x_cmd_get_demod_stats()
313 le32_to_cpu((__force __le32)prsp->body.get_demod_stats.rsp.stats.frame_count); in as10x_cmd_get_demod_stats()
315 le32_to_cpu((__force __le32)prsp->body.get_demod_stats.rsp.stats.bad_frame_count); in as10x_cmd_get_demod_stats()
317 le32_to_cpu((__force __le32)prsp->body.get_demod_stats.rsp.stats.bytes_fixed_by_rs); in as10x_cmd_get_demod_stats()
319 le16_to_cpu((__force __le16)prsp->body.get_demod_stats.rsp.stats.mer); in as10x_cmd_get_demod_stats()
321 prsp->body.get_demod_stats.rsp.stats.has_started; in as10x_cmd_get_demod_stats()
Das10x_cmd.h457 union as10x_get_demod_stats get_demod_stats; member