Searched refs:ide_host_add (Results 1 - 20 of 20) sorted by relevance
/linux-4.1.27/drivers/ide/ |
H A D | ide-4drives.c | 57 return ide_host_add(&ide_4drives_port_info, hws, 2, NULL); ide_4drives_init()
|
H A D | ide-legacy.c | 56 return ide_host_add(d, hws, 2, NULL); ide_legacy_device_add()
|
H A D | rapide.c | 53 ret = ide_host_add(&rapide_port_info, hws, 1, &host); rapide_probe()
|
H A D | ide-pnp.c | 68 rc = ide_host_add(&ide_pnp_port_info, hws, 1, &host); idepnp_probe()
|
H A D | gayle.c | 156 error = ide_host_add(&d, hws, i, &host); amiga_gayle_ide_probe()
|
H A D | ide-generic.c | 136 rc = ide_host_add(&ide_generic_port_info, hws, 1, NULL); ide_generic_init()
|
H A D | ide_platform.c | 104 ret = ide_host_add(&d, hws, 1, &host); plat_ide_probe()
|
H A D | macide.c | 136 return ide_host_add(&d, hws, 1, NULL); macide_init()
|
H A D | q40ide.c | 163 return ide_host_add(&q40ide_port_info, hws, Q40IDE_NUM_HWIFS, NULL); q40ide_init()
|
H A D | buddha.c | 230 ide_host_add(&d, hws, i, NULL); buddha_init()
|
H A D | cs5520.c | 141 return ide_host_add(d, hws, 2, NULL); cs5520_init_one()
|
H A D | delkin_cb.c | 101 rc = ide_host_add(&delkin_cb_port_info, hws, 1, &host); delkin_cb_probe()
|
H A D | tx4938ide.c | 184 ret = ide_host_add(&d, hws, 1, &host); tx4938ide_probe()
|
H A D | ide-cs.c | 141 rc = ide_host_add(&idecs_port_info, hws, 1, &host); idecs_register()
|
H A D | palm_bk3710.c | 373 rc = ide_host_add(&palm_bk3710_port_info, hws, 1, NULL); palm_bk3710_probe()
|
H A D | au1xxx-ide.c | 556 ret = ide_host_add(&au1xxx_port_info, hws, 1, &host); au_ide_probe()
|
H A D | sgiioc4.c | 573 rc = ide_host_add(&sgiioc4_port_info, hws, 1, NULL); sgiioc4_ide_setup_pci_device()
|
H A D | cmd640.c | 838 return ide_host_add(&cmd640_port_info, hws, second_port_cmd640 ? 2 : 1, cmd640x_init()
|
H A D | ide-probe.c | 1465 int ide_host_add(const struct ide_port_info *d, struct ide_hw **hws, ide_host_add() function 1486 EXPORT_SYMBOL_GPL(ide_host_add); variable
|
/linux-4.1.27/include/linux/ |
H A D | ide.h | 1437 int ide_host_add(const struct ide_port_info *, struct ide_hw **, unsigned int, ide_acpi_set_state()
|
Completed in 211 milliseconds