Searched defs:uwb_rc (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/include/linux/ | 
| D | uwb.h | 371 struct uwb_rc {  struct378 	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-4.4.14/drivers/uwb/ | 
| D | ie.c | 110 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()
 
 | 
| D | whc-rc.c | 65 	struct uwb_rc *uwb_rc;		/* UWB host controller */  member92 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
 
 | 
| D | hwa-rc.c | 84 	struct uwb_rc *uwb_rc;		/* UWB host controller */  member600 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()
 824 	struct uwb_rc *uwb_rc;  in hwarc_probe()  local
 882 	struct uwb_rc *uwb_rc = hwarc->uwb_rc;  in hwarc_disconnect()  local
 895 	struct uwb_rc *uwb_rc = hwarc->uwb_rc;  in hwarc_pre_reset()  local
 904 	struct uwb_rc *uwb_rc = hwarc->uwb_rc;  in hwarc_post_reset()  local
 
 | 
| D | est.c | 352 ssize_t uwb_est_get_size(struct uwb_rc *uwb_rc, struct uwb_est *est,  in uwb_est_get_size()
 | 
| /linux-4.4.14/drivers/usb/wusbcore/ | 
| D | wusbhc.h | 250 	struct uwb_rc *uwb_rc;  member
 |