Home
last modified time | relevance | path

Searched refs:fw_dnld (Results 1 – 3 of 3) sorted by relevance

/drivers/nfc/nfcmrvl/
A Dfw_dnld.c244 priv->fw_dnld.offset = priv->fw_dnld.binary_config->offset; in process_state_open_lc()
317 ((uint8_t *)priv->fw_dnld.fw->data) + priv->fw_dnld.offset, in process_state_fw_dnld()
331 priv->fw_dnld.offset += priv->fw_dnld.chunk_len; in process_state_fw_dnld()
375 if (priv->fw_dnld.binary_config == &priv->fw_dnld.header->helper) { in process_state_boot()
382 priv->fw_dnld.binary_config = &priv->fw_dnld.header->firmware; in process_state_boot()
400 fw_dnld); in fw_dnld_rx_work()
475 queue_work(priv->fw_dnld.rx_wq, &priv->fw_dnld.rx_work); in nfcmrvl_fw_dnld_recv_frame()
486 struct nfcmrvl_fw_dnld *fw_dnld = &priv->fw_dnld; in nfcmrvl_fw_dnld_start() local
510 fw_dnld->header = (const struct nfcmrvl_fw *) priv->fw_dnld.fw->data; in nfcmrvl_fw_dnld_start()
524 fw_dnld->binary_config = &fw_dnld->header->helper; in nfcmrvl_fw_dnld_start()
[all …]
A DMakefile6 nfcmrvl-y += main.o fw_dnld.o
A Dnfcmrvl.h90 struct nfcmrvl_fw_dnld fw_dnld; member

Completed in 10 milliseconds