Home
last modified time | relevance | path

Searched refs:device_compatible_match (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/virt68k/dev/
H A Dmainbus.c271 return device_compatible_match(device_compats, in mainbus_compatible_match()
/netbsd-src/sys/sys/
H A Ddevice.h656 int device_compatible_match(const char **, int,
/netbsd-src/sys/dev/spi/
H A Dspi.c269 return device_compatible_match(sa->sa_compat, sa->sa_ncompat, in spi_compatible_match()
/netbsd-src/sys/dev/i2c/
H A Di2c.c603 match_result = device_compatible_match(ia->ia_compat, ia->ia_ncompat, in iic_compatible_match()
/netbsd-src/sys/kern/
H A Dsubr_autoconf.c3065 device_compatible_match(const char **device_compats, int ndevice_compats, in device_compatible_match() function