Home
last modified time | relevance | path

Searched refs:agp_memory (Results 1 – 25 of 104) sorted by relevance

12345

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/char/agp/
H A Dagp.h109 void (*tlb_flush)(struct agp_memory *);
114 int (*insert_memory)(struct agp_memory *, off_t, int);
115 int (*remove_memory)(struct agp_memory *, off_t, int);
116 struct agp_memory *(*alloc_by_type) (size_t, int);
117 void (*free_by_type)(struct agp_memory *);
121 void (*agp_destroy_pages)(struct agp_memory *);
201 struct agp_memory *agp_create_memory(int scratch_pages);
205 void agp_generic_free_by_type(struct agp_memory *curr);
208 struct agp_memory *memory, size_t page_count);
210 void agp_generic_destroy_pages(struct agp_memory *memory);
[all …]
H A Dgeneric.c98 struct agp_memory *new; in agp_create_user_memory()
104 new = kzalloc(sizeof(struct agp_memory), GFP_KERNEL); in agp_create_user_memory()
126 struct agp_memory *agp_create_memory(int scratch_pages) in agp_create_memory()
128 struct agp_memory *new; in agp_create_memory()
130 new = kzalloc(sizeof(struct agp_memory), GFP_KERNEL); in agp_create_memory()
162 void agp_free_memory(struct agp_memory *curr) in agp_free_memory()
222 struct agp_memory *new; in agp_allocate_memory()
448 int agp_unbind_memory(struct agp_memory *curr) in agp_unbind_memory()
1151 void agp_generic_free_by_type(struct agp_memory *curr) in agp_generic_free_by_type()
1161 struct agp_memory *new; in agp_generic_alloc_user()
[all …]
H A Dfrontend.c48 struct agp_memory *curr; in agp_find_mem_by_key()
67 struct agp_memory *prev; in agp_remove_from_pool()
68 struct agp_memory *next; in agp_remove_from_pool()
199 struct agp_memory *prev; in agp_insert_into_pool()
276 struct agp_memory *memory; in agp_allocate_memory_wrap()
358 struct agp_memory *memory; in agp_remove_all_memory()
359 struct agp_memory *temp; in agp_remove_all_memory()
874 struct agp_memory *memory; in agpioc_allocate_wrap()
901 struct agp_memory *memory; in agpioc_deallocate_wrap()
916 struct agp_memory *memory; in agpioc_bind_wrap()
[all …]
H A Dcompat_ioctl.h101 void agp_free_memory_wrap(struct agp_memory *memory);
102 struct agp_memory *agp_allocate_memory_wrap(size_t pg_count, u32 type);
103 struct agp_memory *agp_find_mem_by_key(int key);
H A Di460-agp.c170 static void i460_tlb_flush (struct agp_memory *mem) in i460_tlb_flush()
293 static int i460_insert_memory_small_io_page (struct agp_memory *mem, in i460_insert_memory_small_io_page()
336 static int i460_remove_memory_small_io_page(struct agp_memory *mem, in i460_remove_memory_small_io_page()
400 static int i460_insert_memory_large_io_page (struct agp_memory *mem, in i460_insert_memory_large_io_page()
461 static int i460_remove_memory_large_io_page (struct agp_memory *mem, in i460_remove_memory_large_io_page()
500 static int i460_insert_memory (struct agp_memory *mem, in i460_insert_memory()
509 static int i460_remove_memory (struct agp_memory *mem, in i460_remove_memory()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/char/agp/
H A Dagp.h109 void (*tlb_flush)(struct agp_memory *);
114 int (*insert_memory)(struct agp_memory *, off_t, int);
115 int (*remove_memory)(struct agp_memory *, off_t, int);
116 struct agp_memory *(*alloc_by_type) (size_t, int);
117 void (*free_by_type)(struct agp_memory *);
121 void (*agp_destroy_pages)(struct agp_memory *);
201 struct agp_memory *agp_create_memory(int scratch_pages);
205 void agp_generic_free_by_type(struct agp_memory *curr);
208 struct agp_memory *memory, size_t page_count);
210 void agp_generic_destroy_pages(struct agp_memory *memory);
[all …]
H A Dgeneric.c98 struct agp_memory *new; in agp_create_user_memory()
104 new = kzalloc(sizeof(struct agp_memory), GFP_KERNEL); in agp_create_user_memory()
126 struct agp_memory *agp_create_memory(int scratch_pages) in agp_create_memory()
128 struct agp_memory *new; in agp_create_memory()
130 new = kzalloc(sizeof(struct agp_memory), GFP_KERNEL); in agp_create_memory()
162 void agp_free_memory(struct agp_memory *curr) in agp_free_memory()
222 struct agp_memory *new; in agp_allocate_memory()
448 int agp_unbind_memory(struct agp_memory *curr) in agp_unbind_memory()
1151 void agp_generic_free_by_type(struct agp_memory *curr) in agp_generic_free_by_type()
1161 struct agp_memory *new; in agp_generic_alloc_user()
[all …]
H A Dfrontend.c48 struct agp_memory *curr; in agp_find_mem_by_key()
67 struct agp_memory *prev; in agp_remove_from_pool()
68 struct agp_memory *next; in agp_remove_from_pool()
199 struct agp_memory *prev; in agp_insert_into_pool()
276 struct agp_memory *memory; in agp_allocate_memory_wrap()
358 struct agp_memory *memory; in agp_remove_all_memory()
359 struct agp_memory *temp; in agp_remove_all_memory()
874 struct agp_memory *memory; in agpioc_allocate_wrap()
901 struct agp_memory *memory; in agpioc_deallocate_wrap()
916 struct agp_memory *memory; in agpioc_bind_wrap()
[all …]
H A Dcompat_ioctl.h101 void agp_free_memory_wrap(struct agp_memory *memory);
102 struct agp_memory *agp_allocate_memory_wrap(size_t pg_count, u32 type);
103 struct agp_memory *agp_find_mem_by_key(int key);
H A Di460-agp.c170 static void i460_tlb_flush (struct agp_memory *mem) in i460_tlb_flush()
293 static int i460_insert_memory_small_io_page (struct agp_memory *mem, in i460_insert_memory_small_io_page()
336 static int i460_remove_memory_small_io_page(struct agp_memory *mem, in i460_remove_memory_small_io_page()
400 static int i460_insert_memory_large_io_page (struct agp_memory *mem, in i460_insert_memory_large_io_page()
461 static int i460_remove_memory_large_io_page (struct agp_memory *mem, in i460_remove_memory_large_io_page()
500 static int i460_insert_memory (struct agp_memory *mem, in i460_insert_memory()
509 static int i460_remove_memory (struct agp_memory *mem, in i460_remove_memory()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/char/agp/
H A Dagp.h109 void (*tlb_flush)(struct agp_memory *);
114 int (*insert_memory)(struct agp_memory *, off_t, int);
115 int (*remove_memory)(struct agp_memory *, off_t, int);
116 struct agp_memory *(*alloc_by_type) (size_t, int);
117 void (*free_by_type)(struct agp_memory *);
121 void (*agp_destroy_pages)(struct agp_memory *);
201 struct agp_memory *agp_create_memory(int scratch_pages);
205 void agp_generic_free_by_type(struct agp_memory *curr);
208 struct agp_memory *memory, size_t page_count);
210 void agp_generic_destroy_pages(struct agp_memory *memory);
[all …]
H A Dgeneric.c98 struct agp_memory *new; in agp_create_user_memory()
104 new = kzalloc(sizeof(struct agp_memory), GFP_KERNEL); in agp_create_user_memory()
126 struct agp_memory *agp_create_memory(int scratch_pages) in agp_create_memory()
128 struct agp_memory *new; in agp_create_memory()
130 new = kzalloc(sizeof(struct agp_memory), GFP_KERNEL); in agp_create_memory()
162 void agp_free_memory(struct agp_memory *curr) in agp_free_memory()
222 struct agp_memory *new; in agp_allocate_memory()
448 int agp_unbind_memory(struct agp_memory *curr) in agp_unbind_memory()
1151 void agp_generic_free_by_type(struct agp_memory *curr) in agp_generic_free_by_type()
1161 struct agp_memory *new; in agp_generic_alloc_user()
[all …]
H A Dfrontend.c48 struct agp_memory *curr; in agp_find_mem_by_key()
67 struct agp_memory *prev; in agp_remove_from_pool()
68 struct agp_memory *next; in agp_remove_from_pool()
199 struct agp_memory *prev; in agp_insert_into_pool()
276 struct agp_memory *memory; in agp_allocate_memory_wrap()
358 struct agp_memory *memory; in agp_remove_all_memory()
359 struct agp_memory *temp; in agp_remove_all_memory()
874 struct agp_memory *memory; in agpioc_allocate_wrap()
901 struct agp_memory *memory; in agpioc_deallocate_wrap()
916 struct agp_memory *memory; in agpioc_bind_wrap()
[all …]
H A Dcompat_ioctl.h101 void agp_free_memory_wrap(struct agp_memory *memory);
102 struct agp_memory *agp_allocate_memory_wrap(size_t pg_count, u32 type);
103 struct agp_memory *agp_find_mem_by_key(int key);
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_agpsupport.h14 static inline void drm_free_agp(struct agp_bridge_data *, struct agp_memory *, int);
15 static inline int drm_bind_agp(struct agp_bridge_data *, struct agp_memory *, unsigned);
16 static inline int drm_unbind_agp(struct agp_bridge_data *, struct agp_memory *);
18 void drm_free_agp(struct agp_memory * handle, int pages);
19 int drm_bind_agp(struct agp_memory * handle, unsigned int start);
20 int drm_unbind_agp(struct agp_memory * handle);
22 struct agp_memory *drm_agp_bind_pages(struct drm_device *dev,
58 static inline void drm_free_agp(struct agp_memory * handle, int pages) in drm_free_agp()
62 static inline int drm_bind_agp(struct agp_memory * handle, unsigned int start) in drm_bind_agp()
67 static inline int drm_unbind_agp(struct agp_memory * handle) in drm_unbind_agp()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dagpvar.h86 TAILQ_HEAD(agp_memory_list, agp_memory);
87 struct agp_memory { struct
88 TAILQ_ENTRY(agp_memory) am_link; /* wiring for the tailq */
110 struct agp_memory *(*alloc_memory)(struct agp_softc *, int, vsize_t); argument
111 int (*free_memory)(struct agp_softc *, struct agp_memory *);
112 int (*bind_memory)(struct agp_softc *, struct agp_memory *, off_t);
113 int (*unbind_memory)(struct agp_softc *, struct agp_memory *);
178 int agp_generic_free_memory(struct agp_softc *, struct agp_memory *);
179 int agp_generic_bind_memory(struct agp_softc *, struct agp_memory *, off_t);
180 int agp_generic_bind_memory_bounded(struct agp_softc *, struct agp_memory *,
[all …]
H A Dagp.c607 struct agp_memory *
610 struct agp_memory *mem; in agp_generic_alloc_memory()
875 static struct agp_memory *
878 struct agp_memory *mem; in agp_find_memory()
918 struct agp_memory *mem; in agp_allocate_user()
935 struct agp_memory *mem = agp_find_memory(sc, id); in agp_deallocate_user()
990 struct agp_memory *mem; in agpclose()
1190 struct agp_memory *mem = handle; in agp_free_memory()
1199 struct agp_memory *mem = handle; in agp_bind_memory()
1208 struct agp_memory *mem = handle; in agp_unbind_memory()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dagp_backend.h69 struct agp_memory { struct
70 struct agp_memory *next; argument
71 struct agp_memory *prev; argument
100 extern void agp_free_memory(struct agp_memory *); argument
101 extern struct agp_memory *agp_allocate_memory(struct agp_bridge_data *, size_t, u32);
103 extern int agp_bind_memory(struct agp_memory *, off_t);
104 extern int agp_unbind_memory(struct agp_memory *);
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dagp_backend.h69 struct agp_memory { struct
70 struct agp_memory *next; argument
71 struct agp_memory *prev; argument
100 extern void agp_free_memory(struct agp_memory *); argument
101 extern struct agp_memory *agp_allocate_memory(struct agp_bridge_data *, size_t, u32);
103 extern int agp_bind_memory(struct agp_memory *, off_t);
104 extern int agp_unbind_memory(struct agp_memory *);
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dagp_backend.h69 struct agp_memory { struct
70 struct agp_memory *next; argument
71 struct agp_memory *prev; argument
100 extern void agp_free_memory(struct agp_memory *); argument
101 extern struct agp_memory *agp_allocate_memory(struct agp_bridge_data *, size_t, u32);
103 extern int agp_bind_memory(struct agp_memory *, off_t);
104 extern int agp_unbind_memory(struct agp_memory *);
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/include/drm/
H A Ddrm_agp_netbsd.h79 struct agp_memory {
132 static inline struct agp_memory *
146 agp_free_memory(struct agp_bridge_data *bridge, struct agp_memory *mem)
158 agp_bind_memory(struct agp_memory *mem, size_t npages)
171 drm_bind_agp(struct agp_bridge_data *bridge, struct agp_memory *mem, in drm_bind_agp()
179 drm_unbind_agp(struct agp_bridge_data *bridge, struct agp_memory *mem) in drm_unbind_agp()
185 drm_free_agp(struct agp_bridge_data *bridge, struct agp_memory *mem, in drm_free_agp()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_memory.c85 void drm_free_agp(struct agp_memory * handle, int pages) in drm_free_agp()
91 int drm_bind_agp(struct agp_memory * handle, unsigned int start) in drm_bind_agp()
97 int drm_unbind_agp(struct agp_memory * handle) in drm_unbind_agp()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/alpha/include/asm/
H A Dagp_backend.h37 int (*bind)(alpha_agp_info *, off_t, struct agp_memory *);
38 int (*unbind)(alpha_agp_info *, off_t, struct agp_memory *);
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/alpha/include/asm/
H A Dagp_backend.h37 int (*bind)(alpha_agp_info *, off_t, struct agp_memory *);
38 int (*unbind)(alpha_agp_info *, off_t, struct agp_memory *);
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/alpha/include/asm/
H A Dagp_backend.h37 int (*bind)(alpha_agp_info *, off_t, struct agp_memory *);
38 int (*unbind)(alpha_agp_info *, off_t, struct agp_memory *);

12345