ide_host_add      556 drivers/ide/au1xxx-ide.c 	ret = ide_host_add(&au1xxx_port_info, hws, 1, &host);
ide_host_add      230 drivers/ide/buddha.c 		ide_host_add(&d, hws, i, NULL);
ide_host_add      839 drivers/ide/cmd640.c 	return ide_host_add(&cmd640_port_info, hws, second_port_cmd640 ? 2 : 1,
ide_host_add      141 drivers/ide/cs5520.c 	return ide_host_add(d, hws, 2, NULL);
ide_host_add      101 drivers/ide/delkin_cb.c 	rc = ide_host_add(&delkin_cb_port_info, hws, 1, &host);
ide_host_add      156 drivers/ide/gayle.c 	error = ide_host_add(&d, hws, i, &host);
ide_host_add       58 drivers/ide/ide-4drives.c 	return ide_host_add(&ide_4drives_port_info, hws, 2, NULL);
ide_host_add      141 drivers/ide/ide-cs.c     rc = ide_host_add(&idecs_port_info, hws, 1, &host);
ide_host_add      126 drivers/ide/ide-generic.c 			rc = ide_host_add(&ide_generic_port_info, hws, 1, NULL);
ide_host_add       57 drivers/ide/ide-legacy.c 	return ide_host_add(d, hws, 2, NULL);
ide_host_add       60 drivers/ide/ide-pnp.c 	rc = ide_host_add(&ide_pnp_port_info, hws, 1, &host);
ide_host_add     1556 drivers/ide/ide-probe.c EXPORT_SYMBOL_GPL(ide_host_add);
ide_host_add      100 drivers/ide/ide_platform.c 	ret = ide_host_add(&d, hws, 1, &host);
ide_host_add      136 drivers/ide/macide.c 	return ide_host_add(&d, hws, 1, NULL);
ide_host_add      362 drivers/ide/palm_bk3710.c 	rc = ide_host_add(&palm_bk3710_port_info, hws, 1, NULL);
ide_host_add      163 drivers/ide/q40ide.c     return ide_host_add(&q40ide_port_info, hws, Q40IDE_NUM_HWIFS, NULL);
ide_host_add       54 drivers/ide/rapide.c 	ret = ide_host_add(&rapide_port_info, hws, 1, &host);
ide_host_add      184 drivers/ide/tx4938ide.c 	ret = ide_host_add(&d, hws, 1, &host);
ide_host_add     1506 include/linux/ide.h int ide_host_add(const struct ide_port_info *, struct ide_hw **, unsigned int,