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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dsis_main.c4589 sisfb_find_host_bridge(struct sis_video_info *ivideo, struct pci_dev *mypdev, argument
4949 struct pci_dev *mypdev = NULL; local
5137 if((mypdev = pci_get_device(PCI_VENDOR_ID_SI, 0x0730, NULL))) {
5138 pci_dev_put(mypdev);
5144 mypdev = pci_get_device(PCI_VENDOR_ID_SI, 0x0735, NULL);
5145 if(!mypdev)
5146 mypdev = pci_get_device(PCI_VENDOR_ID_SI, 0x0645, NULL);
5147 if(!mypdev)
5148 mypdev = pci_get_device(PCI_VENDOR_ID_SI, 0x0650, NULL);
5149 if(mypdev) {
[all...]

Completed in 50 milliseconds