Searched refs:edl (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/bluetooth/ |
| H A D | btqca.c | 20 struct edl_event_hdr *edl; in qca_read_soc_version() local 60 edl->rtype); in qca_read_soc_version() 121 edl->rtype); in qca_read_fw_build_info() 179 edl->rtype); in qca_send_patch_config_cmd() 226 edl = skb_pull_data(skb, sizeof(*edl)); in qca_read_fw_board_id() 227 if (!edl) { in qca_read_fw_board_id() 235 bt_dev_err(hdev, "QCA Wrong packet: %d %d", edl->cresp, edl->rtype); in qca_read_fw_board_id() 245 *bid = (edl->data[1] << 8) + edl->data[2]; in qca_read_fw_board_id() 524 if (edl->cresp != EDL_CMD_REQ_RES_EVT || edl->rtype != rtype) { in qca_tlv_send_segment() 526 edl->cresp, edl->rtype); in qca_tlv_send_segment() [all …]
|
| /linux-6.15/drivers/bus/mhi/host/ |
| H A D | pci_generic.c | 51 const char *edl; member 384 .edl = "qcom/sdx75m/edl.mbn", 395 .edl = "qcom/sdx65m/edl.mbn", 406 .edl = "qcom/sdx55m/edl.mbn", 417 .edl = "qcom/prog_firehose_sdx24.mbn", 460 .edl = "qcom/prog_firehose_sdx24.mbn", 470 .edl = "qcom/prog_firehose_sdx6x.elf", 598 .edl = "qcom/sdx72m/foxconn/edl.mbn", 609 .edl = "qcom/sdx72m/foxconn/edl.mbn", 728 .edl = "qcom/sdx55m/edl.mbn", [all …]
|