/linux-2.4.37.9/include/pcmcia/ |
D | cs.h | 95 client_handle_t client_handle; 431 int pcmcia_access_configuration_register(client_handle_t handle, conf_reg_t *reg); 434 int pcmcia_deregister_client(client_handle_t handle); 435 int pcmcia_get_configuration_info(client_handle_t handle, config_info_t *config); 437 int pcmcia_get_first_client(client_handle_t *handle, client_req_t *req); 438 int pcmcia_get_next_client(client_handle_t *handle, client_req_t *req); 442 int pcmcia_get_status(client_handle_t handle, cs_status_t *status); 445 int pcmcia_modify_configuration(client_handle_t handle, modconf_t *mod); 447 int pcmcia_register_client(client_handle_t *handle, client_reg_t *req); 448 int pcmcia_release_configuration(client_handle_t handle); [all …]
|
D | bulkmem.h | 195 int pcmcia_get_first_region(client_handle_t handle, region_info_t *rgn); 196 int pcmcia_get_next_region(client_handle_t handle, region_info_t *rgn); 197 int pcmcia_register_mtd(client_handle_t handle, mtd_reg_t *reg); 198 int pcmcia_register_erase_queue(client_handle_t *handle, eraseq_hdr_t *header, eraseq_handle_t *e); 201 int pcmcia_open_memory(client_handle_t *handle, open_mem_t *open, memory_handle_t *m);
|
D | cistpl.h | 604 int pcmcia_get_first_tuple(client_handle_t handle, tuple_t *tuple); 605 int pcmcia_get_next_tuple(client_handle_t handle, tuple_t *tuple); 606 int pcmcia_get_tuple_data(client_handle_t handle, tuple_t *tuple); 607 int pcmcia_parse_tuple(client_handle_t handle, tuple_t *tuple, cisparse_t *parse); 609 int pcmcia_validate_cis(client_handle_t handle, cisinfo_t *info); 610 int pcmcia_replace_cis(client_handle_t handle, cisdump_t *cis);
|
D | cs_types.h | 51 typedef struct client_t *client_handle_t; typedef
|
D | ds.h | 115 client_handle_t handle;
|
/linux-2.4.37.9/drivers/pcmcia/ |
D | cs_internal.h | 26 client_handle_t client; 34 client_handle_t handle; 76 client_handle_t handle; 88 client_handle_t mtd; 130 client_handle_t clients; 132 client_handle_t reset_handle; 217 int get_first_tuple(client_handle_t handle, tuple_t *tuple); 218 int get_next_tuple(client_handle_t handle, tuple_t *tuple); 219 int get_tuple_data(client_handle_t handle, tuple_t *tuple); 220 int parse_tuple(client_handle_t handle, tuple_t *tuple, cisparse_t *parse); [all …]
|
D | bulkmem.c | 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()
|
D | cs.c | 288 client_handle_t c; in proc_read_clients() 868 int pcmcia_access_configuration_register(client_handle_t handle, in pcmcia_access_configuration_register() 984 int pcmcia_deregister_client(client_handle_t handle) in pcmcia_deregister_client() 1041 int pcmcia_get_configuration_info(client_handle_t handle, in pcmcia_get_configuration_info() 1130 int pcmcia_get_first_client(client_handle_t *handle, client_req_t *req) in pcmcia_get_first_client() 1147 int pcmcia_get_next_client(client_handle_t *handle, client_req_t *req) in pcmcia_get_next_client() 1173 s = SOCKET((client_handle_t)*handle); in pcmcia_get_window() 1221 struct pci_bus *pcmcia_lookup_bus(client_handle_t handle) in pcmcia_lookup_bus() 1245 int pcmcia_get_status(client_handle_t handle, cs_status_t *status) in pcmcia_get_status() 1344 int pcmcia_modify_configuration(client_handle_t handle, in pcmcia_modify_configuration() [all …]
|
D | cistpl.c | 384 int pcmcia_replace_cis(client_handle_t handle, cisdump_t *cis) in pcmcia_replace_cis() 422 int pcmcia_get_next_tuple(client_handle_t handle, tuple_t *tuple); 424 int pcmcia_get_first_tuple(client_handle_t handle, tuple_t *tuple) in pcmcia_get_first_tuple() 499 int pcmcia_get_next_tuple(client_handle_t handle, tuple_t *tuple) in pcmcia_get_next_tuple() 600 int pcmcia_get_tuple_data(client_handle_t handle, tuple_t *tuple) in pcmcia_get_tuple_data() 1326 int pcmcia_parse_tuple(client_handle_t handle, tuple_t *tuple, cisparse_t *parse) in pcmcia_parse_tuple() 1414 int read_tuple(client_handle_t handle, cisdata_t code, void *parse) in read_tuple() 1454 int pcmcia_validate_cis(client_handle_t handle, cisinfo_t *info) in pcmcia_validate_cis()
|
/linux-2.4.37.9/drivers/telephony/ |
D | ixj_pcmcia.c | 46 static void cs_error(client_handle_t handle, int func, int ret) in cs_error() 137 client_handle_t handle; in ixj_get_serial() 201 client_handle_t handle; in ixj_config()
|
/linux-2.4.37.9/drivers/char/pcmcia/ |
D | serial_cs.c | 132 static void cs_error(client_handle_t handle, int func, int ret) in cs_error() 273 static int get_tuple(int fn, client_handle_t handle, tuple_t *tuple, in get_tuple() 292 client_handle_t handle = link->handle; in simple_config() 391 client_handle_t handle = link->handle; in multi_config() 502 client_handle_t handle = link->handle; in serial_config()
|
/linux-2.4.37.9/drivers/isdn/avmb1/ |
D | avm_cs.c | 123 static void cs_error(client_handle_t handle, int func, int ret) in cs_error() 261 static int get_tuple(int fn, client_handle_t handle, tuple_t *tuple, in get_tuple() 277 client_handle_t handle; in avmcs_config()
|
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | elsa_cs.c | 181 static void cs_error(client_handle_t handle, int func, int ret) in cs_error() 326 static int get_tuple(int fn, client_handle_t handle, tuple_t *tuple, in get_tuple() 342 client_handle_t handle; in elsa_cs_config()
|
D | avma1_cs.c | 135 static void cs_error(client_handle_t handle, int func, int ret) in cs_error() 279 static int get_tuple(int fn, client_handle_t handle, tuple_t *tuple, in get_tuple() 295 client_handle_t handle; in avma1cs_config()
|
/linux-2.4.37.9/drivers/scsi/pcmcia/ |
D | fdomain_stub.c | 105 static void cs_error(client_handle_t handle, int func, int ret) in cs_error() 206 client_handle_t handle = link->handle; in fdomain_config()
|
D | aha152x_stub.c | 119 static void cs_error(client_handle_t handle, int func, int ret) in cs_error() 220 client_handle_t handle = link->handle; in aha152x_config_cs()
|
D | qlogic_stub.c | 112 static void cs_error(client_handle_t handle, int func, int ret) in cs_error() 213 client_handle_t handle = link->handle; in qlogic_config()
|
/linux-2.4.37.9/drivers/parport/ |
D | parport_cs.c | 107 static void cs_error(client_handle_t handle, int func, int ret) in cs_error() 227 client_handle_t handle = link->handle; in parport_config()
|
/linux-2.4.37.9/drivers/bluetooth/ |
D | btuart_cs.c | 585 static void cs_error(client_handle_t handle, int func, int ret) in cs_error() 684 static int get_tuple(int fn, client_handle_t handle, tuple_t *tuple, cisparse_t *parse) in get_tuple() 706 client_handle_t handle = link->handle; in btuart_config()
|
D | dtl1_cs.c | 564 static void cs_error(client_handle_t handle, int func, int ret) in cs_error() 663 static int get_tuple(int fn, client_handle_t handle, tuple_t *tuple, cisparse_t *parse) in get_tuple() 684 client_handle_t handle = link->handle; in dtl1_config()
|
D | bt3c_cs.c | 662 static void cs_error(client_handle_t handle, int func, int ret) in cs_error() 762 static int get_tuple(int fn, client_handle_t handle, tuple_t *tuple, cisparse_t *parse) in get_tuple() 784 client_handle_t handle = link->handle; in bt3c_config()
|
/linux-2.4.37.9/drivers/net/pcmcia/ |
D | com20020_cs.c | 169 static void cs_error(client_handle_t handle, int func, int ret) in cs_error() 375 client_handle_t handle; in com20020_config()
|
D | ibmtr_cs.c | 163 static void cs_error(client_handle_t handle, int func, int ret) in cs_error() 318 client_handle_t handle = link->handle; in ibmtr_config()
|
/linux-2.4.37.9/drivers/ide/legacy/ |
D | ide-cs.c | 112 static void cs_error(client_handle_t handle, int func, int ret) in cs_error() 243 client_handle_t handle = link->handle; in ide_config()
|
/linux-2.4.37.9/drivers/net/wireless/ |
D | airo_cs.c | 166 static void cs_error(client_handle_t handle, int func, int ret) in cs_error() 341 client_handle_t handle; in airo_config()
|