Searched refs:__fw_iso_context_create (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | firewire.h | 565 struct fw_iso_context *__fw_iso_context_create(struct fw_card *card, int type, int channel, 582 return __fw_iso_context_create(card, type, channel, speed, header_size, PAGE_SIZE, cb, in fw_iso_context_create() 592 return __fw_iso_context_create(card, type, channel, speed, header_size, header_storage_size, in fw_iso_context_create_with_header_storage_size()
|
| /linux/drivers/firewire/ |
| H A D | core-iso.c | 141 struct fw_iso_context *__fw_iso_context_create(struct fw_card *card, int type, int channel, in __fw_iso_context_create() function 168 EXPORT_SYMBOL(__fw_iso_context_create);
|