Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Duwb.h371 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)];
[all …]
/Linux-v4.19/drivers/uwb/
Die.c110 ssize_t uwb_rc_get_ie(struct uwb_rc *uwb_rc, struct uwb_rc_evt_get_ie **pget_ie) in uwb_rc_get_ie()
184 void uwb_rc_ie_init(struct uwb_rc *uwb_rc) in uwb_rc_ie_init()
200 int uwb_rc_ie_setup(struct uwb_rc *uwb_rc) in uwb_rc_ie_setup()
223 void uwb_rc_ie_release(struct uwb_rc *uwb_rc) in uwb_rc_ie_release()
285 int uwb_rc_ie_add(struct uwb_rc *uwb_rc, in uwb_rc_ie_add()
332 void uwb_rc_ie_cache_rm(struct uwb_rc *uwb_rc, enum uwb_ie to_remove) in uwb_rc_ie_cache_rm()
365 int uwb_rc_ie_rm(struct uwb_rc *uwb_rc, enum uwb_ie element_id) in uwb_rc_ie_rm()
Dwhc-rc.c65 struct uwb_rc *uwb_rc; /* UWB host controller */ member
92 static int whcrc_cmd(struct uwb_rc *uwb_rc, in whcrc_cmd()
366 struct uwb_rc *uwb_rc; in whcrc_probe() local
425 struct uwb_rc *uwb_rc = whcrc->uwb_rc; in whcrc_remove() local
437 struct uwb_rc *uwb_rc = whcrc->uwb_rc; in whcrc_pre_reset() local
446 struct uwb_rc *uwb_rc = whcrc->uwb_rc; in whcrc_post_reset() local
Dhwa-rc.c84 struct uwb_rc *uwb_rc; /* UWB host controller */ member
600 int hwarc_cmd(struct uwb_rc *uwb_rc, const struct uwb_rccb *cmd, size_t cmd_size) in hwarc_cmd()
611 int hwarc_reset(struct uwb_rc *uwb_rc) in hwarc_reset()
822 struct uwb_rc *uwb_rc; in hwarc_probe() local
886 struct uwb_rc *uwb_rc = hwarc->uwb_rc; in hwarc_disconnect() local
899 struct uwb_rc *uwb_rc = hwarc->uwb_rc; in hwarc_pre_reset() local
908 struct uwb_rc *uwb_rc = hwarc->uwb_rc; in hwarc_post_reset() local
Dest.c352 ssize_t uwb_est_get_size(struct uwb_rc *uwb_rc, struct uwb_est *est, in uwb_est_get_size()
/Linux-v4.19/drivers/usb/wusbcore/
Dwusbhc.h236 struct uwb_rc *uwb_rc; member