Searched defs:driver_compats (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/virt68k/dev/
H A Dmainbus.c265 mainbus_compatible_match(const struct mainbus_attach_args * const ma, const struct device_compatible_entry * driver_compats) argument
276 mainbus_compatible_lookup(const struct mainbus_attach_args * const ma, const struct device_compatible_entry * driver_compats) argument
/netbsd-current/sys/kern/
H A Dsubr_autoconf.c3032 device_compatible_match_strarray_internal( const char **device_compats, int ndevice_compats, const struct device_compatible_entry *driver_compats, const struct device_compatible_entry **matching_entryp, int (*match_fn)(const char **, unsigned int, const char *)) argument
3065 device_compatible_match(const char **device_compats, int ndevice_compats, const struct device_compatible_entry *driver_compats) argument
3080 device_compatible_pmatch(const char **device_compats, int ndevice_compats, const struct device_compatible_entry *driver_compats) argument
3088 device_compatible_match_strlist_internal( const char * const device_compats, size_t const device_compatsize, const struct device_compatible_entry *driver_compats, const struct device_compatible_entry **matching_entryp, int (*match_fn)(const char *, size_t, const char *)) argument
3122 device_compatible_match_strlist( const char * const device_compats, size_t const device_compatsize, const struct device_compatible_entry *driver_compats) argument
3138 device_compatible_pmatch_strlist( const char * const device_compats, size_t const device_compatsize, const struct device_compatible_entry *driver_compats) argument
3147 device_compatible_match_id_internal( uintptr_t const id, uintptr_t const mask, uintptr_t const sentinel_id, const struct device_compatible_entry *driver_compats, const struct device_compatible_entry **matching_entryp) argument
3175 device_compatible_match_id( uintptr_t const id, uintptr_t const sentinel_id, const struct device_compatible_entry *driver_compats) argument
3190 device_compatible_lookup(const char **device_compats, int ndevice_compats, const struct device_compatible_entry *driver_compats) argument
3209 device_compatible_plookup(const char **device_compats, int ndevice_compats, const struct device_compatible_entry *driver_compats) argument
3229 device_compatible_lookup_strlist( const char * const device_compats, size_t const device_compatsize, const struct device_compatible_entry *driver_compats) argument
3250 device_compatible_plookup_strlist( const char * const device_compats, size_t const device_compatsize, const struct device_compatible_entry *driver_compats) argument
3270 device_compatible_lookup_id( uintptr_t const id, uintptr_t const sentinel_id, const struct device_compatible_entry *driver_compats) argument
[all...]

Completed in 114 milliseconds