Searched refs:expected_type (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/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()
|
/Linux-v4.19/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()
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | dbtest.c | 37 acpi_object_type expected_type, 777 acpi_object_type expected_type, in acpi_db_read_from_object() argument 818 if (ret_value->type != expected_type) { in acpi_db_read_from_object() 821 acpi_ut_get_type_name(expected_type), in acpi_db_read_from_object()
|
/Linux-v4.19/net/smc/ |
D | smc_clc.h | 185 u8 expected_type);
|
D | smc_clc.c | 268 u8 expected_type) in smc_clc_wait_msg() argument 320 (clcm->type != expected_type))) { in smc_clc_wait_msg()
|
/Linux-v4.19/include/linux/ |
D | uwb.h | 516 u8 expected_type, u16 expected_event, 523 u8 expected_type, u16 expected_event,
|
/Linux-v4.19/kernel/bpf/ |
D | verifier.c | 1955 enum bpf_reg_type expected_type, type = reg->type; in check_func_arg() local 1982 expected_type = PTR_TO_STACK; in check_func_arg() 1984 type != expected_type) in check_func_arg() 1988 expected_type = SCALAR_VALUE; in check_func_arg() 1989 if (type != expected_type) in check_func_arg() 1992 expected_type = CONST_PTR_TO_MAP; in check_func_arg() 1993 if (type != expected_type) in check_func_arg() 1996 expected_type = PTR_TO_CTX; in check_func_arg() 1997 if (type != expected_type) in check_func_arg() 2003 expected_type = PTR_TO_STACK; in check_func_arg() [all …]
|