Searched refs:neh (Results 1 - 4 of 4) sorted by relevance

/drivers/uwb/
H A Dneh.c43 * 4, Release the reference to the neh [uwb_rc_neh_put()]
75 * the handle [w/ neh->extra_size()].
122 struct uwb_rc_neh *neh = container_of(kref, struct uwb_rc_neh, kref); local
124 kfree(neh);
127 static void uwb_rc_neh_get(struct uwb_rc_neh *neh) argument
129 kref_get(&neh->kref);
133 * uwb_rc_neh_put - release reference to a neh
134 * @neh: the neh
136 void uwb_rc_neh_put(struct uwb_rc_neh *neh) argument
163 __uwb_rc_ctx_get(struct uwb_rc *rc, struct uwb_rc_neh *neh) argument
183 __uwb_rc_ctx_put(struct uwb_rc *rc, struct uwb_rc_neh *neh) argument
216 struct uwb_rc_neh *neh; local
256 __uwb_rc_neh_rm(struct uwb_rc *rc, struct uwb_rc_neh *neh) argument
270 uwb_rc_neh_rm(struct uwb_rc *rc, struct uwb_rc_neh *neh) argument
290 uwb_rc_neh_arm(struct uwb_rc *rc, struct uwb_rc_neh *neh) argument
301 uwb_rc_neh_cb(struct uwb_rc_neh *neh, struct uwb_rceb *rceb, size_t size) argument
307 uwb_rc_neh_match(struct uwb_rc_neh *neh, const struct uwb_rceb *rceb) argument
332 struct uwb_rc_neh *neh = NULL, *h; local
411 struct uwb_rc_neh *neh; local
550 struct uwb_rc_neh *neh; local
572 struct uwb_rc_neh *neh = (struct uwb_rc_neh *)arg; local
607 struct uwb_rc_neh *neh; local
[all...]
H A Dreset.c77 struct uwb_rc_neh *neh; local
97 neh = uwb_rc_neh_add(rc, cmd, expected_type, expected_event, cb, arg);
98 if (IS_ERR(neh)) {
99 result = PTR_ERR(neh);
106 uwb_rc_neh_rm(rc, neh);
108 uwb_rc_neh_arm(rc, neh);
109 uwb_rc_neh_put(neh);
H A DMakefile19 neh.o \
H A Duwb-internal.h106 void uwb_rc_neh_rm(struct uwb_rc *rc, struct uwb_rc_neh *neh);
107 void uwb_rc_neh_arm(struct uwb_rc *rc, struct uwb_rc_neh *neh);
108 void uwb_rc_neh_put(struct uwb_rc_neh *neh);

Completed in 74 milliseconds