Home
last modified time | relevance | path

Searched refs:expected_type (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/staging/uwb/i1480/dfu/
Ddfu.c39 const char *cmd, u8 context, u8 expected_type, in i1480_rceb_check() argument
51 if (rceb->bEventType != expected_type) { in i1480_rceb_check()
55 rceb->bEventType, expected_type); in i1480_rceb_check()
85 u8 expected_type = reply->bEventType; in i1480_cmd() local
134 expected_type, expected_event); in i1480_cmd()
/Linux-v5.4/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
215 neh->evt_type = expected_type; in uwb_rc_neh_add()
Duwb.h502 u8 expected_type, u16 expected_event,
509 u8 expected_type, u16 expected_event,
/Linux-v5.4/drivers/acpi/acpica/
Ddbtest.c41 acpi_object_type expected_type,
809 acpi_object_type expected_type, in acpi_db_read_from_object() argument
850 if (ret_value->type != expected_type) { in acpi_db_read_from_object()
853 acpi_ut_get_type_name(expected_type), in acpi_db_read_from_object()
/Linux-v5.4/net/smc/
Dsmc_clc.c271 u8 expected_type, unsigned long timeout) in smc_clc_wait_msg() argument
304 expected_type == SMC_CLC_DECLINE) in smc_clc_wait_msg()
316 if (len != -EAGAIN || expected_type != SMC_CLC_DECLINE) in smc_clc_wait_msg()
328 (clcm->type != expected_type))) { in smc_clc_wait_msg()
Dsmc_clc.h193 u8 expected_type, unsigned long timeout);
/Linux-v5.4/kernel/bpf/
Dverifier.c3230 enum bpf_reg_type expected_type, type = reg->type; in check_func_arg() local
3259 expected_type = PTR_TO_STACK; in check_func_arg()
3265 type != expected_type) in check_func_arg()
3269 expected_type = SCALAR_VALUE; in check_func_arg()
3270 if (type != expected_type) in check_func_arg()
3273 expected_type = CONST_PTR_TO_MAP; in check_func_arg()
3274 if (type != expected_type) in check_func_arg()
3277 expected_type = PTR_TO_CTX; in check_func_arg()
3278 if (type != expected_type) in check_func_arg()
3284 expected_type = PTR_TO_SOCK_COMMON; in check_func_arg()
[all …]