Searched refs:find_client_from_pci (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/vga/ |
H A D | vga_switcheroo.c | 394 find_client_from_pci(struct list_head *head, struct pci_dev *pdev) in find_client_from_pci() function 482 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_get_client_state() 503 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_unregister_client() 533 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_client_fb_set() 1003 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_power_switch()
|
/kernel/linux/linux-6.6/drivers/gpu/vga/ |
H A D | vga_switcheroo.c | 394 find_client_from_pci(struct list_head *head, struct pci_dev *pdev) in find_client_from_pci() function 482 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_get_client_state() 503 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_unregister_client() 533 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_client_fb_set() 1003 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_power_switch()
|
Completed in 4 milliseconds