Lines Matching defs:host
75 struct ide_host *host;
414 struct ide_host *host;
436 host = ide_host_alloc(&icside_v5_port_info, hws, 1);
437 if (host == NULL)
440 state->host = host;
444 ret = ide_host_register(host, &icside_v5_port_info, hws);
450 ide_host_free(host);
468 struct ide_host *host;
511 host = ide_host_alloc(&d, hws, 2);
512 if (host == NULL)
515 state->host = host;
527 ret = ide_host_register(host, &d, hws);
533 ide_host_free(host);