• Home
  • Raw
  • Download

Lines Matching full:clients

69  * clients. The mux is called the handler. Muxless machines also register a
75 * there can thus be up to three clients: Two vga clients (GPUs) and one audio
109 * For audio clients, the @fb_info and @active members are bogus. For GPU
110 * clients, the @vga_dev is bogus.
138 * (counting only vga clients, not audio clients)
139 * @clients: list of registered clients
158 struct list_head clients; member
176 .clients = LIST_HEAD_INIT(vgasr_priv.clients),
182 /* we're ready if we get two clients + handler */ in vga_switcheroo_ready()
196 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_enable()
208 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_enable()
231 * Register handler. Enable vga_switcheroo if two vga clients have already
281 * Helper for clients to obtain the handler flags bitmask.
314 list_add_tail(&client->list, &vgasr_priv.clients); in register_client()
370 * if vga_switcheroo has enabled, that mean two GPU clients and also in vga_switcheroo_register_audio_client()
483 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_get_client_state()
504 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_unregister_client()
534 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_client_fb_set()
653 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_show()
702 client = find_client_from_id(&vgasr_priv.clients, id | ID_BIT_AUDIO); in set_audio_state()
712 active = find_active_client(&vgasr_priv.clients); in vga_switchto_stage1()
729 active = find_active_client(&vgasr_priv.clients); in vga_switchto_stage2()
772 list_for_each_entry(client, &vgasr_priv.clients, list) { in check_can_switch()
807 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_debugfs_write()
820 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_debugfs_write()
860 client = find_client_from_id(&vgasr_priv.clients, client_id); in vga_switcheroo_debugfs_write()
958 * has unregistered in the meantime or if there are other clients blocking the
974 client = find_client_from_id(&vgasr_priv.clients, in vga_switcheroo_process_delayed_switch()
1028 client = find_client_from_pci(&vgasr_priv.clients, pdev); in vga_switcheroo_power_switch()