Searched refs:get_mode (Results 1 - 25 of 45) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/regulator/
H A Ddriver.h55 * @get_mode: Get the configured operating mode for the regulator.
97 unsigned int (*get_mode) (struct regulator_dev *); member in struct:regulator_ops
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dthermal.h53 int (*get_mode) (struct thermal_zone_device *, member in struct:thermal_zone_device_ops
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/regulator/
H A Ddriver.h55 * @get_mode: Get the configured operating mode for the regulator.
97 unsigned int (*get_mode) (struct regulator_dev *); member in struct:regulator_ops
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dthermal.h53 int (*get_mode) (struct thermal_zone_device *, member in struct:thermal_zone_device_ops
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/btree/
H A Dbt_rsearch.c74 u_int32_t get_mode; local
104 get_mode = lock_mode == DB_LOCK_WRITE ? DB_MPOOL_DIRTY : 0;
288 get_mode = DB_MPOOL_DIRTY;
334 get_mode = DB_MPOOL_DIRTY;
348 dbc->thread_info, dbc->txn, get_mode, &h)) != 0)
H A Dbt_search.c73 u_int32_t get_mode; local
110 get_mode = DB_MPOOL_DIRTY;
112 get_mode = 0;
114 get_mode = DB_MPOOL_TRY;
117 dbc->thread_info, dbc->txn, get_mode, &h)) != 0) {
258 u_int32_t get_mode, wait; local
293 get_mode = lock_mode == DB_LOCK_WRITE ? DB_MPOOL_DIRTY : 0;
559 get_mode = DB_MPOOL_DIRTY;
644 get_mode = DB_MPOOL_DIRTY;
719 dbc->txn, get_mode,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/btree/
H A Dbt_rsearch.c74 u_int32_t get_mode; local
104 get_mode = lock_mode == DB_LOCK_WRITE ? DB_MPOOL_DIRTY : 0;
288 get_mode = DB_MPOOL_DIRTY;
334 get_mode = DB_MPOOL_DIRTY;
348 dbc->thread_info, dbc->txn, get_mode, &h)) != 0)
H A Dbt_search.c73 u_int32_t get_mode; local
110 get_mode = DB_MPOOL_DIRTY;
112 get_mode = 0;
114 get_mode = DB_MPOOL_TRY;
117 dbc->thread_info, dbc->txn, get_mode, &h)) != 0) {
258 u_int32_t get_mode, wait; local
293 get_mode = lock_mode == DB_LOCK_WRITE ? DB_MPOOL_DIRTY : 0;
559 get_mode = DB_MPOOL_DIRTY;
644 get_mode = DB_MPOOL_DIRTY;
719 dbc->txn, get_mode,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/btree/
H A Dbt_rsearch.c74 u_int32_t get_mode; local
104 get_mode = lock_mode == DB_LOCK_WRITE ? DB_MPOOL_DIRTY : 0;
288 get_mode = DB_MPOOL_DIRTY;
334 get_mode = DB_MPOOL_DIRTY;
348 dbc->thread_info, dbc->txn, get_mode, &h)) != 0)
H A Dbt_search.c73 u_int32_t get_mode; local
110 get_mode = DB_MPOOL_DIRTY;
112 get_mode = 0;
114 get_mode = DB_MPOOL_TRY;
117 dbc->thread_info, dbc->txn, get_mode, &h)) != 0) {
258 u_int32_t get_mode, wait; local
293 get_mode = lock_mode == DB_LOCK_WRITE ? DB_MPOOL_DIRTY : 0;
559 get_mode = DB_MPOOL_DIRTY;
644 get_mode = DB_MPOOL_DIRTY;
719 dbc->txn, get_mode,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/cxx/
H A Dcxx_except.cpp280 db_lockmode_t DbLockNotGrantedException::get_mode() const function in class:DbLockNotGrantedException
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/cxx/
H A Dcxx_except.cpp280 db_lockmode_t DbLockNotGrantedException::get_mode() const function in class:DbLockNotGrantedException
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/cxx/
H A Dcxx_except.cpp280 db_lockmode_t DbLockNotGrantedException::get_mode() const function in class:DbLockNotGrantedException
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/regulator/
H A Dwm8350-regulator.c1163 static unsigned int get_mode(int uA, const struct wm8350_dcdc_efficiency *eff) function
1187 mode = get_mode(output_uA, dcdc1_6_efficiency);
1191 mode = get_mode(output_uA, dcdc3_4_efficiency);
1232 .get_mode = wm8350_dcdc_get_mode,
1257 .get_mode = wm8350_ldo_get_mode,
H A Dmax8649.c265 .get_mode = max8649_get_mode,
H A Dwm8400-regulator.c262 .get_mode = wm8400_dcdc_get_mode,
H A Dcore.c1758 if (rdev->desc->ops->get_mode) {
1759 regulator_curr_mode = rdev->desc->ops->get_mode(rdev);
1785 if (!rdev->desc->ops->get_mode) {
1790 ret = rdev->desc->ops->get_mode(rdev);
2150 if (ops->get_mode) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/regulator/
H A Dwm8350-regulator.c1163 static unsigned int get_mode(int uA, const struct wm8350_dcdc_efficiency *eff) function
1187 mode = get_mode(output_uA, dcdc1_6_efficiency);
1191 mode = get_mode(output_uA, dcdc3_4_efficiency);
1232 .get_mode = wm8350_dcdc_get_mode,
1257 .get_mode = wm8350_ldo_get_mode,
H A Dmax8649.c265 .get_mode = max8649_get_mode,
H A Dwm8400-regulator.c262 .get_mode = wm8400_dcdc_get_mode,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/qam/
H A Dqam.c39 __qam_position(dbc, recnop, get_mode, exactp)
42 u_int32_t get_mode; /* flags to __memp_fget */
59 if ((ret = __qam_fget(dbc, &pg, get_mode, &cp->page)) != 0) {
60 if (!FLD_ISSET(get_mode, DB_MPOOL_CREATE) &&
73 if (!FLD_ISSET(get_mode, DB_MPOOL_CREATE)) {
77 DB_ASSERT(dbp->env, FLD_ISSET(get_mode, DB_MPOOL_CREATE));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/qam/
H A Dqam.c39 __qam_position(dbc, recnop, get_mode, exactp)
42 u_int32_t get_mode; /* flags to __memp_fget */
59 if ((ret = __qam_fget(dbc, &pg, get_mode, &cp->page)) != 0) {
60 if (!FLD_ISSET(get_mode, DB_MPOOL_CREATE) &&
73 if (!FLD_ISSET(get_mode, DB_MPOOL_CREATE)) {
77 DB_ASSERT(dbp->env, FLD_ISSET(get_mode, DB_MPOOL_CREATE));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/qam/
H A Dqam.c39 __qam_position(dbc, recnop, get_mode, exactp)
42 u_int32_t get_mode; /* flags to __memp_fget */
59 if ((ret = __qam_fget(dbc, &pg, get_mode, &cp->page)) != 0) {
60 if (!FLD_ISSET(get_mode, DB_MPOOL_CREATE) &&
73 if (!FLD_ISSET(get_mode, DB_MPOOL_CREATE)) {
77 DB_ASSERT(dbp->env, FLD_ISSET(get_mode, DB_MPOOL_CREATE));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/thermal/
H A Dthermal_sys.c130 if (!tz->ops->get_mode)
133 result = tz->ops->get_mode(tz, &mode);
1117 if (ops->get_mode) {
1201 if (tz->ops->get_mode)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/thermal/
H A Dthermal_sys.c130 if (!tz->ops->get_mode)
133 result = tz->ops->get_mode(tz, &mode);
1117 if (ops->get_mode) {
1201 if (tz->ops->get_mode)

Completed in 323 milliseconds

12