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
50 * no cs_error / CS_CHECK / CONFIG_PCMCIA_DEBUG (as of 2.6.33)
51 Instead of the cs_error() callback or the CS_CHECK() macro, please use
52 Linux-style checking of return values, and -- if necessary -- debug
55 * New CIS tuple access (as of 2.6.33)
56 Instead of pcmcia_get_{first,next}_tuple(), pcmcia_get_tuple_data() and
59 interested in all tuples of one type. To decode the MAC from CISTPL_FUNCE,
62 * New configuration loop helper (as of 2.6.28)
68 * New release helper (as of 2.6.17)
69 Instead of calling pcmcia_release_{configuration,io,irq,win}, all that's
75 code (as of 2.6.16)
79 * Move suspend, resume and reset out of event handler (as of 2.6.16)
85 * event handler initialization in struct pcmcia_driver (as of 2.6.13)
86 The event handler is notified of all events, and must be initialized
89 * pcmcia/version.h should not be used (as of 2.6.13)
92 * in-kernel device<->driver matching (as of 2.6.13)
96 * Device model integration (as of 2.6.11)
101 * Convert internal I/O port addresses to unsigned int (as of 2.6.11)
104 * irq_mask and irq_list parameters (as of 2.6.11)
106 PCMCIA card drivers. Instead, it is the job of the PCMCIA core to
110 * client->PendingEvents is gone (as of 2.6.11)
113 * client->Attributes are gone (as of 2.6.11)
117 * core functions no longer available (as of 2.6.11)
128 * device list iteration upon module removal (as of 2.6.10)
132 * Resource management. (as of 2.6.8)
144 services. In 2.6, all of those entry points are exported and called
149 instead of {un,}register_pccard_driver