Searched defs:config_t (Results 1 - 3 of 3) sorted by relevance

/drivers/pcmcia/
H A Dcs_internal.h33 typedef struct config_t { struct
39 } config_t; typedef in typeref:struct:config_t
/drivers/staging/comedi/drivers/
H A Dserial2002.c404 struct config_t { struct
412 struct config_t *dig_in_config;
413 struct config_t *dig_out_config;
414 struct config_t *chan_in_config;
415 struct config_t *chan_out_config;
419 dig_in_config = kcalloc(32, sizeof(struct config_t),
421 dig_out_config = kcalloc(32, sizeof(struct config_t),
423 chan_in_config = kcalloc(32, sizeof(struct config_t),
425 chan_out_config = kcalloc(32, sizeof(struct config_t),
444 struct config_t *cur_confi
[all...]
/drivers/block/
H A Dida_cmd.h286 } config_t; typedef in typeref:struct:__anon310

Completed in 67 milliseconds