Home
last modified time | relevance | path

Searched defs:bo (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/crypto/
Daes_generic.c1305 #define f_rn(bo, bi, n, k) do { \ argument
1312 #define f_nround(bo, bi, k) do {\ argument
1320 #define f_rl(bo, bi, n, k) do { \ argument
1327 #define f_lround(bo, bi, k) do {\ argument
1375 #define i_rn(bo, bi, n, k) do { \ argument
1382 #define i_nround(bo, bi, k) do {\ argument
1390 #define i_rl(bo, bi, n, k) do { \ argument
1397 #define i_lround(bo, bi, k) do {\ argument
/linux-4.19.296/include/linux/
Dhost1x.h92 static inline void host1x_bo_init(struct host1x_bo *bo, in host1x_bo_init()
98 static inline struct host1x_bo *host1x_bo_get(struct host1x_bo *bo) in host1x_bo_get()
103 static inline void host1x_bo_put(struct host1x_bo *bo) in host1x_bo_put()
108 static inline dma_addr_t host1x_bo_pin(struct host1x_bo *bo, in host1x_bo_pin()
114 static inline void host1x_bo_unpin(struct host1x_bo *bo, struct sg_table *sgt) in host1x_bo_unpin()
119 static inline void *host1x_bo_mmap(struct host1x_bo *bo) in host1x_bo_mmap()
124 static inline void host1x_bo_munmap(struct host1x_bo *bo, void *addr) in host1x_bo_munmap()
129 static inline void *host1x_bo_kmap(struct host1x_bo *bo, unsigned int pagenum) in host1x_bo_kmap()
134 static inline void host1x_bo_kunmap(struct host1x_bo *bo, in host1x_bo_kunmap()
185 struct host1x_bo *bo; member
[all …]
/linux-4.19.296/include/drm/ttm/
Dttm_execbuf_util.h48 struct ttm_buffer_object *bo; member
Dttm_bo_driver.h623 static inline int __ttm_bo_reserve(struct ttm_buffer_object *bo, in __ttm_bo_reserve()
691 static inline int ttm_bo_reserve(struct ttm_buffer_object *bo, in ttm_bo_reserve()
716 static inline int ttm_bo_reserve_slowpath(struct ttm_buffer_object *bo, in ttm_bo_reserve_slowpath()
745 static inline void ttm_bo_unreserve(struct ttm_buffer_object *bo) in ttm_bo_unreserve()
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()
307 ttm_bo_reference(struct ttm_buffer_object *bo) in ttm_bo_reference()
/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