Lines Matching +full:11 +full:a
29 ranges. After a call to pcmcia_request_window(), the regions found there
36 ranges. After a call to pcmcia_request_io(), the ports found there
41 dev_info_t and a few other typedefs are removed. No longer use them
46 There is no more need to fill out a "dev_node_t" structure.
64 pcmcia_parse_tuple(), a driver shall use "pcmcia_get_tuple()" if it is
67 a new helper "pcmcia_get_mac_from_cis()" was added.
70 By calling pcmcia_loop_config(), a driver can iterate over all available
71 configuration options. During a driver's probe() phase, one doesn't need
106 * Device model integration (as of 2.6.11)
107 A struct pcmcia_device is registered with the device model core,
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)
149 memory regions in-use. The name argument should be a pointer to
154 CardServices() in 2.4 is just a big switch statement to call various