Home
last modified time | relevance | path

Searched refs:spt_info (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Ddp.c1134 if (!dp->spt_info) in ath12k_dp_cc_cleanup()
1153 if (!dp->spt_info->rxbaddr[i]) in ath12k_dp_cc_cleanup()
1156 kfree(dp->spt_info->rxbaddr[i]); in ath12k_dp_cc_cleanup()
1157 dp->spt_info->rxbaddr[i] = NULL; in ath12k_dp_cc_cleanup()
1187 if (!dp->spt_info->txbaddr[tx_spt_page]) in ath12k_dp_cc_cleanup()
1190 kfree(dp->spt_info->txbaddr[tx_spt_page]); in ath12k_dp_cc_cleanup()
1191 dp->spt_info->txbaddr[tx_spt_page] = NULL; in ath12k_dp_cc_cleanup()
1199 if (!dp->spt_info[i].vaddr) in ath12k_dp_cc_cleanup()
1203 dp->spt_info[i].vaddr, dp->spt_info[i].paddr); in ath12k_dp_cc_cleanup()
1204 dp->spt_info[i].vaddr = NULL; in ath12k_dp_cc_cleanup()
[all …]
Ddp.h341 struct ath12k_spt_info *spt_info; member
/Linux-v6.6/drivers/mfd/
Dintel-lpss-acpi.c31 static const struct intel_lpss_platform_info spt_info = { variable
134 { "INT3440", (kernel_ulong_t)&spt_info },
135 { "INT3441", (kernel_ulong_t)&spt_info },
Dintel-lpss-pci.c86 static const struct intel_lpss_platform_info spt_info = { variable
479 { PCI_VDEVICE(INTEL, 0x9d29), (kernel_ulong_t)&spt_info },
480 { PCI_VDEVICE(INTEL, 0x9d2a), (kernel_ulong_t)&spt_info },
527 { PCI_VDEVICE(INTEL, 0xa129), (kernel_ulong_t)&spt_info },
528 { PCI_VDEVICE(INTEL, 0xa12a), (kernel_ulong_t)&spt_info },
536 { PCI_VDEVICE(INTEL, 0xa2a9), (kernel_ulong_t)&spt_info },
537 { PCI_VDEVICE(INTEL, 0xa2aa), (kernel_ulong_t)&spt_info },
557 { PCI_VDEVICE(INTEL, 0xa3a9), (kernel_ulong_t)&spt_info },
558 { PCI_VDEVICE(INTEL, 0xa3aa), (kernel_ulong_t)&spt_info },