Home
last modified time | relevance | path

Searched refs:packet_command (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/scsi/
H A Dsr_ioctl.c40 struct packet_command cgc; in sr_read_tochdr()
48 memset(&cgc, 0, sizeof(struct packet_command)); in sr_read_tochdr()
73 struct packet_command cgc; in sr_read_tocentry()
81 memset(&cgc, 0, sizeof(struct packet_command)); in sr_read_tocentry()
121 struct packet_command cgc; in sr_fake_playtrkind()
147 memset(&cgc, 0, sizeof(struct packet_command)); in sr_fake_playtrkind()
165 struct packet_command cgc; in sr_play_trkind()
168 memset(&cgc, 0, sizeof(struct packet_command)); in sr_play_trkind()
188 int sr_do_ioctl(Scsi_CD *cd, struct packet_command *cgc) in sr_do_ioctl()
275 struct packet_command cgc; in sr_tray_move()
[all …]
H A Dsr_vendor.c127 struct packet_command cgc; in sr_set_blocklength()
141 memset(&cgc, 0, sizeof(struct packet_command)); in sr_set_blocklength()
176 struct packet_command cgc; in sr_cd_check()
190 memset(&cgc, 0, sizeof(struct packet_command)); in sr_cd_check()
H A Dsr.h59 int sr_do_ioctl(Scsi_CD *, struct packet_command *);
H A Dsr.c119 static int sr_packet(struct cdrom_device_info *, struct packet_command *);
915 struct packet_command *cgc) in sr_packet()
/linux/include/linux/
H A Dcdrom.h20 struct packet_command struct
91 struct packet_command *);
125 struct packet_command *cgc);
127 struct packet_command *cgc,
129 extern void init_cdrom_command(struct packet_command *cgc,
132 struct packet_command *cgc);
/linux/drivers/cdrom/
H A Dcdrom.c345 struct packet_command *cgc) in cdrom_dummy_generic_packet()
360 struct packet_command cgc; in cdrom_flush_cache()
375 struct packet_command cgc; in cdrom_get_disc_info()
423 struct packet_command cgc; in cdrom_mrw_probe_pc()
444 struct packet_command cgc; in cdrom_is_mrw()
476 struct packet_command cgc; in cdrom_mrw_bgformat()
517 struct packet_command cgc; in cdrom_mrw_bgformat_susp()
556 struct packet_command cgc; in cdrom_mrw_set_lba_space()
658 struct packet_command cgc; in cdrom_get_media_event()
686 struct packet_command cgc; in cdrom_get_random_writable()
[all …]
H A Dgdrom.c120 struct packet_command *command);
229 struct packet_command *spin_command; in gdrom_preparedisk_cmd()
230 spin_command = kzalloc(sizeof(struct packet_command), GFP_KERNEL); in gdrom_preparedisk_cmd()
261 struct packet_command *toc_command; in gdrom_readtoc_cmd()
264 toc_command = kzalloc(sizeof(struct packet_command), GFP_KERNEL); in gdrom_readtoc_cmd()
399 struct packet_command *command) in gdrom_packetcommand()
413 struct packet_command *sense_command; in gdrom_getsense()
418 sense_command = kzalloc(sizeof(struct packet_command), GFP_KERNEL); in gdrom_getsense()
574 struct packet_command *read_command; in gdrom_readdisk_dma()
577 read_command = kzalloc(sizeof(struct packet_command), GFP_KERNEL); in gdrom_readdisk_dma()