Searched defs:av1394_inst_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_impl.h259 } av1394_inst_t; typedef in typeref:struct:av1394_inst_s
335 int av1394_fcp_attach(av1394_inst_t *);
336 void av1394_fcp_detach(av1394_inst_t *);
337 int av1394_fcp_open(av1394_inst_t *, int);
338 int av1394_fcp_close(av1394_inst_t *, int);
339 int av1394_fcp_write(av1394_inst_t *, iec61883_arq_t *, struct uio *);
342 int av1394_cfgrom_init(av1394_inst_t *);
343 void av1394_cfgrom_fini(av1394_inst_t *);
344 void av1394_cfgrom_close(av1394_inst_t *);
345 int av1394_ioctl_node_get_bus_name(av1394_inst_t *, voi
[all...]

Completed in 96 milliseconds