Searched refs:state (Results 151 - 175 of 2636) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dmsdos.c108 parse_extended(struct parsed_partitions *state, struct block_device *bdev,
111 parse_extended(struct parsed_partitions *state, struct block_device *bdev, argument
134 if (state->next == state->limit)
187 put_partition(state, state->next, next, size);
189 state->parts[state->next].flags = ADDPART_FLAG_RAID;
191 if (++state->next == state
220 parse_solaris_x86(struct parsed_partitions *state, struct block_device *bdev, u32 offset, u32 size, int origin) argument
264 parse_bsd(struct parsed_partitions *state, struct block_device *bdev, u32 offset, u32 size, int origin, char *flavour, int max_partitions) argument
310 parse_freebsd(struct parsed_partitions *state, struct block_device *bdev, u32 offset, u32 size, int origin) argument
320 parse_netbsd(struct parsed_partitions *state, struct block_device *bdev, u32 offset, u32 size, int origin) argument
330 parse_openbsd(struct parsed_partitions *state, struct block_device *bdev, u32 offset, u32 size, int origin) argument
344 parse_unixware(struct parsed_partitions *state, struct block_device *bdev, u32 offset, u32 size, int origin) argument
383 parse_minix(struct parsed_partitions *state, struct block_device *bdev, u32 offset, u32 size, int origin) argument
434 msdos_partition(struct parsed_partitions *state, struct block_device *bdev) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Ddvb_dummy_fe.c109 struct dvb_dummy_fe_state* state = fe->demodulator_priv; local
110 kfree(state);
117 struct dvb_dummy_fe_state* state = NULL; local
119 /* allocate memory for the internal state */
120 state = kmalloc(sizeof(struct dvb_dummy_fe_state), GFP_KERNEL);
121 if (state == NULL) goto error;
124 memcpy(&state->frontend.ops, &dvb_dummy_fe_ofdm_ops, sizeof(struct dvb_frontend_ops));
125 state->frontend.demodulator_priv = state;
126 return &state
137 struct dvb_dummy_fe_state* state = NULL; local
157 struct dvb_dummy_fe_state* state = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dau1000_db1x00.c80 db1x00_pcmcia_socket_state(struct au1000_pcmcia_socket *skt, struct pcmcia_state *state) argument
85 state->ready = 0;
86 state->vs_Xv = 0;
87 state->vs_3v = 0;
88 state->detect = 0;
119 state->vs_3v=1;
128 state->detect = 1;
129 state->ready = 1;
151 state->bvd1=1;
152 state
157 db1x00_pcmcia_configure_socket(struct au1000_pcmcia_socket *skt, struct socket_state_t *state) argument
[all...]
H A Dpxa2xx_mainstone.c43 * Setup default state of GPIO outputs
77 struct pcmcia_state *state)
94 state->detect = (status & MST_PCMCIA_nCD) ? 0 : 1;
95 state->ready = (status & MST_PCMCIA_nIRQ) ? 1 : 0;
96 state->bvd1 = (status & MST_PCMCIA_nSTSCHG_BVD1) ? 1 : 0;
97 state->bvd2 = (status & MST_PCMCIA_nSPKR_BVD2) ? 1 : 0;
98 state->vs_3v = (status & MST_PCMCIA_nVS1) ? 0 : 1;
99 state->vs_Xv = (status & MST_PCMCIA_nVS2) ? 0 : 1;
100 state->wrprot = 0; /* not available */
104 const socket_state_t *state)
76 mst_pcmcia_socket_state(struct soc_pcmcia_socket *skt, struct pcmcia_state *state) argument
103 mst_pcmcia_configure_socket(struct soc_pcmcia_socket *skt, const socket_state_t *state) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dhostaudio_kern.c75 struct hostaudio_state *state = file->private_data; local
87 err = os_read_file(state->fd, kbuf, count);
102 struct hostaudio_state *state = file->private_data; local
118 err = os_write_file(state->fd, kbuf, count);
143 struct hostaudio_state *state = file->private_data; local
164 err = os_ioctl_generic(state->fd, cmd, (unsigned long) &data);
185 struct hostaudio_state *state; local
193 state = kmalloc(sizeof(struct hostaudio_state), GFP_KERNEL);
194 if(state == NULL)
202 kfree(state);
212 struct hostaudio_state *state = file->private_data; local
228 struct hostmixer_state *state = file->private_data; local
239 struct hostmixer_state *state; local
268 struct hostmixer_state *state = file->private_data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dspeedcheck.c33 memset(&data->state.keeps_speed, 0, sizeof(struct timeval));
41 (Curl_tvlong(data->state.keeps_speed) != 0) &&
43 long howlong = Curl_tvdiff(now, data->state.keeps_speed);
65 data->state.keeps_speed = now;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dinffas8664.c53 state->mode == LEN
57 state->bits < 8
59 On return, state->mode is one of:
102 /*116 72 */ unsigned status; /* set when state chng*/
110 struct inflate_state FAR *state; local
124 /* copy state to local variables */
125 state = (struct inflate_state FAR *)strm->state;
132 ar.wsize = state->wsize;
133 ar.write = state
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/psorder/
H A Dpa.h61 int state; member in struct:pa_buf_t
72 #define pa_match(h) ((h)->state=PA_MATCHING,(h)->mark=(h)->cur)
73 #define pa_cont(h) (*((h)->cur)=(h)->tmp,(h)->state=PA_MATCHING)
74 #define pa_cancel(h) ((h)->state=PA_NORMAL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/power/
H A Druntime.c34 * dpm_runtime_suspend - Put one device in low-power state.
36 * @state: State to enter.
39 int dpm_runtime_suspend(struct device * dev, pm_message_t state) argument
44 if (dev->power.power_state.event == state.event)
50 if (!(error = suspend_device(dev, state)))
51 dev->power.power_state = state;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/mtrr/
H A DMakefile1 obj-y := main.o if.o generic.o state.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dinffas8664.c53 state->mode == LEN
57 state->bits < 8
59 On return, state->mode is one of:
102 /*116 72 */ unsigned status; /* set when state chng*/
110 struct inflate_state FAR *state; local
124 /* copy state to local variables */
125 state = (struct inflate_state FAR *)strm->state;
132 ar.wsize = state->wsize;
133 ar.write = state
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Diriap_event.h68 void iriap_next_client_state (struct iriap_cb *self, IRIAP_STATE state);
69 void iriap_next_call_state (struct iriap_cb *self, IRIAP_STATE state);
70 void iriap_next_server_state (struct iriap_cb *self, IRIAP_STATE state);
71 void iriap_next_r_connect_state(struct iriap_cb *self, IRIAP_STATE state);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dks0108.h34 /* Set the controller's current display state (0..1) */
35 extern void ks0108_displaystate(unsigned char state);
H A Dtextsearch.h21 * struct ts_state - search state
69 * @state: search state
74 * a new search. May store/read persistent values in state->cb.
79 struct ts_state *state);
84 * @state: search state
90 struct ts_state *state);
96 * @state: search state
105 textsearch_next(struct ts_config *conf, struct ts_state *state) argument
124 textsearch_find(struct ts_config *conf, struct ts_state *state) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/psorder/
H A Dpa.h61 int state; member in struct:pa_buf_t
72 #define pa_match(h) ((h)->state=PA_MATCHING,(h)->mark=(h)->cur)
73 #define pa_cont(h) (*((h)->cur)=(h)->tmp,(h)->state=PA_MATCHING)
74 #define pa_cancel(h) ((h)->state=PA_NORMAL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dprimitive.c63 sctp_state_t state; \
68 state = asoc ? asoc->state : SCTP_STATE_CLOSED; \
71 error = sctp_do_sm(event_type, subtype, state, ep, asoc, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dmcp2120-sir.c100 unsigned state = dev->fsm.substate; local
107 switch (state) {
146 state = MCP2120_STATE_WAIT_SPEED;
158 IRDA_ERROR("%s(), undefine state %d\n", __FUNCTION__, state);
162 dev->fsm.substate = state;
186 unsigned state = dev->fsm.substate; local
192 switch (state) {
197 state = MCP2120_STATE_WAIT1_RESET;
205 state
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dtblcmp.c43 /* bldtbl - build table entries for dfa state
46 * int state[numecs], statenum, totaltrans, comstate, comfreq;
47 * bldtbl( state, statenum, totaltrans, comstate, comfreq );
49 * State is the statenum'th dfa state. It is indexed by equivalence class and
50 * gives the number of the state to enter for a given equivalence class.
51 * totaltrans is the total number of transitions out of the state. Comstate
52 * is that state which is the destination of the most transitions out of State.
57 * either being redundant (a state processed later will have an identical
58 * transition table) or nearly redundant (a state processed later will have
66 * to the same destination state o
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ipmi/
H A Dipmi_kcs_sm.c35 * This state machine is taken from the state machine in the IPMI spec,
51 * KCS_DEBUG_STATES - state machine
69 the state machine in the spec to
82 state machine in the spec to be
93 state machine. */
107 enum kcs_states state; member in struct:si_sm_data
126 kcs->state = KCS_IDLE;
191 kcs->state = KCS_HOSED;
194 kcs->state
324 unsigned char state; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/sleep/
H A Dsleep.h3 extern int acpi_suspend (u32 state);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/arm/
H A Dicside.c91 struct icside_state *state = ec->irq_data; local
93 writeb(0, state->irq_port + ICS_ARCIN_V5_INTROFFSET);
101 struct icside_state *state = ec->irq_data; local
103 readb(state->irq_port + ICS_ARCIN_V5_INTROFFSET);
118 struct icside_state *state = ec->irq_data; local
119 void __iomem *base = state->irq_port;
121 state->enabled = 1;
123 switch (state->channel) {
140 struct icside_state *state = ec->irq_data; local
142 state
153 struct icside_state *state = ec->irq_data; local
172 struct icside_state *state = hwif->hwif_data; local
212 struct icside_state *state = hwif->hwif_data; local
367 struct icside_state *state = hwif->hwif_data; local
443 struct icside_state *state = hwif->hwif_data; local
563 icside_register_v5(struct icside_state *state, struct expansion_card *ec) argument
598 icside_register_v6(struct icside_state *state, struct expansion_card *ec) argument
690 struct icside_state *state; local
760 struct icside_state *state = ecard_get_drvdata(ec); local
789 struct icside_state *state = ecard_get_drvdata(ec); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dppp-comp.h63 void (*decomp_free) __P((void *state));
65 int (*decomp_init) __P((void *state, u_char *options, int opt_len,
68 void (*decomp_reset) __P((void *state));
70 int (*decompress) __P((void *state, u_char *mp, int inlen,
72 /* Update state for an incompressible packet received */
73 void (*incomp) __P((void *state, u_char *mp, int len));
75 void (*decomp_stat) __P((void *state, struct compstat *stats));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dsemaphore.c78 tsk->state = TASK_UNINTERRUPTIBLE;
90 tsk->state = TASK_UNINTERRUPTIBLE;
93 tsk->state = TASK_RUNNING;
109 tsk->state = TASK_INTERRUPTIBLE;
125 tsk->state = TASK_INTERRUPTIBLE;
127 tsk->state = TASK_RUNNING;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dprocessor_throttling.c52 int state = 0; local
64 pr->throttling.state = 0;
75 * Compute the current throttling state when throttling is enabled
83 state = pr->throttling.state_count - duty_value;
86 pr->throttling.state = state;
91 "Throttling state is T%d (%d%% throttling applied)\n",
92 state, pr->throttling.states[state].performance));
97 int acpi_processor_set_throttling(struct acpi_processor *pr, int state) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-common/
H A Dpm.c95 * @state: suspend state we're entering.
98 static int bfin_pm_prepare(suspend_state_t state) argument
102 switch (state) {
117 * bfin_pm_enter - Actually enter a sleep state.
118 * @state: State we're entering.
121 static int bfin_pm_enter(suspend_state_t state) argument
123 switch (state) {
140 * @state: State we're coming out of.
142 * This is called after we wake back up (or if entering the sleep state
145 bfin_pm_finish(suspend_state_t state) argument
[all...]

Completed in 144 milliseconds

1234567891011>>