Lines Matching defs:handle
63 static int do_mtd_request(memory_handle_t handle, mtd_request_t *req, in do_mtd_request()
214 static void setup_erase_request(client_handle_t handle, eraseq_entry_t *erase) in setup_erase_request()
268 static int mtd_set_vpp(client_handle_t handle, mtd_vpp_req_t *req) in mtd_set_vpp()
282 static int mtd_rdy_mask(client_handle_t handle, mtd_rdy_req_t *req) in mtd_rdy_mask()
329 static void setup_regions(client_handle_t handle, int attr, in setup_regions()
406 static int match_region(client_handle_t handle, memory_handle_t list, in match_region()
420 int pcmcia_get_first_region(client_handle_t handle, region_info_t *rgn) in pcmcia_get_first_region()
439 int pcmcia_get_next_region(client_handle_t handle, region_info_t *rgn) in pcmcia_get_next_region()
452 int pcmcia_register_mtd(client_handle_t handle, mtd_reg_t *reg) in pcmcia_register_mtd()
487 int pcmcia_register_erase_queue(client_handle_t *handle, eraseq_hdr_t *header, in pcmcia_register_erase_queue()
536 int pcmcia_open_memory(client_handle_t *handle, open_mem_t *open, memory_handle_t *mh) in pcmcia_open_memory()
569 int pcmcia_close_memory(memory_handle_t handle) in pcmcia_close_memory()
584 int pcmcia_read_memory(memory_handle_t handle, mem_op_t *req, caddr_t buf) in pcmcia_read_memory()
610 int pcmcia_write_memory(memory_handle_t handle, mem_op_t *req, caddr_t buf) in pcmcia_write_memory()
635 int pcmcia_copy_memory(memory_handle_t handle, copy_op_t *req) in pcmcia_copy_memory()