Home
last modified time | relevance | path

Searched refs:EDL_CMD_REQ_RES_EVT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/bluetooth/
H A Dbtqca.c64 if (edl->cresp != EDL_CMD_REQ_RES_EVT || in qca_read_soc_version()
130 if (edl->cresp != EDL_CMD_REQ_RES_EVT || in qca_read_fw_build_info()
250 if (edl->cresp != EDL_CMD_REQ_RES_EVT || in qca_read_fw_board_id()
513 if (edl->cresp != EDL_CMD_REQ_RES_EVT || edl->rtype != rtype) { in qca_tlv_send_segment()
H A Dbtqca.h22 #define EDL_CMD_REQ_RES_EVT (0x00) macro