Lines Matching defs:airo_info
1002 struct airo_info { struct
1016 struct airo_info *next; argument
1017 spinlock_t aux_lock;
1018 unsigned long flags;
1042 int (*bap_read)(struct airo_info*, u16 *pu16Dst, int bytelen, argument
1044 unsigned short *flash;
1045 tdsRssiEntry *rssi;
1046 struct task_struct *task;
1047 struct semaphore sem;
1048 pid_t thr_pid;
1049 wait_queue_head_t thr_wait;
1050 struct completion thr_exited;
1051 unsigned long expires;
1052 struct {
1078 static inline int bap_read(struct airo_info *ai, u16 *pu16Dst, int bytelen, in bap_read() argument