Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Dsr_ioctl.c40 struct packet_command cgc; in sr_read_tochdr()
48 memset(&cgc, 0, sizeof(struct packet_command)); in sr_read_tochdr()
70 struct packet_command cgc; in sr_read_tocentry()
78 memset(&cgc, 0, sizeof(struct packet_command)); in sr_read_tocentry()
115 struct packet_command cgc; in sr_fake_playtrkind()
141 memset(&cgc, 0, sizeof(struct packet_command)); in sr_fake_playtrkind()
159 struct packet_command cgc; in sr_play_trkind()
162 memset(&cgc, 0, sizeof(struct packet_command)); in sr_play_trkind()
182 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.c124 static int sr_packet(struct cdrom_device_info *, struct packet_command *);
943 struct packet_command *cgc) in sr_packet()
/Linux-v5.15/include/linux/
Dcdrom.h19 struct packet_command struct
91 struct packet_command *);
126 struct packet_command *cgc);
128 struct packet_command *cgc,
130 extern void init_cdrom_command(struct packet_command *cgc,
133 struct packet_command *cgc);
/Linux-v5.15/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.15/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()
1502 static int pkt_mode_sense(struct pktcdvd_device *pd, struct packet_command *cgc, int page_code, int… in pkt_mode_sense()
1514 static int pkt_mode_select(struct pktcdvd_device *pd, struct packet_command *cgc) in pkt_mode_select()
1528 struct packet_command cgc; in pkt_get_disc_info()
1556 struct packet_command cgc; in pkt_get_track_info()
1624 struct packet_command cgc; in pkt_set_write_settings()
1787 struct packet_command cgc; in pkt_probe_settings()
[all …]
/Linux-v5.15/drivers/block/paride/
Dpcd.c184 struct packet_command *cgc);
525 static int pcd_packet(struct cdrom_device_info *cdi, struct packet_command *cgc) in pcd_packet()
/Linux-v5.15/Documentation/cdrom/
Dcdrom-standard.rst230 struct packet_command *);