get_demod_stats   277 drivers/media/usb/as102/as10x_cmd.c 			sizeof(pcmd->body.get_demod_stats.req));
get_demod_stats   280 drivers/media/usb/as102/as10x_cmd.c 	pcmd->body.get_demod_stats.req.proc_id =
get_demod_stats   287 drivers/media/usb/as102/as10x_cmd.c 				sizeof(pcmd->body.get_demod_stats.req)
get_demod_stats   290 drivers/media/usb/as102/as10x_cmd.c 				sizeof(prsp->body.get_demod_stats.rsp)
get_demod_stats   304 drivers/media/usb/as102/as10x_cmd.c 		le32_to_cpu((__force __le32)prsp->body.get_demod_stats.rsp.stats.frame_count);
get_demod_stats   306 drivers/media/usb/as102/as10x_cmd.c 		le32_to_cpu((__force __le32)prsp->body.get_demod_stats.rsp.stats.bad_frame_count);
get_demod_stats   308 drivers/media/usb/as102/as10x_cmd.c 		le32_to_cpu((__force __le32)prsp->body.get_demod_stats.rsp.stats.bytes_fixed_by_rs);
get_demod_stats   310 drivers/media/usb/as102/as10x_cmd.c 		le16_to_cpu((__force __le16)prsp->body.get_demod_stats.rsp.stats.mer);
get_demod_stats   312 drivers/media/usb/as102/as10x_cmd.c 		prsp->body.get_demod_stats.rsp.stats.has_started;
get_demod_stats   448 drivers/media/usb/as102/as10x_cmd.h 		union as10x_get_demod_stats	get_demod_stats;