Lines Matching defs:pdev
80 struct pci_dev *pdev; member
112 static void read_htcreg_pci(struct pci_dev *pdev, u32 *regval) in read_htcreg_pci()
117 static void read_tempreg_pci(struct pci_dev *pdev, u32 *regval) in read_tempreg_pci()
122 static void amd_nb_index_read(struct pci_dev *pdev, unsigned int devfn, in amd_nb_index_read()
133 static void read_htcreg_nb_f15(struct pci_dev *pdev, u32 *regval) in read_htcreg_nb_f15()
139 static void read_tempreg_nb_f15(struct pci_dev *pdev, u32 *regval) in read_tempreg_nb_f15()
145 static void read_tempreg_nb_zen(struct pci_dev *pdev, u32 *regval) in read_tempreg_nb_zen()
257 struct pci_dev *pdev = data->pdev; in k10temp_is_visible() local
301 static bool has_erratum_319(struct pci_dev *pdev) in has_erratum_319()
367 static void k10temp_get_ccd_support(struct pci_dev *pdev, in k10temp_get_ccd_support()
381 static int k10temp_probe(struct pci_dev *pdev, const struct pci_device_id *id) in k10temp_probe()