HomeSort by: relevance | last modified time | path
    Searched defs:pcmcia_function (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pcmcia/
pcmciavar.h 131 struct pcmcia_function { struct
139 SIMPLEQ_ENTRY(pcmcia_function) pf_list;
166 SIMPLEQ_HEAD(pcmcia_function_head, pcmcia_function);
206 const struct pcmcia_function *pf;
214 struct pcmcia_function *pf;
276 int pcmcia_ccr_read(struct pcmcia_function *, int);
277 void pcmcia_ccr_write(struct pcmcia_function *, int, int);
286 int pcmcia_config_alloc(struct pcmcia_function *,
288 void pcmcia_config_free(struct pcmcia_function *);
289 int pcmcia_config_map(struct pcmcia_function *);
    [all...]
pcmciavar.h 131 struct pcmcia_function { struct
139 SIMPLEQ_ENTRY(pcmcia_function) pf_list;
166 SIMPLEQ_HEAD(pcmcia_function_head, pcmcia_function);
206 const struct pcmcia_function *pf;
214 struct pcmcia_function *pf;
276 int pcmcia_ccr_read(struct pcmcia_function *, int);
277 void pcmcia_ccr_write(struct pcmcia_function *, int, int);
286 int pcmcia_config_alloc(struct pcmcia_function *,
288 void pcmcia_config_free(struct pcmcia_function *);
289 int pcmcia_config_map(struct pcmcia_function *);
    [all...]

Completed in 24 milliseconds