Searched refs:max1600_configure (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/pcmcia/ |
D | sa1111_lubbock.c | 91 ret = max1600_configure(m, state->Vcc, state->Vpp); in lubbock_pcmcia_configure_socket() 115 max1600_configure(m, 0, 0); in lubbock_pcmcia_configure_socket()
|
D | max1600.c | 68 int max1600_configure(struct max1600 *m, unsigned int vcc, unsigned int vpp) in max1600_configure() function 120 EXPORT_SYMBOL_GPL(max1600_configure);
|
D | max1600.h | 30 int max1600_configure(struct max1600 *, unsigned int vcc, unsigned int vpp);
|
D | sa1111_neponset.c | 63 ret = max1600_configure(m, state->Vcc, state->Vpp); in neponset_pcmcia_configure_socket()
|
D | pxa2xx_mainstone.c | 78 return max1600_configure(skt->driver_data, state->Vcc, state->Vpp); in mst_pcmcia_configure_socket()
|