Lines Matching refs:in
1 This file details changes in 2.6 which affect PCMCIA card driver authors:
6 in the callback function. The following autoconfiguration options
17 stored in struct pcmcia_device, e.g. in the fields config_flags,
36 in PCMCIA device drivers. Also, do not include pcmcia/cs_types.h, as
61 only interested in one (raw) tuple, or "pcmcia_loop_tuple()" if it is
62 interested in all tuples of one type. To decode the MAC from CISTPL_FUNCE,
69 pcmcia_parse_tuple directly in most if not all cases.
85 should be initialized in struct pcmcia_driver, and handle
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.
95 * in-kernel device<->driver matching (as of 2.6.13)
96 PCMCIA devices and their correct drivers can now be matched in
105 ioaddr_t should be replaced by unsigned int in PCMCIA card drivers.
108 The irq_mask and irq_list parameters should no longer be used in
122 because they are unused by all in-kernel drivers, and no external
139 other drivers in Linux. You should use request_region() to mark
140 your IO regions in-use, and request_mem_region() to mark your
141 memory regions in-use. The name argument should be a pointer to
146 CardServices() in 2.4 is just a big switch statement to call various