Lines Matching refs:clients

57 	struct list_head clients;  member
72 .clients = LIST_HEAD_INIT(vgasr_priv.clients),
91 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_enable()
153 list_add_tail(&client->list, &vgasr_priv.clients); in register_client()
216 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_get_client_state()
230 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_unregister_client()
252 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_client_fb_set()
264 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_show()
311 client = find_client_from_id(&vgasr_priv.clients, id | ID_BIT_AUDIO); in set_audio_state()
323 active = find_active_client(&vgasr_priv.clients); in vga_switchto_stage1()
340 active = find_active_client(&vgasr_priv.clients); in vga_switchto_stage2()
376 list_for_each_entry(client, &vgasr_priv.clients, list) { in check_can_switch()
411 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_debugfs_write()
424 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_debugfs_write()
464 client = find_client_from_id(&vgasr_priv.clients, client_id); in vga_switcheroo_debugfs_write()
565 client = find_client_from_id(&vgasr_priv.clients, in vga_switcheroo_process_delayed_switch()
589 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_power_switch()
605 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_set_dynamic_switch()
677 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_runtime_resume_hdmi_audio()