Home
last modified time | relevance | path

Searched refs:packet_command (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dsr_ioctl.c40 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()
165 struct packet_command cgc; in sr_play_trkind()
275 struct packet_command cgc; in sr_tray_move()
395 struct packet_command cgc; in sr_get_mcn()
431 struct packet_command cgc; in sr_select_speed()
486 struct packet_command cgc; in sr_read_cd()
[all …]
H A Dsr_vendor.c127 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()
H A Dsr.h59 int sr_do_ioctl(Scsi_CD *, struct packet_command *);
H A Dsr.c120 static int sr_packet(struct cdrom_device_info *, struct packet_command *);
908 struct packet_command *cgc) in sr_packet()
/openbmc/linux/include/linux/
H A Dcdrom.h20 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);
/openbmc/linux/drivers/cdrom/
H A Dcdrom.c360 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()
712 struct packet_command cgc; in cdrom_has_defect_mgt()
[all …]
H A Dgdrom.c120 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()
/openbmc/linux/drivers/block/
H A Dpktcdvd.c785 struct packet_command cgc; in pkt_flush_cache()
807 struct packet_command cgc; in pkt_set_speed()
1531 struct packet_command cgc; in pkt_get_disc_info()
1559 struct packet_command cgc; in pkt_get_track_info()
1627 struct packet_command cgc; in pkt_set_write_settings()
1794 struct packet_command cgc; in pkt_probe_settings()
1896 struct packet_command cgc; in pkt_write_caching()
1934 struct packet_command cgc; in pkt_lock_door()
1948 struct packet_command cgc; in pkt_get_max_speed()
2010 struct packet_command cgc; in pkt_media_speed()
[all …]
/openbmc/linux/Documentation/cdrom/
H A Dcdrom-standard.rst229 struct packet_command *);