Home | History | Annotate | Download | only in imx

Lines Matching refs:aux

68 apbh_match(device_t parent, cfdata_t match, void *aux)
70 struct mainbus_attach_args *mb = aux;
79 apbh_attach(device_t parent, device_t self, void *aux)
118 apbh_search_cb(device_t parent, cfdata_t cf, const int *locs, void *aux)
120 struct apb_attach_args *aa = aux;
127 if (config_probe(parent, cf, aux))
128 config_attach(parent, cf, aux, apbh_print, CFARGS_NONE);
137 apbh_search_crit_cb(device_t parent, cfdata_t cf, const int *locs, void *aux)
139 struct apb_attach_args *aa = aux;
151 if (config_probe(parent, cf, aux))
152 config_attach(parent, cf, aux, apbh_print, CFARGS_NONE);
161 apbh_print(void *aux, const char *name __unused)
163 struct apb_attach_args *aa = aux;