HomeSort by: relevance | last modified time | path
    Searched refs:device_compatible_match_strlist (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/virt68k/dev/
mainbus.c 268 return device_compatible_match_strlist(ma->ma_compatible,
  /src/sys/dev/ofw/
ofw_subr.c 432 match = device_compatible_match_strlist(prop, proplen, compat_data);
  /src/sys/sys/
device.h 662 int device_compatible_match_strlist(const char *, size_t,
  /src/sys/dev/spi/
spi.c 268 return device_compatible_match_strlist(sa->sa_clist,
  /src/sys/dev/i2c/
i2c.c 845 match_result = device_compatible_match_strlist(ia->ia_clist,
  /src/sys/kern/
subr_autoconf.c 3129 * device_compatible_match_strlist:
3136 device_compatible_match_strlist( function in typeref:typename:int

Completed in 18 milliseconds