Home
last modified time | relevance | path

Searched refs:states (Results 1 – 25 of 38) sorted by relevance

12

/linux-2.4.37.9/drivers/acpi/
Dprocessor.c116 struct acpi_processor_cx states[ACPI_PROCESSOR_MAX_POWER]; member
148 struct acpi_processor_px states[ACPI_PROCESSOR_MAX_PERFORMANCE]; member
165 struct acpi_processor_tx states[ACPI_PROCESSOR_MAX_THROTTLING]; member
377 pr->power.states[pr->power.state].promotion.count = 0; in acpi_processor_power_activate()
378 pr->power.states[pr->power.state].demotion.count = 0; in acpi_processor_power_activate()
421 cx = &(pr->power.states[pr->power.state]); in acpi_processor_idle()
494 inb(pr->power.states[ACPI_STATE_C2].address); in acpi_processor_idle()
511 inb(pr->power.states[ACPI_STATE_C3].address); in acpi_processor_idle()
629 if (pr->power.states[ACPI_STATE_C2].valid) { in acpi_processor_set_power_policy()
630 pr->power.states[ACPI_STATE_C1].promotion.threshold.count = 10; in acpi_processor_set_power_policy()
[all …]
Dsystem.c83 u8 states[ACPI_S_STATE_COUNT]; member
399 if (system->states[i]) { in acpi_system_read_info()
705 if (system->states[i]) { in acpi_system_read_sleep()
751 if (state >= ACPI_S_STATE_COUNT || !system->states[state]) in acpi_system_write_sleep()
1272 system->states[i] = 1; in acpi_system_add()
1277 system->states[i] = 1; in acpi_system_add()
1286 if (system->states[ACPI_STATE_S5]) { in acpi_system_add()
1316 if (system->states[ACPI_STATE_S5]) { in acpi_system_remove()
Dbus.c444 if (!device->power.states[state].flags.valid) { in acpi_bus_set_power()
466 if (device->power.states[state].flags.explicit_set) { in acpi_bus_set_power()
476 if (device->power.states[state].flags.explicit_set) { in acpi_bus_set_power()
533 struct acpi_device_power_state *ps = &device->power.states[i]; in acpi_bus_get_power_flags()
561 device->power.states[ACPI_STATE_D0].flags.valid = 1; in acpi_bus_get_power_flags()
562 device->power.states[ACPI_STATE_D0].power = 100; in acpi_bus_get_power_flags()
563 device->power.states[ACPI_STATE_D3].flags.valid = 1; in acpi_bus_get_power_flags()
564 device->power.states[ACPI_STATE_D3].power = 0; in acpi_bus_get_power_flags()
Dpower.c291 list = &device->power.states[i].resources; in acpi_power_get_inferred_state()
329 cl = &device->power.states[device->power.state].resources; in acpi_power_transition()
330 tl = &device->power.states[state].resources; in acpi_power_transition()
/linux-2.4.37.9/drivers/usb/
Dhpusbscsi.c67 static char *states[]={"FREE", "BEGINNING", "WORKING", "ERROR", "WAIT", "PREMATURE"}; variable
405 PDEBUG(2, "state= %s", states[hpusbscsi->state]); in hpusbscsi_scsi_queuecommand()
415 PDEBUG(2, "state= %s", states[hpusbscsi->state]); in hpusbscsi_scsi_queuecommand()
434 PDEBUG(2, "state= %s", states[hpusbscsi->state]); in hpusbscsi_scsi_queuecommand()
515 PDEBUG(2, "state= %s", states[hpusbscsi->state]); in control_interrupt_callback()
519 PDEBUG(2, "state= %s", states[hpusbscsi->state]); in control_interrupt_callback()
524 PDEBUG(2, "state= %s", states[hpusbscsi->state]); in control_interrupt_callback()
530 PDEBUG(2, "state= %s", states[hpusbscsi->state]); in control_interrupt_callback()
532 PDEBUG(2, "state= %s", states[hpusbscsi->state]); in control_interrupt_callback()
544 PDEBUG(2, "state= %s", states[hpusbscsi->state]); in simple_command_callback()
[all …]
/linux-2.4.37.9/drivers/sound/
Dcs46xx.c334 struct cs_state *states[2]; member
1542 state = card->states[0]; in cs_update_ptr()
1575 state = card->states[1]; in cs_update_ptr()
2106 state = (struct cs_state *)card->states[0]; in cs_read()
2214 state = (struct cs_state *)card->states[1]; in cs_write()
2343 state = card->states[1]; in cs_poll()
2352 state = card->states[0]; in cs_poll()
2363 state = card->states[0]; in cs_poll()
2372 state = card->states[1]; in cs_poll()
2414 state = card->states[1]; in cs_mmap()
[all …]
Dali5455.c343 struct ali_state *states[NR_HW_CH]; member
1437 struct ali_state *state = card->states[i]; in ali_channel_interrupt()
2776 if (card->states[i] == NULL) { in ali_open()
2777 state = card->states[i] = (struct ali_state *) kmalloc(sizeof(struct ali_state), GFP_KERNEL); in ali_open()
2805 kfree(card->states[i]); in ali_open()
2806 card->states[i] = NULL; in ali_open()
2815 kfree(card->states[i]); in ali_open()
2816 card->states[i] = NULL; in ali_open()
2839 kfree(card->states[i]); in ali_open()
2840 card->states[i] = NULL; in ali_open()
[all …]
Di810_audio.c427 struct i810_state *states[NR_HW_CH]; member
1333 struct i810_state *state = card->states[i]; in i810_channel_interrupt()
2469 if (card->states[i] == NULL) { in i810_open()
2470 state = card->states[i] = (struct i810_state *) in i810_open()
2498 kfree (card->states[i]); in i810_open()
2499 card->states[i] = NULL; in i810_open()
2510 kfree (card->states[i]); in i810_open()
2511 card->states[i] = NULL; in i810_open()
2568 state->card->states[state->virt] = NULL; in i810_release()
3092 state = card->states[0] = (struct i810_state *) in i810_configure_clocking()
[all …]
Dymfpci.h285 struct list_head states; /* List of states for this unit */ member
Dtrident.c409 struct trident_state *states[NR_HW_CH]; member
1591 if ((state = card->states[i]) != NULL) { in trident_address_interrupt()
1721 if ((state = card->states[i]) != NULL) { in cyber_address_interrupt()
2628 if (card->states[i] == NULL) { in trident_open()
2629 state = card->states[i] = (struct trident_state *) in trident_open()
2655 kfree (card->states[i]); in trident_open()
2656 card->states[i] = NULL; in trident_open()
2765 card->states[state->virt] = NULL; in trident_release()
3466 if (!card->states[i]) { in ali_allocate_other_states_resources()
3480 s = card->states[i] = (struct trident_state *) in ali_allocate_other_states_resources()
[all …]
Dymfpci.c1921 list_add_tail(&state->chain, &unit->states); in ymf_open()
2088 list_for_each(p, &unit->states) { in ymf_suspend()
2143 list_for_each(p, &unit->states) { in ymf_resume()
2525 INIT_LIST_HEAD(&codec->states); in ymf_probe_one()
/linux-2.4.37.9/drivers/scsi/
Daha152x.c653 } states[] = { variable
3027 …es, LEAD "start %s %s(%s)\n", CMDINFO(CURRENT_SC), states[STATE].name, states[PREVSTATE].name, sta…
3033 if(PREVSTATE!=STATE && states[PREVSTATE].end)
3034 states[PREVSTATE].end(shpnt);
3041 if(states[PREVSTATE].spio && !states[STATE].spio) {
3063 if(!states[PREVSTATE].spio && states[STATE].spio) {
3074 if(PREVSTATE!=STATE && states[STATE].init)
3075 states[STATE].init(shpnt);
3081 if(states[STATE].run)
3082 states[STATE].run(shpnt);
[all …]
/linux-2.4.37.9/include/acpi/
Dacpi_bus.h229 struct acpi_device_power_state states[4]; /* Power states (D0-D3) */ member
253 struct acpi_device_perf_state *states; member
/linux-2.4.37.9/Documentation/power/
Dpci.txt29 The PCI PM spec defines 4 operating states for devices (D0 - D3) and for buses
151 of the states it supports generating PME# from. D3hot is bit 3 and
180 For example, a video card that supports all 4 states (D0-D3), all controller
193 Note that in intermediate low power states, a device's I/O and memory spaces may
195 states.
283 PM Capabilties describe what power states the device supports generating a
/linux-2.4.37.9/Documentation/sound/
Dsonicvibes70 states that the chip should be able to access the sample
/linux-2.4.37.9/Documentation/networking/
Dsoundmodem.txt20 from the ax25 utilities may be used to set driver states etc. Users
Dbaycom.txt83 sethdlc from the ax25 utilities may be used to set driver states etc.
/linux-2.4.37.9/arch/parisc/kernel/
Dperf_asm.S115 ; NOTE: The PCX-W ERS states that DR2_SLOW_RET must be set before any
1368 ; NOTE: The PCX-U ERS states that DR2_SLOW_RET must be set before any
/linux-2.4.37.9/Documentation/
Dpm.txt227 three levels of device suspend states; D1, D2, and D3.
231 states and require less device context to be saved. To
Dmandatory.txt72 contravention of SVID 3, which states that only calls to open() with the
Dmca.txt60 states (i.e. sharing IO address, etc) and may result in crashes, toasted
/linux-2.4.37.9/Documentation/cdrom/
Dcdu31a99 The documentation states to set this for interrupt
/linux-2.4.37.9/Documentation/usb/
Dusb-serial.txt266 states reported by the interrupt and the states requested.
/linux-2.4.37.9/net/802/pseudo/
Dpseudocode167 ; the shared actions are common to states NORMAL, BUSY, REJECT,
/linux-2.4.37.9/Documentation/arm/SA1100/
DSA1100_USB281 the covers USB states NONATTACHED, ATTACHED and POWERED since these

12