ide_hwif_t        772 include/linux/ide.h 	ide_hwif_t	*ports[MAX_HOST_PORTS + 1];
ide_hwif_t        788 include/linux/ide.h 	ide_hwif_t	*cur_port;	/* for hosts requiring serialization */
ide_hwif_t        925 include/linux/ide.h void ide_proc_register_port(ide_hwif_t *);
ide_hwif_t        926 include/linux/ide.h void ide_proc_port_register_devices(ide_hwif_t *);
ide_hwif_t        928 include/linux/ide.h void ide_proc_unregister_port(ide_hwif_t *);
ide_hwif_t        937 include/linux/ide.h static inline void ide_proc_register_port(ide_hwif_t *hwif) { ; }
ide_hwif_t        938 include/linux/ide.h static inline void ide_proc_port_register_devices(ide_hwif_t *hwif) { ; }
ide_hwif_t        940 include/linux/ide.h static inline void ide_proc_unregister_port(ide_hwif_t *hwif) { ; }
ide_hwif_t       1082 include/linux/ide.h void ide_exec_command(ide_hwif_t *, u8);
ide_hwif_t       1083 include/linux/ide.h u8 ide_read_status(ide_hwif_t *);
ide_hwif_t       1084 include/linux/ide.h u8 ide_read_altstatus(ide_hwif_t *);
ide_hwif_t       1085 include/linux/ide.h void ide_write_devctl(ide_hwif_t *, u8);
ide_hwif_t       1161 include/linux/ide.h extern int ide_wait_not_busy(ide_hwif_t *hwif, unsigned long timeout);
ide_hwif_t       1192 include/linux/ide.h unsigned long ide_pci_dma_base(ide_hwif_t *, const struct ide_port_info *);
ide_hwif_t       1193 include/linux/ide.h int ide_pci_check_simplex(ide_hwif_t *, const struct ide_port_info *);
ide_hwif_t       1194 include/linux/ide.h int ide_hwif_setup_dma(ide_hwif_t *, const struct ide_port_info *);
ide_hwif_t       1196 include/linux/ide.h static inline int ide_hwif_setup_dma(ide_hwif_t *hwif,
ide_hwif_t       1292 include/linux/ide.h 	void			(*init_iops)(ide_hwif_t *);
ide_hwif_t       1293 include/linux/ide.h 	void                    (*init_hwif)(ide_hwif_t *);
ide_hwif_t       1294 include/linux/ide.h 	int			(*init_dma)(ide_hwif_t *,
ide_hwif_t       1361 include/linux/ide.h int ide_allocate_dma_engine(ide_hwif_t *);
ide_hwif_t       1362 include/linux/ide.h void ide_release_dma_engine(ide_hwif_t *);
ide_hwif_t       1376 include/linux/ide.h u8 ide_dma_sff_read_status(ide_hwif_t *);
ide_hwif_t       1396 include/linux/ide.h static inline void ide_release_dma_engine(ide_hwif_t *hwif) { ; }
ide_hwif_t       1405 include/linux/ide.h bool ide_port_acpi(ide_hwif_t *hwif);
ide_hwif_t       1407 include/linux/ide.h extern void ide_acpi_get_timing(ide_hwif_t *hwif);
ide_hwif_t       1408 include/linux/ide.h extern void ide_acpi_push_timing(ide_hwif_t *hwif);
ide_hwif_t       1409 include/linux/ide.h void ide_acpi_init_port(ide_hwif_t *);
ide_hwif_t       1410 include/linux/ide.h void ide_acpi_port_init_devices(ide_hwif_t *);
ide_hwif_t       1411 include/linux/ide.h extern void ide_acpi_set_state(ide_hwif_t *hwif, int on);
ide_hwif_t       1414 include/linux/ide.h static inline bool ide_port_acpi(ide_hwif_t *hwif) { return 0; }
ide_hwif_t       1416 include/linux/ide.h static inline void ide_acpi_get_timing(ide_hwif_t *hwif) { ; }
ide_hwif_t       1417 include/linux/ide.h static inline void ide_acpi_push_timing(ide_hwif_t *hwif) { ; }
ide_hwif_t       1418 include/linux/ide.h static inline void ide_acpi_init_port(ide_hwif_t *hwif) { ; }
ide_hwif_t       1419 include/linux/ide.h static inline void ide_acpi_port_init_devices(ide_hwif_t *hwif) { ; }
ide_hwif_t       1420 include/linux/ide.h static inline void ide_acpi_set_state(ide_hwif_t *hwif, int on) {}
ide_hwif_t       1429 include/linux/ide.h void ide_port_apply_params(ide_hwif_t *);
ide_hwif_t       1430 include/linux/ide.h int ide_sysfs_register_port(ide_hwif_t *);
ide_hwif_t       1441 include/linux/ide.h void ide_port_unregister_devices(ide_hwif_t *);
ide_hwif_t       1442 include/linux/ide.h void ide_port_scan(ide_hwif_t *);
ide_hwif_t       1444 include/linux/ide.h static inline void *ide_get_hwifdata (ide_hwif_t * hwif)
ide_hwif_t       1449 include/linux/ide.h static inline void ide_set_hwifdata (ide_hwif_t * hwif, void *data)
ide_hwif_t       1522 include/linux/ide.h static inline int hwif_to_node(ide_hwif_t *hwif)