Searched refs:expected_type (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/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-4.1.27/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 231 neh->evt_type = expected_type; in uwb_rc_neh_add()
|
/linux-4.1.27/kernel/bpf/ |
D | verifier.c | 755 enum bpf_reg_type expected_type; in check_func_arg() local 771 expected_type = PTR_TO_STACK; in check_func_arg() 773 expected_type = CONST_IMM; in check_func_arg() 775 expected_type = CONST_PTR_TO_MAP; in check_func_arg() 777 expected_type = PTR_TO_CTX; in check_func_arg() 783 if (reg->type != expected_type) { in check_func_arg() 785 reg_type_str[reg->type], reg_type_str[expected_type]); in check_func_arg()
|
/linux-4.1.27/include/linux/ |
D | uwb.h | 516 u8 expected_type, u16 expected_event, 523 u8 expected_type, u16 expected_event,
|