Searched defs:object (Results 1 - 131 of 131) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dctrl.h7 struct nvkm_object object; member in struct:nvkm_control
H A Dctrl.c169 nvkm_control_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) nvkm_control_mthd() argument
H A Duser.c37 struct nvkm_object object; member in struct:nvkm_udevice
44 struct nvkm_object *object = &udev->object; nvkm_udevice_info() local
140 nvkm_udevice_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) nvkm_udevice_mthd() argument
155 nvkm_udevice_rd08(struct nvkm_object *object, u64 addr, u8 *data) nvkm_udevice_rd08() argument
163 nvkm_udevice_rd16(struct nvkm_object *object, u64 addr, u16 *data) nvkm_udevice_rd16() argument
171 nvkm_udevice_rd32(struct nvkm_object *object, u64 addr, u32 *data) nvkm_udevice_rd32() argument
179 nvkm_udevice_wr08(struct nvkm_object *object, u64 addr, u8 data) nvkm_udevice_wr08() argument
187 nvkm_udevice_wr16(struct nvkm_object *object, u64 addr, u16 data) nvkm_udevice_wr16() argument
195 nvkm_udevice_wr32(struct nvkm_object *object, u64 addr, u32 data) nvkm_udevice_wr32() argument
203 nvkm_udevice_map(struct nvkm_object *object, u64 *addr, u32 *size) nvkm_udevice_map() argument
213 nvkm_udevice_fini(struct nvkm_object *object, bool suspend) nvkm_udevice_fini() argument
234 nvkm_udevice_init(struct nvkm_object *object) nvkm_udevice_init() argument
264 nvkm_udevice_child_get(struct nvkm_object *object, int index, nvkm_udevice_child_get() argument
H A Dbase.c2048 nvkm_device_event_ctor(struct nvkm_object *object, void *data, u32 size, nvkm_device_event_ctor() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dnvsw.h7 struct nvkm_object object; member in struct:nvkm_nvsw
H A Dchan.h9 struct nvkm_object object; member in struct:nvkm_sw_chan
H A Dnvsw.c30 nvkm_nvsw_mthd_(struct nvkm_object *object, u32 mthd, void *data, u32 size) nvkm_nvsw_mthd_() argument
39 nvkm_nvsw_ntfy_(struct nvkm_object *object, u32 mthd, nvkm_nvsw_ntfy_() argument
H A Dchan.c50 nvkm_sw_chan_event_ctor(struct nvkm_object *object, void *data, u32 size, nvkm_sw_chan_event_ctor() argument
73 nvkm_sw_chan_dtor(struct nvkm_object *object) nvkm_sw_chan_dtor() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv20.h24 struct nvkm_object object; member in struct:nv20_gr_chan
H A Dnv50.h24 struct nvkm_object object; member in struct:nv50_gr_chan
H A Dnv40.h21 struct nvkm_object object; member in struct:nv40_gr_chan
H A Dnv20.c16 nv20_gr_chan_init(struct nvkm_object *object) nv20_gr_chan_init() argument
29 nv20_gr_chan_fini(struct nvkm_object *object, bool suspend) nv20_gr_chan_fini() argument
59 nv20_gr_chan_dtor(struct nvkm_object *object) nv20_gr_chan_dtor() argument
H A Dnv40.c44 nv40_gr_object_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, nv40_gr_object_bind() argument
74 nv40_gr_chan_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, nv40_gr_chan_bind() argument
92 nv40_gr_chan_fini(struct nvkm_object *object, bool suspend) nv40_gr_chan_fini() argument
130 nv40_gr_chan_dtor(struct nvkm_object *object) nv40_gr_chan_dtor() argument
H A Dgf100.h151 struct nvkm_object object; member in struct:gf100_gr_chan
H A Dnv50.c41 nv50_gr_object_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, nv50_gr_object_bind() argument
67 nv50_gr_chan_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, nv50_gr_chan_bind() argument
H A Dnv04.c360 struct nvkm_object object; member in struct:nv04_gr_chan
1043 nv04_gr_object_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, nv04_gr_object_bind() argument
1148 nv04_gr_chan_dtor(struct nvkm_object *object) nv04_gr_chan_dtor() argument
1161 nv04_gr_chan_fini(struct nvkm_object *object, bool suspend) nv04_gr_chan_fini() argument
H A Dnv10.c400 struct nvkm_object object; member in struct:nv10_gr_chan
954 nv10_gr_chan_fini(struct nvkm_object *object, bool suspend) nv10_gr_chan_fini() argument
971 nv10_gr_chan_dtor(struct nvkm_object *object) nv10_gr_chan_dtor() argument
H A Dgf100.c144 gf100_fermi_mthd_zbc_color(struct nvkm_object *object, void *data, u32 size) gf100_fermi_mthd_zbc_color() argument
190 gf100_fermi_mthd_zbc_depth(struct nvkm_object *object, void *data, u32 size) gf100_fermi_mthd_zbc_depth() argument
214 gf100_fermi_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) gf100_fermi_mthd() argument
280 gf100_gr_chan_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, gf100_gr_chan_bind() argument
315 gf100_gr_chan_dtor(struct nvkm_object *object) gf100_gr_chan_dtor() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/
H A Dclient.h7 struct nvif_object object; member in struct:nvif_client
H A Dnotify.h5 struct nvif_object *object; member in struct:nvif_notify
H A Ddevice.h8 struct nvif_object object; member in struct:nvif_device
H A Dioctl.h30 __u64 object; member in struct:nvif_ioctl_v0
56 __u64 object; member in struct:nvif_ioctl_new_v0
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Doproxy.h9 struct nvkm_object *object; member in struct:nvkm_oproxy
H A Dclient.h6 struct nvkm_object object; member in struct:nvkm_client
H A Dgpuobj.h13 struct nvkm_object object; member in struct:nvkm_gpuobj
H A Dobject.h20 u64 object; member in struct:nvkm_object
83 u64 object; member in struct:nvkm_oclass
/linux-4.4.14/fs/cachefiles/
H A Dmain.c45 struct cachefiles_object *object = _object; cachefiles_object_init_once() local
H A Dxattr.c29 int cachefiles_check_object_type(struct cachefiles_object *object) cachefiles_check_object_type() argument
103 int cachefiles_set_object_xattr(struct cachefiles_object *object, cachefiles_set_object_xattr() argument
131 int cachefiles_update_object_xattr(struct cachefiles_object *object, cachefiles_update_object_xattr() argument
159 int cachefiles_check_auxdata(struct cachefiles_object *object) cachefiles_check_auxdata() argument
197 int cachefiles_check_object_xattr(struct cachefiles_object *object, cachefiles_check_object_xattr() argument
H A Dinterface.c31 struct cachefiles_object *object; cachefiles_alloc_object() local
120 struct cachefiles_object *parent, *object; cachefiles_lookup_object() local
162 struct cachefiles_object *object; cachefiles_lookup_complete() local
182 struct cachefiles_object *object = cachefiles_grab_object() local
200 struct cachefiles_object *object; cachefiles_update_object() local
253 struct cachefiles_object *object; cachefiles_drop_object() local
315 struct cachefiles_object *object; cachefiles_put_object() local
392 struct cachefiles_object *object; cachefiles_check_consistency() local
417 struct cachefiles_object *object; cachefiles_attr_changed() local
486 struct cachefiles_object *object; cachefiles_invalidate_object() local
H A Dnamei.c31 void __cachefiles_printk_object(struct cachefiles_object *object, __cachefiles_printk_object() argument
80 static noinline void cachefiles_printk_object(struct cachefiles_object *object, cachefiles_printk_object() argument
103 struct cachefiles_object *object; cachefiles_mark_object_buried() local
830 struct cachefiles_object *object; cachefiles_check_active() local
148 cachefiles_mark_object_active(struct cachefiles_cache *cache, struct cachefiles_object *object) cachefiles_mark_object_active() argument
412 cachefiles_delete_object(struct cachefiles_cache *cache, struct cachefiles_object *object) cachefiles_delete_object() argument
459 cachefiles_walk_to_object(struct cachefiles_object *parent, struct cachefiles_object *object, const char *key, struct cachefiles_xattr *auxdata) cachefiles_walk_to_object() argument
H A Drdwr.c29 struct cachefiles_object *object; cachefiles_read_waiter() local
74 static int cachefiles_read_reissue(struct cachefiles_object *object, cachefiles_read_reissue() argument
152 struct cachefiles_object *object; cachefiles_read_copier() local
226 static int cachefiles_read_backing_file_one(struct cachefiles_object *object, cachefiles_read_backing_file_one() argument
394 struct cachefiles_object *object; cachefiles_read_or_alloc_page() local
463 static int cachefiles_read_backing_file(struct cachefiles_object *object, cachefiles_read_backing_file() argument
680 struct cachefiles_object *object; cachefiles_read_or_alloc_pages() local
794 struct cachefiles_object *object; cachefiles_allocate_page() local
832 struct cachefiles_object *object; cachefiles_allocate_pages() local
875 struct cachefiles_object *object; cachefiles_write_page() local
958 struct cachefiles_object *object; cachefiles_uncache_page() local
H A Dinternal.h109 struct cachefiles_object *object; member in struct:cachefiles_one_write
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Ddmacgf119.c31 gf119_disp_dmac_bind(struct nv50_disp_dmac *chan, struct nvkm_object *object, u32 handle) gf119_disp_dmac_bind() argument
H A Drootnv50.h11 struct nvkm_object object; member in struct:nv50_disp_root
H A Drootnv04.c33 struct nvkm_object object; member in struct:nv04_disp_root
42 struct nvkm_object *object = &root->object; nv04_disp_scanoutpos() local
82 nv04_disp_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) nv04_disp_mthd() argument
H A Dchannv50.h13 struct nvkm_object object; member in struct:nv50_disp_chan
H A Ddmacnv50.c43 struct nv50_disp_dmac_object *object = nv50_disp_dmac_child_del_() local
62 struct nv50_disp_dmac_object *object; nv50_disp_dmac_child_new_() local
178 nv50_disp_dmac_bind(struct nv50_disp_dmac *chan, struct nvkm_object *object, u32 handle) nv50_disp_dmac_bind() argument
H A Dbase.c53 nvkm_disp_vblank_ctor(struct nvkm_object *object, void *data, u32 size, nvkm_disp_vblank_ctor() argument
90 nvkm_disp_hpd_ctor(struct nvkm_object *object, void *data, u32 size, nvkm_disp_hpd_ctor() argument
124 nvkm_disp_ntfy(struct nvkm_object *object, u32 type, struct nvkm_event **event) nvkm_disp_ntfy() argument
H A Dchannv50.c130 nv50_disp_chan_uevent_ctor(struct nvkm_object *object, void *data, u32 size, nv50_disp_chan_uevent_ctor() argument
157 nv50_disp_chan_rd32(struct nvkm_object *object, u64 addr, u32 *data) nv50_disp_chan_rd32() argument
167 nv50_disp_chan_wr32(struct nvkm_object *object, u64 addr, u32 data) nv50_disp_chan_wr32() argument
177 nv50_disp_chan_ntfy(struct nvkm_object *object, u32 type, nv50_disp_chan_ntfy() argument
193 nv50_disp_chan_map(struct nvkm_object *object, u64 *addr, u32 *size) nv50_disp_chan_map() argument
213 nv50_disp_chan_child_get(struct nvkm_object *object, int index, nv50_disp_chan_child_get() argument
227 nv50_disp_chan_fini(struct nvkm_object *object, bool suspend) nv50_disp_chan_fini() argument
235 nv50_disp_chan_init(struct nvkm_object *object) nv50_disp_chan_init() argument
242 nv50_disp_chan_dtor(struct nvkm_object *object) nv50_disp_chan_dtor() argument
H A Drootnv50.c69 nv50_disp_root_mthd_(struct nvkm_object *object, u32 mthd, void *data, u32 size) nv50_disp_root_mthd_() argument
212 nv50_disp_root_child_get_(struct nvkm_object *object, int index, nv50_disp_root_child_get_() argument
237 nv50_disp_root_fini_(struct nvkm_object *object, bool suspend) nv50_disp_root_fini_() argument
245 nv50_disp_root_init_(struct nvkm_object *object) nv50_disp_root_init_() argument
252 nv50_disp_root_dtor_(struct nvkm_object *object) nv50_disp_root_dtor_() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dnv31.h23 struct nvkm_object object; member in struct:nv31_mpeg_chan
H A Dnv50.c36 nv50_mpeg_cclass_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, nv50_mpeg_cclass_bind() argument
H A Dnv44.c44 struct nvkm_object object; member in struct:nv44_mpeg_chan
52 nv44_mpeg_chan_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, nv44_mpeg_chan_bind() argument
68 nv44_mpeg_chan_fini(struct nvkm_object *object, bool suspend) nv44_mpeg_chan_fini() argument
84 nv44_mpeg_chan_dtor(struct nvkm_object *object) nv44_mpeg_chan_dtor() argument
H A Dnv31.c39 nv31_mpeg_object_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, nv31_mpeg_object_bind() argument
65 nv31_mpeg_chan_dtor(struct nvkm_object *object) nv31_mpeg_chan_dtor() argument
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_global.c38 void *object; member in struct:drm_global_item
H A Ddrm_crtc.c334 drm_mode_object_put(struct drm_device *dev, struct drm_mode_object *object) drm_mode_object_put() argument
/linux-4.4.14/drivers/acpi/acpica/
H A Dexresop.c74 acpi_ex_check_object_type(acpi_object_type type_needed, acpi_object_type this_type, void *object) acpi_ex_check_object_type() argument
H A Dutcache.c188 acpi_os_release_object(struct acpi_memory_list * cache, void *object) acpi_os_release_object() argument
246 void *object; acpi_os_acquire_object() local
H A Dutstate.c192 acpi_ut_create_update_state(union acpi_operand_object *object, u16 action) acpi_ut_create_update_state() argument
H A Dnsobject.c73 acpi_ns_attach_object(struct acpi_namespace_node *node, union acpi_operand_object *object, acpi_object_type type) acpi_ns_attach_object() argument
H A Ddsmthdat.c375 union acpi_operand_object *object; acpi_ds_method_data_get_value() local
479 union acpi_operand_object *object; acpi_ds_method_data_delete_value() local
689 union acpi_operand_object *object; acpi_ds_method_data_get_type() local
314 acpi_ds_method_data_set_value(u8 type, u32 index, union acpi_operand_object *object, struct acpi_walk_state *walk_state) acpi_ds_method_data_set_value() argument
H A Dutdelete.c72 static void acpi_ut_delete_internal_obj(union acpi_operand_object *object) acpi_ut_delete_internal_obj() argument
386 acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action) acpi_ut_update_ref_count() argument
496 acpi_ut_update_object_reference(union acpi_operand_object *object, u16 action) acpi_ut_update_object_reference() argument
694 void acpi_ut_add_reference(union acpi_operand_object *object) acpi_ut_add_reference() argument
727 void acpi_ut_remove_reference(union acpi_operand_object *object) acpi_ut_remove_reference() argument
H A Ddbconvert.c137 acpi_db_convert_to_buffer(char *string, union acpi_object *object) acpi_db_convert_to_buffer() argument
197 acpi_status acpi_db_convert_to_package(char *string, union acpi_object * object) acpi_db_convert_to_package() argument
254 acpi_db_convert_to_object(acpi_object_type type, char *string, union acpi_object * object) acpi_db_convert_to_object() argument
H A Ddswstate.c72 acpi_ds_result_pop(union acpi_operand_object **object, acpi_ds_result_pop() argument
146 acpi_ds_result_push(union acpi_operand_object * object, acpi_ds_result_push() argument
310 acpi_ds_obj_stack_push(void *object, struct acpi_walk_state * walk_state) acpi_ds_obj_stack_push() argument
H A Dutdecode.c270 char *acpi_ut_get_node_name(void *object) acpi_ut_get_node_name() argument
336 char *acpi_ut_get_descriptor_name(void *object) acpi_ut_get_descriptor_name() argument
377 const char *acpi_ut_get_reference_name(union acpi_operand_object *object) acpi_ut_get_reference_name() argument
H A Dutmisc.c193 acpi_ut_create_update_state_and_push(union acpi_operand_object *object, acpi_ut_create_update_state_and_push() argument
H A Ddbnames.c680 union acpi_operand_object *object; acpi_db_integrity_walk() local
H A Dutobject.c93 union acpi_operand_object *object; acpi_ut_create_internal_object_dbg() local
335 u8 acpi_ut_valid_internal_object(void *object) acpi_ut_valid_internal_object() argument
385 union acpi_operand_object *object; acpi_ut_allocate_object_desc_dbg() local
419 void acpi_ut_delete_object_desc(union acpi_operand_object *object) acpi_ut_delete_object_desc() argument
H A Dacobject.h336 void *object; /* name_op=>HANDLE to obj, index_op=>union acpi_operand_object */ member in struct:acpi_object_reference
458 union acpi_operand_object object; member in union:acpi_descriptor
H A Daclocal.h168 union acpi_operand_object *object; /* Interpreter object */ member in struct:acpi_namespace_node
588 ACPI_STATE_COMMON union acpi_operand_object *object; member in struct:acpi_update_state
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Ddma.h10 struct nvkm_object object; member in struct:nvkm_dmaobj
H A Dfifo.h9 struct nvkm_object *object; member in struct:nvkm_fifo_engn
18 struct nvkm_object object; member in struct:nvkm_fifo_chan
/linux-4.4.14/mm/
H A Dkmemcheck.c60 void kmemcheck_slab_alloc(struct kmem_cache *s, gfp_t gfpflags, void *object, kmemcheck_slab_alloc() argument
93 void kmemcheck_slab_free(struct kmem_cache *s, void *object, size_t size) kmemcheck_slab_free() argument
H A Dkmemleak.c325 static bool color_white(const struct kmemleak_object *object) color_white() argument
331 static bool color_gray(const struct kmemleak_object *object) color_gray() argument
342 static bool unreferenced_object(struct kmemleak_object *object) unreferenced_object() argument
378 static void dump_object_info(struct kmemleak_object *object) dump_object_info() argument
408 struct kmemleak_object *object = lookup_object() local
432 static int get_object(struct kmemleak_object *object) get_object() argument
444 struct kmemleak_object *object = free_object_rcu() local
465 static void put_object(struct kmemleak_object *object) put_object() argument
482 struct kmemleak_object *object; find_and_get_object() local
505 struct kmemleak_object *object; find_and_remove_object() local
542 struct kmemleak_object *object, *parent; create_object() local
625 static void __delete_object(struct kmemleak_object *object) __delete_object() argument
648 struct kmemleak_object *object; delete_object_full() local
668 struct kmemleak_object *object; delete_object_part() local
699 static void __paint_it(struct kmemleak_object *object, int color) __paint_it() argument
706 static void paint_it(struct kmemleak_object *object, int color) paint_it() argument
717 struct kmemleak_object *object; paint_ptr() local
756 struct kmemleak_object *object; add_scan_area() local
801 struct kmemleak_object *object; object_no_scan() local
857 struct kmemleak_object *object; early_alloc() local
1019 struct kmemleak_object *object; kmemleak_update_trace() local
1127 static bool update_checksum(struct kmemleak_object *object) update_checksum() argument
1176 struct kmemleak_object *object; scan_block() local
1255 static void scan_object(struct kmemleak_object *object) scan_object() argument
1302 struct kmemleak_object *object, *tmp; scan_gray_list() local
1337 struct kmemleak_object *object; kmemleak_scan() local
1543 struct kmemleak_object *object; kmemleak_seq_start() local
1608 struct kmemleak_object *object = v; kmemleak_seq_show() local
1633 struct kmemleak_object *object; dump_str_object_info() local
1660 struct kmemleak_object *object; kmemleak_clear() local
1772 struct kmemleak_object *object; __kmemleak_do_cleanup() local
301 hex_dump_object(struct seq_file *seq, struct kmemleak_object *object) hex_dump_object() argument
353 print_unreferenced(struct seq_file *seq, struct kmemleak_object *object) print_unreferenced() argument
H A Dslub.c245 static inline void *get_freepointer(struct kmem_cache *s, void *object) get_freepointer() argument
250 static void prefetch_freepointer(const struct kmem_cache *s, void *object) prefetch_freepointer() argument
255 static inline void *get_freepointer_safe(struct kmem_cache *s, void *object) get_freepointer_safe() argument
267 static inline void set_freepointer(struct kmem_cache *s, void *object, void *fp) set_freepointer() argument
500 static struct track *get_track(struct kmem_cache *s, void *object, get_track() argument
513 static void set_track(struct kmem_cache *s, void *object, set_track() argument
547 static void init_tracking(struct kmem_cache *s, void *object) init_tracking() argument
575 static void print_tracking(struct kmem_cache *s, void *object) print_tracking() argument
676 static void init_object(struct kmem_cache *s, void *object, u8 val) init_object() argument
900 void *object = NULL; on_freelist() local
945 static void trace(struct kmem_cache *s, struct page *page, void *object, trace() argument
1075 void *object = head; free_debug_processing() local
1302 void *object = p[i]; slab_post_alloc_hook() local
1350 void *object = head; slab_free_freelist_hook() local
1663 void *object = NULL; get_partial_node() local
1716 void *object; get_any_partial() local
1775 void *object; get_partial() local
2485 void *object; slab_alloc_node() local
2843 void *object; build_detached_freelist() local
2931 void *object = c->freelist; kmem_cache_alloc_bulk() local
3588 static size_t __ksize(const void *object) __ksize() argument
3605 size_t ksize(const void *object) ksize() argument
3618 void *object = (void *)x; kfree() local
228 check_valid_pointer(struct kmem_cache *s, struct page *page, const void *object) check_valid_pointer() argument
655 object_err(struct kmem_cache *s, struct page *page, u8 *object, char *reason) object_err() argument
696 check_bytes_and_report(struct kmem_cache *s, struct page *page, u8 *object, char *what, u8 *start, unsigned int value, unsigned int bytes) check_bytes_and_report() argument
813 check_object(struct kmem_cache *s, struct page *page, void *object, u8 val) check_object() argument
1022 setup_object_debug(struct kmem_cache *s, struct page *page, void *object) setup_object_debug() argument
1032 alloc_debug_processing(struct kmem_cache *s, struct page *page, void *object, unsigned long addr) alloc_debug_processing() argument
1226 setup_object_debug(struct kmem_cache *s, struct page *page, void *object) setup_object_debug() argument
1229 alloc_debug_processing(struct kmem_cache *s, struct page *page, void *object, unsigned long addr) alloc_debug_processing() argument
1239 check_object(struct kmem_cache *s, struct page *page, void *object, u8 val) check_object() argument
1360 setup_object(struct kmem_cache *s, struct page *page, void *object) setup_object() argument
/linux-4.4.14/include/drm/
H A Ddrm_global.h43 void *object; member in struct:drm_global_reference
/linux-4.4.14/sound/pci/asihpi/
H A Dhpimsginit.c37 static void hpi_init_message(struct hpi_message *phm, u16 object, hpi_init_message() argument
64 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, hpi_init_response() argument
84 hpi_init_message_response(struct hpi_message *phm, struct hpi_response *phr, u16 object, u16 function) hpi_init_message_response() argument
94 hpi_init_messageV1(struct hpi_message_header *phm, u16 size, u16 object, u16 function) hpi_init_messageV1() argument
108 hpi_init_responseV1(struct hpi_response_header *phr, u16 size, u16 object, u16 function) hpi_init_responseV1() argument
120 hpi_init_message_responseV1(struct hpi_message_header *phm, u16 msg_size, struct hpi_response_header *phr, u16 res_size, u16 object, u16 function) hpi_init_message_responseV1() argument
H A Dhpi_internal.h1002 u16 object; /* HPI_OBJ_* */ member in struct:hpi_message_header
1013 u16 object; /* HPI_OBJ_* */ member in struct:hpi_message
1064 u16 object; /* HPI_OBJ_* */ member in struct:hpi_response_header
1075 u16 object; /* HPI_OBJ_* */ member in struct:hpi_response
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/
H A Dnotify.c132 nvkm_notify_init(struct nvkm_object *object, struct nvkm_event *event, nvkm_notify_init() argument
H A Dramht.c59 nvkm_ramht_update(struct nvkm_ramht *ramht, int co, struct nvkm_object *object, nvkm_ramht_update() argument
106 nvkm_ramht_insert(struct nvkm_ramht *ramht, struct nvkm_object *object, nvkm_ramht_insert() argument
H A Dioctl.c32 nvkm_ioctl_nop(struct nvkm_object *object, void *data, u32 size) nvkm_ioctl_nop() argument
49 nvkm_ioctl_sclass(struct nvkm_object *object, void *data, u32 size) nvkm_ioctl_sclass() argument
87 struct nvkm_object *object = NULL; nvkm_ioctl_new() local
145 nvkm_ioctl_del(struct nvkm_object *object, void *data, u32 size) nvkm_ioctl_del() argument
163 nvkm_ioctl_mthd(struct nvkm_object *object, void *data, u32 size) nvkm_ioctl_mthd() argument
182 nvkm_ioctl_rd(struct nvkm_object *object, void *data, u32 size) nvkm_ioctl_rd() argument
221 nvkm_ioctl_wr(struct nvkm_object *object, void *data, u32 size) nvkm_ioctl_wr() argument
249 nvkm_ioctl_map(struct nvkm_object *object, void *data, u32 size) nvkm_ioctl_map() argument
267 nvkm_ioctl_unmap(struct nvkm_object *object, void *data, u32 size) nvkm_ioctl_unmap() argument
283 nvkm_ioctl_ntfy_new(struct nvkm_object *object, void *data, u32 size) nvkm_ioctl_ntfy_new() argument
309 nvkm_ioctl_ntfy_del(struct nvkm_object *object, void *data, u32 size) nvkm_ioctl_ntfy_del() argument
328 nvkm_ioctl_ntfy_get(struct nvkm_object *object, void *data, u32 size) nvkm_ioctl_ntfy_get() argument
347 nvkm_ioctl_ntfy_put(struct nvkm_object *object, void *data, u32 size) nvkm_ioctl_ntfy_put() argument
389 struct nvkm_object *object; nvkm_ioctl_path() local
420 struct nvkm_object *object = &client->object; nvkm_ioctl() local
H A Dobject.c29 nvkm_object_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) nvkm_object_mthd() argument
37 nvkm_object_ntfy(struct nvkm_object *object, u32 mthd, nvkm_object_ntfy() argument
46 nvkm_object_map(struct nvkm_object *object, u64 *addr, u32 *size) nvkm_object_map() argument
54 nvkm_object_rd08(struct nvkm_object *object, u64 addr, u8 *data) nvkm_object_rd08() argument
62 nvkm_object_rd16(struct nvkm_object *object, u64 addr, u16 *data) nvkm_object_rd16() argument
70 nvkm_object_rd32(struct nvkm_object *object, u64 addr, u32 *data) nvkm_object_rd32() argument
78 nvkm_object_wr08(struct nvkm_object *object, u64 addr, u8 data) nvkm_object_wr08() argument
86 nvkm_object_wr16(struct nvkm_object *object, u64 addr, u16 data) nvkm_object_wr16() argument
94 nvkm_object_wr32(struct nvkm_object *object, u64 addr, u32 data) nvkm_object_wr32() argument
102 nvkm_object_bind(struct nvkm_object *object, struct nvkm_gpuobj *gpuobj, nvkm_object_bind() argument
111 nvkm_object_fini(struct nvkm_object *object, bool suspend) nvkm_object_fini() argument
154 nvkm_object_init(struct nvkm_object *object) nvkm_object_init() argument
190 nvkm_object_dtor(struct nvkm_object *object) nvkm_object_dtor() argument
214 struct nvkm_object *object = *pobject; nvkm_object_del() local
225 nvkm_object_ctor(const struct nvkm_object_func *func, const struct nvkm_oclass *oclass, struct nvkm_object *object) nvkm_object_ctor() argument
H A Doproxy.c27 nvkm_oproxy_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) nvkm_oproxy_mthd() argument
33 nvkm_oproxy_ntfy(struct nvkm_object *object, u32 mthd, nvkm_oproxy_ntfy() argument
40 nvkm_oproxy_map(struct nvkm_object *object, u64 *addr, u32 *size) nvkm_oproxy_map() argument
46 nvkm_oproxy_rd08(struct nvkm_object *object, u64 addr, u8 *data) nvkm_oproxy_rd08() argument
52 nvkm_oproxy_rd16(struct nvkm_object *object, u64 addr, u16 *data) nvkm_oproxy_rd16() argument
58 nvkm_oproxy_rd32(struct nvkm_object *object, u64 addr, u32 *data) nvkm_oproxy_rd32() argument
64 nvkm_oproxy_wr08(struct nvkm_object *object, u64 addr, u8 data) nvkm_oproxy_wr08() argument
70 nvkm_oproxy_wr16(struct nvkm_object *object, u64 addr, u16 data) nvkm_oproxy_wr16() argument
76 nvkm_oproxy_wr32(struct nvkm_object *object, u64 addr, u32 data) nvkm_oproxy_wr32() argument
82 nvkm_oproxy_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, nvkm_oproxy_bind() argument
90 nvkm_oproxy_sclass(struct nvkm_object *object, int index, nvkm_oproxy_sclass() argument
101 nvkm_oproxy_fini(struct nvkm_object *object, bool suspend) nvkm_oproxy_fini() argument
128 nvkm_oproxy_init(struct nvkm_object *object) nvkm_oproxy_init() argument
155 nvkm_oproxy_dtor(struct nvkm_object *object) nvkm_oproxy_dtor() argument
H A Dclient.c90 nvkm_client_notify_new(struct nvkm_object *object, nvkm_client_notify_new() argument
141 nvkm_client_mthd_devlist(struct nvkm_object *object, void *data, u32 size) nvkm_client_mthd_devlist() argument
167 nvkm_client_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) nvkm_client_mthd() argument
186 nvkm_client_child_get(struct nvkm_object *object, int index, nvkm_client_child_get() argument
209 nvkm_client_remove(struct nvkm_client *client, struct nvkm_object *object) nvkm_client_remove() argument
216 nvkm_client_insert(struct nvkm_client *client, struct nvkm_object *object) nvkm_client_insert() argument
244 struct nvkm_object *object = nvkm_client_search() local
260 struct nvkm_object *object = &client->object; nvkm_client_fini() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/cipher/
H A Dg84.c34 g84_cipher_oclass_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, g84_cipher_oclass_bind() argument
56 g84_cipher_cclass_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, g84_cipher_cclass_bind() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvif/
H A Dnotify.c35 struct nvif_object *object = notify->object; nvif_notify_put_() local
66 struct nvif_object *object = notify->object; nvif_notify_get_() local
147 struct nvif_object *object = notify->object; nvif_notify_fini() local
167 nvif_notify_init(struct nvif_object *object, int (*func)(struct nvif_notify *), nvif_notify_init() argument
H A Dobject.c31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) nvif_object_ioctl() argument
59 nvif_object_sclass_get(struct nvif_object *object, struct nvif_sclass **psclass) nvif_object_sclass_get() argument
103 nvif_object_rd(struct nvif_object *object, int size, u64 addr) nvif_object_rd() argument
122 nvif_object_wr(struct nvif_object *object, int size, u64 addr, u32 data) nvif_object_wr() argument
140 nvif_object_mthd(struct nvif_object *object, u32 mthd, void *data, u32 size) nvif_object_mthd() argument
169 nvif_object_unmap(struct nvif_object *object) nvif_object_unmap() argument
192 nvif_object_map(struct nvif_object *object) nvif_object_map() argument
214 nvif_object_fini(struct nvif_object *object) nvif_object_fini() argument
232 nvif_object_init(struct nvif_object *parent, u32 handle, s32 oclass, void *data, u32 size, struct nvif_object *object) nvif_object_init() argument
/linux-4.4.14/fs/fscache/
H A Dcache.c98 struct fscache_object *object; fscache_select_cache_for_object() local
332 struct fscache_object *object; fscache_withdraw_all_objects() local
H A Dcookie.c193 struct fscache_object *object; fscache_acquire_non_index_cookie() local
281 struct fscache_object *object; fscache_alloc_object() local
418 struct fscache_object *object; __fscache_invalidate() local
478 struct fscache_object *object; __fscache_update_cookie() local
514 struct fscache_object *object; __fscache_disable_cookie() local
657 struct fscache_object *object; __fscache_check_consistency() local
351 fscache_attach_object(struct fscache_cookie *cookie, struct fscache_object *object) fscache_attach_object() argument
H A Doperation.c93 static void fscache_run_op(struct fscache_object *object, fscache_run_op() argument
110 static void fscache_report_unexpected_submission(struct fscache_object *object, fscache_report_unexpected_submission() argument
149 int fscache_submit_exclusive_op(struct fscache_object *object, fscache_submit_exclusive_op() argument
233 int fscache_submit_op(struct fscache_object *object, fscache_submit_op() argument
310 void fscache_abort_object(struct fscache_object *object) fscache_abort_object() argument
321 void fscache_start_operations(struct fscache_object *object) fscache_start_operations() argument
354 struct fscache_object *object = op->object; fscache_cancel_op() local
408 void fscache_cancel_all_ops(struct fscache_object *object) fscache_cancel_all_ops() argument
443 struct fscache_object *object = op->object; fscache_op_complete() local
480 struct fscache_object *object; fscache_put_operation() local
546 struct fscache_object *object; fscache_operation_gc() local
H A Dinternal.h303 static inline void fscache_raise_event(struct fscache_object *object, fscache_raise_event() argument
H A Dobject.c149 static inline void fscache_done_parent_op(struct fscache_object *object) fscache_done_parent_op() argument
167 static void fscache_object_sm_dispatcher(struct fscache_object *object) fscache_object_sm_dispatcher() argument
268 struct fscache_object *object = fscache_object_work_func() local
291 void fscache_object_init(struct fscache_object *object, fscache_object_init() argument
334 static inline void fscache_mark_object_dead(struct fscache_object *object) fscache_mark_object_dead() argument
344 static const struct fscache_state *fscache_abort_initialisation(struct fscache_object *object, fscache_abort_initialisation() argument
361 static const struct fscache_state *fscache_initialise_object(struct fscache_object *object, fscache_initialise_object() argument
416 static const struct fscache_state *fscache_parent_ready(struct fscache_object *object, fscache_parent_ready() argument
440 static const struct fscache_state *fscache_look_up_object(struct fscache_object *object, fscache_look_up_object() argument
499 void fscache_object_lookup_negative(struct fscache_object *object) fscache_object_lookup_negative() argument
532 void fscache_obtained_object(struct fscache_object *object) fscache_obtained_object() argument
564 static const struct fscache_state *fscache_object_available(struct fscache_object *object, fscache_object_available() argument
598 static const struct fscache_state *fscache_jumpstart_dependents(struct fscache_object *object, fscache_jumpstart_dependents() argument
611 static const struct fscache_state *fscache_lookup_failure(struct fscache_object *object, fscache_lookup_failure() argument
639 static const struct fscache_state *fscache_kill_object(struct fscache_object *object, fscache_kill_object() argument
669 static const struct fscache_state *fscache_kill_dependents(struct fscache_object *object, fscache_kill_dependents() argument
682 static const struct fscache_state *fscache_drop_object(struct fscache_object *object, fscache_drop_object() argument
747 static int fscache_get_object(struct fscache_object *object) fscache_get_object() argument
760 static void fscache_put_object(struct fscache_object *object) fscache_put_object() argument
773 void fscache_object_destroy(struct fscache_object *object) fscache_object_destroy() argument
786 void fscache_enqueue_object(struct fscache_object *object) fscache_enqueue_object() argument
840 static bool fscache_enqueue_dependents(struct fscache_object *object, int event) fscache_enqueue_dependents() argument
873 static void fscache_dequeue_object(struct fscache_object *object) fscache_dequeue_object() argument
897 enum fscache_checkaux fscache_check_aux(struct fscache_object *object, fscache_check_aux() argument
936 static const struct fscache_state *_fscache_invalidate_object(struct fscache_object *object, _fscache_invalidate_object() argument
1005 static const struct fscache_state *fscache_invalidate_object(struct fscache_object *object, fscache_invalidate_object() argument
1020 static const struct fscache_state *fscache_update_object(struct fscache_object *object, fscache_update_object() argument
1041 void fscache_object_retrying_stale(struct fscache_object *object) fscache_object_retrying_stale() argument
1055 void fscache_object_mark_killed(struct fscache_object *object, fscache_object_mark_killed() argument
H A Dpage.c143 static void fscache_end_page_write(struct fscache_object *object, fscache_end_page_write() argument
175 struct fscache_object *object = op->object; fscache_attr_changed_op() local
200 struct fscache_object *object; __fscache_attr_changed() local
356 int fscache_wait_for_operation_activation(struct fscache_object *object, fscache_wait_for_operation_activation() argument
417 struct fscache_object *object; __fscache_read_or_alloc_page() local
547 struct fscache_object *object; __fscache_read_or_alloc_pages() local
659 struct fscache_object *object; __fscache_alloc_page() local
770 struct fscache_object *object = op->op.object; fscache_write_op() local
927 struct fscache_object *object; __fscache_write_page() local
1060 struct fscache_object *object; __fscache_uncache_page() local
/linux-4.4.14/samples/bpf/
H A Dfds_example.c50 static int bpf_prog_create(const char *object) bpf_prog_create() argument
100 static int bpf_do_prog(const char *file, uint32_t flags, const char *object) bpf_do_prog() argument
131 const char *file = NULL, *object = NULL; main() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dbase.c32 nvkm_dma_search(struct nvkm_dma *dma, struct nvkm_client *client, u64 object) nvkm_dma_search() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/
H A Dfalcon.c45 nvkm_falcon_cclass_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, nvkm_falcon_cclass_bind() argument
H A Dxtensa.c44 nvkm_xtensa_cclass_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, nvkm_xtensa_cclass_bind() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchang84.c160 g84_fifo_chan_engine_ctor(struct nvkm_fifo_chan *base, struct nvkm_engine *engine, struct nvkm_object *object) g84_fifo_chan_engine_ctor() argument
174 g84_fifo_chan_object_ctor(struct nvkm_fifo_chan *base, struct nvkm_object *object) g84_fifo_chan_object_ctor() argument
H A Dchannv50.c137 nv50_fifo_chan_engine_ctor(struct nvkm_fifo_chan *base, struct nvkm_engine *engine, struct nvkm_object *object) nv50_fifo_chan_engine_ctor() argument
158 nv50_fifo_chan_object_ctor(struct nvkm_fifo_chan *base, struct nvkm_object *object) nv50_fifo_chan_object_ctor() argument
H A Ddmanv04.c43 nv04_fifo_dma_object_ctor(struct nvkm_fifo_chan *base, struct nvkm_object *object) nv04_fifo_dma_object_ctor() argument
H A Ddmanv40.c125 nv40_fifo_dma_engine_ctor(struct nvkm_fifo_chan *base, struct nvkm_engine *engine, struct nvkm_object *object) nv40_fifo_dma_engine_ctor() argument
140 nv40_fifo_dma_object_ctor(struct nvkm_fifo_chan *base, struct nvkm_object *object) nv40_fifo_dma_object_ctor() argument
H A Dgpfifogf100.c113 gf100_fifo_gpfifo_engine_ctor(struct nvkm_fifo_chan *base, struct nvkm_engine *engine, struct nvkm_object *object) gf100_fifo_gpfifo_engine_ctor() argument
H A Dgpfifogk104.c126 gk104_fifo_gpfifo_engine_ctor(struct nvkm_fifo_chan *base, struct nvkm_engine *engine, struct nvkm_object *object) gk104_fifo_gpfifo_engine_ctor() argument
H A Dbase.c94 nvkm_fifo_event_ctor(struct nvkm_object *object, void *data, u32 size, nvkm_fifo_event_ctor() argument
126 nvkm_fifo_uevent_ctor(struct nvkm_object *object, void *data, u32 size, nvkm_fifo_uevent_ctor() argument
H A Dchan.c41 struct nvkm_fifo_chan_object *object = nvkm_fifo_chan_child_fini() local
74 struct nvkm_fifo_chan_object *object = nvkm_fifo_chan_child_init() local
107 struct nvkm_fifo_chan_object *object = nvkm_fifo_chan_child_del() local
139 struct nvkm_fifo_chan_object *object; nvkm_fifo_chan_child_new() local
201 nvkm_fifo_chan_child_get(struct nvkm_object *object, int index, nvkm_fifo_chan_child_get() argument
246 nvkm_fifo_chan_ntfy(struct nvkm_object *object, u32 type, nvkm_fifo_chan_ntfy() argument
256 nvkm_fifo_chan_map(struct nvkm_object *object, u64 *addr, u32 *size) nvkm_fifo_chan_map() argument
265 nvkm_fifo_chan_rd32(struct nvkm_object *object, u64 addr, u32 *data) nvkm_fifo_chan_rd32() argument
280 nvkm_fifo_chan_wr32(struct nvkm_object *object, u64 addr, u32 data) nvkm_fifo_chan_wr32() argument
295 nvkm_fifo_chan_fini(struct nvkm_object *object, bool suspend) nvkm_fifo_chan_fini() argument
303 nvkm_fifo_chan_init(struct nvkm_object *object) nvkm_fifo_chan_init() argument
311 nvkm_fifo_chan_dtor(struct nvkm_object *object) nvkm_fifo_chan_dtor() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dpriv.h72 struct nvkm_object object; member in struct:nvkm_perfdom
100 struct nvkm_object object; member in struct:nvkm_perfmon
H A Dbase.c211 struct nvkm_object *object = &dom->object; nvkm_perfdom_init() local
241 struct nvkm_object *object = &dom->object; nvkm_perfdom_sample() local
265 struct nvkm_object *object = &dom->object; nvkm_perfdom_read() local
291 nvkm_perfdom_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) nvkm_perfdom_mthd() argument
308 nvkm_perfdom_dtor(struct nvkm_object *object) nvkm_perfdom_dtor() argument
438 struct nvkm_object *object = &perfmon->object; nvkm_perfmon_mthd_query_domain() local
486 struct nvkm_object *object = &perfmon->object; nvkm_perfmon_mthd_query_signal() local
540 struct nvkm_object *object = &perfmon->object; nvkm_perfmon_mthd_query_source() local
586 nvkm_perfmon_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) nvkm_perfmon_mthd() argument
611 nvkm_perfmon_child_get(struct nvkm_object *object, int index, nvkm_perfmon_child_get() argument
625 nvkm_perfmon_dtor(struct nvkm_object *object) nvkm_perfmon_dtor() argument
/linux-4.4.14/drivers/acpi/
H A Dprocessor_pdc.c28 union acpi_object object = { 0 }; processor_physically_present() local
H A Dacpi_processor.c233 union acpi_object object = { 0 }; acpi_processor_get_info() local
H A Dosl.c1802 acpi_status acpi_os_release_object(acpi_cache_t * cache, void *object) acpi_os_release_object() argument
/linux-4.4.14/mm/kasan/
H A Dreport.c127 void *object; print_address_description() local
H A Dkasan.c324 void kasan_unpoison_object_data(struct kmem_cache *cache, void *object) kasan_unpoison_object_data() argument
329 void kasan_poison_object_data(struct kmem_cache *cache, void *object) kasan_poison_object_data() argument
336 void kasan_slab_alloc(struct kmem_cache *cache, void *object) kasan_slab_alloc() argument
341 void kasan_slab_free(struct kmem_cache *cache, void *object) kasan_slab_free() argument
353 void kasan_kmalloc(struct kmem_cache *cache, const void *object, size_t size) kasan_kmalloc() argument
391 void kasan_krealloc(const void *object, size_t size) kasan_krealloc() argument
/linux-4.4.14/include/linux/
H A Ddebugobjects.h31 void *object; member in struct:debug_obj
H A Dkasan.h84 static inline void kasan_kmalloc(struct kmem_cache *s, const void *object, kasan_kmalloc() argument
86 static inline void kasan_krealloc(const void *object, size_t new_size) {} kasan_krealloc() argument
88 static inline void kasan_slab_alloc(struct kmem_cache *s, void *object) {} kasan_slab_free() argument
89 static inline void kasan_slab_free(struct kmem_cache *s, void *object) {} kasan_slab_free() argument
76 kasan_unpoison_object_data(struct kmem_cache *cache, void *object) kasan_unpoison_object_data() argument
78 kasan_poison_object_data(struct kmem_cache *cache, void *object) kasan_poison_object_data() argument
H A Dkmemcheck.h103 kmemcheck_slab_alloc(struct kmem_cache *s, gfp_t gfpflags, void *object, kmemcheck_slab_alloc() argument
108 static inline void kmemcheck_slab_free(struct kmem_cache *s, void *object, kmemcheck_slab_free() argument
H A Dhil_mlc.h97 } object; member in struct:hilse_node
H A Dfscache-cache.h92 struct fscache_object *object; /* object to be operated upon */ member in struct:fscache_operation
387 static inline bool fscache_object_is_live(struct fscache_object *object) fscache_object_is_live() argument
392 static inline bool fscache_object_is_dying(struct fscache_object *object) fscache_object_is_dying() argument
397 static inline bool fscache_object_is_available(struct fscache_object *object) fscache_object_is_available() argument
402 static inline bool fscache_cache_is_broken(struct fscache_object *object) fscache_cache_is_broken() argument
407 static inline bool fscache_object_is_active(struct fscache_object *object) fscache_object_is_active() argument
433 static inline void fscache_object_lookup_error(struct fscache_object *object) fscache_object_lookup_error() argument
450 void fscache_set_store_limit(struct fscache_object *object, loff_t i_size) fscache_set_store_limit() argument
485 static inline bool fscache_use_cookie(struct fscache_object *object) fscache_use_cookie() argument
508 static inline void fscache_unuse_cookie(struct fscache_object *object) fscache_unuse_cookie() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A Dbase.c126 nvkm_gpio_intr_ctor(struct nvkm_object *object, void *data, u32 size, nvkm_gpio_intr_ctor() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbase.c108 nvkm_i2c_intr_ctor(struct nvkm_object *object, void *data, u32 size, nvkm_i2c_intr_ctor() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_abi16.h16 struct nvif_object object; member in struct:nouveau_abi16_ntfy
H A Dnouveau_usif.c258 usif_object_dtor(struct usif_object *object) usif_object_dtor() argument
272 struct usif_object *object; usif_object_new() local
304 struct usif_object *object; usif_ioctl() local
381 struct usif_object *object, *otemp; usif_client_fini() local
/linux-4.4.14/security/smack/
H A Dsmack_access.c125 int smk_access(struct smack_known *subject, struct smack_known *object, smk_access() argument
H A Dsmack.h273 char *object; member in struct:smack_audit_data
H A Dsmackfs.c339 static int smk_fill_rule(const char *subject, const char *object, smk_fill_rule() argument
H A Dsmack_lsm.c2626 struct smack_known *object; smk_ipv6_port_check() local
2513 smk_ipv6_check(struct smack_known *subject, struct smack_known *object, struct sockaddr_in6 *address, int act) smk_ipv6_check() argument
/linux-4.4.14/drivers/xen/
H A Dxen-acpi-cpuhotplug.c47 union acpi_object object = { 0 }; xen_acpi_processor_enable() local
H A Dxen-acpi-processor.c338 union acpi_object object = { 0 }; read_acpi_id() local
/linux-4.4.14/drivers/input/gameport/
H A Dgameport.c265 void *object; member in struct:gameport_event
356 static int gameport_queue_event(void *object, struct module *owner, gameport_queue_event() argument
411 static void gameport_remove_pending_events(void *object) gameport_remove_pending_events() argument
/linux-4.4.14/net/core/
H A Dflow.c39 struct flow_cache_object *object; member in struct:flow_cache_entry
/linux-4.4.14/lib/
H A Dassoc_array.c1063 void assoc_array_insert_set_object(struct assoc_array_edit *edit, void *object) assoc_array_insert_set_object() argument
145 assoc_array_iterate(const struct assoc_array *array, int (*iterator)(const void *object, void *iterator_data), void *iterator_data) assoc_array_iterate() argument
996 assoc_array_insert(struct assoc_array *array, const struct assoc_array_ops *ops, const void *index_key, void *object) assoc_array_insert() argument
1485 assoc_array_gc(struct assoc_array *array, const struct assoc_array_ops *ops, bool (*iterator)(void *object, void *iterator_data), void *iterator_data) assoc_array_gc() argument
/linux-4.4.14/drivers/input/serio/
H A Dserio.c158 void *object; member in struct:serio_event
189 static void serio_remove_duplicate_events(void *object, serio_remove_duplicate_events() argument
256 static int serio_queue_event(void *object, struct module *owner, serio_queue_event() argument
311 static void serio_remove_pending_events(void *object) serio_remove_pending_events() argument
/linux-4.4.14/security/keys/
H A Dkeyring.c48 void *object = assoc_array_ptr_to_leaf(x); keyring_ptr_to_key() local
272 static unsigned long keyring_get_object_key_chunk(const void *object, int level) keyring_get_object_key_chunk() argument
278 static bool keyring_compare_object(const void *object, const void *data) keyring_compare_object() argument
293 static int keyring_diff_objects(const void *object, const void *data) keyring_diff_objects() argument
360 static void keyring_free_object(void *object) keyring_free_object() argument
424 static int keyring_read_iterator(const void *object, void *data) keyring_read_iterator() argument
525 static int keyring_search_iterator(const void *object, void *iterator_data) keyring_search_iterator() argument
598 const void *object; search_keyring() local
937 const void *object; find_key_to_update() local
1025 static int keyring_detect_cycle_iterator(const void *object, keyring_detect_cycle_iterator() argument
1342 static bool keyring_gc_select_iterator(void *object, void *iterator_data) keyring_gc_select_iterator() argument
1353 static int keyring_gc_check_iterator(const void *object, void *iterator_data) keyring_gc_check_iterator() argument
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Dplatform.h254 void *object; member in struct:_diva_os_soft_isr
/linux-4.4.14/scripts/kconfig/
H A Dgconf.c461 void on_window1_destroy(GtkObject * object, gpointer user_data) on_window1_destroy() argument
/linux-4.4.14/include/scsi/
H A Dosd_protocol.h157 /*24*/ __be64 object; member in struct:osd_cdb_head
/linux-4.4.14/net/ceph/
H A Dmessenger.c1686 read_partial(struct ceph_connection *con, int end, int size, void *object) read_partial() argument
/linux-4.4.14/drivers/input/touchscreen/
H A Datmel_mxt_ts.c606 struct mxt_object *object; mxt_get_object() local
655 struct mxt_object *object; mxt_write_object() local
1188 struct mxt_object *object; mxt_prepare_cfg_mem() local
1550 struct mxt_object *object = object_table + i; mxt_get_object_table() local
1656 struct mxt_object *object; mxt_read_t9_resolution() local
1702 struct mxt_object *object; mxt_read_t100_config() local
2139 struct mxt_object *object; mxt_object_show() local
2117 mxt_show_instance(char *buf, int count, struct mxt_object *object, int instance, const u8 *val) mxt_show_instance() argument
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_debugfs.c4072 enum intel_pipe_crc_object object; display_crc_ctl_parse() local
/linux-4.4.14/include/linux/mlx5/
H A Ddriver.h138 void *object; member in struct:mlx5_rsc_debug
/linux-4.4.14/drivers/platform/x86/
H A Dsony-laptop.c777 union acpi_object *object = NULL; sony_nc_int_call() local
807 union acpi_object *object = __call_snc_method(handle, name, value); sony_nc_buffer_call() local
/linux-4.4.14/include/rdma/
H A Dib_verbs.h1269 void *object; /* containing object */ member in struct:ib_uobject

Completed in 4096 milliseconds