Searched refs:states (Results 1 - 25 of 107) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dcpuidle.c11 * to implement two idle states -
34 /* Actual code that puts the SoC in different idle states */
44 if (state == &dev->states[0])
47 else if (state == &dev->states[1]) {
61 /* Initialize CPU idle by registering the idle states */
72 device->states[0].enter = at91_enter_idle;
73 device->states[0].exit_latency = 1;
74 device->states[0].target_residency = 10000;
75 device->states[0].flags = CPUIDLE_FLAG_TIME_VALID;
76 strcpy(device->states[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-kirkwood/
H A Dcpuidle.c11 * to implement two idle states -
33 /* Actual code that puts the SoC in different idle states */
42 if (state == &dev->states[0])
45 else if (state == &dev->states[1]) {
63 /* Initialize CPU idle by registering the idle states */
74 device->states[0].enter = kirkwood_enter_idle;
75 device->states[0].exit_latency = 1;
76 device->states[0].target_residency = 10000;
77 device->states[0].flags = CPUIDLE_FLAG_TIME_VALID;
78 strcpy(device->states[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Ddbgen.pl14 @states = ("AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA",
28 $state = $states [($i / 100) % 50];
H A Ddbgenattr.pl14 @states = ("AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA",
28 $state = $states [($i / 100) % 50];
H A DtestAutomata.c37 xmlAutomataStatePtr states[1000]; local
42 states[i] = NULL;
58 states[0] = xmlAutomataGetInitState(am);
59 if (states[0] == NULL) {
88 if (states[from] == NULL)
89 states[from] = xmlAutomataNewState(am);
97 if (states[to] == NULL)
98 states[to] = xmlAutomataNewState(am);
100 xmlAutomataNewTransition(am, states[from], states[t
[all...]
H A Dpattern.c108 int nbState; /* number of states in the automata */
109 int maxState; /* allocated number of states */
111 int *states; /* the array of step indexes */ member in struct:_xmlStreamCtxt
147 xmlStepStatePtr states; member in struct:_xmlStepStates
460 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { argument
461 if ((states->states == NULL) || (states->maxstates <= 0)) {
462 states->maxstates = 4;
463 states
497 xmlStepStates states = {0, 0, NULL}; /* // may require backtrack */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Ddbgen.pl14 @states = ("AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA",
28 $state = $states [($i / 100) % 50];
H A Ddbgenattr.pl14 @states = ("AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA",
28 $state = $states [($i / 100) % 50];
H A DtestAutomata.c37 xmlAutomataStatePtr states[1000]; local
42 states[i] = NULL;
58 states[0] = xmlAutomataGetInitState(am);
59 if (states[0] == NULL) {
88 if (states[from] == NULL)
89 states[from] = xmlAutomataNewState(am);
97 if (states[to] == NULL)
98 states[to] = xmlAutomataNewState(am);
100 xmlAutomataNewTransition(am, states[from], states[t
[all...]
H A Dpattern.c108 int nbState; /* number of states in the automata */
109 int maxState; /* allocated number of states */
111 int *states; /* the array of step indexes */ member in struct:_xmlStreamCtxt
147 xmlStepStatePtr states; member in struct:_xmlStepStates
460 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { argument
461 if ((states->states == NULL) || (states->maxstates <= 0)) {
462 states->maxstates = 4;
463 states
497 xmlStepStates states = {0, 0, NULL}; /* // may require backtrack */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dcpuidle.c79 /* Actual code that puts the SoC in different idle states */
126 device->states[0].enter = davinci_enter_idle;
127 device->states[0].exit_latency = 1;
128 device->states[0].target_residency = 10000;
129 device->states[0].flags = CPUIDLE_FLAG_TIME_VALID;
130 strcpy(device->states[0].name, "WFI");
131 strcpy(device->states[0].desc, "Wait for interrupt");
134 device->states[1].enter = davinci_enter_idle;
135 device->states[1].exit_latency = 10;
136 device->states[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cpuidle/governors/
H A Dladder.c41 struct ladder_device_state states[CPUIDLE_STATE_MAX]; member in struct:ladder_device
56 ldev->states[old_idx].stats.promotion_count = 0;
57 ldev->states[old_idx].stats.demotion_count = 0;
78 last_state = &ldev->states[last_idx];
80 if (dev->states[last_idx].flags & CPUIDLE_FLAG_TIME_VALID)
81 last_residency = cpuidle_get_last_residency(dev) - dev->states[last_idx].exit_latency;
88 dev->states[last_idx + 1].exit_latency <= latency_req) {
99 dev->states[last_idx].exit_latency > latency_req) {
103 if (dev->states[i].exit_latency <= latency_req)
138 state = &dev->states[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/mm/
H A DMakefile6 page-states.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/shmobile/
H A Dcpuidle.c32 int requested_state = state - &dev->states[0];
49 dev->last_state = &dev->states[k];
71 dev->states[i].name[0] = '\0';
72 dev->states[i].desc[0] = '\0';
77 state = &dev->states[i++];
91 state = &dev->states[i++];
104 state = &dev->states[i++];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/
H A Dcstate.c4 * - Added _PDC for SMP C-states on Intel CPUs
62 } states[ACPI_PROCESSOR_MAX_POWER]; member in struct:cstate_entry
137 percpu_entry->states[cx->index].eax = 0;
138 percpu_entry->states[cx->index].ecx = 0;
145 percpu_entry->states[cx->index].eax = cx->address;
146 percpu_entry->states[cx->index].ecx = MWAIT_ECX_INTERRUPT_BREAK;
167 mwait_idle_with_hints(percpu_entry->states[cx->index].eax,
168 percpu_entry->states[cx->index].ecx);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/cpufreq/
H A Dacpi-cpufreq.c96 if (value == data->acpi_data.states[i].status)
97 return data->acpi_data.states[i].core_frequency;
99 return data->acpi_data.states[i-1].core_frequency;
187 value = (u32) data->acpi_data.states[state].control;
319 if ((data->acpi_data.states[i].transition_latency * 1000) >
322 data->acpi_data.states[i].transition_latency * 1000;
333 data->acpi_data.states[i].core_frequency * 1000;
353 (u32) data->acpi_data.states[i].core_frequency,
354 (u32) data->acpi_data.states[i].power,
355 (u32) data->acpi_data.states[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/misc/
H A Dua101.c76 /* bits in struct ua101::states */
101 unsigned long states; member in struct:ua101
169 if (test_and_clear_bit(USB_CAPTURE_RUNNING, &ua->states)) {
177 if (test_and_clear_bit(USB_PLAYBACK_RUNNING, &ua->states))
196 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states)) {
216 set_bit(PLAYBACK_URB_COMPLETED, &ua->states);
269 if (unlikely(!test_bit(USB_PLAYBACK_RUNNING, &ua->states)))
299 if (test_bit(ALSA_PLAYBACK_RUNNING, &ua->states))
380 if (frames > 0 && test_bit(ALSA_CAPTURE_RUNNING, &ua->states))
385 if (test_bit(USB_CAPTURE_RUNNING, &ua->states)) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.h56 states of the DFA are those that would have
313 dfa_state *states; /* States of the dfa. */ member in struct:dfa
314 int sindex; /* Index for adding new states. */
315 int salloc; /* Number of states currently allocated. */
338 int **trans; /* Transition tables for states that can
357 #define ACCEPTING(s, r) ((r).states[s].constraint)
362 SUCCEEDS_IN_CONTEXT((dfa).states[state].constraint, \
368 #define FIRST_MATCHING_REGEXP(state, dfa) (-(dfa).states[state].first_end)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dpattern.c108 int nbState; /* number of states in the automata */
109 int maxState; /* allocated number of states */
111 int *states; /* the array of step indexes */ member in struct:_xmlStreamCtxt
147 xmlStepStatePtr states; member in struct:_xmlStepStates
460 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { argument
461 if ((states->states == NULL) || (states->maxstates <= 0)) {
462 states->maxstates = 4;
463 states
497 xmlStepStates states = {0, 0, NULL}; /* // may require backtrack */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dpattern.c108 int nbState; /* number of states in the automata */
109 int maxState; /* allocated number of states */
111 int *states; /* the array of step indexes */ member in struct:_xmlStreamCtxt
147 xmlStepStatePtr states; member in struct:_xmlStepStates
460 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { argument
461 if ((states->states == NULL) || (states->maxstates <= 0)) {
462 states->maxstates = 4;
463 states
497 xmlStepStates states = {0, 0, NULL}; /* // may require backtrack */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-hsrp.c55 /* HSRP states and associated names. */
56 static struct tok states[] = { variable in typeref:struct:tok
114 printf("state=%s ", tok2str(states, "Unknown (%d)", hp->hsrp_state));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_adpcm.c78 snd_pcm_adpcm_state_t *states);
86 snd_pcm_adpcm_state_t *states; member in struct:__anon1455
222 snd_pcm_adpcm_state_t *states)
229 for (channel = 0; channel < channels; ++channel, ++states) {
252 sample = adpcm_decoder(v, states);
275 snd_pcm_adpcm_state_t *states)
283 for (channel = 0; channel < channels; ++channel, ++states) {
306 v = adpcm_encoder(sample, states);
442 assert(!adpcm->states);
443 adpcm->states
216 snd_pcm_adpcm_decode(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int channels, snd_pcm_uframes_t frames, unsigned int putidx, snd_pcm_adpcm_state_t *states) argument
269 snd_pcm_adpcm_encode(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int channels, snd_pcm_uframes_t frames, unsigned int getidx, snd_pcm_adpcm_state_t *states) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-gobject/
H A Dga-client.c193 } states[] = { local
203 for (i = 0; states[i].name != NULL; i++) {
204 if (state != states[i].state)
207 if (!states[i].quark)
208 states[i].quark = g_quark_from_static_string(states[i].name);
209 /* printf("Detail: %s\n", states[i].name); */
210 return states[i].quark;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-client.c193 } states[] = { local
203 for (i = 0; states[i].name != NULL; i++) {
204 if (state != states[i].state)
207 if (!states[i].quark)
208 states[i].quark = g_quark_from_static_string(states[i].name);
209 /* printf("Detail: %s\n", states[i].name); */
210 return states[i].quark;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.py95 states = {
102 if state not in states:
105 return states[state]

Completed in 368 milliseconds

12345