Home
last modified time | relevance | path

Searched refs:bo (Results 1 – 9 of 9) sorted by relevance

/linux-4.19.296/include/drm/ttm/
Dttm_bo_driver.h108 struct ttm_buffer_object *bo,
236 struct ttm_tt *(*ttm_tt_create)(struct ttm_buffer_object *bo,
285 bool (*eviction_valuable)(struct ttm_buffer_object *bo,
297 void (*evict_flags)(struct ttm_buffer_object *bo,
311 int (*move)(struct ttm_buffer_object *bo, bool evict,
327 int (*verify_access)(struct ttm_buffer_object *bo,
337 void (*move_notify)(struct ttm_buffer_object *bo,
342 int (*fault_reserve_notify)(struct ttm_buffer_object *bo);
347 void (*swap_notify)(struct ttm_buffer_object *bo);
366 unsigned long (*io_mem_pfn)(struct ttm_buffer_object *bo,
[all …]
Dttm_bo_api.h259 struct ttm_buffer_object *bo; member
291 static inline void ttm_bo_get(struct ttm_buffer_object *bo) in ttm_bo_get() argument
293 kref_get(&bo->kref); in ttm_bo_get()
307 ttm_bo_reference(struct ttm_buffer_object *bo) in ttm_bo_reference() argument
309 ttm_bo_get(bo); in ttm_bo_reference()
310 return bo; in ttm_bo_reference()
327 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);
356 int ttm_bo_validate(struct ttm_buffer_object *bo,
367 void ttm_bo_put(struct ttm_buffer_object *bo);
378 void ttm_bo_unref(struct ttm_buffer_object **bo);
[all …]
Dttm_tt.h147 int ttm_tt_create(struct ttm_buffer_object *bo, bool zero_alloc);
161 int ttm_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo,
163 int ttm_dma_tt_init(struct ttm_dma_tt *ttm_dma, struct ttm_buffer_object *bo,
165 int ttm_sg_tt_init(struct ttm_dma_tt *ttm_dma, struct ttm_buffer_object *bo,
265 struct ttm_tt *ttm_agp_tt_create(struct ttm_buffer_object *bo,
Dttm_execbuf_util.h48 struct ttm_buffer_object *bo; member
/linux-4.19.296/include/linux/
Dhost1x.h78 struct host1x_bo *(*get)(struct host1x_bo *bo);
79 void (*put)(struct host1x_bo *bo);
80 dma_addr_t (*pin)(struct host1x_bo *bo, struct sg_table **sgt);
81 void (*unpin)(struct host1x_bo *bo, struct sg_table *sgt);
82 void *(*mmap)(struct host1x_bo *bo);
83 void (*munmap)(struct host1x_bo *bo, void *addr);
84 void *(*kmap)(struct host1x_bo *bo, unsigned int pagenum);
85 void (*kunmap)(struct host1x_bo *bo, unsigned int pagenum, void *addr);
92 static inline void host1x_bo_init(struct host1x_bo *bo, in host1x_bo_init() argument
95 bo->ops = ops; in host1x_bo_init()
[all …]
/linux-4.19.296/crypto/
Daes_generic.c1305 #define f_rn(bo, bi, n, k) do { \ argument
1306 bo[n] = crypto_ft_tab[0][byte(bi[n], 0)] ^ \
1312 #define f_nround(bo, bi, k) do {\ argument
1313 f_rn(bo, bi, 0, k); \
1314 f_rn(bo, bi, 1, k); \
1315 f_rn(bo, bi, 2, k); \
1316 f_rn(bo, bi, 3, k); \
1320 #define f_rl(bo, bi, n, k) do { \ argument
1321 bo[n] = crypto_fl_tab[0][byte(bi[n], 0)] ^ \
1327 #define f_lround(bo, bi, k) do {\ argument
[all …]
/linux-4.19.296/include/trace/events/
Dhost1x.h84 TP_PROTO(const char *name, struct host1x_bo *bo,
87 TP_ARGS(name, bo, words, offset, cmdbuf),
91 __field(struct host1x_bo *, bo)
105 __entry->bo = bo;
111 __entry->name, __entry->bo,
224 TP_PROTO(struct host1x_bo *bo, u32 offset, u32 syncpt_id, u32 thresh,
227 TP_ARGS(bo, offset, syncpt_id, thresh, min),
230 __field(struct host1x_bo *, bo)
238 __entry->bo = bo;
246 __entry->bo, __entry->offset,
/linux-4.19.296/include/uapi/drm/
Dvc4_drm.h295 __u64 bo; member
/linux-4.19.296/drivers/hid/
Dhid-wiimote-modules.c2209 __u8 sx, sy, tb, wb, bd, bm, bp, bo, br, bb, bg, by, bu; in wiimod_guitar_in_ext() local
2249 bo = !(ext[5] & 0x80); in wiimod_guitar_in_ext()
2281 bo); in wiimod_guitar_in_ext()