Lines Matching defs:host
236 * if the range cannot be matched to any host bridge IO space (our case here).
526 * Whenever the translation fails, the *host pointer will be set to the
533 struct device_node **host)
546 *host = NULL;
590 *host = of_node_get(dev);
625 struct device_node *host;
629 in_addr, "ranges", &host);
630 if (host) {
631 of_node_put(host);
671 struct device_node *host;
675 in_addr, "dma-ranges", &host);
677 if (host) {
678 of_node_put(host);
898 struct device_node *host;
901 in_addr, "ranges", &host);
902 if (host) {
903 /* host-specific port access */
904 port = logic_pio_trans_hwaddr(&host->fwnode, taddr, size);
905 of_node_put(host);
1164 * can't be matched to any host bridge IO space