Lines Matching full:of
7 * pcmcia_loop_config() and autoconfiguration (as of 2.6.36)
20 * pcmcia_request_configuration -> pcmcia_enable_device (as of 2.6.36)
26 * pcmcia_request_window changes (as of 2.6.36)
27 Instead of win_req_t, drivers are now requested to fill out
33 * pcmcia_request_io changes (as of 2.6.36)
34 Instead of io_req_t, drivers are now requested to fill out
40 * No dev_info_t, no cs_types.h (as of 2.6.36)
45 * No dev_node_t (as of 2.6.35)
48 * New IRQ request rules (as of 2.6.35)
49 Instead of the old pcmcia_request_irq() interface, drivers may now
57 * no cs_error / CS_CHECK / CONFIG_PCMCIA_DEBUG (as of 2.6.33)
58 Instead of the cs_error() callback or the CS_CHECK() macro, please use
59 Linux-style checking of return values, and -- if necessary -- debug
62 * New CIS tuple access (as of 2.6.33)
63 Instead of pcmcia_get_{first,next}_tuple(), pcmcia_get_tuple_data() and
66 interested in all tuples of one type. To decode the MAC from CISTPL_FUNCE,
69 * New configuration loop helper (as of 2.6.28)
75 * New release helper (as of 2.6.17)
76 Instead of calling pcmcia_release_{configuration,io,irq,win}, all that's
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)
96 The event handler is notified of all events, and must be initialized
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)
116 PCMCIA card drivers. Instead, it is the job of the PCMCIA core to
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)
155 services. In 2.6, all of those entry points are exported and called
160 instead of {un,}register_pccard_driver