Home
last modified time | relevance | path

Searched refs:cistpl_power_t (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/pcmcia/
Dcistpl.h404 typedef struct cistpl_power_t { struct
408 } cistpl_power_t; typedef
462 cistpl_power_t vcc, vpp1, vpp2;
483 cistpl_power_t vcc, vpp1, vpp2;
/linux-2.6.39/drivers/pcmcia/
Dcistpl.c906 static u_char *parse_power(u_char *p, u_char *q, cistpl_power_t *pwr) in parse_power()