Home
last modified time | relevance | path

Searched refs:to_pci_dev (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/rtw88/
H A Dpci.c143 struct pci_dev *pdev = to_pci_dev(rtwdev->dev); in rtw_pci_free_tx_ring_skbs()
162 struct pci_dev *pdev = to_pci_dev(rtwdev->dev); in rtw_pci_free_tx_ring()
177 struct pci_dev *pdev = to_pci_dev(rtwdev->dev); in rtw_pci_free_rx_ring_skbs()
198 struct pci_dev *pdev = to_pci_dev(rtwdev->dev); in rtw_pci_free_rx_ring()
229 struct pci_dev *pdev = to_pci_dev(rtwdev->dev); in rtw_pci_init_tx_ring()
260 struct pci_dev *pdev = to_pci_dev(rtwdev->dev); in rtw_pci_reset_rx_desc()
303 struct pci_dev *pdev = to_pci_dev(rtwdev->dev); in rtw_pci_init_rx_ring()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dpci.c438 struct pci_dev *pdev = to_pci_dev(device); in mt7921_pci_suspend()
521 struct pci_dev *pdev = to_pci_dev(device); in mt7921_pci_resume()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dpci.c456 struct pci_dev *pdev = to_pci_dev(device); in mt7925_pci_suspend()
549 struct pci_dev *pdev = to_pci_dev(device); in _mt7925_pci_resume()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c366 pdev = to_pci_dev(dev); in lkpi_pci_dev_release()
496 pdev = to_pci_dev(dev); in lkpinew_pci_dev_release()
853 pdev = to_pci_dev(dev); in lkpi_pci_devres_release()
1117 pdev = to_pci_dev(dev); in lkpi_pcim_iomap_table_release()
1627 pdev = to_pci_dev(dev); in lkpi_pci_msi_desc_alloc()
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Ddrv.c1224 struct pci_dev *pdev = to_pci_dev(device); in _iwl_pci_resume()
1332 struct pci_dev *pdev = to_pci_dev(device); in iwl_pci_dump()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dpci.c1012 struct pci_dev *pci_dev = to_pci_dev(dev); in ath12k_pci_get_msi_irq()
1049 struct pci_dev *pci_dev = to_pci_dev(ab->dev); in ath12k_pci_get_msi_address()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dpci.c162 struct pci_dev *pci_dev = to_pci_dev(ab->dev); in ath11k_pci_get_msi_irq()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h107 #define to_pci_dev(n) container_of(n, struct pci_dev, dev) macro
/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtrans.c194 if (vaux && pci_pme_capable(to_pci_dev(trans->dev), PCI_D3cold)) in iwl_pcie_set_pwr()
2351 removal->pdev = to_pci_dev(trans->dev); in iwl_trans_pcie_reset()