Searched refs:packet_command (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/scsi/ |
D | sr_ioctl.c | 40 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() 272 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 | 59 int sr_do_ioctl(Scsi_CD *, struct packet_command *);
|
D | sr.c | 120 static int sr_packet(struct cdrom_device_info *, struct packet_command *); 910 struct packet_command *cgc) in sr_packet()
|
/linux-6.1.9/include/linux/ |
D | cdrom.h | 19 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-6.1.9/drivers/cdrom/ |
D | cdrom.c | 344 struct packet_command *cgc) in cdrom_dummy_generic_packet() 359 struct packet_command cgc; in cdrom_flush_cache() 374 struct packet_command cgc; in cdrom_get_disc_info() 422 struct packet_command cgc; in cdrom_mrw_probe_pc() 443 struct packet_command cgc; in cdrom_is_mrw() 475 struct packet_command cgc; in cdrom_mrw_bgformat() 516 struct packet_command cgc; in cdrom_mrw_bgformat_susp() 555 struct packet_command cgc; in cdrom_mrw_set_lba_space() 663 struct packet_command cgc; in cdrom_get_media_event() 691 struct packet_command cgc; in cdrom_get_random_writable() [all …]
|
D | gdrom.c | 120 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()
|
/linux-6.1.9/drivers/block/ |
D | pktcdvd.c | 684 static int pkt_generic_packet(struct pktcdvd_device *pd, struct packet_command *cgc) in pkt_generic_packet() 735 struct packet_command *cgc) in pkt_dump_sense() 753 struct packet_command cgc; in pkt_flush_cache() 775 struct packet_command cgc; in pkt_set_speed() 1488 static int pkt_mode_sense(struct pktcdvd_device *pd, struct packet_command *cgc, int page_code, int… in pkt_mode_sense() 1500 static int pkt_mode_select(struct pktcdvd_device *pd, struct packet_command *cgc) in pkt_mode_select() 1514 struct packet_command cgc; in pkt_get_disc_info() 1542 struct packet_command cgc; in pkt_get_track_info() 1610 struct packet_command cgc; in pkt_set_write_settings() 1773 struct packet_command cgc; in pkt_probe_settings() [all …]
|
/linux-6.1.9/drivers/block/paride/ |
D | pcd.c | 184 struct packet_command *cgc); 476 static int pcd_packet(struct cdrom_device_info *cdi, struct packet_command *cgc) in pcd_packet()
|
/linux-6.1.9/Documentation/cdrom/ |
D | cdrom-standard.rst | 229 struct packet_command *);
|