Searched refs:switch_ddc (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dvga_switcheroo.h105 * @switch_ddc: switch DDC lines to given client.
119 int (*switch_ddc)(enum vga_switcheroo_client_id id); member in struct:vga_switcheroo_handler
/linux-master/drivers/gpu/vga/
H A Dvga_switcheroo.c564 if (!vgasr_priv.handler || !vgasr_priv.handler->switch_ddc) {
570 vgasr_priv.old_ddc_owner = vgasr_priv.handler->switch_ddc(id);
602 ret = vgasr_priv.handler->switch_ddc(
/linux-master/drivers/platform/x86/
H A Dapple-gmux.c567 .switch_ddc = gmux_switch_ddc,

Completed in 279 milliseconds