Lines Matching defs:pdev
88 struct pci_dev *pdev; member
120 static void read_htcreg_pci(struct pci_dev *pdev, u32 *regval) in read_htcreg_pci()
125 static void read_tempreg_pci(struct pci_dev *pdev, u32 *regval) in read_tempreg_pci()
130 static void amd_nb_index_read(struct pci_dev *pdev, unsigned int devfn, in amd_nb_index_read()
141 static void read_htcreg_nb_f15(struct pci_dev *pdev, u32 *regval) in read_htcreg_nb_f15()
147 static void read_tempreg_nb_f15(struct pci_dev *pdev, u32 *regval) in read_tempreg_nb_f15()
153 static u16 amd_pci_dev_to_node_id(struct pci_dev *pdev) in amd_pci_dev_to_node_id()
158 static void read_tempreg_nb_zen(struct pci_dev *pdev, u32 *regval) in read_tempreg_nb_zen()
282 struct pci_dev *pdev = data->pdev; in k10temp_is_visible() local
326 static bool has_erratum_319(struct pci_dev *pdev) in has_erratum_319()
416 static int k10temp_probe(struct pci_dev *pdev, const struct pci_device_id *id) in k10temp_probe()