Lines Matching refs:cfdriver
141 extern struct cfdriver * const cfdriver_list_initial[];
189 static void config_makeroom(int, struct cfdriver *);
265 typedef int (*cfdriver_fn)(struct cfdriver *);
267 frob_cfdrivervec(struct cfdriver * const *cfdriverv, in frob_cfdrivervec()
391 config_init_component(struct cfdriver * const *cfdriverv, in config_init_component()
424 config_fini_component(struct cfdriver * const *cfdriverv, in config_fini_component()
623 config_cfdriver_attach(struct cfdriver *cd) in config_cfdriver_attach()
625 struct cfdriver *lcd; in config_cfdriver_attach()
643 config_cfdriver_detach(struct cfdriver *cd) in config_cfdriver_detach()
675 struct cfdriver *
678 struct cfdriver *cd; in config_cfdriver_lookup()
695 struct cfdriver *cd; in config_cfattach_attach()
719 struct cfdriver *cd; in config_cfattach_detach()
751 config_cfattach_lookup_cd(struct cfdriver *cd, const char *atname) in config_cfattach_lookup_cd()
769 struct cfdriver *cd; in config_cfattach_lookup()
827 cfdriver_get_iattr(const struct cfdriver *cd, const char *ia) in cfdriver_get_iattr()
844 cfdriver_iattr_count(const struct cfdriver *cd) in cfdriver_iattr_count()
863 cfiattr_lookup(const char *name, const struct cfdriver *cd) in cfiattr_lookup()
865 const struct cfdriver *d; in cfiattr_lookup()
886 struct cfdriver *pcd; in cfparent_match()
1366 config_makeroom(int n, struct cfdriver *cd) in config_makeroom()
2124 struct cfdriver *cd; in config_detach_release()
2964 struct cfdriver *cd; in device_find_by_driver_unit()