Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/pcmcia/
Dcistpl.c907 static u_char *parse_power(u_char *p, u_char *q, cistpl_power_t *pwr) in parse_power()