Home
last modified time | relevance | path

Searched refs:agp_find_private (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/char/agp/
H A Dfrontend.c215 struct agp_file_private *agp_find_private(pid_t pid) in agp_find_private() function
347 priv = agp_find_private(temp->pid); in agp_remove_all_clients()
413 priv = agp_find_private(clients->pid); in agp_controller_make_current()
436 priv = agp_find_private(clients->pid); in agp_controller_release_current()
816 client_priv = agp_find_private(reserve.pid); in agpioc_reserve_wrap()
854 client_priv = agp_find_private(reserve.pid); in agpioc_reserve_wrap()
H A Dcompat_ioctl.c82 client_priv = agp_find_private(kreserve.pid); in compat_agpioc_reserve_wrap()
139 client_priv = agp_find_private(kreserve.pid); in compat_agpioc_reserve_wrap()
H A Dcompat_ioctl.h97 struct agp_file_private *agp_find_private(pid_t pid);