Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtqca.c57 if (edl->cresp != EDL_CMD_REQ_RES_EVT || in qca_read_soc_version()
118 if (edl->cresp != EDL_CMD_REQ_RES_EVT || in qca_read_fw_build_info()
233 if (edl->cresp != EDL_CMD_REQ_RES_EVT || in qca_read_fw_board_id()
524 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