Searched refs:stop_iso (Results 1 – 5 of 5) sorted by relevance
100 int (*stop_iso)(struct fw_iso_context *ctx); member
667 dummy_driver.stop_iso = card->driver->stop_iso; in fw_core_remove_card()
190 return ctx->card->driver->stop_iso(ctx); in fw_iso_context_stop()
419 struct fw_cdev_stop_iso stop_iso; member1143 struct fw_cdev_stop_iso *a = &arg->stop_iso; in ioctl_stop_iso()
3132 .stop_iso = ohci_stop_iso,