Home
last modified time | relevance | path

Searched refs:get_client_id (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Dvga_switcheroo.h36 int (*get_client_id)(struct pci_dev *pdev); member
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_acpi.c212 .get_client_id = nouveau_dsm_get_client_id,
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_atpx_handler.c506 .get_client_id = radeon_atpx_get_client_id,
/linux-4.1.27/drivers/platform/x86/
Dapple-gmux.c352 .get_client_id = gmux_get_client_id,
/linux-4.1.27/drivers/gpu/vga/
Dvga_switcheroo.c94 ret = vgasr_priv.handler->get_client_id(client->pdev); in vga_switcheroo_enable()