Home
last modified time | relevance | path

Searched refs:uwb_rc_neh (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/staging/uwb/
Dneh.c89 struct uwb_rc_neh { struct
108 struct uwb_rc_neh *neh = container_of(kref, struct uwb_rc_neh, kref); in uwb_rc_neh_release() argument
113 static void uwb_rc_neh_get(struct uwb_rc_neh *neh) in uwb_rc_neh_get()
122 void uwb_rc_neh_put(struct uwb_rc_neh *neh) in uwb_rc_neh_put()
149 int __uwb_rc_ctx_get(struct uwb_rc *rc, struct uwb_rc_neh *neh) in __uwb_rc_ctx_get()
169 void __uwb_rc_ctx_put(struct uwb_rc *rc, struct uwb_rc_neh *neh) in __uwb_rc_ctx_put()
195 struct uwb_rc_neh *uwb_rc_neh_add(struct uwb_rc *rc, struct uwb_rccb *cmd, in uwb_rc_neh_add()
202 struct uwb_rc_neh *neh; in uwb_rc_neh_add()
240 static void __uwb_rc_neh_rm(struct uwb_rc *rc, struct uwb_rc_neh *neh) in __uwb_rc_neh_rm()
254 void uwb_rc_neh_rm(struct uwb_rc *rc, struct uwb_rc_neh *neh) in uwb_rc_neh_rm()
[all …]
Duwb-internal.h80 struct uwb_rc_neh;
91 struct uwb_rc_neh *uwb_rc_neh_add(struct uwb_rc *rc, struct uwb_rccb *cmd,
94 void uwb_rc_neh_rm(struct uwb_rc *rc, struct uwb_rc_neh *neh);
95 void uwb_rc_neh_arm(struct uwb_rc *rc, struct uwb_rc_neh *neh);
96 void uwb_rc_neh_put(struct uwb_rc_neh *neh);
Dreset.c63 struct uwb_rc_neh *neh; in uwb_rc_cmd_async()