Searched refs:mypdev (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
H A D | sis_main.c | 4581 struct pci_dev *mypdev, in sisfb_find_host_bridge() 5108 struct pci_dev *mypdev = NULL; in sisfb_post_xgi() local 5296 if((mypdev = pci_get_device(PCI_VENDOR_ID_SI, 0x0730, NULL))) { in sisfb_post_xgi() 5297 pci_dev_put(mypdev); in sisfb_post_xgi() 5303 mypdev = pci_get_device(PCI_VENDOR_ID_SI, 0x0735, NULL); in sisfb_post_xgi() 5304 if(!mypdev) in sisfb_post_xgi() 5305 mypdev = pci_get_device(PCI_VENDOR_ID_SI, 0x0645, NULL); in sisfb_post_xgi() 5306 if(!mypdev) in sisfb_post_xgi() 5307 mypdev = pci_get_device(PCI_VENDOR_ID_SI, 0x0650, NULL); in sisfb_post_xgi() 5308 if(mypdev) { in sisfb_post_xgi() 4580 sisfb_find_host_bridge(struct sis_video_info *ivideo, struct pci_dev *mypdev, unsigned short pcivendor) sisfb_find_host_bridge() argument [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/ |
H A D | sis_main.c | 4596 struct pci_dev *mypdev, in sisfb_find_host_bridge() 5122 struct pci_dev *mypdev = NULL; in sisfb_post_xgi() local 5310 if((mypdev = pci_get_device(PCI_VENDOR_ID_SI, 0x0730, NULL))) { in sisfb_post_xgi() 5311 pci_dev_put(mypdev); in sisfb_post_xgi() 5317 mypdev = pci_get_device(PCI_VENDOR_ID_SI, 0x0735, NULL); in sisfb_post_xgi() 5318 if(!mypdev) in sisfb_post_xgi() 5319 mypdev = pci_get_device(PCI_VENDOR_ID_SI, 0x0645, NULL); in sisfb_post_xgi() 5320 if(!mypdev) in sisfb_post_xgi() 5321 mypdev = pci_get_device(PCI_VENDOR_ID_SI, 0x0650, NULL); in sisfb_post_xgi() 5322 if(mypdev) { in sisfb_post_xgi() 4595 sisfb_find_host_bridge(struct sis_video_info *ivideo, struct pci_dev *mypdev, unsigned short pcivendor) sisfb_find_host_bridge() argument [all...] |
Completed in 11 milliseconds