Home
last modified time | relevance | path

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

/Linux-v5.4/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.c113 struct packet_command cgc; in sr_set_blocklength()
129 memset(&cgc, 0, sizeof(struct packet_command)); in sr_set_blocklength()
164 struct packet_command cgc; in sr_cd_check()
178 memset(&cgc, 0, sizeof(struct packet_command)); in sr_cd_check()
Dsr.h63 int sr_do_ioctl(Scsi_CD *, struct packet_command *);
Dsr.c120 static int sr_packet(struct cdrom_device_info *, struct packet_command *);
973 struct packet_command *cgc) in sr_packet()
/Linux-v5.4/include/linux/
Dcdrom.h19 struct packet_command struct
94 struct packet_command *);
121 struct packet_command *cgc);
123 struct packet_command *cgc,
125 extern void init_cdrom_command(struct packet_command *cgc,
128 struct packet_command *cgc);
/Linux-v5.4/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()
661 struct packet_command cgc; in cdrom_get_media_event()
688 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()
572 struct packet_command *read_command; in gdrom_readdisk_dma()
575 read_command = kzalloc(sizeof(struct packet_command), GFP_KERNEL); in gdrom_readdisk_dma()
/Linux-v5.4/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.c1228 struct packet_command cgc; in ide_cdrom_get_capabilities()
1642 struct packet_command cgc; in idecd_set_spindown()
1662 struct packet_command cgc; in idecd_get_spindown()
/Linux-v5.4/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()
1531 static int pkt_mode_sense(struct pktcdvd_device *pd, struct packet_command *cgc, int page_code, int… in pkt_mode_sense()
1543 static int pkt_mode_select(struct pktcdvd_device *pd, struct packet_command *cgc) in pkt_mode_select()
1557 struct packet_command cgc; in pkt_get_disc_info()
1585 struct packet_command cgc; in pkt_get_track_info()
1653 struct packet_command cgc; in pkt_set_write_settings()
1816 struct packet_command cgc; in pkt_probe_settings()
[all …]
/Linux-v5.4/drivers/block/paride/
Dpcd.c184 struct packet_command *cgc);
523 static int pcd_packet(struct cdrom_device_info *cdi, struct packet_command *cgc) in pcd_packet()
/Linux-v5.4/Documentation/cdrom/
Dcdrom-standard.rst231 struct packet_command *);