Lines Matching +full:suspend +full:- +full:override
8 If `struct pcmcia_device *p_dev->config_flags` is set accordingly,
10 automatically, though the driver may still override the settings
14 - CONF_AUTO_CHECK_VCC : check for matching Vcc
15 - CONF_AUTO_SET_VPP : set Vpp
16 - CONF_AUTO_AUDIO : auto-enable audio line, if required
17 - CONF_AUTO_SET_IO : set ioport resources (->resource[0,1])
18 - CONF_AUTO_SET_IOMEM : set first iomem resource (->resource[2])
20 * pcmcia_request_configuration -> pcmcia_enable_device (as of 2.6.36)
28 `struct pcmcia_device *p_dev->resource[2,3,4,5]` for up to four ioport
30 are reserved and may be used immediately -- until pcmcia_release_window()
35 `struct pcmcia_device *p_dev->resource[0,1]` for up to two ioport
52 - calling request_irq/free_irq directly. Use the IRQ from `*p_dev->irq`.
53 - use pcmcia_request_irq(p_dev, handler_t); the PCMCIA core will
59 Linux-style checking of return values, and -- if necessary -- debug
87 * Move suspend, resume and reset out of event handler (as of 2.6.16)::
89 int (*suspend) (struct pcmcia_device *dev);
93 (SUSPEND == RESET_PHYSICAL) and (RESUME == CARD_RESET) events
102 * in-kernel device<->driver matching (as of 2.6.13)
117 determine which IRQ should be used. Therefore, link->irq.IRQInfo2
120 * client->PendingEvents is gone (as of 2.6.11)
121 client->PendingEvents is no longer available.
123 * client->Attributes are gone (as of 2.6.11)
124 client->Attributes is unused, therefore it is removed from all
129 because they are unused by all in-kernel drivers, and no external
141 client list and call the ->detach() function upon module removal.
148 your IO regions in-use, and request_mem_region() to mark your
149 memory regions in-use. The name argument should be a pointer to