Lines Matching refs:clients

141 	struct list_head clients;  member
157 .clients = LIST_HEAD_INIT(vgasr_priv.clients),
176 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_enable()
253 list_add_tail(&client->list, &vgasr_priv.clients); in register_client()
356 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_get_client_state()
377 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_unregister_client()
407 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_client_fb_set()
456 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_show()
505 client = find_client_from_id(&vgasr_priv.clients, id | ID_BIT_AUDIO); in set_audio_state()
517 active = find_active_client(&vgasr_priv.clients); in vga_switchto_stage1()
534 active = find_active_client(&vgasr_priv.clients); in vga_switchto_stage2()
571 list_for_each_entry(client, &vgasr_priv.clients, list) { in check_can_switch()
606 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_debugfs_write()
619 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_debugfs_write()
659 client = find_client_from_id(&vgasr_priv.clients, client_id); in vga_switcheroo_debugfs_write()
771 client = find_client_from_id(&vgasr_priv.clients, in vga_switcheroo_process_delayed_switch()
829 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_power_switch()
856 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_set_dynamic_switch()
945 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_runtime_resume_hdmi_audio()