Searched refs:expected_event (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/uwb/ |
D | reset.c | 59 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()
|
D | uwb-internal.h | 84 u8 expected_type, u16 expected_event, 92 u8 expected_type, u16 expected_event,
|
D | neh.c | 196 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()
|
D | uwb.h | 502 u8 expected_type, u16 expected_event, 509 u8 expected_type, u16 expected_event,
|
/drivers/staging/uwb/i1480/dfu/ |
D | dfu.c | 40 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()
|