Searched refs:state (Results 51 - 75 of 201) sorted by relevance

123456789

/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/arch/arm/mach-s3c2442/
H A Dgta02-pm-bt.c78 static int bt_rfkill_toggle_radio(void *data, enum rfkill_state state) argument
81 unsigned long on = (state == RFKILL_STATE_ON);
95 enum rfkill_state state = on ? RFKILL_STATE_ON : RFKILL_STATE_OFF; local
96 bt_rfkill_toggle_radio(dev, state);
97 bt_data->rfkill->state = state;
112 static int gta02_bt_suspend(struct platform_device *pdev, pm_message_t state) argument
166 /* this tests the true physical state of the regulator... */
169 * but these only operate on the logical state of the
185 rfkill->state
[all...]
/netgear-R7800-V1.0.2.28/package/igmpproxy/src/
H A Dconfig.c22 ** source code has been modified from it's original state by the author
43 short state; member in struct:vifconfig
141 IF_DEBUG igmp_syslog(LOG_DEBUG, 0, "State : %d", tmpPtr->state);
211 // Set the VIF state
212 Dp->state = confPtr->state;
258 tmpPtr->state = IF_STATE_DOWNSTREAM;
293 tmpPtr->state = IF_STATE_UPSTREAM;
298 tmpPtr->state = IF_STATE_DOWNSTREAM;
303 tmpPtr->state
[all...]
H A Digmpproxy.c22 ** source code has been modified from it's original state by the author
131 setIgmpPState(int state) argument
133 igmpPState = state;
296 if(Dp->state == IF_STATE_UPSTREAM) {
305 if((commonConfig.mode==1)&&(Dp->state == IF_STATE_UPSTREAM)) continue;
368 if(Dp->state == IF_STATE_UPSTREAM) {
H A Drequest.c22 ** source code has been modified from it's original state by the author
120 if(sourceVif->state == IF_STATE_DOWNSTREAM) {
152 // Log the state of the interface the report was recieved on.
154 sourceVif->state==IF_STATE_UPSTREAM?"the upstream interface":"a disabled interface");
188 if(sourceVif->state == IF_STATE_DOWNSTREAM) {
271 if(Dp->state == IF_STATE_DOWNSTREAM) {
360 if(Dp->state == IF_STATE_DOWNSTREAM) {
/netgear-R7800-V1.0.2.28/target/linux/brcm47xx/image/lzma-loader/src/
H A DLzmaDecode.c398 int state = vs->State; local
450 int state = 0;
487 if (RangeDecoderBitDecode(p + IsMatch + (state << kNumPosBitsMax) + posState, &rd) == 0)
498 if (state < 4) state = 0;
499 else if (state < 10) state -= 3;
500 else state -= 6;
527 if (RangeDecoderBitDecode(p + IsRep + state, &rd) == 1)
529 if (RangeDecoderBitDecode(p + IsRepG0 + state,
[all...]
/netgear-R7800-V1.0.2.28/target/linux/brcm63xx/image/lzma-loader/src/
H A DLzmaDecode.c398 int state = vs->State; local
450 int state = 0;
487 if (RangeDecoderBitDecode(p + IsMatch + (state << kNumPosBitsMax) + posState, &rd) == 0)
498 if (state < 4) state = 0;
499 else if (state < 10) state -= 3;
500 else state -= 6;
527 if (RangeDecoderBitDecode(p + IsRep + state, &rd) == 1)
529 if (RangeDecoderBitDecode(p + IsRepG0 + state,
[all...]
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dsha1.c65 ctx->state[0] = 0x67452301;
66 ctx->state[1] = 0xEFCDAB89;
67 ctx->state[2] = 0x98BADCFE;
68 ctx->state[3] = 0x10325476;
69 ctx->state[4] = 0xC3D2E1F0;
107 A = ctx->state[0];
108 B = ctx->state[1];
109 C = ctx->state[2];
110 D = ctx->state[3];
111 E = ctx->state[
[all...]
/netgear-R7800-V1.0.2.28/package/zz-dni-streamboost/files/
H A Dstreamboost38 FSM_VAR="$RUNDIR/streamboost_fsm.state"
122 # streamboost qdisc/flow state.
135 # try hard to get a lock for access to the state machine
143 local state=$(cat "$FSM_VAR" 2>/dev/null || echo $FSM_STATE_STOPPED)
144 [ $state -gt $FSM_STATE_MAXSTABLE -a $FSM_state_checked -eq 0 ] && {
147 $LOGGER Detected stale transitory state
174 # functions to look up the new state, based on the action and current state
177 local state=$1
185 eval echo '$'$state
[all...]
/netgear-R7800-V1.0.2.28/package/app-flow-scripts/files/
H A Dstreamboost38 FSM_VAR="$RUNDIR/streamboost_fsm.state"
121 # streamboost qdisc/flow state.
134 # try hard to get a lock for access to the state machine
142 local state=$(cat "$FSM_VAR" 2>/dev/null || echo $FSM_STATE_STOPPED)
143 [ $state -gt $FSM_STATE_MAXSTABLE -a $FSM_state_checked -eq 0 ] && {
146 $LOGGER Detected stale transitory state
173 # functions to look up the new state, based on the action and current state
176 local state=$1
184 eval echo '$'$state
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_nand.c104 yaffs_block_state_t *state,
110 return dev->param.query_block_fn(dev, block_no, state, seq_number);
113 state,
102 yaffs_query_init_block_state(yaffs_dev_t *dev, int block_no, yaffs_block_state_t *state, __u32 *seq_number) argument
H A Dyaffs_mtdif1.c165 * - Update ecc_result and block_bad members to refect state.
234 * state before performing tags mini-ECC check. pt1.deleted is
269 /* Set deleted state */
276 * This is a persistant state.
312 /* Query for the current state of a specific block.
314 * Examine the tags of the first chunk of the block and return the state:
328 int state = YAFFS_BLOCK_STATE_DEAD; local
343 state = YAFFS_BLOCK_STATE_DEAD;
346 state = YAFFS_BLOCK_STATE_NEEDS_SCANNING;
348 state
[all...]
H A Dyaffs_mtdif2.c216 yaffs_block_state_t *state, __u32 *seq_number)
231 *state = YAFFS_BLOCK_STATE_DEAD;
242 *state = YAFFS_BLOCK_STATE_NEEDS_SCANNING;
245 *state = YAFFS_BLOCK_STATE_EMPTY;
249 (TSTR("block is bad seq %d state %d" TENDSTR), *seq_number,
250 *state));
215 nandmtd2_QueryNANDBlock(struct yaffs_dev_s *dev, int block_no, yaffs_block_state_t *state, __u32 *seq_number) argument
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_lag.h31 * NSS LAG state change events
47 * NSS LAG state change message
51 uint32_t interface; /**< Physical interface on which state change happened */
61 struct nss_lag_state_change state; /**< Message: state change */ member in union:nss_lag_msg::__anon57
/netgear-R7800-V1.0.2.28/target/linux/generic/files/drivers/leds/
H A Dledtrig-morse.c51 unsigned char state; member in struct:morse_trig_data
101 switch (morse_data->state) {
107 morse_data->state = MORSE_STATE_BLINK_STOP;
112 morse_data->state = MORSE_STATE_BLINK_START;
137 morse_data->state = MORSE_STATE_BLINK_STOP;
163 unsigned long state = simple_strtoul(buf, &after, 10); local
171 morse_data->delay = state;
209 morse_data->state = MORSE_STATE_BLINK_STOP;
/netgear-R7800-V1.0.2.28/package/qca-nss-crypto/src/src/
H A Dnss_crypto_ctrl.h83 enum nss_crypto_session_state state; /**< Indicates whether session is active or not */ member in struct:nss_crypto_idx_info
101 uint32_t idx_state_bitmap; /**< session state bitmap,
159 * @param eng[IN] per engine state
175 * @param state[IN] session stats (ALLOC/FREE)
177 void nss_crypto_reset_session(uint32_t session_idx, enum nss_crypto_session_state state);
200 * @brief checks session's current state
H A Dnss_crypto_if.c326 * If NSS state has changed to free, start the delayed free
329 if (session->state == NSS_CRYPTO_SESSION_STATE_FREE) {
444 * reset session specific state (alloc or free)
446 void nss_crypto_reset_session(uint32_t session_idx, enum nss_crypto_session_state state) argument
453 switch (state) {
465 nss_crypto_err("incorrect session state = %d\n", state);
479 session->state = state;
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/drivers/usb/musb/
H A Dubi32_usb.c72 musb->xceiv.state = OTG_STATE_A_WAIT_VRISE;
84 musb->xceiv.state = OTG_STATE_B_IDLE;
/netgear-R7800-V1.0.2.28/target/linux/generic/files/drivers/input/misc/
H A Dgpio_buttons.c48 int state; local
51 state = !!gpio_get_value_cansleep(button->gpio);
53 state = !!gpio_get_value(button->gpio);
55 if (state != bdata->last_state) {
59 !!(state ^ button->active_low));
62 bdata->last_state = state;
169 /* report initial state of the buttons */
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/cryptocteon/
H A Dcavium_crypto.c235 struct octeon_cop2_state state; local
243 flags = octeon_crypto_enable(&state);
316 octeon_crypto_disable(&state, flags);
333 struct octeon_cop2_state state; local
352 flags = octeon_crypto_enable(&state);
363 octeon_crypto_disable(&state, flags);
382 octeon_crypto_disable(&state, flags);
397 struct octeon_cop2_state state; local
416 flags = octeon_crypto_enable(&state);
427 octeon_crypto_disable(&state, flag
463 struct octeon_cop2_state state; local
538 struct octeon_cop2_state state; local
617 struct octeon_cop2_state state; local
724 struct octeon_cop2_state state; local
839 struct octeon_cop2_state state; local
993 struct octeon_cop2_state state; local
1150 struct octeon_cop2_state state; local
1307 struct octeon_cop2_state state; local
1467 struct octeon_cop2_state state; local
1665 struct octeon_cop2_state state; local
1865 struct octeon_cop2_state state; local
2083 struct octeon_cop2_state state; local
[all...]
/netgear-R7800-V1.0.2.28/target/linux/adm5120/files/drivers/usb/host/
H A Dadm5120-hcd.c157 if (!HC_IS_RUNNING(hcd->state)) {
167 if (ed->state == ED_IDLE) {
230 } else if (HC_IS_RUNNING(hcd->state)) {
239 if (urb_priv->ed->state == ED_OPER)
257 /* frees config/altsetting state for endpoints,
284 if (!HC_IS_RUNNING(hcd->state)) {
286 ed->state = ED_IDLE;
290 switch (ed->state) {
311 admhc_err(ahcd, "leak ed %p (#%02x) state %d%s\n",
312 ed, ep->desc.bEndpointAddress, ed->state,
[all...]
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/input/touchscreen/
H A Ds3c2410_ts.c102 #define TS_STATE_STANDBY 0 /* initial state */
115 int state; member in struct:s3c2410ts
182 * Manage the state of the touchscreen.
201 if (ts.state == TS_STATE_RELEASE_PENDING)
203 ts.state = TS_STATE_PRESSED;
207 ts.state = TS_STATE_RELEASE_PENDING;
221 ts.state = TS_STATE_PRESSED;
233 if (ts.state == TS_STATE_RELEASE_PENDING) {
239 ts.state = TS_STATE_STANDBY;
411 ts.state
498 s3c2410ts_suspend(struct platform_device *pdev, pm_message_t state) argument
[all...]
/netgear-R7800-V1.0.2.28/package/px5g/src/library/
H A Dsha1.c81 ctx->state[0] = 0x67452301;
82 ctx->state[1] = 0xEFCDAB89;
83 ctx->state[2] = 0x98BADCFE;
84 ctx->state[3] = 0x10325476;
85 ctx->state[4] = 0xC3D2E1F0;
123 A = ctx->state[0];
124 B = ctx->state[1];
125 C = ctx->state[2];
126 D = ctx->state[3];
127 E = ctx->state[
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-common/
H A Dubicom32input.c69 int state = 0; local
74 * Check to see if the state changed from the last time we
82 * The state has changed, determine if we are "up" or "down"
87 state = 1;
90 input_event(id, ub->type, ub->code, state);
175 * Set the previous state to the non-active stae
/netgear-R7800-V1.0.2.28/package/uci/files/lib/config/
H A Duci.sh41 DATA="$(/sbin/uci ${UCI_CONFIG_DIR:+-c $UCI_CONFIG_DIR} ${LOAD_STATE:+-P /var/state} -S -n export "$PACKAGE" 2>/dev/null)"
62 /sbin/uci ${UCI_CONFIG_DIR:+-c $UCI_CONFIG_DIR} -P /var/state revert "$PACKAGE${CONFIG:+.$CONFIG}${OPTION:+.$OPTION}"
72 /sbin/uci ${UCI_CONFIG_DIR:+-c $UCI_CONFIG_DIR} -P /var/state set "$PACKAGE.$CONFIG${OPTION:+.$OPTION}=$VALUE"
99 uci_get "$1" "$2" "$3" "$4" "/var/state"
/netgear-R7800-V1.0.2.28/package/libnetfilter-conntrack/
H A DMakefile30 TITLE:=API to the in-kernel connection tracking state table
36 interface (API) to the in-kernel connection tracking state table. The

Completed in 138 milliseconds

123456789