Home
last modified time | relevance | path

Searched defs:uwb_rc (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/staging/uwb/
Duwb.h357 struct uwb_rc { struct
364 int (*start)(struct uwb_rc *rc); argument
365 void (*stop)(struct uwb_rc *rc); argument
366 int (*cmd)(struct uwb_rc *, const struct uwb_rccb *, size_t); argument
367 int (*reset)(struct uwb_rc *rc); argument
368 int (*filter_cmd)(struct uwb_rc *, struct uwb_rccb **, size_t *); argument
369 int (*filter_event)(struct uwb_rc *, struct uwb_rceb **, const size_t, argument
372 spinlock_t neh_lock; /* protects neh_* and ctx_* */
373 struct list_head neh_list; /* Open NE handles */
374 unsigned long ctx_bm[UWB_RC_CTX_MAX / 8 / sizeof(unsigned long)];
[all …]
Die.c96 ssize_t uwb_rc_get_ie(struct uwb_rc *uwb_rc, struct uwb_rc_evt_get_ie **pget_ie) in uwb_rc_get_ie()
170 void uwb_rc_ie_init(struct uwb_rc *uwb_rc) in uwb_rc_ie_init()
186 int uwb_rc_ie_setup(struct uwb_rc *uwb_rc) in uwb_rc_ie_setup()
209 void uwb_rc_ie_release(struct uwb_rc *uwb_rc) in uwb_rc_ie_release()
271 int uwb_rc_ie_add(struct uwb_rc *uwb_rc, in uwb_rc_ie_add()
318 void uwb_rc_ie_cache_rm(struct uwb_rc *uwb_rc, enum uwb_ie to_remove) in uwb_rc_ie_cache_rm()
351 int uwb_rc_ie_rm(struct uwb_rc *uwb_rc, enum uwb_ie element_id) in uwb_rc_ie_rm()
Dwhc-rc.c51 struct uwb_rc *uwb_rc; /* UWB host controller */ member
78 static int whcrc_cmd(struct uwb_rc *uwb_rc, in whcrc_cmd()
352 struct uwb_rc *uwb_rc; in whcrc_probe() local
411 struct uwb_rc *uwb_rc = whcrc->uwb_rc; in whcrc_remove() local
423 struct uwb_rc *uwb_rc = whcrc->uwb_rc; in whcrc_pre_reset() local
432 struct uwb_rc *uwb_rc = whcrc->uwb_rc; in whcrc_post_reset() local
Dhwa-rc.c67 struct uwb_rc *uwb_rc; /* UWB host controller */ member
583 int hwarc_cmd(struct uwb_rc *uwb_rc, const struct uwb_rccb *cmd, size_t cmd_size) in hwarc_cmd()
594 int hwarc_reset(struct uwb_rc *uwb_rc) in hwarc_reset()
805 struct uwb_rc *uwb_rc; in hwarc_probe() local
869 struct uwb_rc *uwb_rc = hwarc->uwb_rc; in hwarc_disconnect() local
882 struct uwb_rc *uwb_rc = hwarc->uwb_rc; in hwarc_pre_reset() local
891 struct uwb_rc *uwb_rc = hwarc->uwb_rc; in hwarc_post_reset() local
Dest.c338 ssize_t uwb_est_get_size(struct uwb_rc *uwb_rc, struct uwb_est *est, in uwb_est_get_size()
/Linux-v5.4/drivers/staging/wusbcore/
Dwusbhc.h236 struct uwb_rc *uwb_rc; member