Searched defs:obj (Results 1 - 25 of 277) sorted by last modified time

1234567891011>>

/drivers/video/fbdev/msm/
H A DMakefile4 obj-y := msm_fb.o
8 obj-y += mdp.o mdp_scale_tables.o mdp_ppp.o
12 obj-y += mddi.o
16 obj-y += mddi_client_dummy.o
17 obj-y += mddi_client_toshiba.o
18 obj-y += mddi_client_nt35399.o
/drivers/xen/
H A Dxen-acpi-cpuhotplug.c158 union acpi_object *obj; local
168 obj = buffer.pointer;
169 if (obj->type != ACPI_TYPE_BUFFER ||
170 obj->buffer.length < sizeof(*lapic)) {
175 lapic = (struct acpi_madt_local_apic *)obj->buffer.pointer;
/drivers/video/adf/
H A Dadf.c159 struct adf_event_refcount *adf_obj_find_event_refcount(struct adf_obj *obj, argument
162 struct rb_root *root = &obj->event_refcount;
192 * @obj: the object that produces the event
201 int adf_event_get(struct adf_obj *obj, enum adf_event_type type) argument
207 ret = adf_obj_check_supports_event(obj, type);
211 mutex_lock(&obj->event_lock);
213 refcount = adf_obj_find_event_refcount(obj, type);
222 obj->ops->set_event(obj, type, true);
223 trace_adf_event_enable(obj, typ
244 adf_event_put(struct adf_obj *obj, enum adf_event_type type) argument
321 adf_event_queue(struct adf_obj *obj, struct adf_event *event) argument
350 adf_event_notify(struct adf_obj *obj, struct adf_event *event) argument
458 adf_obj_init(struct adf_obj *obj, enum adf_obj_type type, struct idr *idr, struct adf_device *parent, const struct adf_obj_ops *ops, const char *fmt, va_list args) argument
489 adf_obj_destroy(struct adf_obj *obj, struct idr *idr) argument
1001 adf_event_type_str(struct adf_obj *obj, enum adf_event_type type) argument
[all...]
H A Dadf.h40 struct adf_event_refcount *adf_obj_find_event_refcount(struct adf_obj *obj,
43 static inline int adf_obj_check_supports_event(struct adf_obj *obj, argument
46 if (!obj->ops || !obj->ops->supports_event)
48 if (!obj->ops->supports_event(obj, type))
H A Dadf_fops.c37 static int adf_obj_set_event(struct adf_obj *obj, struct adf_file *file, argument
48 err = adf_obj_check_supports_event(obj, data.type);
52 spin_lock_irqsave(&obj->file_lock, flags);
59 spin_unlock_irqrestore(&obj->file_lock, flags);
65 adf_event_get(obj, data.type);
67 adf_event_put(obj, data.type);
72 static int adf_obj_copy_custom_data_to_user(struct adf_obj *obj, argument
79 if (!obj->ops || !obj->ops->custom_data) {
80 dev_dbg(&obj
619 adf_obj_custom_ioctl(struct adf_obj *obj, unsigned int cmd, unsigned long arg) argument
735 struct adf_obj *obj; local
784 struct adf_obj *obj = fpriv->obj; local
810 struct adf_obj *obj = fpriv->obj; local
[all...]
H A Dadf_fops.h25 struct adf_obj *obj; member in struct:adf_file
H A Dadf_sysfs.c108 int adf_obj_sysfs_init(struct adf_obj *obj, struct device *parent) argument
110 int ret = idr_alloc(&adf_minors, obj, 0, 0, GFP_KERNEL);
117 obj->minor = ret;
118 obj->dev.parent = parent;
119 obj->dev.class = adf_class;
120 obj->dev.devt = MKDEV(adf_major, obj->minor);
122 ret = device_register(&obj->dev);
132 idr_remove(&adf_minors, obj->minor);
139 struct adf_obj *obj local
146 struct adf_obj *obj = container_of(dev, struct adf_obj, dev); local
156 struct adf_obj *obj = container_of(dev, struct adf_obj, dev); local
240 adf_obj_sysfs_destroy(struct adf_obj *obj) argument
[all...]
/drivers/scsi/aacraid/
H A Daacraid.h1694 __le32 obj; /* FT_FILESYS, etc. */ member in struct:aac_mntent
/drivers/scsi/osd/
H A Dosd_initiator.c592 __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len)
610 ocdb->h.partition = cpu_to_be64(obj->partition);
611 ocdb->h.object = cpu_to_be64(obj->id);
617 __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len)
627 ocdb->h.partition = cpu_to_be64(obj->partition);
628 ocdb->h.object = cpu_to_be64(obj->id);
634 __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len)
637 _osdv1_req_encode_common(or, act, obj, offset, len);
639 _osdv2_req_encode_common(or, act, obj, offset, len);
713 __be16 action, const struct osd_obj_id *obj, osd_i
591 _osdv1_req_encode_common(struct osd_request *or, __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len) argument
616 _osdv2_req_encode_common(struct osd_request *or, __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len) argument
633 _osd_req_encode_common(struct osd_request *or, __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len) argument
712 _osd_req_list_objects(struct osd_request *or, __be16 action, const struct osd_obj_id *obj, osd_id initial_id, struct osd_obj_id_list *list, unsigned nelem) argument
782 osd_req_list_collection_objects(struct osd_request *or, const struct osd_obj_id *obj, osd_id initial_id, struct osd_obj_id_list *list, unsigned nelem) argument
793 osd_req_flush_collection(struct osd_request *or, const struct osd_obj_id *obj, enum osd_options_flush_scope_values op) argument
807 osd_req_create_object(struct osd_request *or, struct osd_obj_id *obj) argument
813 osd_req_remove_object(struct osd_request *or, struct osd_obj_id *obj) argument
824 osd_req_write(struct osd_request *or, const struct osd_obj_id *obj, u64 offset, struct bio *bio, u64 len) argument
836 osd_req_write_kern(struct osd_request *or, const struct osd_obj_id *obj, u64 offset, void* buff, u64 len) argument
860 osd_req_flush_object(struct osd_request *or, const struct osd_obj_id *obj, enum osd_options_flush_scope_values op, u64 offset, u64 len) argument
875 osd_req_read(struct osd_request *or, const struct osd_obj_id *obj, u64 offset, struct bio *bio, u64 len) argument
887 osd_req_read_kern(struct osd_request *or, const struct osd_obj_id *obj, u64 offset, void* buff, u64 len) argument
990 osd_req_write_sg(struct osd_request *or, const struct osd_obj_id *obj, struct bio *bio, const struct osd_sg_entry *sglist, unsigned numentries) argument
1008 osd_req_read_sg(struct osd_request *or, const struct osd_obj_id *obj, struct bio *bio, const struct osd_sg_entry *sglist, unsigned numentries) argument
1075 osd_req_write_sg_kern(struct osd_request *or, const struct osd_obj_id *obj, void **buff, const struct osd_sg_entry *sglist, unsigned numentries) argument
1090 osd_req_read_sg_kern(struct osd_request *or, const struct osd_obj_id *obj, void **buff, const struct osd_sg_entry *sglist, unsigned numentries) argument
1106 osd_req_get_attributes(struct osd_request *or, const struct osd_obj_id *obj) argument
1113 osd_req_set_attributes(struct osd_request *or, const struct osd_obj_id *obj) argument
1966 osd_sec_init_nosec_doall_caps(void *caps, const struct osd_obj_id *obj, bool is_collection, const bool is_v1) argument
[all...]
/drivers/sh/clk/
H A DMakefile0 obj-y := core.o
3 obj-$(CONFIG_SH_CLK_CPG) += cpg.o
/drivers/sh/intc/
H A DMakefile0 obj-y := access.o chip.o core.o handle.o irqdomain.o virq.o
3 obj-$(CONFIG_INTC_BALANCING) += balancing.o
4 obj-$(CONFIG_INTC_USERIMASK) += userimask.o
5 obj-$(CONFIG_INTC_MAPPING_DEBUG) += virq-debugfs.o
/drivers/staging/android/
H A Dsw_sync.c36 struct sync_pt *sw_sync_pt_create(struct sw_sync_timeline *obj, u32 value) argument
41 sync_pt_create(&obj->obj, sizeof(struct sw_sync_pt));
52 struct sw_sync_timeline *obj = local
55 return (struct sync_pt *)sw_sync_pt_create(obj, pt->value);
61 struct sw_sync_timeline *obj = local
64 return sw_sync_cmp(obj->value, pt->value) >= 0;
116 struct sw_sync_timeline *obj = (struct sw_sync_timeline *) local
121 return obj;
125 void sw_sync_timeline_inc(struct sw_sync_timeline *obj, u3 argument
142 struct sw_sync_timeline *obj; local
158 struct sw_sync_timeline *obj = file->private_data; local
164 sw_sync_ioctl_create_fence(struct sw_sync_timeline *obj, unsigned long arg) argument
211 sw_sync_ioctl_inc(struct sw_sync_timeline *obj, unsigned long arg) argument
226 struct sw_sync_timeline *obj = file->private_data; local
[all...]
H A Dsw_sync.h26 struct sync_timeline obj; member in struct:sw_sync_timeline
39 void sw_sync_timeline_inc(struct sw_sync_timeline *obj, u32 inc);
41 struct sync_pt *sw_sync_pt_create(struct sw_sync_timeline *obj, u32 value);
48 static inline void sw_sync_timeline_inc(struct sw_sync_timeline *obj, u32 inc) argument
52 static inline struct sync_pt *sw_sync_pt_create(struct sw_sync_timeline *obj, argument
H A Dsync.c40 struct sync_timeline *obj; local
45 obj = kzalloc(size, GFP_KERNEL);
46 if (obj == NULL)
49 kref_init(&obj->kref);
50 obj->ops = ops;
51 obj->context = fence_context_alloc(1);
52 strlcpy(obj->name, name, sizeof(obj->name));
54 INIT_LIST_HEAD(&obj->child_list_head);
55 INIT_LIST_HEAD(&obj
66 struct sync_timeline *obj = local
77 sync_timeline_get(struct sync_timeline *obj) argument
82 sync_timeline_put(struct sync_timeline *obj) argument
87 sync_timeline_destroy(struct sync_timeline *obj) argument
104 sync_timeline_signal(struct sync_timeline *obj) argument
124 sync_pt_create(struct sync_timeline *obj, int size) argument
[all...]
H A Dsync_debug.c37 void sync_timeline_debug_add(struct sync_timeline *obj) argument
42 list_add_tail(&obj->sync_timeline_list, &sync_timeline_list_head);
46 void sync_timeline_debug_remove(struct sync_timeline *obj) argument
51 list_del(&obj->sync_timeline_list);
119 static void sync_print_obj(struct seq_file *s, struct sync_timeline *obj) argument
124 seq_printf(s, "%s %s", obj->name, obj->ops->driver_name);
126 if (obj->ops->timeline_value_str) {
129 obj->ops->timeline_value_str(obj, valu
184 struct sync_timeline *obj = local
[all...]
/drivers/staging/board/
H A DMakefile0 obj-y := board.o
2 obj-$(CONFIG_ARCH_EMEV2) += kzm9d.o
/drivers/staging/lustre/include/linux/lnet/
H A Dlib-lnet.h207 lnet_freelist_free(lnet_freelist_t *fl, void *obj) argument
210 lnet_freeobj_t *o = list_entry(obj, lnet_freeobj_t, fo_contents);
/drivers/staging/lustre/lustre/include/
H A Dcl_object.h322 int (*coo_page_init)(const struct lu_env *env, struct cl_object *obj,
332 struct cl_object *obj, struct cl_lock *lock,
344 struct cl_object *obj, struct cl_io *io);
356 int (*coo_attr_get)(const struct lu_env *env, struct cl_object *obj,
369 int (*coo_attr_set)(const struct lu_env *env, struct cl_object *obj,
377 int (*coo_conf_set)(const struct lu_env *env, struct cl_object *obj,
388 const struct cl_object *obj, struct ost_lvb *lvb);
443 * Helper macro: iterate over all layers of the object \a obj, assigning every
446 #define cl_object_for_each(slice, obj) \
448 &(obj)
2682 cl_object_next(const struct cl_object *obj) argument
2698 cl_object_site(const struct cl_object *obj) argument
2704 cl_object_header(const struct cl_object *obj) argument
2914 cl_lock_at_page(const struct lu_env *env, struct cl_object *obj, struct cl_page *page, struct cl_lock *except, int pending, int canceld) argument
[all...]
H A Dobd_class.h1192 int objcount, struct obd_ioobj *obj,
1203 rc = OBP(exp->exp_obd, preprw)(env, cmd, exp, oa, objcount, obj, remote,
1210 int objcount, struct obd_ioobj *obj,
1218 rc = OBP(exp->exp_obd, commitrw)(env, cmd, exp, oa, objcount, obj,
1190 obd_preprw(const struct lu_env *env, int cmd, struct obd_export *exp, struct obdo *oa, int objcount, struct obd_ioobj *obj, struct niobuf_remote *remote, int *pages, struct niobuf_local *local, struct obd_trans_info *oti, struct lustre_capa *capa) argument
1208 obd_commitrw(const struct lu_env *env, int cmd, struct obd_export *exp, struct obdo *oa, int objcount, struct obd_ioobj *obj, struct niobuf_remote *rnb, int pages, struct niobuf_local *local, struct obd_trans_info *oti, int rc) argument
/drivers/staging/lustre/lustre/lclient/
H A Dlcommon_cl.c329 struct lu_object *obj; local
335 obj = ccc2lu(vob);
338 lu_object_init(obj, &hdr->coh_lu, dev);
339 lu_object_add_top(&hdr->coh_lu, obj);
342 obj->lo_ops = luops;
344 obj = NULL;
345 return obj;
358 int ccc_object_init(const struct lu_env *env, struct lu_object *obj, argument
361 struct ccc_device *dev = lu2ccc_dev(obj->lo_dev);
362 struct ccc_object *vob = lu2ccc(obj);
381 ccc_object_free(const struct lu_env *env, struct lu_object *obj) argument
390 ccc_lock_init(const struct lu_env *env, struct cl_object *obj, struct cl_lock *lock, const struct cl_io *unused, const struct cl_lock_operations *lkops) argument
409 ccc_attr_set(const struct lu_env *env, struct cl_object *obj, const struct cl_attr *attr, unsigned valid) argument
415 ccc_object_glimpse(const struct lu_env *env, const struct cl_object *obj, struct ost_lvb *lvb) argument
435 ccc_conf_set(const struct lu_env *env, struct cl_object *obj, const struct cl_object_conf *conf) argument
442 ccc_object_size_lock(struct cl_object *obj) argument
450 ccc_object_size_unlock(struct cl_object *obj) argument
660 struct cl_object *obj; local
700 struct cl_object *obj = io->ci_obj; local
738 struct cl_object *obj = io->ci_obj; local
756 struct cl_object *obj = ios->cis_io->ci_obj; local
777 ccc_prep_size(const struct lu_env *env, struct cl_object *obj, struct cl_io *io, loff_t start, size_t count, int *exceed) argument
895 ccc_req_attr_set(const struct lu_env *env, const struct cl_req_slice *slice, const struct cl_object *obj, struct cl_req_attr *attr, u64 flags) argument
1007 lu2ccc(const struct lu_object *obj) argument
1012 cl2ccc(const struct cl_object *obj) argument
1047 ccc_object_invariant(const struct cl_object *obj) argument
1057 ccc_object_inode(const struct cl_object *obj) argument
1150 cl_object_put_last(struct lu_env *env, struct cl_object *obj) argument
[all...]
H A Dlcommon_misc.c127 int cl_get_grouplock(struct cl_object *obj, unsigned long gid, int nonblock, argument
143 io->ci_obj = obj;
156 descr->cld_obj = obj;
/drivers/staging/lustre/lustre/libcfs/
H A Dhash.c1300 void *obj = NULL; local
1318 obj = cfs_hash_object(hs, hnode);
1327 return obj;
1355 void *obj = NULL; local
1364 obj = cfs_hash_object(hs, hnode);
1369 return obj;
/drivers/staging/lustre/lustre/llite/
H A Dfile.c1003 struct cl_object *obj = lli->lli_clob; local
1021 cl_object_attr_lock(obj);
1022 rc = cl_object_attr_get(env, obj, attr);
1023 cl_object_attr_unlock(obj);
H A Dllite_lib.c2420 struct ccc_object *obj = cl_inode2ccc(page->mapping->host); local
2434 PFID(&obj->cob_header.coh_lu.loh_fid),
H A Dlloop.c191 struct cl_object *obj = ll_i2info(inode)->lli_clob; local
209 io->ci_obj = obj;
210 ret = cl_io_init(env, io, CIT_MISC, obj);

Completed in 1327 milliseconds

1234567891011>>