Lines Matching refs:ccb_dev_match
286 static int xptedtmatch(struct ccb_dev_match *cdm);
287 static int xptperiphlistmatch(struct ccb_dev_match *cdm);
1662 struct ccb_dev_match *cdm; in xptedtbusfunc()
1666 cdm = (struct ccb_dev_match *)arg; in xptedtbusfunc()
1759 struct ccb_dev_match *cdm; in xptedttargetfunc()
1763 cdm = (struct ccb_dev_match *)arg; in xptedttargetfunc()
1797 struct ccb_dev_match *cdm; in xptedtdevicefunc()
1800 cdm = (struct ccb_dev_match *)arg; in xptedtdevicefunc()
1921 struct ccb_dev_match *cdm; in xptedtperiphfunc()
1924 cdm = (struct ccb_dev_match *)arg; in xptedtperiphfunc()
1991 xptedtmatch(struct ccb_dev_match *cdm) in xptedtmatch()
2035 struct ccb_dev_match *cdm; in xptplistpdrvfunc()
2037 cdm = (struct ccb_dev_match *)arg; in xptplistpdrvfunc()
2062 struct ccb_dev_match *cdm; in xptplistperiphfunc()
2065 cdm = (struct ccb_dev_match *)arg; in xptplistperiphfunc()
2165 xptperiphlistmatch(struct ccb_dev_match *cdm) in xptperiphlistmatch()
2882 struct ccb_dev_match *cdm; in xpt_action_default()