Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_cmp.c48 static av1394_pcr_t *av1394_pcr_ph2pcr(av1394_cmp_t *, int);
193 if (av1394_pcr_ph2pcr(cmp, ph) != NULL) { in av1394_ioctl_plug_fini()
235 if ((pcr = av1394_pcr_ph2pcr(cmp, ph)) != NULL) { in av1394_ioctl_plug_reg_read()
285 if ((pcr = av1394_pcr_ph2pcr(cmp, ph)) != NULL) { in av1394_ioctl_plug_reg_cas()
546 av1394_pcr_ph2pcr(av1394_cmp_t *cmp, int ph) in av1394_pcr_ph2pcr() function