Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 200 of 374) sorted by relevance

12

/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_gem.c27 static dma_addr_t physaddr(struct drm_gem_object *obj) in physaddr()
35 static bool use_pages(struct drm_gem_object *obj) in use_pages()
42 static struct page **get_pages_vram(struct drm_gem_object *obj, in get_pages_vram()
72 static struct page **get_pages(struct drm_gem_object *obj) in get_pages()
111 static void put_pages(struct drm_gem_object *obj) in put_pages()
136 struct page **msm_gem_get_pages(struct drm_gem_object *obj) in msm_gem_get_pages()
146 void msm_gem_put_pages(struct drm_gem_object *obj) in msm_gem_put_pages()
151 int msm_gem_mmap_obj(struct drm_gem_object *obj, in msm_gem_mmap_obj()
195 struct drm_gem_object *obj = vma->vm_private_data; in msm_gem_fault() local
249 static uint64_t mmap_offset(struct drm_gem_object *obj) in mmap_offset()
[all …]
Dmsm_gem_prime.c23 struct sg_table *msm_gem_prime_get_sg_table(struct drm_gem_object *obj) in msm_gem_prime_get_sg_table()
30 void *msm_gem_prime_vmap(struct drm_gem_object *obj) in msm_gem_prime_vmap()
35 void msm_gem_prime_vunmap(struct drm_gem_object *obj, void *vaddr) in msm_gem_prime_vunmap()
40 int msm_gem_prime_mmap(struct drm_gem_object *obj, struct vm_area_struct *vma) in msm_gem_prime_mmap()
59 int msm_gem_prime_pin(struct drm_gem_object *obj) in msm_gem_prime_pin()
66 void msm_gem_prime_unpin(struct drm_gem_object *obj) in msm_gem_prime_unpin()
Dmsm_gem_submit.c68 struct drm_gem_object *obj; in submit_lookup_objects() local
215 struct msm_gem_object **obj, uint32_t *iova, bool *valid) in submit_bo()
234 static int submit_reloc(struct msm_gem_submit *submit, struct msm_gem_object *obj, in submit_reloc()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_gem.c134 struct drm_gem_object *obj, size_t size) in drm_gem_object_init()
161 struct drm_gem_object *obj, size_t size) in drm_gem_private_object_init()
176 drm_gem_remove_prime_handles(struct drm_gem_object *obj, struct drm_file *filp) in drm_gem_remove_prime_handles()
200 static void drm_gem_object_handle_free(struct drm_gem_object *obj) in drm_gem_object_handle_free()
211 static void drm_gem_object_exported_dma_buf_free(struct drm_gem_object *obj) in drm_gem_object_exported_dma_buf_free()
221 drm_gem_object_handle_unreference_unlocked(struct drm_gem_object *obj) in drm_gem_object_handle_unreference_unlocked()
254 struct drm_gem_object *obj; in drm_gem_handle_delete() local
320 struct drm_gem_object *obj, in drm_gem_handle_create_tail()
375 struct drm_gem_object *obj, in drm_gem_handle_create()
392 drm_gem_free_mmap_offset(struct drm_gem_object *obj) in drm_gem_free_mmap_offset()
[all …]
Ddrm_prime.c123 struct drm_gem_object *obj = dma_buf->priv; in drm_gem_map_attach() local
143 struct drm_gem_object *obj = dma_buf->priv; in drm_gem_map_detach() local
184 struct drm_gem_object *obj = attach->dmabuf->priv; in drm_gem_map_dma_buf() local
233 struct drm_gem_object *obj = dma_buf->priv; in drm_gem_dmabuf_release() local
242 struct drm_gem_object *obj = dma_buf->priv; in drm_gem_dmabuf_vmap() local
250 struct drm_gem_object *obj = dma_buf->priv; in drm_gem_dmabuf_vunmap() local
282 struct drm_gem_object *obj = dma_buf->priv; in drm_gem_dmabuf_mmap() local
340 struct drm_gem_object *obj, int flags) in drm_gem_prime_export()
357 struct drm_gem_object *obj, in export_and_register_object()
407 struct drm_gem_object *obj; in drm_gem_prime_handle_to_fd() local
[all …]
Ddrm_gem_cma_helper.c383 struct drm_gem_object *obj = &cma_obj->base; in drm_gem_cma_describe() local
412 struct sg_table *drm_gem_cma_prime_get_sg_table(struct drm_gem_object *obj) in drm_gem_cma_prime_get_sg_table()
488 int drm_gem_cma_prime_mmap(struct drm_gem_object *obj, in drm_gem_cma_prime_mmap()
520 void *drm_gem_cma_prime_vmap(struct drm_gem_object *obj) in drm_gem_cma_prime_vmap()
539 void drm_gem_cma_prime_vunmap(struct drm_gem_object *obj, void *vaddr) in drm_gem_cma_prime_vunmap()
Ddrm_fb_cma_helper.c30 struct drm_gem_cma_object *obj[4]; member
77 struct drm_mode_fb_cmd2 *mode_cmd, struct drm_gem_cma_object **obj, in drm_fb_cma_alloc()
114 struct drm_gem_object *obj; in drm_fb_cma_create() local
253 struct drm_gem_cma_object *obj; in drm_fbdev_cma_create() local
Ddrm_crtc.c276 struct drm_mode_object *obj, in drm_mode_object_get_reg()
313 struct drm_mode_object *obj, uint32_t obj_type) in drm_mode_object_get()
319 struct drm_mode_object *obj) in drm_mode_object_register()
346 struct drm_mode_object *obj = NULL; in _object_find() local
376 struct drm_mode_object *obj = NULL; in drm_mode_object_find() local
462 struct drm_mode_object *obj = NULL; in __drm_framebuffer_lookup() local
2060 static int get_properties(struct drm_mode_object *obj, bool atomic, in get_properties()
4019 void drm_object_attach_property(struct drm_mode_object *obj, in drm_object_attach_property()
4054 int drm_object_property_set_value(struct drm_mode_object *obj, in drm_object_property_set_value()
4084 int drm_object_property_get_value(struct drm_mode_object *obj, in drm_object_property_get_value()
[all …]
Ddrm_atomic.c695 int drm_atomic_get_property(struct drm_mode_object *obj, in drm_atomic_get_property()
1125 struct drm_mode_object *obj, struct drm_property *prop, in atomic_set_prop()
1245 struct drm_mode_object *obj; in drm_mode_atomic_ioctl() local
Ddrm_info.c200 struct drm_gem_object *obj = ptr; in drm_gem_one_name_info() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dvga.c29 nv_rdport(void *obj, int head, u16 port) in nv_rdport()
54 nv_wrport(void *obj, int head, u16 port, u8 data) in nv_wrport()
77 nv_rdvgas(void *obj, int head, u8 index) in nv_rdvgas()
84 nv_wrvgas(void *obj, int head, u8 index, u8 value) in nv_wrvgas()
91 nv_rdvgag(void *obj, int head, u8 index) in nv_rdvgag()
98 nv_wrvgag(void *obj, int head, u8 index, u8 value) in nv_wrvgag()
105 nv_rdvgac(void *obj, int head, u8 index) in nv_rdvgac()
112 nv_wrvgac(void *obj, int head, u8 index, u8 value) in nv_wrvgac()
119 nv_rdvgai(void *obj, int head, u16 port, u8 index) in nv_rdvgai()
129 nv_wrvgai(void *obj, int head, u16 port, u8 index, u8 value) in nv_wrvgai()
[all …]
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_gem.c28 struct drm_gem_object *obj = &rk_obj->base; in rockchip_gem_alloc_buf() local
50 struct drm_gem_object *obj = &rk_obj->base; in rockchip_gem_free_buf() local
57 static int rockchip_drm_gem_object_mmap(struct drm_gem_object *obj, in rockchip_drm_gem_object_mmap()
79 int rockchip_gem_mmap_buf(struct drm_gem_object *obj, in rockchip_gem_mmap_buf()
97 struct drm_gem_object *obj; in rockchip_gem_mmap() local
114 struct drm_gem_object *obj; in rockchip_gem_create_object() local
142 void rockchip_gem_free_object(struct drm_gem_object *obj) in rockchip_gem_free_object()
168 struct drm_gem_object *obj; in rockchip_gem_create_with_handle() local
200 struct drm_gem_object *obj; in rockchip_gem_dumb_map_offset() local
263 struct sg_table *rockchip_gem_prime_get_sg_table(struct drm_gem_object *obj) in rockchip_gem_prime_get_sg_table()
[all …]
Drockchip_drm_fb.c28 struct drm_gem_object *obj[ROCKCHIP_MAX_FB_BUFFER]; member
46 struct drm_gem_object *obj; in rockchip_drm_fb_destroy() local
76 struct drm_gem_object **obj, unsigned int num_planes) in rockchip_fb_alloc()
109 struct drm_gem_object *obj; in rockchip_user_fb_create() local
176 struct drm_gem_object *obj) in rockchip_drm_framebuffer_init()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_gem_dmabuf.c28 struct drm_gem_object *obj = attachment->dmabuf->priv; in omap_gem_map_dma_buf() local
65 struct drm_gem_object *obj = attachment->dmabuf->priv; in omap_gem_unmap_dma_buf() local
73 struct drm_gem_object *obj = buffer->priv; in omap_gem_dmabuf_release() local
84 struct drm_gem_object *obj = buffer->priv; in omap_gem_dmabuf_begin_cpu_access() local
99 struct drm_gem_object *obj = buffer->priv; in omap_gem_dmabuf_end_cpu_access() local
107 struct drm_gem_object *obj = buffer->priv; in omap_gem_dmabuf_kmap_atomic() local
123 struct drm_gem_object *obj = buffer->priv; in omap_gem_dmabuf_kmap() local
133 struct drm_gem_object *obj = buffer->priv; in omap_gem_dmabuf_kunmap() local
142 struct drm_gem_object *obj = buffer->priv; in omap_gem_dmabuf_mmap() local
172 struct drm_gem_object *obj, int flags) in omap_gem_prime_export()
[all …]
Domap_gem.c140 struct drm_gem_object *obj; /* the current pinned obj */ member
153 static void evict_entry(struct drm_gem_object *obj, in evict_entry()
180 static void evict(struct drm_gem_object *obj) in evict()
206 static inline bool is_shmem(struct drm_gem_object *obj) in is_shmem()
215 static inline bool is_cached_coherent(struct drm_gem_object *obj) in is_cached_coherent()
225 static int omap_gem_attach_pages(struct drm_gem_object *obj) in omap_gem_attach_pages()
276 static void omap_gem_detach_pages(struct drm_gem_object *obj) in omap_gem_detach_pages()
299 uint32_t omap_gem_flags(struct drm_gem_object *obj) in omap_gem_flags()
305 static uint64_t mmap_offset(struct drm_gem_object *obj) in mmap_offset()
324 uint64_t omap_gem_mmap_offset(struct drm_gem_object *obj) in omap_gem_mmap_offset()
[all …]
Domap_drv.c389 struct drm_gem_object *obj; in ioctl_gem_cpu_prep() local
412 struct drm_gem_object *obj; in ioctl_gem_cpu_fini() local
436 struct drm_gem_object *obj; in ioctl_gem_info() local
/linux-4.1.27/drivers/gpu/drm/udl/
Dudl_gem.c17 struct udl_gem_object *obj; in udl_gem_alloc_object() local
38 struct udl_gem_object *obj; in udl_gem_create() local
60 static void update_vm_cache_attr(struct udl_gem_object *obj, in update_vm_cache_attr()
105 struct udl_gem_object *obj = to_udl_bo(vma->vm_private_data); in udl_gem_fault() local
130 int udl_gem_get_pages(struct udl_gem_object *obj) in udl_gem_get_pages()
146 void udl_gem_put_pages(struct udl_gem_object *obj) in udl_gem_put_pages()
158 int udl_gem_vmap(struct udl_gem_object *obj) in udl_gem_vmap()
180 void udl_gem_vunmap(struct udl_gem_object *obj) in udl_gem_vunmap()
194 struct udl_gem_object *obj = to_udl_bo(gem_obj); in udl_gem_free_object() local
216 struct drm_gem_object *obj; in udl_gem_mmap() local
Dudl_dmabuf.c77 struct udl_gem_object *obj = to_udl_bo(attach->dmabuf->priv); in udl_map_dma_buf() local
203 struct drm_gem_object *obj, int flags) in udl_gem_prime_export()
220 struct udl_gem_object *obj; in udl_prime_create() local
Dudl_fb.c460 struct udl_gem_object *obj) in udl_framebuffer_init()
482 struct udl_gem_object *obj; in udlfb_create() local
646 struct drm_gem_object *obj; in udl_fb_user_fb_create() local
/linux-4.1.27/drivers/iommu/
Domap-iommu.c41 #define for_each_iotlb_cr(obj, n, __i, cr) \ argument
98 struct omap_iommu *obj = dev_to_omap_iommu(dev); in omap_iommu_save_ctx() local
115 struct omap_iommu *obj = dev_to_omap_iommu(dev); in omap_iommu_restore_ctx() local
126 static void __iommu_set_twl(struct omap_iommu *obj, bool on) in __iommu_set_twl()
144 static int omap2_iommu_enable(struct omap_iommu *obj) in omap2_iommu_enable()
169 static void omap2_iommu_disable(struct omap_iommu *obj) in omap2_iommu_disable()
179 static int iommu_enable(struct omap_iommu *obj) in iommu_enable()
200 static void iommu_disable(struct omap_iommu *obj) in iommu_disable()
244 static u32 iommu_report_fault(struct omap_iommu *obj, u32 *da) in iommu_report_fault()
263 static void iotlb_lock_get(struct omap_iommu *obj, struct iotlb_lock *l) in iotlb_lock_get()
[all …]
Domap-iommu-debug.c27 static inline bool is_omap_iommu_detached(struct omap_iommu *obj) in is_omap_iommu_detached()
35 struct omap_iommu *obj = file->private_data; in debug_read_regs() local
61 struct omap_iommu *obj = file->private_data; in debug_read_tlb() local
93 struct omap_iommu *obj = s->private; in dump_ioptable() local
123 struct omap_iommu *obj = s->private; in debug_read_pagetable() local
174 void omap_iommu_debugfs_add(struct omap_iommu *obj) in omap_iommu_debugfs_add()
200 void omap_iommu_debugfs_remove(struct omap_iommu *obj) in omap_iommu_debugfs_remove()
Domap-iommu.h208 static inline void omap_iommu_debugfs_add(struct omap_iommu *obj) { } in omap_iommu_debugfs_add()
209 static inline void omap_iommu_debugfs_remove(struct omap_iommu *obj) { } in omap_iommu_debugfs_remove()
215 static inline u32 iommu_read_reg(struct omap_iommu *obj, size_t offs) in iommu_read_reg()
220 static inline void iommu_write_reg(struct omap_iommu *obj, u32 val, size_t offs) in iommu_write_reg()
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_prime.c30 int qxl_gem_prime_pin(struct drm_gem_object *obj) in qxl_gem_prime_pin()
36 void qxl_gem_prime_unpin(struct drm_gem_object *obj) in qxl_gem_prime_unpin()
42 struct sg_table *qxl_gem_prime_get_sg_table(struct drm_gem_object *obj) in qxl_gem_prime_get_sg_table()
56 void *qxl_gem_prime_vmap(struct drm_gem_object *obj) in qxl_gem_prime_vmap()
62 void qxl_gem_prime_vunmap(struct drm_gem_object *obj, void *vaddr) in qxl_gem_prime_vunmap()
67 int qxl_gem_prime_mmap(struct drm_gem_object *obj, in qxl_gem_prime_mmap()
Dqxl_gem.c43 struct drm_gem_object **obj) in qxl_gem_object_create()
98 int qxl_gem_object_open(struct drm_gem_object *obj, struct drm_file *file_priv) in qxl_gem_object_open()
103 void qxl_gem_object_close(struct drm_gem_object *obj, in qxl_gem_object_close()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_object.c60 static struct osc_object *lu2osc(const struct lu_object *obj) in lu2osc()
72 static int osc_object_init(const struct lu_env *env, struct lu_object *obj, in osc_object_init()
103 static void osc_object_free(const struct lu_env *env, struct lu_object *obj) in osc_object_free()
137 lu_printer_t p, const struct lu_object *obj) in osc_object_print()
152 static int osc_attr_get(const struct lu_env *env, struct cl_object *obj, in osc_attr_get()
162 int osc_attr_set(const struct lu_env *env, struct cl_object *obj, in osc_attr_set()
187 const struct cl_object *obj, struct ost_lvb *lvb) in osc_object_glimpse()
197 void osc_object_set_contended(struct osc_object *obj) in osc_object_set_contended()
204 void osc_object_clear_contended(struct osc_object *obj) in osc_object_clear_contended()
209 int osc_object_is_contended(struct osc_object *obj) in osc_object_is_contended()
[all …]
Dosc_cache.c65 #define osc_extent_tree_dump(lvl, obj) \ argument
167 static inline struct osc_extent *first_extent(struct osc_object *obj) in first_extent()
176 struct osc_object *obj = ext->oe_obj; in osc_extent_sanity_check0() local
312 static int osc_extent_is_overlapped(struct osc_object *obj, in osc_extent_is_overlapped()
345 static struct osc_extent *osc_extent_alloc(struct osc_object *obj) in osc_extent_alloc()
411 static struct osc_extent *osc_extent_search(struct osc_object *obj, in osc_extent_search()
436 static struct osc_extent *osc_extent_lookup(struct osc_object *obj, in osc_extent_lookup()
448 static void osc_extent_insert(struct osc_object *obj, struct osc_extent *ext) in osc_extent_insert()
477 struct osc_object *obj = ext->oe_obj; in osc_extent_erase() local
489 struct osc_object *obj = ext->oe_obj; in osc_extent_hold() local
[all …]
Dosc_io.c190 struct cl_object *obj, pgoff_t idx, unsigned to) in osc_page_touch_at()
237 struct cl_object *obj = opage->ops_cl.cpl_obj; in osc_page_touch() local
289 struct osc_object *obj = cl2osc(opg->ops_cl.cpl_obj); in osc_io_commit_write() local
397 struct cl_object *obj = slice->cis_obj; in osc_io_setattr_start() local
482 struct cl_object *obj = slice->cis_obj; in osc_io_setattr_end() local
515 struct cl_object *obj = slice->cis_obj; in osc_io_read_start() local
531 struct cl_object *obj = slice->cis_obj; in osc_io_write_start() local
544 static int osc_fsync_ost(const struct lu_env *env, struct osc_object *obj, in osc_fsync_ost()
580 struct cl_object *obj = slice->cis_obj; in osc_io_fsync_start() local
618 struct cl_object *obj = slice->cis_obj; in osc_io_fsync_end() local
[all …]
Dosc_page.c203 struct osc_object *obj = cl2osc(opg->ops_cl.cpl_obj); in osc_page_transfer_add() local
245 void osc_index2policy(ldlm_policy_data_t *policy, const struct cl_object *obj, in osc_index2policy()
321 struct osc_object *obj = cl2osc(opg->ops_cl.cpl_obj); in osc_page_completion_read() local
333 struct osc_object *obj = cl2osc(slice->cpl_obj); in osc_page_completion_write() local
369 struct osc_object *obj = cl2osc(slice->cpl_obj); in osc_page_print() local
412 struct osc_object *obj = cl2osc(opg->ops_cl.cpl_obj); in osc_page_delete() local
501 int osc_page_init(const struct lu_env *env, struct cl_object *obj, in osc_page_init()
543 struct osc_object *obj = oap->oap_obj; in osc_page_submit() local
868 static int osc_lru_reserve(const struct lu_env *env, struct osc_object *obj, in osc_lru_reserve()
Dosc_cl_internal.h161 static inline void osc_object_lock(struct osc_object *obj) in osc_object_lock()
166 static inline int osc_object_trylock(struct osc_object *obj) in osc_object_trylock()
171 static inline void osc_object_unlock(struct osc_object *obj) in osc_object_unlock()
176 static inline int osc_object_is_locked(struct osc_object *obj) in osc_object_is_locked()
494 static inline int osc_is_object(const struct lu_object *obj) in osc_is_object()
505 static inline struct obd_export *osc_export(const struct osc_object *obj) in osc_export()
510 static inline struct client_obd *osc_cli(const struct osc_object *obj) in osc_cli()
515 static inline struct osc_object *cl2osc(const struct cl_object *obj) in cl2osc()
521 static inline struct cl_object *osc2cl(const struct osc_object *obj) in osc2cl()
Dosc_lock.c166 struct cl_object *obj = olck->ols_cl.cls_obj; in osc_lock_detach() local
341 struct cl_object *obj; in osc_lock_lvb_update() local
836 struct cl_object *obj; in osc_ldlm_glimpse_ast() local
953 struct cl_object *obj = slice->cls_obj; in osc_lock_to_lockless() local
1119 struct osc_object *obj = cl2osc(slice->cls_obj); in osc_lock_enqueue() local
1255 struct osc_object *obj = cl2osc(ols->ols_cl.cls_obj); in osc_lock_flush() local
1553 struct cl_object *obj, struct cl_lock *lock, in osc_lock_init()
/linux-4.1.27/net/irda/
Dirias_object.c49 struct ias_object *obj; in irias_new_object() local
104 void __irias_delete_object(struct ias_object *obj) in __irias_delete_object()
125 int irias_delete_object(struct ias_object *obj) in irias_delete_object()
152 int irias_delete_attrib(struct ias_object *obj, struct ias_attrib *attrib, in irias_delete_attrib()
187 void irias_insert_object(struct ias_object *obj) in irias_insert_object()
217 struct ias_attrib *irias_find_attrib(struct ias_object *obj, char *name) in irias_find_attrib()
239 static void irias_add_attrib(struct ias_object *obj, struct ias_attrib *attrib, in irias_add_attrib()
263 struct ias_object *obj; in irias_object_change_attribute() local
312 void irias_add_integer_attrib(struct ias_object *obj, char *name, int value, in irias_add_integer_attrib()
354 void irias_add_octseq_attrib(struct ias_object *obj, char *name, __u8 *octets, in irias_add_octseq_attrib()
[all …]
Diriap.c98 struct ias_object *obj; in iriap_init() local
633 struct ias_object *obj; in iriap_getvaluebyclass_indication() local
966 struct ias_object *obj; in irias_seq_idx() local
1003 struct ias_object *obj = v; in irias_seq_show() local
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem.c61 static bool cpu_write_needs_clflush(struct drm_i915_gem_object *obj) in cpu_write_needs_clflush()
69 static inline void i915_gem_object_fence_lost(struct drm_i915_gem_object *obj) in i915_gem_object_fence_lost()
152 struct drm_i915_gem_object *obj; in i915_gem_get_aperture_ioctl() local
169 i915_gem_object_get_pages_phys(struct drm_i915_gem_object *obj) in i915_gem_object_get_pages_phys()
221 i915_gem_object_put_pages_phys(struct drm_i915_gem_object *obj) in i915_gem_object_put_pages_phys()
273 i915_gem_object_release_phys(struct drm_i915_gem_object *obj) in i915_gem_object_release_phys()
285 drop_pages(struct drm_i915_gem_object *obj) in drop_pages()
302 i915_gem_object_attach_phys(struct drm_i915_gem_object *obj, in i915_gem_object_attach_phys()
337 i915_gem_phys_pwrite(struct drm_i915_gem_object *obj, in i915_gem_phys_pwrite()
384 void i915_gem_object_free(struct drm_i915_gem_object *obj) in i915_gem_object_free()
[all …]
Di915_gem_userptr.c61 struct drm_i915_gem_object *obj; member
65 static unsigned long cancel_userptr(struct drm_i915_gem_object *obj) in cancel_userptr()
110 struct drm_i915_gem_object *obj; in invalidate_range__linear() local
144 struct drm_i915_gem_object *obj = NULL; in i915_gem_userptr_mn_invalidate_range_start() local
238 struct drm_i915_gem_object *obj; in i915_mmu_notifier_add() local
295 i915_gem_userptr_release__mmu_notifier(struct drm_i915_gem_object *obj) in i915_gem_userptr_release__mmu_notifier()
332 i915_gem_userptr_init__mmu_notifier(struct drm_i915_gem_object *obj, in i915_gem_userptr_init__mmu_notifier()
382 i915_gem_userptr_release__mmu_notifier(struct drm_i915_gem_object *obj) in i915_gem_userptr_release__mmu_notifier()
387 i915_gem_userptr_init__mmu_notifier(struct drm_i915_gem_object *obj, in i915_gem_userptr_init__mmu_notifier()
421 i915_gem_userptr_init__mm_struct(struct drm_i915_gem_object *obj) in i915_gem_userptr_init__mm_struct()
[all …]
Di915_gem_dmabuf.c38 struct drm_i915_gem_object *obj = dma_buf_to_obj(attachment->dmabuf); in i915_gem_map_dma_buf() local
96 struct drm_i915_gem_object *obj = dma_buf_to_obj(attachment->dmabuf); in i915_gem_unmap_dma_buf() local
111 struct drm_i915_gem_object *obj = dma_buf_to_obj(dma_buf); in i915_gem_dmabuf_vmap() local
162 struct drm_i915_gem_object *obj = dma_buf_to_obj(dma_buf); in i915_gem_dmabuf_vunmap() local
201 struct drm_i915_gem_object *obj = dma_buf_to_obj(dma_buf); in i915_gem_begin_cpu_access() local
232 struct drm_i915_gem_object *obj = to_intel_bo(gem_obj); in i915_gem_prime_export() local
250 static int i915_gem_object_get_pages_dmabuf(struct drm_i915_gem_object *obj) in i915_gem_object_get_pages_dmabuf()
263 static void i915_gem_object_put_pages_dmabuf(struct drm_i915_gem_object *obj) in i915_gem_object_put_pages_dmabuf()
279 struct drm_i915_gem_object *obj; in i915_gem_prime_import() local
Di915_gem_tiling.c287 i915_gem_object_fence_ok(struct drm_i915_gem_object *obj, int tiling_mode) in i915_gem_object_fence_ok()
325 struct drm_i915_gem_object *obj; in i915_gem_set_tiling() local
443 struct drm_i915_gem_object *obj; in i915_gem_get_tiling() local
506 i915_gem_object_do_bit_17_swizzle(struct drm_i915_gem_object *obj) in i915_gem_object_do_bit_17_swizzle()
528 i915_gem_object_save_bit_17_swizzle(struct drm_i915_gem_object *obj) in i915_gem_object_save_bit_17_swizzle()
Di915_gem_stolen.c372 static int i915_gem_object_get_pages_stolen(struct drm_i915_gem_object *obj) in i915_gem_object_get_pages_stolen()
378 static void i915_gem_object_put_pages_stolen(struct drm_i915_gem_object *obj) in i915_gem_object_put_pages_stolen()
387 i915_gem_object_release_stolen(struct drm_i915_gem_object *obj) in i915_gem_object_release_stolen()
405 struct drm_i915_gem_object *obj; in _i915_gem_object_create_stolen() local
437 struct drm_i915_gem_object *obj; in i915_gem_object_create_stolen() local
476 struct drm_i915_gem_object *obj; in i915_gem_object_create_stolen_for_preallocated() local
Di915_gem_shrinker.c115 struct drm_i915_gem_object *obj; in i915_gem_shrink() local
182 static int num_vma_bound(struct drm_i915_gem_object *obj) in num_vma_bound()
200 struct drm_i915_gem_object *obj; in i915_gem_shrinker_count() local
258 struct drm_i915_gem_object *obj; in i915_gem_shrinker_oom() local
Di915_gem_execbuffer.c99 struct drm_i915_gem_object *obj; in eb_lookup_vmas() local
214 struct drm_i915_gem_object *obj = vma->obj; in i915_gem_execbuffer_unreserve_vma() local
250 static inline int use_cpu_reloc(struct drm_i915_gem_object *obj) in use_cpu_reloc()
258 relocate_entry_cpu(struct drm_i915_gem_object *obj, in relocate_entry_cpu()
294 relocate_entry_gtt(struct drm_i915_gem_object *obj, in relocate_entry_gtt()
349 relocate_entry_clflush(struct drm_i915_gem_object *obj, in relocate_entry_clflush()
385 i915_gem_execbuffer_relocate_entry(struct drm_i915_gem_object *obj, in i915_gem_execbuffer_relocate_entry()
589 struct drm_i915_gem_object *obj = vma->obj; in i915_gem_execbuffer_reserve_vma() local
662 struct drm_i915_gem_object *obj = vma->obj; in eb_vma_misplaced() local
687 struct drm_i915_gem_object *obj; in i915_gem_execbuffer_reserve() local
[all …]
Di915_gem_batch_pool.c64 struct drm_i915_gem_object *obj = in i915_gem_batch_pool_fini() local
93 struct drm_i915_gem_object *obj = NULL; in i915_gem_batch_pool_get() local
Dintel_fbc.c73 struct drm_i915_gem_object *obj = intel_fb_obj(fb); in i8xx_fbc_enable() local
132 struct drm_i915_gem_object *obj = intel_fb_obj(fb); in g4x_fbc_enable() local
188 struct drm_i915_gem_object *obj = intel_fb_obj(fb); in ilk_fbc_enable() local
259 struct drm_i915_gem_object *obj = intel_fb_obj(fb); in gen7_fbc_enable() local
507 struct drm_i915_gem_object *obj; in intel_fbc_update() local
Dintel_frontbuffer.c133 void intel_fb_obj_invalidate(struct drm_i915_gem_object *obj, in intel_fb_obj_invalidate()
198 void intel_fb_obj_flush(struct drm_i915_gem_object *obj, in intel_fb_obj_flush()
Di915_gpu_error.c317 struct drm_i915_error_object *obj) in print_error_obj()
336 struct drm_i915_error_object *obj; in i915_error_state_to_str() local
535 static void i915_error_object_free(struct drm_i915_error_object *obj) in i915_error_object_free()
681 struct drm_i915_gem_object *obj = vma->obj; in capture_bo() local
722 struct drm_i915_gem_object *obj; in capture_pinned_bo() local
950 struct drm_i915_gem_object *obj; in i915_gem_record_active_context() local
1080 struct drm_i915_gem_object *obj; in i915_gem_capture_vm() local
Di915_gem_debug.c38 struct drm_i915_gem_object *obj; in i915_verify_lists() local
Di915_gem_render_state.h37 struct drm_i915_gem_object *obj; member
Di915_gem_gtt.c1659 struct drm_i915_gem_object *obj; in i915_gem_restore_gtt_mappings() local
1717 int i915_gem_gtt_prepare_object(struct drm_i915_gem_object *obj) in i915_gem_gtt_prepare_object()
1915 struct drm_i915_gem_object *obj = vma->obj; in ggtt_bind_vma() local
1961 struct drm_i915_gem_object *obj = vma->obj; in ggtt_unbind_vma() local
1981 void i915_gem_gtt_finish_object(struct drm_i915_gem_object *obj) in i915_gem_gtt_finish_object()
2031 struct drm_i915_gem_object *obj; in i915_gem_setup_global_gtt() local
2527 __i915_gem_vma_create(struct drm_i915_gem_object *obj, in __i915_gem_vma_create()
2570 i915_gem_obj_lookup_or_create_vma(struct drm_i915_gem_object *obj, in i915_gem_obj_lookup_or_create_vma()
2584 i915_gem_obj_lookup_or_create_ggtt_vma(struct drm_i915_gem_object *obj, in i915_gem_obj_lookup_or_create_ggtt_vma()
2634 struct drm_i915_gem_object *obj) in intel_rotate_fb_obj_pages()
Dintel_sprite.c190 struct drm_i915_gem_object *obj = intel_fb_obj(fb); in skl_update_plane() local
364 struct drm_i915_gem_object *obj = intel_fb_obj(fb); in vlv_update_plane() local
518 struct drm_i915_gem_object *obj = intel_fb_obj(fb); in ivb_update_plane() local
666 struct drm_i915_gem_object *obj = intel_fb_obj(fb); in ilk_update_plane() local
Di915_gem_evict.c186 struct drm_gem_object *obj; in i915_gem_evict_something() local
Dintel_acpi.c96 union acpi_object *obj = &pkg->package.elements[i]; in intel_dsm_platform_mux_info() local
Dintel_fbdev.c121 struct drm_i915_gem_object *obj; in intelfb_alloc() local
182 struct drm_i915_gem_object *obj; in intelfb_create() local
Dintel_display.c2361 struct drm_i915_gem_object *obj = intel_fb_obj(fb); in intel_pin_and_fence_fb_obj() local
2452 struct drm_i915_gem_object *obj = intel_fb_obj(fb); in intel_unpin_fb_obj() local
2544 struct drm_i915_gem_object *obj = NULL; in intel_alloc_initial_plane_obj() local
2613 struct drm_i915_gem_object *obj; in intel_find_initial_plane_obj() local
2672 struct drm_i915_gem_object *obj; in i9xx_update_primary_plane() local
2801 struct drm_i915_gem_object *obj; in ironlake_update_primary_plane() local
2931 struct drm_i915_gem_object *obj) in intel_plane_obj_offset()
2948 struct drm_i915_gem_object *obj; in skylake_update_primary_plane() local
3160 struct drm_i915_gem_object *obj = intel_fb_obj(old_fb); in intel_finish_fb() local
8871 struct drm_i915_gem_object *obj) in __intel_framebuffer_create()
[all …]
Dintel_ringbuffer.c570 struct drm_i915_gem_object *obj = ringbuf->obj; in init_ring_common() local
1819 struct drm_i915_gem_object *obj; in cleanup_status_page() local
1833 struct drm_i915_gem_object *obj; in init_status_page() local
1910 struct drm_i915_gem_object *obj = ringbuf->obj; in intel_pin_and_map_ringbuffer_obj() local
1942 struct drm_i915_gem_object *obj; in intel_alloc_ringbuffer_obj() local
2493 struct drm_i915_gem_object *obj; in intel_init_render_ring_buffer() local
/linux-4.1.27/drivers/staging/android/
Dsw_sync.c36 struct sync_pt *sw_sync_pt_create(struct sw_sync_timeline *obj, u32 value) in sw_sync_pt_create()
52 struct sw_sync_timeline *obj = in sw_sync_pt_dup() local
61 struct sw_sync_timeline *obj = in sw_sync_pt_has_signaled() local
116 struct sw_sync_timeline *obj = (struct sw_sync_timeline *) in sw_sync_timeline_create() local
125 void sw_sync_timeline_inc(struct sw_sync_timeline *obj, u32 inc) in sw_sync_timeline_inc()
142 struct sw_sync_timeline *obj; in sw_sync_open() local
158 struct sw_sync_timeline *obj = file->private_data; in sw_sync_release() local
164 static long sw_sync_ioctl_create_fence(struct sw_sync_timeline *obj, in sw_sync_ioctl_create_fence()
211 static long sw_sync_ioctl_inc(struct sw_sync_timeline *obj, unsigned long arg) in sw_sync_ioctl_inc()
226 struct sw_sync_timeline *obj = file->private_data; in sw_sync_ioctl() local
Dsw_sync.h26 struct sync_timeline obj; member
48 static inline void sw_sync_timeline_inc(struct sw_sync_timeline *obj, u32 inc) in sw_sync_timeline_inc()
52 static inline struct sync_pt *sw_sync_pt_create(struct sw_sync_timeline *obj, in sw_sync_pt_create()
Dsync_debug.c38 void sync_timeline_debug_add(struct sync_timeline *obj) in sync_timeline_debug_add()
47 void sync_timeline_debug_remove(struct sync_timeline *obj) in sync_timeline_debug_remove()
121 static void sync_print_obj(struct seq_file *s, struct sync_timeline *obj) in sync_print_obj()
186 struct sync_timeline *obj = in sync_debugfs_show() local
Dsync.c40 struct sync_timeline *obj; in sync_timeline_create() local
66 struct sync_timeline *obj = in sync_timeline_free() local
77 static void sync_timeline_get(struct sync_timeline *obj) in sync_timeline_get()
82 static void sync_timeline_put(struct sync_timeline *obj) in sync_timeline_put()
87 void sync_timeline_destroy(struct sync_timeline *obj) in sync_timeline_destroy()
104 void sync_timeline_signal(struct sync_timeline *obj) in sync_timeline_signal()
124 struct sync_pt *sync_pt_create(struct sync_timeline *obj, int size) in sync_pt_create()
Dsync.h347 # define sync_timeline_debug_add(obj) argument
348 # define sync_timeline_debug_remove(obj) argument
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_prime.c31 struct sg_table *nouveau_gem_prime_get_sg_table(struct drm_gem_object *obj) in nouveau_gem_prime_get_sg_table()
39 void *nouveau_gem_prime_vmap(struct drm_gem_object *obj) in nouveau_gem_prime_vmap()
52 void nouveau_gem_prime_vunmap(struct drm_gem_object *obj, void *vaddr) in nouveau_gem_prime_vunmap()
90 int nouveau_gem_prime_pin(struct drm_gem_object *obj) in nouveau_gem_prime_pin()
103 void nouveau_gem_prime_unpin(struct drm_gem_object *obj) in nouveau_gem_prime_unpin()
110 struct reservation_object *nouveau_gem_prime_res_obj(struct drm_gem_object *obj) in nouveau_gem_prime_res_obj()
Dnouveau_acpi.c77 union acpi_object *obj; in nouveau_optimus_dsm() local
134 union acpi_object *obj; in nouveau_dsm() local
351 union acpi_object rom_arg_elements[2], *obj; in nouveau_rom_call() local
/linux-4.1.27/kernel/livepatch/
Dcore.c79 static bool klp_is_module(struct klp_object *obj) in klp_is_module()
84 static bool klp_is_object_loaded(struct klp_object *obj) in klp_is_object_loaded()
90 static void klp_find_object_module(struct klp_object *obj) in klp_find_object_module()
239 static int klp_find_verify_func_addr(struct klp_object *obj, in klp_find_verify_func_addr()
283 struct klp_object *obj) in klp_write_object_relocations()
429 static void klp_disable_object(struct klp_object *obj) in klp_disable_object()
440 static int klp_enable_object(struct klp_object *obj) in klp_enable_object()
465 struct klp_object *obj; in __klp_disable_patch() local
518 struct klp_object *obj; in __klp_enable_patch() local
675 static void klp_free_funcs_limited(struct klp_object *obj, in klp_free_funcs_limited()
[all …]
/linux-4.1.27/lib/
Ddebugobjects.c115 struct debug_obj *obj; in lookup_object() local
136 struct debug_obj *obj = NULL; in alloc_object() local
168 struct debug_obj *obj; in free_obj_work() local
191 static void free_object(struct debug_obj *obj) in free_object()
220 struct debug_obj *obj; in debug_objects_oom() local
251 static void debug_print_object(struct debug_obj *obj, char *msg) in debug_print_object()
309 struct debug_obj *obj; in __debug_object_init() local
391 struct debug_obj *obj; in debug_object_activate() local
455 struct debug_obj *obj; in debug_object_deactivate() local
503 struct debug_obj *obj; in debug_object_destroy() local
[all …]
Dtest_rhashtable.c55 struct test_obj *obj; in test_rht_lookup() local
84 struct test_obj *obj; in test_bucket_stats() local
123 struct test_obj *obj; in test_rhashtable() local
134 struct test_obj *obj; in test_rhashtable() local
/linux-4.1.27/include/linux/
Dreservation.h67 #define reservation_object_held(obj) lockdep_is_held(&(obj)->lock.base) argument
68 #define reservation_object_assert_held(obj) \ argument
72 reservation_object_init(struct reservation_object *obj) in reservation_object_init()
83 reservation_object_fini(struct reservation_object *obj) in reservation_object_fini()
110 reservation_object_get_list(struct reservation_object *obj) in reservation_object_get_list()
117 reservation_object_get_excl(struct reservation_object *obj) in reservation_object_get_excl()
Dhashtable.h121 #define hash_for_each(name, bkt, obj, member) \ argument
133 #define hash_for_each_rcu(name, bkt, obj, member) \ argument
147 #define hash_for_each_safe(name, bkt, tmp, obj, member) \ argument
160 #define hash_for_each_possible(name, obj, member, key) \ argument
172 #define hash_for_each_possible_rcu(name, obj, member, key) \ argument
187 #define hash_for_each_possible_rcu_notrace(name, obj, member, key) \ argument
200 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ argument
Drhashtable.h507 const void *obj) in rhashtable_compare()
565 struct rhashtable *ht, const void *key, struct rhash_head *obj, in __rhashtable_insert_fast()
670 struct rhashtable *ht, struct rhash_head *obj, in rhashtable_insert_fast()
698 struct rhashtable *ht, struct rhash_head *obj, in rhashtable_lookup_insert_fast()
732 struct rhashtable *ht, const void *key, struct rhash_head *obj, in rhashtable_lookup_insert_key()
743 struct rhash_head *obj, const struct rhashtable_params params) in __rhashtable_remove_fast()
789 struct rhashtable *ht, struct rhash_head *obj, in rhashtable_remove_fast()
Dcpu_rmap.h30 void **obj; member
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_prime.c32 struct sg_table *radeon_gem_prime_get_sg_table(struct drm_gem_object *obj) in radeon_gem_prime_get_sg_table()
40 void *radeon_gem_prime_vmap(struct drm_gem_object *obj) in radeon_gem_prime_vmap()
53 void radeon_gem_prime_vunmap(struct drm_gem_object *obj, void *vaddr) in radeon_gem_prime_vunmap()
83 int radeon_gem_prime_pin(struct drm_gem_object *obj) in radeon_gem_prime_pin()
98 void radeon_gem_prime_unpin(struct drm_gem_object *obj) in radeon_gem_prime_unpin()
112 struct reservation_object *radeon_gem_prime_res_obj(struct drm_gem_object *obj) in radeon_gem_prime_res_obj()
Ddrm_buffer.c160 void *obj = NULL; in drm_buffer_read_object() local
Dradeon_gem.c47 struct drm_gem_object **obj) in radeon_gem_object_create()
141 int radeon_gem_object_open(struct drm_gem_object *obj, struct drm_file *file_priv) in radeon_gem_object_open()
171 void radeon_gem_object_close(struct drm_gem_object *obj, in radeon_gem_object_close()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlovsub_object.c55 int lovsub_object_init(const struct lu_env *env, struct lu_object *obj, in lovsub_object_init()
76 static void lovsub_object_free(const struct lu_env *env, struct lu_object *obj) in lovsub_object_free()
98 lu_printer_t p, const struct lu_object *obj) in lovsub_object_print()
105 static int lovsub_attr_set(const struct lu_env *env, struct cl_object *obj, in lovsub_attr_set()
115 const struct cl_object *obj, in lovsub_object_glimpse()
146 struct lu_object *obj; in lovsub_object_alloc() local
Dlov_object.c446 static int lov_attr_get_empty(const struct lu_env *env, struct cl_object *obj, in lov_attr_get_empty()
453 static int lov_attr_get_raid0(const struct lu_env *env, struct cl_object *obj, in lov_attr_get_raid0()
557 #define LOV_2DISPATCH_NOLOCK(obj, op, ...) \ argument
591 #define LOV_2DISPATCH_MAYLOCK(obj, op, lock, ...) \ argument
608 #define LOV_2DISPATCH(obj, op, ...) \ argument
611 #define LOV_2DISPATCH_VOID(obj, op, ...) \ argument
719 int lov_object_init(const struct lu_env *env, struct lu_object *obj, in lov_object_init()
744 static int lov_conf_set(const struct lu_env *env, struct cl_object *obj, in lov_conf_set()
798 static void lov_object_delete(const struct lu_env *env, struct lu_object *obj) in lov_object_delete()
805 static void lov_object_free(const struct lu_env *env, struct lu_object *obj) in lov_object_free()
[all …]
Dlov_io.c103 struct cl_object *obj = parent->ci_obj; in lov_io_sub_inherit() local
301 struct lov_object *obj, struct cl_io *io) in lov_io_slice_init()
575 struct lov_object *obj = lio->lis_object; in lov_io_submit() local
893 int lov_io_init_raid0(const struct lu_env *env, struct cl_object *obj, in lov_io_init_raid0()
911 int lov_io_init_empty(const struct lu_env *env, struct cl_object *obj, in lov_io_init_empty()
948 int lov_io_init_released(const struct lu_env *env, struct cl_object *obj, in lov_io_init_released()
Dlovsub_page.c62 int lovsub_page_init(const struct lu_env *env, struct cl_object *obj, in lovsub_page_init()
Dlov_page.c157 int lov_page_init_raid0(const struct lu_env *env, struct cl_object *obj, in lov_page_init_raid0()
217 int lov_page_init_empty(const struct lu_env *env, struct cl_object *obj, in lov_page_init_empty()
Dlov_cl_internal.h668 static inline int lov_is_object(const struct lu_object *obj) in lov_is_object()
673 static inline int lovsub_is_object(const struct lu_object *obj) in lovsub_is_object()
721 static inline struct lov_object *lu2lov(const struct lu_object *obj) in lu2lov()
727 static inline struct lov_object *cl2lov(const struct cl_object *obj) in cl2lov()
743 static inline struct lovsub_object *cl2lovsub(const struct cl_object *obj) in cl2lovsub()
749 static inline struct lovsub_object *lu2lovsub(const struct lu_object *obj) in lu2lovsub()
Dlovsub_dev.c69 const struct cl_object *obj, in lovsub_req_attr_set()
/linux-4.1.27/sound/pci/asihpi/
Dhpios.h130 #define hpios_msgxlock_init(obj) spin_lock_init(&(obj)->lock) argument
131 #define hpios_msgxlock_lock(obj) cond_lock(obj) argument
132 #define hpios_msgxlock_unlock(obj) cond_unlock(obj) argument
134 #define hpios_dsplock_init(obj) spin_lock_init(&(obj)->dsp_lock.lock) argument
135 #define hpios_dsplock_lock(obj) cond_lock(&(obj)->dsp_lock) argument
136 #define hpios_dsplock_unlock(obj) cond_unlock(&(obj)->dsp_lock) argument
143 #define hpios_alistlock_init(obj) spin_lock_init(&((obj)->list_lock.lock)) argument
144 #define hpios_alistlock_lock(obj) spin_lock(&((obj)->list_lock.lock)) argument
145 #define hpios_alistlock_unlock(obj) spin_unlock(&((obj)->list_lock.lock)) argument
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_gem.c56 static void update_vm_cache_attr(struct exynos_drm_gem_obj *obj, in update_vm_cache_attr()
79 static int exynos_drm_gem_map_buf(struct drm_gem_object *obj, in exynos_drm_gem_map_buf()
110 static int exynos_drm_gem_handle_create(struct drm_gem_object *obj, in exynos_drm_gem_handle_create()
134 struct drm_gem_object *obj; in exynos_drm_gem_destroy() local
171 struct drm_gem_object *obj; in exynos_drm_gem_get_size() local
191 struct drm_gem_object *obj; in exynos_drm_gem_init() local
287 struct drm_gem_object *obj; in exynos_drm_gem_get_dma_addr() local
304 struct drm_gem_object *obj; in exynos_drm_gem_put_dma_addr() local
359 struct drm_gem_object *obj; in exynos_drm_gem_get_ioctl() local
504 void exynos_drm_gem_free_object(struct drm_gem_object *obj) in exynos_drm_gem_free_object()
[all …]
Dexynos_drm_fb.c80 struct drm_gem_object *obj; in exynos_drm_fb_destroy() local
145 struct drm_gem_object *obj) in exynos_drm_framebuffer_init()
178 struct drm_gem_object *obj; in exynos_user_fb_create() local
228 struct drm_gem_object *obj; in exynos_user_fb_create() local
Dexynos_drm_dmabuf.c185 struct drm_gem_object *obj, int flags) in exynos_dmabuf_prime_export()
210 struct drm_gem_object *obj; in exynos_dmabuf_prime_import() local
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Dsubdev.h21 nv_subdev(void *obj) in nv_subdev()
62 nv_rd08(void *obj, u32 addr) in nv_rd08()
71 nv_rd16(void *obj, u32 addr) in nv_rd16()
80 nv_rd32(void *obj, u32 addr) in nv_rd32()
89 nv_wr08(void *obj, u32 addr, u8 data) in nv_wr08()
97 nv_wr16(void *obj, u32 addr, u16 data) in nv_wr16()
105 nv_wr32(void *obj, u32 addr, u32 data) in nv_wr32()
113 nv_mask(void *obj, u32 addr, u32 mask, u32 data) in nv_mask()
Dobject.h30 nv_object(void *obj) in nv_object()
104 nv_ofuncs(void *obj) in nv_ofuncs()
118 nv_exec(void *obj, u32 mthd, void *data, u32 size) in nv_exec()
132 nv_call(void *obj, u32 mthd, u32 data) in nv_call()
138 nv_ro08(void *obj, u64 addr) in nv_ro08()
146 nv_ro16(void *obj, u64 addr) in nv_ro16()
154 nv_ro32(void *obj, u64 addr) in nv_ro32()
162 nv_wo08(void *obj, u64 addr, u8 data) in nv_wo08()
169 nv_wo16(void *obj, u64 addr, u16 data) in nv_wo16()
176 nv_wo32(void *obj, u64 addr, u32 data) in nv_wo32()
[all …]
Dclient.h20 nv_client(void *obj) in nv_client()
30 nvkm_client(void *obj) in nvkm_client()
Dgpuobj.h24 nv_gpuobj(void *obj) in nv_gpuobj()
54 nvkm_gpuobj_ref(struct nvkm_gpuobj *obj, struct nvkm_gpuobj **ref) in nvkm_gpuobj_ref()
Dramht.h16 nvkm_ramht_ref(struct nvkm_ramht *obj, struct nvkm_ramht **ref) in nvkm_ramht_ref()
Dnamedb.h13 nv_namedb(void *obj) in nv_namedb()
Dengctx.h19 nv_engctx(void *obj) in nv_engctx()
Dparent.h27 nv_parent(void *obj) in nv_parent()
Dengine.h21 nv_engine(void *obj) in nv_engine()
/linux-4.1.27/drivers/dma-buf/
Dreservation.c50 int reservation_object_reserve_shared(struct reservation_object *obj) in reservation_object_reserve_shared()
84 reservation_object_add_shared_inplace(struct reservation_object *obj, in reservation_object_add_shared_inplace()
124 reservation_object_add_shared_replace(struct reservation_object *obj, in reservation_object_add_shared_replace()
187 void reservation_object_add_shared_fence(struct reservation_object *obj, in reservation_object_add_shared_fence()
203 void reservation_object_add_excl_fence(struct reservation_object *obj, in reservation_object_add_excl_fence()
236 int reservation_object_get_fences_rcu(struct reservation_object *obj, in reservation_object_get_fences_rcu()
322 long reservation_object_wait_timeout_rcu(struct reservation_object *obj, in reservation_object_wait_timeout_rcu()
418 bool reservation_object_test_signaled_rcu(struct reservation_object *obj, in reservation_object_test_signaled_rcu()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
Dbase.c27 nvkm_timer_wait_eq(void *obj, u64 nsec, u32 addr, u32 mask, u32 data) in nvkm_timer_wait_eq()
47 nvkm_timer_wait_ne(void *obj, u64 nsec, u32 addr, u32 mask, u32 data) in nvkm_timer_wait_ne()
67 nvkm_timer_wait_cb(void *obj, u64 nsec, bool (*func)(void *), void *data) in nvkm_timer_wait_cb() argument
82 nvkm_timer_alarm(void *obj, u32 nsec, struct nvkm_alarm *alarm) in nvkm_timer_alarm()
89 nvkm_timer_alarm_cancel(void *obj, struct nvkm_alarm *alarm) in nvkm_timer_alarm_cancel()
/linux-4.1.27/drivers/gpu/drm/vgem/
Dvgem_drv.c45 void vgem_gem_put_pages(struct drm_vgem_gem_object *obj) in vgem_gem_put_pages()
51 static void vgem_gem_free_object(struct drm_gem_object *obj) in vgem_gem_free_object()
72 int vgem_gem_get_pages(struct drm_vgem_gem_object *obj) in vgem_gem_get_pages()
91 struct drm_vgem_gem_object *obj = vma->vm_private_data; in vgem_gem_fault() local
141 struct drm_vgem_gem_object *obj; in vgem_gem_create() local
202 struct drm_gem_object *obj; in vgem_gem_dumb_map() local
243 struct drm_gem_object *obj; in vgem_drm_gem_mmap() local
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dvvp_object.c60 struct ccc_object *obj = lu2ccc(o); in vvp_object_print() local
78 static int vvp_attr_get(const struct lu_env *env, struct cl_object *obj, in vvp_attr_get()
100 static int vvp_attr_set(const struct lu_env *env, struct cl_object *obj, in vvp_attr_set()
123 static int vvp_conf_set(const struct lu_env *env, struct cl_object *obj, in vvp_conf_set()
187 struct cl_object *obj = lli->lli_clob; in cl_inode2ccc() local
Dvvp_io.c119 struct cl_object *obj = io->ci_obj; in vvp_io_fini() local
415 struct cl_object *obj = io->ci_obj; in vvp_io_setattr_time() local
479 struct cl_object *obj = io->ci_obj; in vvp_io_read_start() local
570 struct cl_object *obj = io->ci_obj; in vvp_io_write_start() local
653 struct cl_object *obj = io->ci_obj; in vvp_io_fault_start() local
819 struct cl_object *obj = slice->cpl_obj; in vvp_io_read_page() local
895 struct cl_object *obj, struct cl_page *pg, in vvp_io_prepare_partial()
940 struct cl_object *obj = slice->cpl_obj; in vvp_io_prepare_write() local
974 struct cl_object *obj = slice->cpl_obj; in vvp_io_commit_write() local
1133 int vvp_io_init(const struct lu_env *env, struct cl_object *obj, in vvp_io_init()
Drw26.c78 struct cl_object *obj; in ll_invalidatepage() local
121 struct cl_object *obj; in ll_releasepage() local
234 struct cl_object *obj = io->ci_obj; in ll_direct_rw_pages() local
369 struct ccc_object *obj = cl_inode2ccc(inode); in ll_direct_IO_26() local
Dvvp_lock.c81 int vvp_lock_init(const struct lu_env *env, struct cl_object *obj, in vvp_lock_init()
Dvvp_page.c182 struct cl_object *obj = slice->cpl_obj; in vvp_page_delete() local
248 struct ccc_object *obj = cl_inode2ccc(inode); in vvp_vmpage_error() local
526 int vvp_page_init(const struct lu_env *env, struct cl_object *obj, in vvp_page_init()
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_gem.c19 struct armada_gem_object *obj = drm_to_armada_gem(vma->vm_private_data); in armada_gem_vm_fault() local
50 void armada_gem_free_object(struct drm_gem_object *obj) in armada_gem_free_object()
83 armada_gem_linear_back(struct drm_device *dev, struct armada_gem_object *obj) in armada_gem_linear_back()
194 struct armada_gem_object *obj; in armada_gem_alloc_private_object() local
213 struct armada_gem_object *obj; in armada_gem_alloc_object() local
273 struct armada_gem_object *obj; in armada_gem_dumb_map_offset() local
424 struct drm_gem_object *obj = attach->dmabuf->priv; in armada_gem_prime_map_dma_buf() local
493 struct drm_gem_object *obj = attach->dmabuf->priv; in armada_gem_prime_unmap_dma_buf() local
538 armada_gem_prime_export(struct drm_device *dev, struct drm_gem_object *obj, in armada_gem_prime_export()
558 struct drm_gem_object *obj = buf->priv; in armada_gem_prime_import() local
Darmada_gem.h15 struct drm_gem_object obj; member
50 struct drm_gem_object *obj = drm_gem_object_lookup(dev, dfile, handle); in armada_gem_object_lookup() local
Darmada_fb.c38 struct drm_mode_fb_cmd2 *mode, struct armada_gem_object *obj) in armada_framebuffer_create()
106 struct armada_gem_object *obj; in armada_fb_create() local
Darmada_fb.h13 struct armada_gem_object *obj; member
Darmada_fbdev.c41 struct armada_gem_object *obj; in armada_fb_create() local
/linux-4.1.27/fs/adfs/
Ddir.c25 struct object_info obj; in adfs_readdir() local
68 adfs_dir_update(struct super_block *sb, struct object_info *obj, int wait) in adfs_dir_update()
104 adfs_match(struct qstr *name, struct object_info *obj) in adfs_match()
129 adfs_dir_lookup_byname(struct inode *inode, struct qstr *name, struct object_info *obj) in adfs_dir_lookup_byname()
264 struct object_info obj; in adfs_lookup() local
Ddir_f.c210 adfs_dir2obj(struct adfs_dir *dir, struct object_info *obj, in adfs_dir2obj()
242 adfs_obj2dir(struct adfs_direntry *de, struct object_info *obj) in adfs_obj2dir()
256 __adfs_dir_get(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_get()
286 __adfs_dir_put(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_put()
338 struct object_info obj; in adfs_dir_find_entry() local
380 adfs_f_getnext(struct adfs_dir *dir, struct object_info *obj) in adfs_f_getnext()
392 adfs_f_update(struct adfs_dir *dir, struct object_info *obj) in adfs_f_update()
Dinode.c243 adfs_iget(struct super_block *sb, struct object_info *obj) in adfs_iget()
358 struct object_info obj; in adfs_write_inode() local
Ddir_fplus.c166 adfs_fplus_getnext(struct adfs_dir *dir, struct object_info *obj) in adfs_fplus_getnext()
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c329 struct lu_object *obj; in ccc_object_alloc() local
358 int ccc_object_init(const struct lu_env *env, struct lu_object *obj, in ccc_object_init()
381 void ccc_object_free(const struct lu_env *env, struct lu_object *obj) in ccc_object_free()
391 struct cl_object *obj, struct cl_lock *lock, in ccc_lock_init()
409 int ccc_attr_set(const struct lu_env *env, struct cl_object *obj, in ccc_attr_set()
416 const struct cl_object *obj, struct ost_lvb *lvb) in ccc_object_glimpse()
435 int ccc_conf_set(const struct lu_env *env, struct cl_object *obj, in ccc_conf_set()
442 static void ccc_object_size_lock(struct cl_object *obj) in ccc_object_size_lock()
450 static void ccc_object_size_unlock(struct cl_object *obj) in ccc_object_size_unlock()
666 struct cl_object *obj; in ccc_lock_state() local
[all …]
Dlcommon_misc.c127 int cl_get_grouplock(struct cl_object *obj, unsigned long gid, int nonblock, in cl_get_grouplock()
/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/
DContext.c28 static PyObject *perf_trace_context_common_pc(PyObject *obj, PyObject *args) in perf_trace_context_common_pc()
43 static PyObject *perf_trace_context_common_flags(PyObject *obj, in perf_trace_context_common_flags()
59 static PyObject *perf_trace_context_common_lock_depth(PyObject *obj, in perf_trace_context_common_lock_depth()
/linux-4.1.27/drivers/thermal/int340x_thermal/
Dint3403_thermal.c62 struct int3403_sensor *obj; in int3403_notify() local
86 struct int3403_sensor *obj; in int3403_sensor_add() local
113 struct int3403_sensor *obj = priv->priv; in int3403_sensor_remove() local
127 struct int3403_cdev *obj = priv->priv; in int3403_get_max_state() local
171 struct int3403_cdev *obj; in int3403_cdev_add() local
207 struct int3403_cdev *obj = priv->priv; in int3403_cdev_remove() local
/linux-4.1.27/drivers/char/tpm/
Dtpm_ppi.c65 union acpi_object *obj; in tpm_show_ppi_request() local
101 union acpi_object *obj, tmp; in tpm_store_ppi_request() local
153 union acpi_object *obj = NULL; in tpm_show_ppi_transition_action() local
198 union acpi_object *obj, *ret_obj; in tpm_show_ppi_response() local
260 union acpi_object *obj, tmp; in show_ppi_operations() local
339 union acpi_object *obj; in tpm_add_ppi() local
/linux-4.1.27/drivers/base/
Dbase.h44 #define to_subsys_private(obj) container_of(obj, struct subsys_private, subsys.kobj) argument
53 #define to_driver(obj) container_of(obj, struct driver_private, kobj) argument
79 #define to_device_private_parent(obj) \ argument
81 #define to_device_private_driver(obj) \ argument
83 #define to_device_private_bus(obj) \ argument
/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_main.c33 struct drm_gem_object *obj) in mgag200_framebuffer_init()
52 struct drm_gem_object *obj; in mgag200_user_framebuffer_create() local
270 struct drm_gem_object **obj) in mgag200_gem_create()
328 void mgag200_gem_free_object(struct drm_gem_object *obj) in mgag200_gem_free_object()
347 struct drm_gem_object *obj; in mgag200_dumb_mmap_offset() local
Dmgag200_cursor.c43 struct drm_gem_object *obj; in mga_crtc_cursor_set() local
/linux-4.1.27/arch/ia64/kernel/
Dacpi-ext.c32 static acpi_status hp_ccsr_locate(acpi_handle obj, u64 *base, u64 *length) in hp_ccsr_locate()
81 static acpi_status hp_crs_locate(acpi_handle obj, u64 *base, u64 *length) in hp_crs_locate()
94 acpi_status hp_acpi_csr_space(acpi_handle obj, u64 *csr_base, u64 *csr_length) in hp_acpi_csr_space()
/linux-4.1.27/drivers/gpu/drm/cirrus/
Dcirrus_main.c33 struct drm_gem_object *obj) in cirrus_framebuffer_init()
53 struct drm_gem_object *obj; in cirrus_user_framebuffer_create() local
218 struct drm_gem_object **obj) in cirrus_gem_create()
276 void cirrus_gem_free_object(struct drm_gem_object *obj) in cirrus_gem_free_object()
295 struct drm_gem_object *obj; in cirrus_dumb_mmap_offset() local
/linux-4.1.27/include/drm/
Ddrm_gem.h137 drm_gem_object_reference(struct drm_gem_object *obj) in drm_gem_object_reference()
143 drm_gem_object_unreference(struct drm_gem_object *obj) in drm_gem_object_unreference()
150 drm_gem_object_unreference_unlocked(struct drm_gem_object *obj) in drm_gem_object_unreference_unlocked()
/linux-4.1.27/drivers/gpu/drm/gma500/
Dgem.c32 void psb_gem_free_object(struct drm_gem_object *obj) in psb_gem_free_object()
63 struct drm_gem_object *obj; in psb_gem_dumb_map_gtt() local
176 struct drm_gem_object *obj; in psb_gem_fault() local
/linux-4.1.27/drivers/scsi/osd/
Dosd_initiator.c592 __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len) in _osdv1_req_encode_common()
617 __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len) in _osdv2_req_encode_common()
634 __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len) in _osd_req_encode_common()
713 __be16 action, const struct osd_obj_id *obj, osd_id initial_id, in _osd_req_list_objects()
783 const struct osd_obj_id *obj, osd_id initial_id, in osd_req_list_collection_objects()
794 const struct osd_obj_id *obj, enum osd_options_flush_scope_values op) in osd_req_flush_collection()
807 void osd_req_create_object(struct osd_request *or, struct osd_obj_id *obj) in osd_req_create_object()
813 void osd_req_remove_object(struct osd_request *or, struct osd_obj_id *obj) in osd_req_remove_object()
825 const struct osd_obj_id *obj, u64 offset, in osd_req_write()
837 const struct osd_obj_id *obj, u64 offset, void* buff, u64 len) in osd_req_write_kern()
[all …]
/linux-4.1.27/drivers/hwmon/
Dasus_atk0110.c334 static int validate_hwmon_pack(struct atk_data *data, union acpi_object *obj) in validate_hwmon_pack()
428 static void atk_print_sensor(struct atk_data *data, union acpi_object *obj) in atk_print_sensor()
537 union acpi_object *obj; in atk_gitm() local
578 union acpi_object *obj; in atk_sitm() local
612 union acpi_object *obj; in atk_read_value_new() local
693 static int atk_acpi_print(char *buf, size_t sz, union acpi_object *obj) in atk_acpi_print()
715 union acpi_object *obj = &pack->package.elements[i]; in atk_pack_print() local
843 static int atk_add_sensor(struct atk_data *data, union acpi_object *obj) in atk_add_sensor()
988 union acpi_object *obj = &pack->package.elements[i]; in atk_enumerate_old_hwmon() local
1010 union acpi_object *obj = &pack->package.elements[i]; in atk_enumerate_old_hwmon() local
[all …]
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dalloc.c46 u32 obj; in mlx4_bitmap_alloc() local
74 void mlx4_bitmap_free(struct mlx4_bitmap *bitmap, u32 obj, int use_rr) in mlx4_bitmap_free()
112 u32 obj; in mlx4_bitmap_alloc_range() local
152 static u32 mlx4_bitmap_masked_value(struct mlx4_bitmap *bitmap, u32 obj) in mlx4_bitmap_masked_value()
157 void mlx4_bitmap_free_range(struct mlx4_bitmap *bitmap, u32 obj, int cnt, in mlx4_bitmap_free_range()
421 static void __mlx4_free_from_zone(struct mlx4_zone_entry *zone, u32 obj, in __mlx4_free_from_zone()
482 struct mlx4_zone_allocator *zones, u32 obj) in __mlx4_find_zone_by_uid_unique()
532 u32 mlx4_zone_free_entries(struct mlx4_zone_allocator *zones, u32 uid, u32 obj, u32 count) in mlx4_zone_free_entries()
554 u32 mlx4_zone_free_entries_unique(struct mlx4_zone_allocator *zones, u32 obj, u32 count) in mlx4_zone_free_entries_unique()
Dicm.c249 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj, in mlx4_table_get()
286 void mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj) in mlx4_table_put()
306 void *mlx4_table_find(struct mlx4_icm_table *table, u32 obj, in mlx4_table_find()
/linux-4.1.27/drivers/gpu/drm/ast/
Dast_main.c313 struct drm_gem_object *obj) in ast_framebuffer_init()
332 struct drm_gem_object *obj; in ast_user_framebuffer_create() local
497 struct drm_gem_object **obj) in ast_gem_create()
555 void ast_gem_free_object(struct drm_gem_object *obj) in ast_gem_free_object()
573 struct drm_gem_object *obj; in ast_dumb_mmap_offset() local
/linux-4.1.27/drivers/acpi/
Dproperty.c195 acpi_object_type type, const union acpi_object **obj) in acpi_dev_get_property()
250 const union acpi_object **obj) in acpi_dev_get_property_array()
294 const union acpi_object *obj; in acpi_dev_get_property_reference() local
385 const union acpi_object *obj; in acpi_dev_prop_read_single() local
507 const union acpi_object *obj; in acpi_dev_prop_read() local
Dprocessor_pdc.c76 union acpi_object *obj; in acpi_processor_alloc_pdc() local
126 union acpi_object *obj; in acpi_processor_eval_pdc() local
Dfan.c115 union acpi_object *obj; in fan_get_state_acpi4() local
242 union acpi_object *obj; in acpi_fan_get_fif() local
278 union acpi_object *obj; in acpi_fan_get_fps() local
Dprocessor_core.c151 union acpi_object *obj; in map_mat_entry() local
296 union acpi_object *obj; in parse_mat_ioapic_entry() local
Dutils.c568 union acpi_object obj = { .type = ACPI_TYPE_INTEGER }; in acpi_execute_simple_method() local
688 union acpi_object *obj; in acpi_check_dsm() local
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Did_table.c47 u32 obj; in c4iw_id_alloc() local
71 void c4iw_id_free(struct c4iw_id_table *alloc, u32 obj) in c4iw_id_free()
/linux-4.1.27/fs/fscache/
Dobject-list.c48 void fscache_objlist_add(struct fscache_object *obj) in fscache_objlist_add()
78 void fscache_objlist_remove(struct fscache_object *obj) in fscache_objlist_remove()
96 struct fscache_object *pobj, *obj = NULL, *minobj = NULL; in fscache_objlist_lookup() local
169 struct fscache_object *obj = v; in fscache_objlist_show() local
/linux-4.1.27/drivers/net/can/c_can/
Dc_can.c251 static void c_can_obj_update(struct net_device *dev, int iface, u32 cmd, u32 obj) in c_can_obj_update()
268 u32 obj, u32 cmd) in c_can_object_get()
274 u32 obj, u32 cmd) in c_can_object_put()
284 static void c_can_inval_tx_object(struct net_device *dev, int iface, int obj) in c_can_inval_tx_object()
292 static void c_can_inval_msg_object(struct net_device *dev, int iface, int obj) in c_can_inval_msg_object()
325 u32 obj = idx + C_CAN_MSG_OBJ_TX_FIRST; in c_can_setup_tx_object() local
420 u32 obj, u32 mask, u32 id, u32 mcont) in c_can_setup_receive_object()
439 u32 idx, obj; in c_can_start_xmit() local
683 u32 idx, obj, pkts = 0, bytes = 0, pend, clr; in c_can_do_tx() local
743 struct c_can_priv *priv, u32 obj) in c_can_rx_object_get()
[all …]
/linux-4.1.27/include/trace/events/
Dbtrfs.h36 #define __show_root_type(obj) \ argument
51 #define show_root_type(obj) \ argument
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dinstmem.h14 nv_memobj(void *obj) in nv_memobj()
33 nvkm_instmem(void *obj) in nvkm_instmem()
Dmmu.h9 struct nvkm_gpuobj *obj[2]; member
15 struct nvkm_gpuobj *obj; member
64 nvkm_mmu(void *obj) in nvkm_mmu()
Dmc.h13 nvkm_mc(void *obj) in nvkm_mc()
Dfuse.h11 nvkm_fuse(void *obj) in nvkm_fuse()
Ddevinit.h14 nvkm_devinit(void *obj) in nvkm_devinit()
Dbar.h25 nvkm_bar(void *obj) in nvkm_bar()
Dibus.h10 nvkm_ibus(void *obj) in nvkm_ibus()
Dltc.h23 nvkm_ltc(void *obj) in nvkm_ltc()
Dmxm.h14 nvkm_mxm(void *obj) in nvkm_mxm()
Dgpio.h34 nvkm_gpio(void *obj) in nvkm_gpio()
Dbios.h23 nvkm_bios(void *obj) in nvkm_bios()
Dbus.h17 nvkm_bus(void *obj) in nvkm_bus()
Dpmu.h29 nvkm_pmu(void *obj) in nvkm_pmu()
Dvolt.h28 nvkm_volt(void *obj) in nvkm_volt()
Dtimer.h41 nvkm_timer(void *obj) in nvkm_timer()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
Dbase.c93 union acpi_object *obj; in mxm_shadow_dsm() local
135 union acpi_object *obj; in wmi_wmmx_mxmi() local
164 union acpi_object *obj; in mxm_shadow_wmi() local
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_mmap.c134 void *obj) { in ipath_create_mmap_info()
162 u32 size, void *obj) { in ipath_update_mmap_info()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_mmap.c134 void *obj) { in qib_create_mmap_info()
161 u32 size, void *obj) in qib_update_mmap_info()
/linux-4.1.27/drivers/gpu/drm/bochs/
Dbochs_mm.c389 struct drm_gem_object **obj) in bochs_gem_create()
446 void bochs_gem_free_object(struct drm_gem_object *obj) in bochs_gem_free_object()
456 struct drm_gem_object *obj; in bochs_dumb_mmap_offset() local
496 struct drm_gem_object *obj) in bochs_framebuffer_init()
515 struct drm_gem_object *obj; in bochs_user_framebuffer_create() local
/linux-4.1.27/net/sunrpc/
Dxdr.c23 xdr_encode_netobj(__be32 *p, const struct xdr_netobj *obj) in xdr_encode_netobj()
35 xdr_decode_netobj(__be32 *p, struct xdr_netobj *obj) in xdr_decode_netobj()
1108 static void __read_bytes_from_xdr_buf(struct xdr_buf *subbuf, void *obj, unsigned int len) in __read_bytes_from_xdr_buf()
1126 int read_bytes_from_xdr_buf(struct xdr_buf *buf, unsigned int base, void *obj, unsigned int len) in read_bytes_from_xdr_buf()
1139 static void __write_bytes_to_xdr_buf(struct xdr_buf *subbuf, void *obj, unsigned int len) in __write_bytes_to_xdr_buf()
1157 int write_bytes_to_xdr_buf(struct xdr_buf *buf, unsigned int base, void *obj, unsigned int len) in write_bytes_to_xdr_buf()
1171 xdr_decode_word(struct xdr_buf *buf, unsigned int base, u32 *obj) in xdr_decode_word()
1185 xdr_encode_word(struct xdr_buf *buf, unsigned int base, u32 obj) in xdr_encode_word()
1197 int xdr_buf_read_netobj(struct xdr_buf *buf, struct xdr_netobj *obj, unsigned int offset) in xdr_buf_read_netobj()
Dauth.c771 __be32 *data, void *obj) in rpcauth_wrap_req_encode()
781 __be32 *data, void *obj) in rpcauth_wrap_req()
796 __be32 *data, void *obj) in rpcauth_unwrap_req_decode()
806 __be32 *data, void *obj) in rpcauth_unwrap_resp()
/linux-4.1.27/include/net/phonet/
Dphonet.h84 u16 obj = pn_object(ph->pn_sdev, ph->pn_sobj); in pn_skb_get_src_sockaddr() local
96 u16 obj = pn_object(ph->pn_rdev, ph->pn_robj); in pn_skb_get_dst_sockaddr() local
/linux-4.1.27/drivers/gpu/drm/tegra/
Dgem.c30 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_put() local
40 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_pin() local
51 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_mmap() local
62 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_kmap() local
74 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_get() local
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c219 int cl_object_attr_get(const struct lu_env *env, struct cl_object *obj, in cl_object_attr_get()
250 int cl_object_attr_set(const struct lu_env *env, struct cl_object *obj, in cl_object_attr_set()
283 int cl_object_glimpse(const struct lu_env *env, struct cl_object *obj, in cl_object_glimpse()
310 int cl_conf_set(const struct lu_env *env, struct cl_object *obj, in cl_conf_set()
336 void cl_object_kill(const struct lu_env *env, struct cl_object *obj) in cl_object_kill()
359 void cl_object_prune(const struct lu_env *env, struct cl_object *obj) in cl_object_prune()
369 int cl_object_has_locks(struct cl_object *obj) in cl_object_has_locks()
Ddt_object.c151 int dt_object_init(struct dt_object *obj, in dt_object_init()
159 void dt_object_fini(struct dt_object *obj) in dt_object_fini()
165 int dt_try_as_dir(const struct lu_env *env, struct dt_object *obj) in dt_try_as_dir()
245 struct dt_object *obj = dfh->dfh_o; in dt_find_entry() local
294 struct dt_object *obj; in dt_store_resolve() local
758 int dt_index_walk(const struct lu_env *env, struct dt_object *obj, in dt_index_walk()
855 struct dt_object *obj; in dt_index_read() local
Dcl_page.c154 int cl_page_gang_lookup(const struct lu_env *env, struct cl_object *obj, in cl_page_gang_lookup()
250 struct cl_object *obj = page->cp_obj; in cl_page_free() local
641 struct cl_page *cl_vmpage_page(struct page *vmpage, struct cl_object *obj) in cl_vmpage_page()
1402 struct cl_object *obj = cl_object_top(clobj); in cl_pages_prune() local
1499 loff_t cl_offset(const struct cl_object *obj, pgoff_t idx) in cl_offset()
1511 pgoff_t cl_index(const struct cl_object *obj, loff_t offset) in cl_index()
1520 int cl_page_size(const struct cl_object *obj) in cl_page_size()
1536 struct cl_object *obj, in cl_page_slice_add()
Dcl_lock.c190 struct cl_object *obj, in cl_lock_slice_add()
250 struct cl_object *obj = lock->cll_descr.cld_obj; in cl_lock_free() local
285 struct cl_object *obj; in cl_lock_put() local
355 struct cl_object *obj, in cl_lock_alloc()
472 struct cl_object *obj, in cl_lock_lookup()
517 struct cl_object *obj; in cl_lock_find() local
565 struct cl_object *obj; in cl_lock_peek() local
1541 struct cl_object *obj = lock->cll_descr.cld_obj; in cl_lock_modify() local
1792 struct cl_object *obj, pgoff_t index, in cl_lock_at_pgoff()
1968 void cl_locks_prune(const struct lu_env *env, struct cl_object *obj, int cancel) in cl_locks_prune()
Dcl_io.c150 enum cl_io_type iot, struct cl_object *obj) in cl_io_init0()
184 enum cl_io_type iot, struct cl_object *obj) in cl_io_sub_init()
206 enum cl_io_type iot, struct cl_object *obj) in cl_io_init()
1028 struct cl_object *obj, in cl_io_slice_add()
1382 struct cl_object *obj = req->crq_o[i].ro_obj; in cl_req_free() local
1481 struct cl_object *obj; in cl_req_page_add() local
1577 const struct cl_object *obj; in cl_req_attr_set() local
/linux-4.1.27/fs/ocfs2/cluster/
Dmasklog.c107 static ssize_t mlog_show(struct kobject *obj, struct attribute *attr, in mlog_show()
115 static ssize_t mlog_store(struct kobject *obj, struct attribute *attr, in mlog_store()
/linux-4.1.27/tools/perf/util/
Dpython.c391 static Py_ssize_t pyrf_cpu_map__length(PyObject *obj) in pyrf_cpu_map__length()
398 static PyObject *pyrf_cpu_map__item(PyObject *obj, Py_ssize_t i) in pyrf_cpu_map__item()
460 static Py_ssize_t pyrf_thread_map__length(PyObject *obj) in pyrf_thread_map__length()
467 static PyObject *pyrf_thread_map__item(PyObject *obj, Py_ssize_t i) in pyrf_thread_map__item()
896 static Py_ssize_t pyrf_evlist__length(PyObject *obj) in pyrf_evlist__length()
903 static PyObject *pyrf_evlist__item(PyObject *obj, Py_ssize_t i) in pyrf_evlist__item()
1023 PyObject *obj; in initperf() local
/linux-4.1.27/security/tomoyo/
Dfile.c694 struct tomoyo_obj_info obj = { in tomoyo_path_number_perm() local
742 struct tomoyo_obj_info obj = { in tomoyo_check_open_permission() local
788 struct tomoyo_obj_info obj = { in tomoyo_path_perm() local
845 struct tomoyo_obj_info obj = { in tomoyo_mkdev_perm() local
892 struct tomoyo_obj_info obj = { in tomoyo_path2_perm() local
Dmount.c79 struct tomoyo_obj_info obj = { }; in tomoyo_mount_acl() local
Dcondition.c693 void tomoyo_get_attributes(struct tomoyo_obj_info *obj) in tomoyo_get_attributes()
755 struct tomoyo_obj_info *obj; in tomoyo_condition() local
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c373 static int echo_page_init(const struct lu_env *env, struct cl_object *obj, in echo_page_init()
387 static int echo_io_init(const struct lu_env *env, struct cl_object *obj, in echo_io_init()
394 struct cl_object *obj, struct cl_lock *lock, in echo_lock_init()
409 static int echo_conf_set(const struct lu_env *env, struct cl_object *obj, in echo_conf_set()
429 static int echo_object_init(const struct lu_env *env, struct lu_object *obj, in echo_object_init()
516 static void echo_object_free(const struct lu_env *env, struct lu_object *obj) in echo_object_free()
538 struct echo_object *obj = cl2echo_obj(lu2cl(o)); in echo_object_print() local
564 struct lu_object *obj = NULL; in echo_object_alloc() local
940 struct cl_object *obj; in cl_echo_object_find() local
1010 struct cl_object *obj = echo_obj2cl(eco); in cl_echo_object_put() local
[all …]
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_allocator.c43 u32 obj; in mthca_alloc() local
64 void mthca_free(struct mthca_alloc *alloc, u32 obj) in mthca_free()
Dmthca_memfree.c222 int mthca_table_get(struct mthca_dev *dev, struct mthca_icm_table *table, int obj) in mthca_table_get()
257 void mthca_table_put(struct mthca_dev *dev, struct mthca_icm_table *table, int obj) in mthca_table_put()
278 void *mthca_table_find(struct mthca_icm_table *table, int obj, dma_addr_t *dma_handle) in mthca_table_find()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dnv04.h14 nv04_mmu(void *obj) in nv04_mmu()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/
Ddisp.h16 nvkm_disp(void *obj) in nvkm_disp()
Dpm.h22 nvkm_pm(void *obj) in nvkm_pm()
Dfifo.h17 nvkm_fifo_chan(void *obj) in nvkm_fifo_chan()
87 nvkm_fifo(void *obj) in nvkm_fifo()
Dgr.h35 nvkm_gr(void *obj) in nvkm_gr()
/linux-4.1.27/drivers/infiniband/hw/amso1100/
Dc2_pd.c45 u32 obj; in c2_pd_alloc() local
/linux-4.1.27/drivers/infiniband/core/
Duverbs_cmd.c729 struct ib_uxrcd_object *obj; in ib_uverbs_open_xrcd() local
867 struct ib_uxrcd_object *obj; in ib_uverbs_close_xrcd() local
1340 struct ib_ucq_object *obj; in ib_uverbs_create_cq() local
1578 struct ib_ucq_object *obj; in ib_uverbs_destroy_cq() local
1629 struct ib_uqp_object *obj; in ib_uverbs_create_qp() local
1823 struct ib_uqp_object *obj; in ib_uverbs_open_qp() local
2129 struct ib_uqp_object *obj; in ib_uverbs_destroy_qp() local
2663 struct ib_uqp_object *obj; in ib_uverbs_attach_mcast() local
2709 struct ib_uqp_object *obj; in ib_uverbs_detach_mcast() local
2991 struct ib_usrq_object *obj; in __uverbs_create_xsrq() local
[all …]
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Dengine.c29 nvkm_engine(void *obj, int idx) in nvkm_engine()
Dsubdev.c29 nvkm_subdev(void *obj, int idx) in nvkm_subdev()
/linux-4.1.27/tools/perf/ui/
Dlibslang.h19 #define sltt_set_color(obj, name, fg, bg) \ argument
/linux-4.1.27/mm/
Dzsmalloc.c307 static void record_obj(unsigned long handle, unsigned long obj) in record_obj()
804 unsigned long obj; in location_to_obj() local
823 static void obj_to_location(unsigned long obj, struct page **page, in obj_to_location()
837 void *obj) in obj_to_head()
1265 unsigned long obj, obj_idx, off; in zs_map_object() local
1318 unsigned long obj, obj_idx, off; in zs_unmap_object() local
1353 unsigned long obj; in obj_malloc() local
1393 unsigned long handle, obj; in zs_malloc() local
1439 unsigned long obj) in obj_free()
1473 unsigned long obj, f_objidx; in zs_free() local
Dmempool.c43 u8 *obj = element; in __check_element() local
75 u8 *obj = element; in __poison_element() local
/linux-4.1.27/drivers/platform/x86/
Dmsi-wmi.c106 union acpi_object *obj; in msi_wmi_query_block() local
187 union acpi_object *obj; in msi_wmi_notify() local
Dacer-wmi.c770 union acpi_object *obj; in AMW0_find_mailled() local
829 union acpi_object *obj; in AMW0_set_capabilities() local
917 union acpi_object *obj; in WMI_execute_u32() local
1028 union acpi_object *obj; in wmid3_get_device_status() local
1096 union acpi_object *obj; in wmid3_set_device_status() local
1227 union acpi_object *obj; in WMID_set_capabilities() local
1719 union acpi_object *obj; in acer_wmi_notify() local
1797 union acpi_object *obj; in wmid3_set_lm_mode() local
1989 union acpi_object *obj; in get_wmid_devices() local
Ddell-wmi-aio.c89 union acpi_object *obj; in dell_wmi_aio_notify() local
Dtc1100-wmi.c66 union acpi_object *obj; in get_state() local
/linux-4.1.27/arch/ia64/sn/kernel/sn2/
Dsn_hwperf.c137 static int sn_hwperf_obj_to_cnode(struct sn_hwperf_object_info * obj) in sn_hwperf_obj_to_cnode()
146 static int sn_hwperf_generic_ordinal(struct sn_hwperf_object_info *obj, in sn_hwperf_generic_ordinal()
167 static const char *sn_hwperf_get_slabname(struct sn_hwperf_object_info *obj, in sn_hwperf_get_slabname()
390 struct sn_hwperf_object_info *obj = d; /* this object */ in sn_topology_show() local
/linux-4.1.27/net/batman-adv/
Dsysfs.c29 static struct net_device *batadv_kobj_to_netdev(struct kobject *obj) in batadv_kobj_to_netdev()
36 static struct batadv_priv *batadv_kobj_to_batpriv(struct kobject *obj) in batadv_kobj_to_batpriv()
49 static struct batadv_priv *batadv_vlan_kobj_to_batpriv(struct kobject *obj) in batadv_vlan_kobj_to_batpriv()
70 batadv_kobj_to_vlan(struct batadv_priv *bat_priv, struct kobject *obj) in batadv_kobj_to_vlan()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dnv04.h22 nv04_instmem(void *obj) in nv04_instmem()
/linux-4.1.27/drivers/i2c/busses/
Di2c-scmi.c91 union acpi_object *obj; in acpi_smbus_cmi_access() local
299 union acpi_object *obj; in acpi_smbus_cmi_add_cap() local
/linux-4.1.27/drivers/pci/
Dpci-label.c154 static void dsm_label_utf16s_to_utf8s(union acpi_object *obj, char *buf) in dsm_label_utf16s_to_utf8s()
168 union acpi_object *obj, *tmp; in dsm_get_label() local
Dpci-acpi.c543 union acpi_object *obj; in acpi_pci_add_bus() local
619 union acpi_object *obj, *elements; in pci_acpi_optimize_delay() local
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_cmd.c122 static sint _enqueue_cmd(struct __queue *queue, struct cmd_obj *obj) in _enqueue_cmd()
137 struct cmd_obj *obj; in _dequeue_cmd() local
171 u32 r8712_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj) in r8712_enqueue_cmd()
182 u32 r8712_enqueue_cmd_ex(struct cmd_priv *pcmdpriv, struct cmd_obj *obj) in r8712_enqueue_cmd_ex()
/linux-4.1.27/drivers/extcon/
Dextcon.c401 struct extcon_specific_cable_nb *obj = container_of(nb, in _call_per_cable() local
444 int extcon_register_interest(struct extcon_specific_cable_nb *obj, in extcon_register_interest()
503 int extcon_unregister_interest(struct extcon_specific_cable_nb *obj) in extcon_unregister_interest()
/linux-4.1.27/arch/ia64/include/asm/
Dasmmacro.h76 #define LOAD_PHYSICAL(pr, reg, obj) \ argument
/linux-4.1.27/drivers/clk/bcm/
Dclk-kona.h41 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) argument
42 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) argument
43 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) argument
44 #define FLAG_TEST(obj, type, flag) (!!((obj)->flags & FLAG(type, flag))) argument
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/cipher/
Dg84.c45 struct nvkm_gpuobj *obj; in g84_cipher_object_ctor() local
/linux-4.1.27/drivers/leds/
Ddell-led.c81 union acpi_object *obj; in dell_wmi_perform_query() local
206 union acpi_object *obj; in dell_led_perform_fn() local
/linux-4.1.27/include/net/sctp/
Dcommand.h200 sctp_arg_t obj; member
229 sctp_arg_t obj) in sctp_add_cmd_sf()
/linux-4.1.27/include/uapi/linux/
Daio_abi.h60 __u64 obj; /* what iocb this event came from */ member
/linux-4.1.27/drivers/net/bonding/
Dbond_sysfs_slave.c94 #define to_slave(obj) container_of(obj, struct slave, kobj) argument
/linux-4.1.27/drivers/gpu/drm/via/
Dvia_mm.c184 struct via_memblock *obj; in via_mem_free() local

12