pcmciachip.h | 44 typedef void *pcmcia_chipset_handle_t; typedef in typeref:typename:void * 61 int (*mem_alloc)(pcmcia_chipset_handle_t, bus_size_t, 63 void (*mem_free)(pcmcia_chipset_handle_t, 67 int (*mem_map)(pcmcia_chipset_handle_t, int, bus_addr_t, 70 void (*mem_unmap)(pcmcia_chipset_handle_t, int); 73 int (*io_alloc)(pcmcia_chipset_handle_t, bus_addr_t, 75 void (*io_free)(pcmcia_chipset_handle_t, 79 int (*io_map)(pcmcia_chipset_handle_t, int, bus_addr_t, 81 void (*io_unmap)(pcmcia_chipset_handle_t, int); 84 void *(*intr_establish)(pcmcia_chipset_handle_t, [all...] |