Searched refs:expected_type (Results 1 – 5 of 5) 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 229 neh->evt_type = expected_type; in uwb_rc_neh_add()
|
/drivers/uwb/i1480/dfu/ |
D | dfu.c | 53 const char *cmd, u8 context, u8 expected_type, in i1480_rceb_check() argument 65 if (rceb->bEventType != expected_type) { in i1480_rceb_check() 69 rceb->bEventType, expected_type); in i1480_rceb_check() 99 u8 expected_type = reply->bEventType; in i1480_cmd() local 148 expected_type, expected_event); in i1480_cmd()
|
/drivers/acpi/acpica/ |
D | dbtest.c | 71 acpi_object_type expected_type, 764 acpi_object_type expected_type, in acpi_db_read_from_object() argument 804 if (ret_value->type != expected_type) { in acpi_db_read_from_object() 807 acpi_ut_get_type_name(expected_type), in acpi_db_read_from_object()
|