Searched refs:atheros_device (Results 1 – 6 of 6) sorted by relevance
49 struct atheros_device { struct108 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()
187 ar7100_enable_device(const struct atheros_device *adv) in ar7100_enable_device()217 static const struct atheros_device ar7100_devices[] = {
266 ar5312_enable_device(const struct atheros_device *adv) in ar5312_enable_device()300 static const struct atheros_device ar5312_devices[] = {
289 ar5315_enable_device(const struct atheros_device *adv) in ar5315_enable_device()325 const static struct atheros_device ar5315_devices[] = {
292 ar9344_enable_device(const struct atheros_device *adv) in ar9344_enable_device()388 static const struct atheros_device ar9344_devices[] = {
125 for (const struct atheros_device *adv = platformsw->apsw_devices; in arbus_attach()