pci.h (87a0b2fafc09766d8c55461a18345a1cfb10a7fe) | pci.h (861e58c8fc6be0e1319525b5e9a27a0d2e776210) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 2/* Copyright(c) 2020 Realtek Corporation 3 */ 4 5#ifndef __RTW89_PCI_H__ 6#define __RTW89_PCI_H__ 7 8#include "txrx.h" --- 613 unchanged lines hidden (view full) --- 622 623static inline bool rtw89_pci_ltr_is_err_reg_val(u32 val) 624{ 625 return val == 0xffffffff || val == 0xeaeaeaea; 626} 627 628extern const struct dev_pm_ops rtw89_pm_ops; 629 | 1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 2/* Copyright(c) 2020 Realtek Corporation 3 */ 4 5#ifndef __RTW89_PCI_H__ 6#define __RTW89_PCI_H__ 7 8#include "txrx.h" --- 613 unchanged lines hidden (view full) --- 622 623static inline bool rtw89_pci_ltr_is_err_reg_val(u32 val) 624{ 625 return val == 0xffffffff || val == 0xeaeaeaea; 626} 627 628extern const struct dev_pm_ops rtw89_pm_ops; 629 |
630struct pci_device_id; 631 632int rtw89_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id); 633void rtw89_pci_remove(struct pci_dev *pdev); 634 |
|
630#endif | 635#endif |