Home
last modified time | relevance | path

Searched refs:update_status (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/src/ !
H A Dwmi_unified_reg_api.c159 struct r2p_table_update_status_obj *update_status, in wmi_extract_tgtr2p_table_event() argument
165 wmi_handle, evt_buf, update_status, len); in wmi_extract_tgtr2p_table_event()
H A Dwmi_unified_tlv.c21476 struct r2p_table_update_status_obj *update_status, in extract_tgtr2p_table_event_tlv() argument
21489 update_status->pdev_id = event_fixed_hdr->pdev_id; in extract_tgtr2p_table_event_tlv()
21490 update_status->status = event_fixed_hdr->status; in extract_tgtr2p_table_event_tlv()
21492 if (update_status->status != WMI_PDEV_TGTR2P_SUCCESS && in extract_tgtr2p_table_event_tlv()
21493 update_status->status != in extract_tgtr2p_table_event_tlv()
21496 update_status->status); in extract_tgtr2p_table_event_tlv()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ !
H A Dwmi_unified_reg_api.h150 struct r2p_table_update_status_obj *update_status,
H A Dwmi_unified_priv.h3413 struct r2p_table_update_status_obj *update_status,
/wlan-driver/qcacld-3.0/core/pld/src/ !
H A Dpld_usb.c260 .update_status = pld_usb_uevent,
H A Dpld_sdio.c374 .update_status = pld_sdio_uevent,
H A Dpld_pcie_fw_sim.c600 .update_status = pld_pcie_fw_sim_uevent,
H A Dpld_pcie.c750 .update_status = pld_pcie_uevent,
/wlan-driver/platform/inc/ !
H A Dcnss2.h263 void (*update_status)(struct pci_dev *pdev, uint32_t status); member
/wlan-driver/platform/cnss2/ !
H A Dpci.c3129 if (!driver_ops || !driver_ops->update_status) in cnss_pci_update_status()
3134 driver_ops->update_status(pci_priv->pci_dev, status); in cnss_pci_update_status()