Searched refs:packet_command (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/scsi/ |
| A 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() 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() 159 struct packet_command cgc; in sr_play_trkind() 266 struct packet_command cgc; in sr_tray_move() 386 struct packet_command cgc; in sr_get_mcn() 419 struct packet_command cgc; in sr_select_speed() 474 struct packet_command cgc; in sr_read_cd() [all …]
|
| A 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()
|
| A D | sr.h | 65 int sr_do_ioctl(Scsi_CD *, struct packet_command *);
|
| A D | sr.c | 125 static int sr_packet(struct cdrom_device_info *, struct packet_command *); 948 struct packet_command *cgc) in sr_packet()
|
| /linux/drivers/cdrom/ |
| A D | cdrom.c | 369 struct packet_command cgc; in cdrom_flush_cache() 384 struct packet_command cgc; in cdrom_get_disc_info() 432 struct packet_command cgc; in cdrom_mrw_probe_pc() 453 struct packet_command cgc; in cdrom_is_mrw() 485 struct packet_command cgc; in cdrom_mrw_bgformat() 526 struct packet_command cgc; in cdrom_mrw_bgformat_susp() 565 struct packet_command cgc; in cdrom_mrw_set_lba_space() 671 struct packet_command cgc; in cdrom_get_media_event() 698 struct packet_command cgc; in cdrom_get_random_writable() 718 struct packet_command cgc; in cdrom_has_defect_mgt() [all …]
|
| A 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/include/linux/ |
| A D | cdrom.h | 19 struct packet_command struct 92 struct packet_command *); 127 struct packet_command *cgc); 129 struct packet_command *cgc, 131 extern void init_cdrom_command(struct packet_command *cgc, 134 struct packet_command *cgc);
|
| /linux/drivers/block/ |
| A D | pktcdvd.c | 767 struct packet_command cgc; in pkt_flush_cache() 789 struct packet_command cgc; in pkt_set_speed() 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() 1889 struct packet_command cgc; in pkt_write_caching() 1921 struct packet_command cgc; in pkt_lock_door() 1935 struct packet_command cgc; in pkt_get_max_speed() 1996 struct packet_command cgc; in pkt_media_speed() [all …]
|
| /linux/drivers/block/paride/ |
| A 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/Documentation/cdrom/ |
| A D | cdrom-standard.rst | 230 struct packet_command *);
|
Completed in 25 milliseconds