Searched refs:HPSB_ISO_XMIT (Results 1 – 2 of 2) sorted by relevance
21 iso->host->driver->isoctl(iso, iso->type == HPSB_ISO_XMIT ? in hpsb_iso_stop()30 iso->host->driver->isoctl(iso, iso->type == HPSB_ISO_XMIT ? in hpsb_iso_shutdown()68 if (type == HPSB_ISO_XMIT && channel < 0) in hpsb_iso_common_init()93 if (iso->type == HPSB_ISO_XMIT) { in hpsb_iso_common_init()137 struct hpsb_iso *iso = hpsb_iso_common_init(host, HPSB_ISO_XMIT, in hpsb_iso_xmit_init()222 if (iso->type != HPSB_ISO_XMIT) in hpsb_iso_xmit_start()317 if (iso->type != HPSB_ISO_XMIT) in hpsb_iso_xmit_queue_packet()360 if (iso->type != HPSB_ISO_XMIT) in hpsb_iso_xmit_sync()
52 enum hpsb_iso_type { HPSB_ISO_RECV = 0, HPSB_ISO_XMIT = 1 }; enumerator