Searched refs:ocd (Results 1 – 4 of 4) sorted by relevance
105 const struct ofw_compat_data *ocd; in uart_fdt_find_device() local108 ocd = ofw_bus_search_compatible(dev, *cd); in uart_fdt_find_device()109 if (ocd->ocd_data != 0) in uart_fdt_find_device()110 return (ocd->ocd_data); in uart_fdt_find_device()140 const struct ofw_compat_data *ocd; in uart_fdt_find_compatible() local142 for (ocd = cd; ocd->ocd_str != NULL; ocd++) { in uart_fdt_find_compatible()143 if (ofw_bus_node_is_compatible(node, ocd->ocd_str)) in uart_fdt_find_compatible()144 return (ocd); in uart_fdt_find_compatible()153 const struct ofw_compat_data *ocd; in uart_fdt_find_by_node() local157 ocd = uart_fdt_find_compatible(node, *cd); in uart_fdt_find_by_node()[all …]
209 const struct ofw_compat_data *ocd; in psci_fdt_probe() local214 ocd = ofw_bus_search_compatible(dev, compat_data); in psci_fdt_probe()215 if (ocd->ocd_str == NULL) in psci_fdt_probe()226 const struct ofw_compat_data *ocd; in psci_fdt_attach() local229 ocd = ofw_bus_search_compatible(dev, compat_data); in psci_fdt_attach()230 psci_init_def = (struct psci_init_def *)ocd->ocd_data; in psci_fdt_attach()
15 pUS1OqkA99bzT8ZBEd8fg33XGCN5W7wvfo5077onwwJ+ocd//KJqQ2M6MioEp5im
1104 const struct ofw_compat_data *ocd; in sdhci_fsl_fdt_probe() local1109 ocd = ofw_bus_search_compatible(dev, sdhci_fsl_fdt_compat_data); in sdhci_fsl_fdt_probe()1110 if (ocd->ocd_data == 0) in sdhci_fsl_fdt_probe()