Lines Matching refs:use
35 dev_info_t and a few other typedefs are removed. No longer use them
46 - use pcmcia_request_irq(p_dev, handler_t); the PCMCIA core will
50 use the deprecated pcmcia_request_exclusive_irq() for the time
54 Instead of the cs_error() callback or the CS_CHECK() macro, please use
60 pcmcia_parse_tuple(), a driver shall use "pcmcia_get_tuple()" if it is
68 to use pcmcia_get_{first,next}_tuple, pcmcia_get_tuple_data and
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
148 directly (except for pcmcia_report_error(), just use cs_error() instead).
151 You need to use struct pcmcia_driver and pcmcia_{un,}register_driver