Lines Matching defs:arg
344 static int ide_cd_fake_play_trkind(ide_drive_t *drive, void *arg)
346 struct cdrom_ti *ti = arg;
377 static int ide_cd_read_tochdr(ide_drive_t *drive, void *arg)
380 struct cdrom_tochdr *tochdr = arg;
396 static int ide_cd_read_tocentry(ide_drive_t *drive, void *arg)
398 struct cdrom_tocentry *tocentry = arg;
420 unsigned int cmd, void *arg)
430 return ide_cd_fake_play_trkind(drive, arg);
432 return ide_cd_read_tochdr(drive, arg);
434 return ide_cd_read_tocentry(drive, arg);