Searched refs:spt_info (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | dp.c | 1143 if (!dp->spt_info) in ath12k_dp_cc_cleanup() 1162 if (!dp->spt_info->rxbaddr[i]) in ath12k_dp_cc_cleanup() 1165 kfree(dp->spt_info->rxbaddr[i]); in ath12k_dp_cc_cleanup() 1166 dp->spt_info->rxbaddr[i] = NULL; in ath12k_dp_cc_cleanup() 1196 if (!dp->spt_info->txbaddr[tx_spt_page]) in ath12k_dp_cc_cleanup() 1199 kfree(dp->spt_info->txbaddr[tx_spt_page]); in ath12k_dp_cc_cleanup() 1200 dp->spt_info->txbaddr[tx_spt_page] = NULL; in ath12k_dp_cc_cleanup() 1208 if (!dp->spt_info[i].vaddr) in ath12k_dp_cc_cleanup() 1212 dp->spt_info[i].vaddr, dp->spt_info[i].paddr); in ath12k_dp_cc_cleanup() 1213 dp->spt_info[i].vaddr = NULL; in ath12k_dp_cc_cleanup() [all …]
|
H A D | dp.h | 341 struct ath12k_spt_info *spt_info; member
|
/openbmc/linux/drivers/mfd/ |
H A D | intel-lpss-acpi.c | 31 static const struct intel_lpss_platform_info spt_info = { variable 134 { "INT3440", (kernel_ulong_t)&spt_info }, 135 { "INT3441", (kernel_ulong_t)&spt_info },
|
H A D | intel-lpss-pci.c | 86 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 },
|