Searched full:max1600 (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/pcmcia/ |
| H A D | sa1111_neponset.c | 16 #include "max1600.h" 19 * Neponset uses the Maxim MAX1600, with the following connections: 21 * MAX1600 Neponset 37 * The MAX1600 CODE pin is tied to ground, placing the device in 43 struct max1600 *m; in neponset_pcmcia_hw_init() 58 struct max1600 *m = skt->driver_data; in neponset_pcmcia_configure_socket()
|
| H A D | max1600.c | 3 * MAX1600 PCMCIA power switch library 11 #include "max1600.h" 18 int max1600_init(struct device *dev, struct max1600 **ptr, in max1600_init() 21 struct max1600 *m; in max1600_init() 68 int max1600_configure(struct max1600 *m, unsigned int vcc, unsigned int vpp) in max1600_configure() 122 MODULE_DESCRIPTION("MAX1600 PCMCIA power switch library");
|
| H A D | max1600.h | 21 struct max1600 { struct 27 int max1600_init(struct device *dev, struct max1600 **ptr, argument 30 int max1600_configure(struct max1600 *, unsigned int vcc, unsigned int vpp);
|