Searched refs:packet_command (Results  1 – 13 of 13) sorted by relevance
| /linux-4.1.27/drivers/scsi/ | 
| D | sr_ioctl.c | 43 	struct packet_command cgc;  in sr_read_tochdr() 51 	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() 118 	struct packet_command cgc;  in sr_fake_playtrkind() 144 	memset(&cgc, 0, sizeof(struct packet_command));  in sr_fake_playtrkind() 162 	struct packet_command cgc;  in sr_play_trkind() 165 	memset(&cgc, 0, sizeof(struct packet_command));  in sr_play_trkind() 185 int sr_do_ioctl(Scsi_CD *cd, struct packet_command *cgc)  in sr_do_ioctl() 276 	struct packet_command cgc;  in sr_tray_move() [all …] 
 | 
| D | sr_vendor.c | 112 	struct packet_command cgc;  in sr_set_blocklength() 128 	memset(&cgc, 0, sizeof(struct packet_command));  in sr_set_blocklength() 163 	struct packet_command cgc;  in sr_cd_check() 177 	memset(&cgc, 0, sizeof(struct packet_command));  in sr_cd_check()
  | 
| D | sr.h | 62 int sr_do_ioctl(Scsi_CD *, struct packet_command *);
  | 
| D | sr.c | 118 static int sr_packet(struct cdrom_device_info *, struct packet_command *); 941 		struct packet_command *cgc)  in sr_packet()
  | 
| /linux-4.1.27/drivers/cdrom/ | 
| D | cdrom.c | 346 				      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() 662 	struct packet_command cgc;  in cdrom_get_media_event() 689 	struct packet_command cgc;  in cdrom_get_random_writable() [all …] 
 | 
| D | gdrom.c | 140 	struct packet_command *command); 249 	struct packet_command *spin_command;  in gdrom_preparedisk_cmd() 250 	spin_command = kzalloc(sizeof(struct packet_command), GFP_KERNEL);  in gdrom_preparedisk_cmd() 281 	struct packet_command *toc_command;  in gdrom_readtoc_cmd() 284 	toc_command = kzalloc(sizeof(struct packet_command), GFP_KERNEL);  in gdrom_readtoc_cmd() 419 	struct packet_command *command)  in gdrom_packetcommand() 433 	struct packet_command *sense_command;  in gdrom_getsense() 438 	sense_command = kzalloc(sizeof(struct packet_command), GFP_KERNEL);  in gdrom_getsense() 587 	struct packet_command *read_command;  in gdrom_readdisk_dma() 594 	read_command = kzalloc(sizeof(struct packet_command), GFP_KERNEL);  in gdrom_readdisk_dma()
  | 
| /linux-4.1.27/include/linux/ | 
| D | cdrom.h | 17 struct packet_command  struct 93 			       struct packet_command *); 120 			     struct packet_command *cgc); 122 			    struct packet_command *cgc, 124 extern void init_cdrom_command(struct packet_command *cgc,
  | 
| /linux-4.1.27/drivers/ide/ | 
| D | ide-cd_verbose.c | 36 	unsigned short packet_command;  member 317 			if (packet_command_texts[mid].packet_command ==  in ide_cd_log_error() 322 			if (packet_command_texts[mid].packet_command >  in ide_cd_log_error()
  | 
| D | ide-cd.h | 124 int ide_cdrom_packet(struct cdrom_device_info *, struct packet_command *);
  | 
| D | ide-cd_ioctl.c | 449 			    struct packet_command *cgc)  in ide_cdrom_packet()
  | 
| D | ide-cd.c | 1122 	struct packet_command cgc;  in ide_cdrom_get_capabilities() 1622 	struct packet_command cgc;  in idecd_set_spindown() 1642 	struct packet_command cgc;  in idecd_get_spindown()
  | 
| /linux-4.1.27/drivers/block/ | 
| D | pktcdvd.c | 699 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() 1566 static int pkt_mode_sense(struct pktcdvd_device *pd, struct packet_command *cgc, int page_code, int…  in pkt_mode_sense() 1578 static int pkt_mode_select(struct pktcdvd_device *pd, struct packet_command *cgc)  in pkt_mode_select() 1592 	struct packet_command cgc;  in pkt_get_disc_info() 1619 	struct packet_command cgc;  in pkt_get_track_info() 1683 	struct packet_command cgc;  in pkt_set_write_settings() 1843 	struct packet_command cgc;  in pkt_probe_settings() [all …] 
 | 
| /linux-4.1.27/drivers/block/paride/ | 
| D | pcd.c | 184 		      struct packet_command *cgc); 499 static int pcd_packet(struct cdrom_device_info *cdi, struct packet_command *cgc)  in pcd_packet()
  |