Home
last modified time | relevance | path

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

/linux/drivers/nfc/nfcmrvl/
A Dfw_dnld.c243 priv->fw_dnld.offset = priv->fw_dnld.binary_config->offset; in process_state_open_lc()
316 ((uint8_t *)priv->fw_dnld.fw->data) + priv->fw_dnld.offset, in process_state_fw_dnld()
330 priv->fw_dnld.offset += priv->fw_dnld.chunk_len; in process_state_fw_dnld()
374 if (priv->fw_dnld.binary_config == &priv->fw_dnld.header->helper) { in process_state_boot()
381 priv->fw_dnld.binary_config = &priv->fw_dnld.header->firmware; in process_state_boot()
399 fw_dnld); in fw_dnld_rx_work()
474 queue_work(priv->fw_dnld.rx_wq, &priv->fw_dnld.rx_work); in nfcmrvl_fw_dnld_recv_frame()
485 struct nfcmrvl_fw_dnld *fw_dnld = &priv->fw_dnld; in nfcmrvl_fw_dnld_start() local
509 fw_dnld->header = (const struct nfcmrvl_fw *) priv->fw_dnld.fw->data; in nfcmrvl_fw_dnld_start()
523 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.h64 struct nfcmrvl_fw_dnld fw_dnld; member

Completed in 5 milliseconds