Home
last modified time | relevance | path

Searched refs:cs_attach (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/dev/cs/
H A Dif_csvar.h77 int cs_attach(device_t dev);
H A Dif_cs_isa.c100 return (cs_attach(dev)); in cs_isa_attach()
H A Dif_cs_pccard.c96 return (cs_attach(dev)); in cs_pccard_attach()
H A Dif_cs.c461 cs_attach(device_t dev) in cs_attach() function