Home
last modified time | relevance | path

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

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