Searched refs:mypdev (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c4567 struct pci_dev *mypdev,
5093 struct pci_dev *mypdev = NULL; local
5281 if((mypdev = pci_get_device(PCI_VENDOR_ID_SI, 0x0730, NULL))) {
5282 pci_dev_put(mypdev);
5288 mypdev = pci_get_device(PCI_VENDOR_ID_SI, 0x0735, NULL);
5289 if(!mypdev)
5290 mypdev = pci_get_device(PCI_VENDOR_ID_SI, 0x0645, NULL);
5291 if(!mypdev)
5292 mypdev = pci_get_device(PCI_VENDOR_ID_SI, 0x0650, NULL);
5293 if(mypdev) {
4566 sisfb_find_host_bridge(struct sis_video_info *ivideo, struct pci_dev *mypdev, unsigned short pcivendor) argument
[all...]

Completed in 177 milliseconds