Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/mux/
H A Dpca954x.c56 struct pca954x_descr { struct
64 static struct pca954x_descr pca9540_descr = { argument
72 static struct pca954x_descr pca9546_descr = {
79 static struct pca954x_descr pca9547_descr = {
87 static struct pca954x_descr pca9548_descr = {
103 static struct pca954x_descr *part_descrs[] = {
113 const struct pca954x_descr *descr;
162 static const struct pca954x_descr *
174 return ((const struct pca954x_descr *)compat->ocd_data); in pca954x_find_chip()
193 const struct pca954x_descr *descr; in pca954x_probe()
[all …]