Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dagpgart.h40 #define AGPIOC_UNBIND _IOW (AGPIOC_BASE, 9, struct agp_unbind*)
109 } agp_unbind; typedef
/openbmc/linux/include/linux/
H A Dagpgart.h84 struct agp_unbind { struct
/openbmc/linux/drivers/char/agp/
H A Dfrontend.c935 struct agp_unbind unbind; in agpioc_unbind_wrap()
938 if (copy_from_user(&unbind, arg, sizeof(struct agp_unbind))) in agpioc_unbind_wrap()