ide_drive_s       356 include/linux/ide.h struct ide_drive_s;
ide_drive_s       359 include/linux/ide.h 	int		(*check)(struct ide_drive_s *, const char *);
ide_drive_s       360 include/linux/ide.h 	int		(*get_capacity)(struct ide_drive_s *);
ide_drive_s       361 include/linux/ide.h 	void		(*unlock_native_capacity)(struct ide_drive_s *);
ide_drive_s       362 include/linux/ide.h 	void		(*setup)(struct ide_drive_s *);
ide_drive_s       363 include/linux/ide.h 	void		(*flush)(struct ide_drive_s *);
ide_drive_s       364 include/linux/ide.h 	int		(*init_media)(struct ide_drive_s *, struct gendisk *);
ide_drive_s       365 include/linux/ide.h 	int		(*set_doorlock)(struct ide_drive_s *, struct gendisk *,
ide_drive_s       367 include/linux/ide.h 	ide_startstop_t	(*do_request)(struct ide_drive_s *, struct request *,
ide_drive_s       369 include/linux/ide.h 	int		(*ioctl)(struct ide_drive_s *, struct block_device *,
ide_drive_s       559 include/linux/ide.h 	int  (*pc_callback)(struct ide_drive_s *, int);
ide_drive_s       561 include/linux/ide.h 	ide_startstop_t (*irq_handler)(struct ide_drive_s *);
ide_drive_s       573 include/linux/ide.h typedef struct ide_drive_s ide_drive_t;
ide_drive_s       640 include/linux/ide.h 	void	(*dma_host_set)(struct ide_drive_s *, int);
ide_drive_s       641 include/linux/ide.h 	int	(*dma_setup)(struct ide_drive_s *, struct ide_cmd *);
ide_drive_s       642 include/linux/ide.h 	void	(*dma_start)(struct ide_drive_s *);
ide_drive_s       643 include/linux/ide.h 	int	(*dma_end)(struct ide_drive_s *);
ide_drive_s       644 include/linux/ide.h 	int	(*dma_test_irq)(struct ide_drive_s *);
ide_drive_s       645 include/linux/ide.h 	void	(*dma_lost_irq)(struct ide_drive_s *);
ide_drive_s       647 include/linux/ide.h 	int	(*dma_check)(struct ide_drive_s *, struct ide_cmd *);
ide_drive_s       648 include/linux/ide.h 	int	(*dma_timer_expiry)(struct ide_drive_s *);
ide_drive_s       649 include/linux/ide.h 	void	(*dma_clear)(struct ide_drive_s *);