Lines Matching refs:as
2 * pcmcia_loop_config() and autoconfiguration (as of 2.6.36)
14 * pcmcia_request_configuration -> pcmcia_enable_device (as of 2.6.36)
16 as it mirrors pcmcia_disable_device(). Configuration settings are now
20 * pcmcia_request_window changes (as of 2.6.36)
27 * pcmcia_request_io changes (as of 2.6.36)
34 * No dev_info_t, no cs_types.h (as of 2.6.36)
36 in PCMCIA device drivers. Also, do not include pcmcia/cs_types.h, as
39 * No dev_node_t (as of 2.6.35)
42 * New IRQ request rules (as of 2.6.35)
53 * no cs_error / CS_CHECK / CONFIG_PCMCIA_DEBUG (as of 2.6.33)
58 * New CIS tuple access (as of 2.6.33)
65 * New configuration loop helper (as of 2.6.28)
71 * New release helper (as of 2.6.17)
77 * Unify detach and REMOVAL event code, as well as attach and INSERTION
78 code (as of 2.6.16)
82 * Move suspend, resume and reset out of event handler (as of 2.6.16)
88 * event handler initialization in struct pcmcia_driver (as of 2.6.13)
90 as the event() callback in the driver's struct pcmcia_driver.
92 * pcmcia/version.h should not be used (as of 2.6.13)
95 * in-kernel device<->driver matching (as of 2.6.13)
99 * Device model integration (as of 2.6.11)
104 * Convert internal I/O port addresses to unsigned int (as of 2.6.11)
107 * irq_mask and irq_list parameters (as of 2.6.11)
113 * client->PendingEvents is gone (as of 2.6.11)
116 * client->Attributes are gone (as of 2.6.11)
120 * core functions no longer available (as of 2.6.11)
131 * device list iteration upon module removal (as of 2.6.10)
135 * Resource management. (as of 2.6.8)
138 authors are now responsible for claiming your resources as per