expected_type      41 drivers/acpi/acpica/dbtest.c 			 acpi_object_type expected_type,
expected_type     809 drivers/acpi/acpica/dbtest.c 			 acpi_object_type expected_type,
expected_type     850 drivers/acpi/acpica/dbtest.c 		if (ret_value->type != expected_type) {
expected_type     853 drivers/acpi/acpica/dbtest.c 			     acpi_ut_get_type_name(expected_type),
expected_type      39 drivers/staging/uwb/i1480/dfu/dfu.c 		     const char *cmd, u8 context, u8 expected_type,
expected_type      51 drivers/staging/uwb/i1480/dfu/dfu.c 	if (rceb->bEventType != expected_type) {
expected_type      55 drivers/staging/uwb/i1480/dfu/dfu.c 				rceb->bEventType, expected_type);
expected_type      85 drivers/staging/uwb/i1480/dfu/dfu.c 	u8 expected_type = reply->bEventType;
expected_type     134 drivers/staging/uwb/i1480/dfu/dfu.c 				  expected_type, expected_event);
expected_type     196 drivers/staging/uwb/neh.c 				  u8 expected_type, u16 expected_event,
expected_type     215 drivers/staging/uwb/neh.c 	neh->evt_type = expected_type;
expected_type      59 drivers/staging/uwb/reset.c 		     u8 expected_type, u16 expected_event,
expected_type      83 drivers/staging/uwb/reset.c 	neh = uwb_rc_neh_add(rc, cmd, expected_type, expected_event, cb, arg);
expected_type     160 drivers/staging/uwb/reset.c 		     u8 expected_type, u16 expected_event,
expected_type     172 drivers/staging/uwb/reset.c 				  expected_type, expected_event,
expected_type     185 drivers/staging/uwb/reset.c 			expected_type, expected_event, cmd->bCommandContext,
expected_type     258 drivers/staging/uwb/reset.c 		    u8 expected_type, u16 expected_event,
expected_type     262 drivers/staging/uwb/reset.c 			    expected_type, expected_event, preply);
expected_type      84 drivers/staging/uwb/uwb-internal.h 			    u8 expected_type, u16 expected_event,
expected_type      92 drivers/staging/uwb/uwb-internal.h 				  u8 expected_type, u16 expected_event,
expected_type     502 drivers/staging/uwb/uwb.h 		     u8 expected_type, u16 expected_event,
expected_type     509 drivers/staging/uwb/uwb.h 		    u8 expected_type, u16 expected_event,
expected_type    3240 kernel/bpf/verifier.c 	enum bpf_reg_type expected_type, type = reg->type;
expected_type    3269 kernel/bpf/verifier.c 		expected_type = PTR_TO_STACK;
expected_type    3275 kernel/bpf/verifier.c 			 type != expected_type)
expected_type    3279 kernel/bpf/verifier.c 		expected_type = SCALAR_VALUE;
expected_type    3280 kernel/bpf/verifier.c 		if (type != expected_type)
expected_type    3283 kernel/bpf/verifier.c 		expected_type = CONST_PTR_TO_MAP;
expected_type    3284 kernel/bpf/verifier.c 		if (type != expected_type)
expected_type    3287 kernel/bpf/verifier.c 		expected_type = PTR_TO_CTX;
expected_type    3288 kernel/bpf/verifier.c 		if (type != expected_type)
expected_type    3294 kernel/bpf/verifier.c 		expected_type = PTR_TO_SOCK_COMMON;
expected_type    3308 kernel/bpf/verifier.c 		expected_type = PTR_TO_SOCKET;
expected_type    3309 kernel/bpf/verifier.c 		if (type != expected_type)
expected_type    3323 kernel/bpf/verifier.c 		expected_type = PTR_TO_STACK;
expected_type    3333 kernel/bpf/verifier.c 			 type != expected_type)
expected_type    3337 kernel/bpf/verifier.c 		expected_type = PTR_TO_STACK;
expected_type    3340 kernel/bpf/verifier.c 		    type != expected_type)
expected_type    3438 kernel/bpf/verifier.c 		reg_type_str[type], reg_type_str[expected_type]);
expected_type     271 net/smc/smc_clc.c 		     u8 expected_type, unsigned long timeout)
expected_type     304 net/smc/smc_clc.c 		    expected_type == SMC_CLC_DECLINE)
expected_type     316 net/smc/smc_clc.c 		if (len != -EAGAIN || expected_type != SMC_CLC_DECLINE)
expected_type     328 net/smc/smc_clc.c 	     (clcm->type != expected_type))) {
expected_type     193 net/smc/smc_clc.h 		     u8 expected_type, unsigned long timeout);