Home
last modified time | relevance | path

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

/linux-6.1.9/include/pcmcia/
Dcistpl.h401 typedef struct cistpl_power_t { struct
405 } cistpl_power_t; argument
459 cistpl_power_t vcc, vpp1, vpp2;
480 cistpl_power_t vcc, vpp1, vpp2;
/linux-6.1.9/drivers/pcmcia/
Dcistpl.c906 static u_char *parse_power(u_char *p, u_char *q, cistpl_power_t *pwr) in parse_power()