Lines Matching defs:uwb_rc
371 struct uwb_rc { struct
378 int (*start)(struct uwb_rc *rc); argument
379 void (*stop)(struct uwb_rc *rc); argument
380 int (*cmd)(struct uwb_rc *, const struct uwb_rccb *, size_t); argument
381 int (*reset)(struct uwb_rc *rc); argument
382 int (*filter_cmd)(struct uwb_rc *, struct uwb_rccb **, size_t *); argument
383 int (*filter_event)(struct uwb_rc *, struct uwb_rceb **, const size_t, argument
386 spinlock_t neh_lock; /* protects neh_* and ctx_* */
387 struct list_head neh_list; /* Open NE handles */
388 unsigned long ctx_bm[UWB_RC_CTX_MAX / 8 / sizeof(unsigned long)];
389 u8 ctx_roll;
414 struct uwb_rc_cmd_set_ie *ies; argument
415 size_t ies_capacity;
417 struct list_head pals;
418 int active_pals;
420 struct uwb_dbg *dbg;