Lines Matching defs:pdev
100 struct pci_dev *pdev; member
132 static void read_htcreg_pci(struct pci_dev *pdev, u32 *regval) in read_htcreg_pci()
137 static void read_tempreg_pci(struct pci_dev *pdev, u32 *regval) in read_tempreg_pci()
142 static void amd_nb_index_read(struct pci_dev *pdev, unsigned int devfn, in amd_nb_index_read()
153 static void read_htcreg_nb_f15(struct pci_dev *pdev, u32 *regval) in read_htcreg_nb_f15()
159 static void read_tempreg_nb_f15(struct pci_dev *pdev, u32 *regval) in read_tempreg_nb_f15()
165 static void read_tempreg_nb_zen(struct pci_dev *pdev, u32 *regval) in read_tempreg_nb_zen()
273 struct pci_dev *pdev = data->pdev; in k10temp_is_visible() local
317 static bool has_erratum_319(struct pci_dev *pdev) in has_erratum_319()
379 static void k10temp_get_ccd_support(struct pci_dev *pdev, in k10temp_get_ccd_support()
393 static int k10temp_probe(struct pci_dev *pdev, const struct pci_device_id *id) in k10temp_probe()