Searched refs:uwb_rc_neh (Results 1 – 3 of 3) sorted by relevance
/drivers/uwb/ |
D | neh.c | 103 struct uwb_rc_neh { struct 122 struct uwb_rc_neh *neh = container_of(kref, struct uwb_rc_neh, kref); in uwb_rc_neh_release() argument 127 static void uwb_rc_neh_get(struct uwb_rc_neh *neh) in uwb_rc_neh_get() 136 void uwb_rc_neh_put(struct uwb_rc_neh *neh) in uwb_rc_neh_put() 163 int __uwb_rc_ctx_get(struct uwb_rc *rc, struct uwb_rc_neh *neh) in __uwb_rc_ctx_get() 183 void __uwb_rc_ctx_put(struct uwb_rc *rc, struct uwb_rc_neh *neh) in __uwb_rc_ctx_put() 209 struct uwb_rc_neh *uwb_rc_neh_add(struct uwb_rc *rc, struct uwb_rccb *cmd, in uwb_rc_neh_add() 216 struct uwb_rc_neh *neh; in uwb_rc_neh_add() 254 static void __uwb_rc_neh_rm(struct uwb_rc *rc, struct uwb_rc_neh *neh) in __uwb_rc_neh_rm() 268 void uwb_rc_neh_rm(struct uwb_rc *rc, struct uwb_rc_neh *neh) in uwb_rc_neh_rm() [all …]
|
D | uwb-internal.h | 93 struct uwb_rc_neh; 104 struct uwb_rc_neh *uwb_rc_neh_add(struct uwb_rc *rc, struct uwb_rccb *cmd, 107 void uwb_rc_neh_rm(struct uwb_rc *rc, struct uwb_rc_neh *neh); 108 void uwb_rc_neh_arm(struct uwb_rc *rc, struct uwb_rc_neh *neh); 109 void uwb_rc_neh_put(struct uwb_rc_neh *neh);
|
D | reset.c | 77 struct uwb_rc_neh *neh; in uwb_rc_cmd_async()
|