Lines Matching defs:pdev
99 struct pci_dev *pdev; member
130 static void read_htcreg_pci(struct pci_dev *pdev, u32 *regval) in read_htcreg_pci()
135 static void read_tempreg_pci(struct pci_dev *pdev, u32 *regval) in read_tempreg_pci()
140 static void amd_nb_index_read(struct pci_dev *pdev, unsigned int devfn, in amd_nb_index_read()
151 static void read_htcreg_nb_f15(struct pci_dev *pdev, u32 *regval) in read_htcreg_nb_f15()
157 static void read_tempreg_nb_f15(struct pci_dev *pdev, u32 *regval) in read_tempreg_nb_f15()
163 static void read_tempreg_nb_zen(struct pci_dev *pdev, u32 *regval) in read_tempreg_nb_zen()
270 struct pci_dev *pdev = data->pdev; in k10temp_is_visible() local
314 static bool has_erratum_319(struct pci_dev *pdev) in has_erratum_319()
382 static void k10temp_get_ccd_support(struct pci_dev *pdev, in k10temp_get_ccd_support()
396 static int k10temp_probe(struct pci_dev *pdev, const struct pci_device_id *id) in k10temp_probe()