Lines Matching refs:of
2 * pcmcia_loop_config() and autoconfiguration (as of 2.6.36)
14 * pcmcia_request_configuration -> pcmcia_enable_device (as of 2.6.36)
20 * pcmcia_request_window changes (as of 2.6.36)
21 Instead of win_req_t, drivers are now requested to fill out
27 * pcmcia_request_io changes (as of 2.6.36)
28 Instead of io_req_t, drivers are now requested to fill out
34 * No dev_info_t, no cs_types.h (as of 2.6.36)
39 * No dev_node_t (as of 2.6.35)
42 * New IRQ request rules (as of 2.6.35)
43 Instead of the old pcmcia_request_irq() interface, drivers may now
49 - drivers still not capable of IRQF_SHARED (or not telling us so) may
53 * no cs_error / CS_CHECK / CONFIG_PCMCIA_DEBUG (as of 2.6.33)
54 Instead of the cs_error() callback or the CS_CHECK() macro, please use
55 Linux-style checking of return values, and -- if necessary -- debug
58 * New CIS tuple access (as of 2.6.33)
59 Instead of pcmcia_get_{first,next}_tuple(), pcmcia_get_tuple_data() and
62 interested in all tuples of one type. To decode the MAC from CISTPL_FUNCE,
65 * New configuration loop helper (as of 2.6.28)
71 * New release helper (as of 2.6.17)
72 Instead of calling pcmcia_release_{configuration,io,irq,win}, all that's
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)
89 The event handler is notified of all events, and must be initialized
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)
109 PCMCIA card drivers. Instead, it is the job of the PCMCIA core to
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)
147 services. In 2.6, all of those entry points are exported and called
152 instead of {un,}register_pccard_driver