Searched refs:stop_iso (Results 1 – 5 of 5) sorted by relevance
113 int (*stop_iso)(struct fw_iso_context *ctx); member
694 dummy_driver.stop_iso = card->driver->stop_iso; in fw_core_remove_card()
196 return ctx->card->driver->stop_iso(ctx); in fw_iso_context_stop()
421 struct fw_cdev_stop_iso stop_iso; member1191 struct fw_cdev_stop_iso *a = &arg->stop_iso; in ioctl_stop_iso()
3515 .stop_iso = ohci_stop_iso,