Home
last modified time | relevance | path

Searched refs:max1600_configure (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/pcmcia/
Dsa1111_lubbock.c91 ret = max1600_configure(m, state->Vcc, state->Vpp); in lubbock_pcmcia_configure_socket()
115 max1600_configure(m, 0, 0); in lubbock_pcmcia_configure_socket()
Dmax1600.c68 int max1600_configure(struct max1600 *m, unsigned int vcc, unsigned int vpp) in max1600_configure() function
120 EXPORT_SYMBOL_GPL(max1600_configure);
Dmax1600.h30 int max1600_configure(struct max1600 *, unsigned int vcc, unsigned int vpp);
Dsa1111_neponset.c63 ret = max1600_configure(m, state->Vcc, state->Vpp); in neponset_pcmcia_configure_socket()
Dpxa2xx_mainstone.c78 return max1600_configure(skt->driver_data, state->Vcc, state->Vpp); in mst_pcmcia_configure_socket()