Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dagpgart.h35 #define AGPIOC_RESERVE _IOW (AGPIOC_BASE, 4, struct agp_region*)
36 #define AGPIOC_PROTECT _IOW (AGPIOC_BASE, 5, struct agp_region*)
89 } agp_region; typedef
/Linux-v6.6/include/linux/
Dagpgart.h63 struct agp_region { struct
/Linux-v6.6/drivers/char/agp/
Dcompat_ioctl.h100 int agp_create_segment(struct agp_client *client, struct agp_region *region);
Dfrontend.c163 int agp_create_segment(struct agp_client *client, struct agp_region *region) in agp_create_segment()
801 struct agp_region reserve; in agpioc_reserve_wrap()
806 if (copy_from_user(&reserve, arg, sizeof(struct agp_region))) in agpioc_reserve_wrap()
Dcompat_ioctl.c64 struct agp_region kreserve; in compat_agpioc_reserve_wrap()