Searched refs:packet_command (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/drivers/scsi/ |
D | sr_ioctl.c | 44 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 …]
|
D | sr_vendor.c | 127 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()
|
D | sr.h | 65 int sr_do_ioctl(Scsi_CD *, struct packet_command *);
|
D | sr.c | 122 static int sr_packet(struct cdrom_device_info *, struct packet_command *); 1007 struct packet_command *cgc) in sr_packet()
|
/Linux-v5.10/include/linux/ |
D | cdrom.h | 19 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/ |
D | cdrom.c | 348 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 …]
|
D | gdrom.c | 121 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/ |
D | ide-cd_verbose.c | 37 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()
|
D | ide-cd.h | 121 int ide_cdrom_packet(struct cdrom_device_info *, struct packet_command *);
|
D | ide-cd_ioctl.c | 442 struct packet_command *cgc) in ide_cdrom_packet()
|
D | ide-cd.c | 1229 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/ |
D | pktcdvd.c | 700 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/ |
D | pcd.c | 184 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/ |
D | cdrom-standard.rst | 230 struct packet_command *);
|