Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dsr_ioctl.c44 struct packet_command cgc; in sr_read_tochdr()
52 memset(&cgc, 0, sizeof(struct packet_command)); in sr_read_tochdr()
74 struct packet_command cgc; in sr_read_tocentry()
82 memset(&cgc, 0, sizeof(struct packet_command)); in sr_read_tocentry()
119 struct packet_command cgc; in sr_fake_playtrkind()
145 memset(&cgc, 0, sizeof(struct packet_command)); in sr_fake_playtrkind()
163 struct packet_command cgc; in sr_play_trkind()
166 memset(&cgc, 0, sizeof(struct packet_command)); in sr_play_trkind()
186 int sr_do_ioctl(Scsi_CD *cd, struct packet_command *cgc) in sr_do_ioctl()
266 struct packet_command cgc; in sr_tray_move()
[all …]
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()
Dsr.h65 int sr_do_ioctl(Scsi_CD *, struct packet_command *);
Dsr.c122 static int sr_packet(struct cdrom_device_info *, struct packet_command *);
1007 struct packet_command *cgc) in sr_packet()
/Linux-v5.10/include/linux/
Dcdrom.h19 struct packet_command struct
93 struct packet_command *);
124 struct packet_command *cgc);
126 struct packet_command *cgc,
128 extern void init_cdrom_command(struct packet_command *cgc,
131 struct packet_command *cgc);
/Linux-v5.10/drivers/cdrom/
Dcdrom.c348 struct packet_command *cgc) in cdrom_dummy_generic_packet()
363 struct packet_command cgc; in cdrom_flush_cache()
378 struct packet_command cgc; in cdrom_get_disc_info()
426 struct packet_command cgc; in cdrom_mrw_probe_pc()
447 struct packet_command cgc; in cdrom_is_mrw()
479 struct packet_command cgc; in cdrom_mrw_bgformat()
520 struct packet_command cgc; in cdrom_mrw_bgformat_susp()
559 struct packet_command cgc; in cdrom_mrw_set_lba_space()
664 struct packet_command cgc; in cdrom_get_media_event()
691 struct packet_command cgc; in cdrom_get_random_writable()
[all …]
Dgdrom.c121 struct packet_command *command);
230 struct packet_command *spin_command; in gdrom_preparedisk_cmd()
231 spin_command = kzalloc(sizeof(struct packet_command), GFP_KERNEL); in gdrom_preparedisk_cmd()
262 struct packet_command *toc_command; in gdrom_readtoc_cmd()
265 toc_command = kzalloc(sizeof(struct packet_command), GFP_KERNEL); in gdrom_readtoc_cmd()
400 struct packet_command *command) in gdrom_packetcommand()
414 struct packet_command *sense_command; in gdrom_getsense()
419 sense_command = kzalloc(sizeof(struct packet_command), GFP_KERNEL); in gdrom_getsense()
575 struct packet_command *read_command; in gdrom_readdisk_dma()
578 read_command = kzalloc(sizeof(struct packet_command), GFP_KERNEL); in gdrom_readdisk_dma()
/Linux-v5.10/drivers/ide/
Dide-cd_verbose.c37 unsigned short packet_command; member
318 if (packet_command_texts[mid].packet_command == in ide_cd_log_error()
323 if (packet_command_texts[mid].packet_command > in ide_cd_log_error()
Dide-cd.h121 int ide_cdrom_packet(struct cdrom_device_info *, struct packet_command *);
Dide-cd_ioctl.c442 struct packet_command *cgc) in ide_cdrom_packet()
Dide-cd.c1229 struct packet_command cgc; in ide_cdrom_get_capabilities()
1646 struct packet_command cgc; in idecd_set_spindown()
1666 struct packet_command cgc; in idecd_get_spindown()
/Linux-v5.10/drivers/block/
Dpktcdvd.c700 static int pkt_generic_packet(struct pktcdvd_device *pd, struct packet_command *cgc) in pkt_generic_packet()
749 struct packet_command *cgc) in pkt_dump_sense()
767 struct packet_command cgc; in pkt_flush_cache()
789 struct packet_command cgc; in pkt_set_speed()
1468 static int pkt_mode_sense(struct pktcdvd_device *pd, struct packet_command *cgc, int page_code, int… in pkt_mode_sense()
1480 static int pkt_mode_select(struct pktcdvd_device *pd, struct packet_command *cgc) in pkt_mode_select()
1494 struct packet_command cgc; in pkt_get_disc_info()
1522 struct packet_command cgc; in pkt_get_track_info()
1590 struct packet_command cgc; in pkt_set_write_settings()
1753 struct packet_command cgc; in pkt_probe_settings()
[all …]
/Linux-v5.10/drivers/block/paride/
Dpcd.c184 struct packet_command *cgc);
526 static int pcd_packet(struct cdrom_device_info *cdi, struct packet_command *cgc) in pcd_packet()
/Linux-v5.10/Documentation/cdrom/
Dcdrom-standard.rst230 struct packet_command *);