Lines Matching refs:parg
1121 unsigned int cmd, void *parg)
1125 unsigned long arg = (unsigned long) parg;
1205 memcpy(parg, &av7110->videostate, sizeof(struct video_status));
1210 ret = dvb_compat_video_get_event(av7110, parg, file->f_flags);
1215 ret = dvb_video_get_event(av7110, parg, file->f_flags);
1219 memcpy(parg, &av7110->video_size, sizeof(video_size_t));
1260 (struct compat_video_still_picture *) parg;
1272 (struct video_still_picture *) parg;
1313 *(int *)parg = VIDEO_CAP_MPEG1 | VIDEO_CAP_MPEG2 |
1352 unsigned int cmd, void *parg)
1356 unsigned long arg = (unsigned long) parg;
1460 memcpy(parg, &av7110->audiostate, sizeof(struct audio_status));
1465 *(unsigned int *)parg = AUDIO_CAP_LPCM | AUDIO_CAP_MP1 | AUDIO_CAP_MP2;
1467 *(unsigned int *)parg = AUDIO_CAP_LPCM | AUDIO_CAP_DTS | AUDIO_CAP_AC3 |
1484 struct audio_mixer *amix = (struct audio_mixer *)parg;