Lines Matching defs:pdev
106 struct pci_dev *pdev; member
150 static void read_htcreg_pci(struct pci_dev *pdev, u32 *regval) in read_htcreg_pci()
155 static void read_tempreg_pci(struct pci_dev *pdev, u32 *regval) in read_tempreg_pci()
160 static void amd_nb_index_read(struct pci_dev *pdev, unsigned int devfn, in amd_nb_index_read()
171 static void read_htcreg_nb_f15(struct pci_dev *pdev, u32 *regval) in read_htcreg_nb_f15()
177 static void read_tempreg_nb_f15(struct pci_dev *pdev, u32 *regval) in read_tempreg_nb_f15()
183 static void read_tempreg_nb_zen(struct pci_dev *pdev, u32 *regval) in read_tempreg_nb_zen()
348 struct pci_dev *pdev = data->pdev; in k10temp_is_visible() local
397 static bool has_erratum_319(struct pci_dev *pdev) in has_erratum_319()
465 static void k10temp_get_ccd_support(struct pci_dev *pdev, in k10temp_get_ccd_support()
479 static int k10temp_probe(struct pci_dev *pdev, const struct pci_device_id *id) in k10temp_probe()