Home
last modified time | relevance | path

Searched refs:atheros_device (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/arch/mips/atheros/include/
Dplatform.h49 struct atheros_device { struct
108 int (*apsw_enable_device)(const struct atheros_device *);
110 const struct atheros_device *apsw_devices;
207 atheros_enable_device(const struct atheros_device *adv) in atheros_enable_device()
/netbsd/src/sys/arch/mips/atheros/
Dar7100.c187 ar7100_enable_device(const struct atheros_device *adv) in ar7100_enable_device()
217 static const struct atheros_device ar7100_devices[] = {
Dar5312.c266 ar5312_enable_device(const struct atheros_device *adv) in ar5312_enable_device()
300 static const struct atheros_device ar5312_devices[] = {
Dar5315.c289 ar5315_enable_device(const struct atheros_device *adv) in ar5315_enable_device()
325 const static struct atheros_device ar5315_devices[] = {
Dar9344.c292 ar9344_enable_device(const struct atheros_device *adv) in ar9344_enable_device()
388 static const struct atheros_device ar9344_devices[] = {
Darbus.c125 for (const struct atheros_device *adv = platformsw->apsw_devices; in arbus_attach()