Searched refs:expected_type (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/drivers/uwb/i1480/dfu/
H A Ddfu.c44 * @expected_type: expected event type
53 const char *cmd, u8 context, u8 expected_type, i1480_rceb_check()
65 if (rceb->bEventType != expected_type) { i1480_rceb_check()
69 rceb->bEventType, expected_type); i1480_rceb_check()
99 u8 expected_type = reply->bEventType; i1480_cmd() local
148 expected_type, expected_event); i1480_cmd()
52 i1480_rceb_check(const struct i1480 *i1480, const struct uwb_rceb *rceb, const char *cmd, u8 context, u8 expected_type, unsigned expected_event) i1480_rceb_check() argument
/linux-4.4.14/drivers/uwb/
H A Dreset.c73 u8 expected_type, u16 expected_event, uwb_rc_cmd_async()
97 neh = uwb_rc_neh_add(rc, cmd, expected_type, expected_event, cb, arg); uwb_rc_cmd_async()
156 * @expected_type: Expected type in the return event
174 u8 expected_type, u16 expected_event, __uwb_rc_cmd()
186 expected_type, expected_event, __uwb_rc_cmd()
199 expected_type, expected_event, cmd->bCommandContext, __uwb_rc_cmd()
259 * @expected_type: Expected type in the return event
272 u8 expected_type, u16 expected_event, uwb_rc_vcmd()
276 expected_type, expected_event, preply); uwb_rc_vcmd()
71 uwb_rc_cmd_async(struct uwb_rc *rc, const char *cmd_name, struct uwb_rccb *cmd, size_t cmd_size, u8 expected_type, u16 expected_event, uwb_rc_cmd_cb_f cb, void *arg) uwb_rc_cmd_async() argument
171 __uwb_rc_cmd(struct uwb_rc *rc, const char *cmd_name, struct uwb_rccb *cmd, size_t cmd_size, struct uwb_rceb *reply, size_t reply_size, u8 expected_type, u16 expected_event, struct uwb_rceb **preply) __uwb_rc_cmd() argument
270 uwb_rc_vcmd(struct uwb_rc *rc, const char *cmd_name, struct uwb_rccb *cmd, size_t cmd_size, u8 expected_type, u16 expected_event, struct uwb_rceb **preply) uwb_rc_vcmd() argument
H A Duwb-internal.h97 u8 expected_type, u16 expected_event,
105 u8 expected_type, u16 expected_event,
H A Dneh.c201 * @expected_type: the type of the expected response event
210 u8 expected_type, u16 expected_event, uwb_rc_neh_add()
229 neh->evt_type = expected_type; uwb_rc_neh_add()
209 uwb_rc_neh_add(struct uwb_rc *rc, struct uwb_rccb *cmd, u8 expected_type, u16 expected_event, uwb_rc_cmd_cb_f cb, void *arg) uwb_rc_neh_add() argument
/linux-4.4.14/drivers/acpi/acpica/
H A Ddbtest.c71 acpi_object_type expected_type,
750 * expected_type - Object type expected from the read
764 acpi_object_type expected_type, acpi_db_read_from_object()
804 if (ret_value->type != expected_type) { acpi_db_read_from_object()
807 acpi_ut_get_type_name(expected_type), acpi_db_read_from_object()
763 acpi_db_read_from_object(struct acpi_namespace_node *node, acpi_object_type expected_type, union acpi_object **value) acpi_db_read_from_object() argument
/linux-4.4.14/kernel/bpf/
H A Dverifier.c804 enum bpf_reg_type expected_type; check_func_arg() local
825 expected_type = PTR_TO_STACK; check_func_arg()
827 expected_type = CONST_IMM; check_func_arg()
829 expected_type = CONST_PTR_TO_MAP; check_func_arg()
831 expected_type = PTR_TO_CTX; check_func_arg()
837 if (reg->type != expected_type) { check_func_arg()
839 reg_type_str[reg->type], reg_type_str[expected_type]); check_func_arg()
/linux-4.4.14/include/linux/
H A Duwb.h516 u8 expected_type, u16 expected_event,
523 u8 expected_type, u16 expected_event,

Completed in 322 milliseconds