Searched refs:expected_event (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/uwb/i1480/dfu/
H A Ddfu.c45 * @expected_event: expected event
54 unsigned expected_event) i1480_rceb_check()
72 if (le16_to_cpu(rceb->wEvent) != expected_event) { i1480_rceb_check()
76 le16_to_cpu(rceb->wEvent), expected_event); i1480_rceb_check()
98 u16 expected_event = reply->wEvent; i1480_cmd() local
148 expected_type, expected_event); i1480_cmd()
52 i1480_rceb_check(const struct i1480 *i1480, const struct uwb_rceb *rceb, const char *cmd, u8 context, u8 expected_type, unsigned expected_event) i1480_rceb_check() argument
/linux-4.4.14/drivers/uwb/
H A Dreset.c73 u8 expected_type, u16 expected_event, uwb_rc_cmd_async()
97 neh = uwb_rc_neh_add(rc, cmd, expected_type, expected_event, cb, arg); uwb_rc_cmd_async()
157 * @expected_event: Expected event code in the return event
174 u8 expected_type, u16 expected_event, __uwb_rc_cmd()
186 expected_type, expected_event, __uwb_rc_cmd()
199 expected_type, expected_event, cmd->bCommandContext, __uwb_rc_cmd()
260 * @expected_event: Expected event code in the return event
272 u8 expected_type, u16 expected_event, uwb_rc_vcmd()
276 expected_type, expected_event, preply); uwb_rc_vcmd()
71 uwb_rc_cmd_async(struct uwb_rc *rc, const char *cmd_name, struct uwb_rccb *cmd, size_t cmd_size, u8 expected_type, u16 expected_event, uwb_rc_cmd_cb_f cb, void *arg) uwb_rc_cmd_async() argument
171 __uwb_rc_cmd(struct uwb_rc *rc, const char *cmd_name, struct uwb_rccb *cmd, size_t cmd_size, struct uwb_rceb *reply, size_t reply_size, u8 expected_type, u16 expected_event, struct uwb_rceb **preply) __uwb_rc_cmd() argument
270 uwb_rc_vcmd(struct uwb_rc *rc, const char *cmd_name, struct uwb_rccb *cmd, size_t cmd_size, u8 expected_type, u16 expected_event, struct uwb_rceb **preply) uwb_rc_vcmd() argument
H A Duwb-internal.h97 u8 expected_type, u16 expected_event,
105 u8 expected_type, u16 expected_event,
H A Dneh.c202 * @expected_event: the expected event ID
210 u8 expected_type, u16 expected_event, uwb_rc_neh_add()
230 neh->evt = cpu_to_le16(expected_event); uwb_rc_neh_add()
209 uwb_rc_neh_add(struct uwb_rc *rc, struct uwb_rccb *cmd, u8 expected_type, u16 expected_event, uwb_rc_cmd_cb_f cb, void *arg) uwb_rc_neh_add() argument
/linux-4.4.14/include/linux/
H A Duwb.h516 u8 expected_type, u16 expected_event,
523 u8 expected_type, u16 expected_event,

Completed in 260 milliseconds