Searched refs:packet_command (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/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() 275 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 | 119 static int sr_packet(struct cdrom_device_info *, struct packet_command *); 918 struct packet_command *cgc) in sr_packet()
|
/linux-6.12.1/include/linux/ |
D | cdrom.h | 20 struct packet_command struct 92 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.12.1/drivers/cdrom/ |
D | cdrom.c | 345 struct packet_command *cgc) in cdrom_dummy_generic_packet() 360 struct packet_command cgc; in cdrom_flush_cache() 375 struct packet_command cgc; in cdrom_get_disc_info() 423 struct packet_command cgc; in cdrom_mrw_probe_pc() 444 struct packet_command cgc; in cdrom_is_mrw() 476 struct packet_command cgc; in cdrom_mrw_bgformat() 517 struct packet_command cgc; in cdrom_mrw_bgformat_susp() 556 struct packet_command cgc; in cdrom_mrw_set_lba_space() 664 struct packet_command cgc; in cdrom_get_media_event() 692 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.12.1/drivers/block/ |
D | pktcdvd.c | 714 static int pkt_generic_packet(struct pktcdvd_device *pd, struct packet_command *cgc) in pkt_generic_packet() 765 struct packet_command *cgc) in pkt_dump_sense() 784 struct packet_command cgc; in pkt_flush_cache() 806 struct packet_command cgc; in pkt_set_speed() 1513 static int pkt_mode_sense(struct pktcdvd_device *pd, struct packet_command *cgc, int page_code, int… in pkt_mode_sense() 1524 static int pkt_mode_select(struct pktcdvd_device *pd, struct packet_command *cgc) in pkt_mode_select() 1537 struct packet_command cgc; in pkt_get_disc_info() 1565 struct packet_command cgc; in pkt_get_track_info() 1633 struct packet_command cgc; in pkt_set_write_settings() 1800 struct packet_command cgc; in pkt_probe_settings() [all …]
|
/linux-6.12.1/Documentation/cdrom/ |
D | cdrom-standard.rst | 229 struct packet_command *);
|