Home
last modified time | relevance | path

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

/drivers/staging/uwb/
Dreset.c59 u8 expected_type, u16 expected_event, in uwb_rc_cmd_async() argument
83 neh = uwb_rc_neh_add(rc, cmd, expected_type, expected_event, cb, arg); in uwb_rc_cmd_async()
160 u8 expected_type, u16 expected_event, in __uwb_rc_cmd() argument
172 expected_type, expected_event, in __uwb_rc_cmd()
185 expected_type, expected_event, cmd->bCommandContext, in __uwb_rc_cmd()
258 u8 expected_type, u16 expected_event, in uwb_rc_vcmd() argument
262 expected_type, expected_event, preply); in uwb_rc_vcmd()
Duwb-internal.h84 u8 expected_type, u16 expected_event,
92 u8 expected_type, u16 expected_event,
Dneh.c196 u8 expected_type, u16 expected_event, in uwb_rc_neh_add() argument
216 neh->evt = cpu_to_le16(expected_event); in uwb_rc_neh_add()
Duwb.h502 u8 expected_type, u16 expected_event,
509 u8 expected_type, u16 expected_event,
/drivers/staging/uwb/i1480/dfu/
Ddfu.c40 unsigned expected_event) in i1480_rceb_check() argument
58 if (le16_to_cpu(rceb->wEvent) != expected_event) { in i1480_rceb_check()
62 le16_to_cpu(rceb->wEvent), expected_event); in i1480_rceb_check()
84 u16 expected_event = reply->wEvent; in i1480_cmd() local
134 expected_type, expected_event); in i1480_cmd()