Lines Matching refs:as

7 * pcmcia_loop_config() and autoconfiguration (as of 2.6.36)
20 * pcmcia_request_configuration -> pcmcia_enable_device (as of 2.6.36)
22 as it mirrors pcmcia_disable_device(). Configuration settings are now
26 * pcmcia_request_window changes (as of 2.6.36)
33 * pcmcia_request_io changes (as of 2.6.36)
40 * No dev_info_t, no cs_types.h (as of 2.6.36)
42 in PCMCIA device drivers. Also, do not include pcmcia/cs_types.h, as
45 * No dev_node_t (as of 2.6.35)
48 * New IRQ request rules (as of 2.6.35)
57 * no cs_error / CS_CHECK / CONFIG_PCMCIA_DEBUG (as of 2.6.33)
62 * New CIS tuple access (as of 2.6.33)
69 * New configuration loop helper (as of 2.6.28)
75 * New release helper (as of 2.6.17)
81 * Unify detach and REMOVAL event code, as well as attach and INSERTION
82 code (as of 2.6.16)::
87 * Move suspend, resume and reset out of event handler (as of 2.6.16)::
95 * event handler initialization in struct pcmcia_driver (as of 2.6.13)
97 as the event() callback in the driver's struct pcmcia_driver.
99 * pcmcia/version.h should not be used (as of 2.6.13)
102 * in-kernel device<->driver matching (as of 2.6.13)
106 * Device model integration (as of 2.6.11)
111 * Convert internal I/O port addresses to unsigned int (as of 2.6.11)
114 * irq_mask and irq_list parameters (as of 2.6.11)
120 * client->PendingEvents is gone (as of 2.6.11)
123 * client->Attributes are gone (as of 2.6.11)
127 * core functions no longer available (as of 2.6.11)
139 * device list iteration upon module removal (as of 2.6.10)
143 * Resource management. (as of 2.6.8)
146 authors are now responsible for claiming your resources as per