Searched refs:expected_event (Results 1 – 4 of 4) sorted by relevance
/drivers/uwb/ |
D | reset.c | 73 u8 expected_type, u16 expected_event, in uwb_rc_cmd_async() argument 97 neh = uwb_rc_neh_add(rc, cmd, expected_type, expected_event, cb, arg); in uwb_rc_cmd_async() 174 u8 expected_type, u16 expected_event, in __uwb_rc_cmd() argument 186 expected_type, expected_event, in __uwb_rc_cmd() 199 expected_type, expected_event, cmd->bCommandContext, in __uwb_rc_cmd() 272 u8 expected_type, u16 expected_event, in uwb_rc_vcmd() argument 276 expected_type, expected_event, preply); in uwb_rc_vcmd()
|
D | uwb-internal.h | 97 u8 expected_type, u16 expected_event, 105 u8 expected_type, u16 expected_event,
|
D | neh.c | 210 u8 expected_type, u16 expected_event, in uwb_rc_neh_add() argument 230 neh->evt = cpu_to_le16(expected_event); in uwb_rc_neh_add()
|
/drivers/uwb/i1480/dfu/ |
D | dfu.c | 54 unsigned expected_event) in i1480_rceb_check() argument 72 if (le16_to_cpu(rceb->wEvent) != expected_event) { in i1480_rceb_check() 76 le16_to_cpu(rceb->wEvent), expected_event); in i1480_rceb_check() 98 u16 expected_event = reply->wEvent; in i1480_cmd() local 148 expected_type, expected_event); in i1480_cmd()
|