summaryrefslogtreecommitdiffstats
path: root/src/raw1394.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* add copyright notices; change version to v3.0.0-mcgoron-devv3.0.0-mcgoron-devGravatar Peter McGoron 2022-09-201-0/+1
* Implement virtual memory for ARM managerGravatar Peter McGoron 2022-09-201-6/+44
* Documentation improvement: return code of raw1394_read_cycle_timer{,_and_clock}Gravatar Stefan Richter 2012-07-311-1/+1
* Add raw1394_get_speed() APIGravatar Stefan Richter 2012-06-301-0/+16
* Trivial whitespace normalization in ieee1394.h and raw1394.hGravatar Stefan Richter 2012-06-301-154/+148
* Add 1394b speed codes to <libraw1394/{ieee,raw}1394.h>Gravatar Stefan Richter 2012-06-301-3/+7
* Fix documentation of raw1394_iso_multichannel_recv_init()Gravatar Stefan Richter 2012-06-301-1/+0
* Add raw1394_read_cycle_timer_and_clock() APIGravatar Stefan Richter 2012-06-181-3/+29
* Tweak raw1394_add_config_rom_descriptor() API, add documentation and test caseGravatar Stefan Richter 2012-06-181-6/+57
* Add raw1394_add_config_rom_descriptor() and raw1394_remove_config_rom_descrip...Gravatar B.J. Buchalter 2012-06-171-0/+9
* Fix documentation of return values of raw1394_start_ family of functionsGravatar Stefan Richter 2010-02-011-7/+7
* Fix "make doc".Gravatar Stefan Richter 2010-01-101-11/+7
* [libraw1394 patch] Fix raw1394_channel_modify() on firewire-coreGravatar Stefan Richter 2008-12-031-1/+1
* Change handle validation to prevent segfault and be more informative.Gravatar Dan Dennedy 2008-07-061-6/+8
* Fix raw1394_read_cycle_timer after juju integrationGravatar Stefan Richter 2008-07-051-1/+1
* libraw1394.sgml, raw1394.h: remove information about deprecated isochronousGravatar Dan Dennedy 2008-04-291-2/+2
* First cut at integrating jujuGravatar Dan Dennedy 2008-04-231-95/+1
* fix documentation on raw1394_update_config_romGravatar ddennedy 2007-10-141-1/+1
* add documentation about existence of RAW1394DEVGravatar ddennedy 2007-02-171-2/+12
* added raw1394_read_cycle_timer, contributed by Pieter PalmersGravatar ddennedy 2007-02-141-1/+19
* Added a new callback response for iso_xmit handlers: RAW1394_ISO_AGAIN.Gravatar ddennedy 2006-03-041-0/+5
* add sanity check to queuing of packets in rawiso xmitGravatar ddennedy 2005-07-041-5/+11
* Add a comment that libraw does not allocate channels and bandwidth. ThisGravatar ddennedy 2005-07-011-0/+1
* documentation and header comment corrections from Stefan RichterGravatar ddennedy 2005-06-021-19/+23
* add functions for allocating and releasing bandwidth and channelsGravatar ddennedy 2005-02-161-1/+53
* improve reference documentationGravatar ddennedy 2004-11-251-75/+192
* port iso examples to rawiso APIGravatar ddennedy 2004-11-181-1/+1
* reorganize and update documentation; fix compiler warningGravatar ddennedy 2004-11-111-256/+800
* Patch from Jim Radford. Other half of packet_per_buffer ABI cleanup.Gravatar bencollins 2003-12-091-3/+3
* Patch from Alexander Neundorf to support differing ISO rx modes. CurrentlyGravatar bencollins 2003-11-201-0/+8
* sync with driverGravatar weihs 2003-11-091-0/+30
* Patch from Alexander Neundorf to add proto for raw1394_iso_recv_flush()Gravatar bencollins 2003-10-071-0/+3
* Async stream support from Jim Radford.Gravatar bencollins 2003-09-111-0/+7
* add raw1394_new_handle_on_port() convenience functionGravatar dmaas 2003-03-261-1/+9
* add iso_xmit_sync() and iso_xmit_write(); clean up iso handling a bitGravatar dmaas 2003-01-151-0/+15
* implement tag matching for rawiso receptionGravatar dmaas 2003-01-151-1/+1
* update iso API for multi-channel reception and new packet buffer layoutGravatar dmaas 2002-12-241-6/+18
* dmaas - renamed exported arm definitions into the raw1394_ namespace; brought...Gravatar anonymous 2002-12-201-12/+12
* rawiso updates:Gravatar dmaas 2002-12-161-16/+16
* fix cplusplus extern C blockGravatar ddennedy 2002-11-181-4/+4
* merged rawiso branchGravatar ddennedy 2002-11-181-0/+60
* merged weihs branchGravatar ddennedy 2002-10-231-0/+199
* Add kernel-doc style documentation headers for most exported functions.Gravatar aeb 2002-10-131-1/+0
* Handle generation number is not automatically advanced with bus reset.Gravatar aeb 2001-05-141-3/+15
* Add libraw1394 autoconf macro (not yet complete).Gravatar aeb 2001-02-051-0/+7
* Put 'extern "C"' for C++ back in.Gravatar aeb 2001-01-311-1/+1
* First implementation of new error reporting API.Gravatar aeb 2001-01-191-14/+23
* Added missing prototypes for iso send functions.Gravatar aeb 2000-09-011-0/+7
* Added raw1394_get_irm_id().Gravatar aeb 2000-08-081-0/+1
* Added raw1394_reset_bus() call.Gravatar aeb 2000-07-051-0/+4