[go: nahoru, domu]

Searched defs:eco (Results 1 - 2 of 2) sorted by relevance

/drivers/regulator/
H A Dtps65912-regulator.c304 int pwm_mode, eco, id = rdev_get_id(dev); local
309 eco = tps65912_reg_read(mfd, pmic->eco_reg);
312 eco &= DCDC_AVS_ECO_MASK;
317 if (pwm_mode && !eco)
324 if (!pwm_mode && !eco)
330 if (!pwm_mode && eco)
346 int pwm_mode, eco, mode = 0, id = rdev_get_id(dev); local
351 eco = tps65912_reg_read(mfd, pmic->eco_reg);
354 eco &= DCDC_AVS_ECO_MASK;
356 if (pwm_mode && !eco)
[all...]
/drivers/staging/lustre/lustre/obdecho/
H A Decho_client.c120 static inline struct cl_object *echo_obj2cl(struct echo_object *eco) argument
122 return &eco->eo_cl;
164 static int cl_echo_object_put(struct echo_object *eco);
165 static int cl_echo_enqueue(struct echo_object *eco, u64 start,
168 static int cl_echo_object_brw(struct echo_object *eco, int rw, u64 offset,
281 struct echo_object *eco = cl2echo_obj(slice->cpl_obj); local
284 atomic_dec(&eco->eo_npages);
376 struct echo_object *eco = cl2echo_obj(obj); local
382 atomic_inc(&eco->eo_npages);
433 struct echo_object *eco local
517 struct echo_object *eco = cl2echo_obj(lu2cl(obj)); local
562 struct echo_object *eco; local
840 struct echo_object *eco; local
930 struct echo_object *eco; local
992 cl_echo_object_put(struct echo_object *eco) argument
1014 cl_echo_enqueue0(struct lu_env *env, struct echo_object *eco, u64 start, u64 end, int mode, __u64 *cookie , __u32 enqflags) argument
1060 cl_echo_enqueue(struct echo_object *eco, u64 start, u64 end, int mode, __u64 *cookie) argument
1154 cl_echo_object_brw(struct echo_object *eco, int rw, u64 offset, struct page **pages, int npages, int async) argument
1305 struct echo_object *eco; local
1396 struct echo_object *eco; local
1424 echo_put_object(struct echo_object *eco) argument
1524 echo_client_kbrw(struct echo_device *ed, int rw, struct obdo *oa, struct echo_object *eco, u64 offset, u64 count, int async, struct obd_trans_info *oti) argument
1620 echo_client_prep_commit(const struct lu_env *env, struct obd_export *exp, int rw, struct obdo *oa, struct echo_object *eco, u64 offset, u64 count, u64 batch, struct obd_trans_info *oti, int async) argument
1734 struct echo_object *eco; local
1788 struct echo_object *eco; local
1836 struct echo_object *eco; local
[all...]

Completed in 62 milliseconds