Searched refs:isoctl (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ieee1394/
H A Diso.c27 iso->host->driver->isoctl(iso, iso->type == HPSB_ISO_XMIT ?
39 iso->host->driver->isoctl(iso, iso->type == HPSB_ISO_XMIT ?
61 if (!host->driver->isoctl) {
177 if (host->driver->isoctl(iso, XMIT_INIT, 0))
209 if (host->driver->isoctl(iso, RECV_INIT, 0))
229 return iso->host->driver->isoctl(iso, RECV_LISTEN_CHANNEL, channel);
241 return iso->host->driver->isoctl(iso, RECV_UNLISTEN_CHANNEL, channel);
253 return iso->host->driver->isoctl(iso, RECV_SET_CHANNEL_MASK,
267 return iso->host->driver->isoctl(iso, RECV_FLUSH, 0);
272 int retval = iso->host->driver->isoctl(is
[all...]
H A Dhosts.h180 * support the new ISO API, set isoctl to NULL.
182 int (*isoctl)(struct hpsb_iso *iso, enum isoctl_cmd command, member in struct:hpsb_host_driver
H A Dhosts.c83 .isoctl = dummy_isoctl
H A Dpcilynx.c1460 .isoctl = NULL,
H A Dohci1394.c3166 .isoctl = ohci_isoctl,

Completed in 29 milliseconds