Home
last modified time | relevance | path

Searched refs:show_timing (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/pcmcia/
H A Dsoc_common.h114 int (*show_timing)(struct soc_pcmcia_socket *, char *); member
/openbmc/linux/drivers/pcmcia/
H A Dsa11xx_base.c210 ops->show_timing = sa1100_pcmcia_show_timing; in sa11xx_drv_pcmcia_ops()
H A Dsoc_common.c725 if (skt->ops->show_timing) in show_status()
726 p += skt->ops->show_timing(skt, p); in show_status()