summaryrefslogtreecommitdiff
path: root/drivers/firewire/fw-device-cdev.h
AgeCommit message (Expand)AuthorFilesLines
2007-03-28firewire: Generalize resource tracking for cdev implementation.Kristian Høgsberg1-3/+4
2007-03-28firewire: Add ioctls to add and remove config rom descriptors.Kristian Høgsberg1-4/+19
2007-03-28firewire: Streamline userspace interface structs.Kristian Høgsberg1-5/+23
2007-03-15firewire: Implement deallocation of address ranges.Kristian Høgsberg1-6/+11
2007-03-15firewire: Move sync and tag parameters to start_iso ioctl.Kristian Høgsberg1-2/+2
2007-03-10firewire: Export juju specific rcodes to user space.Kristian Høgsberg1-0/+6
2007-03-10firewire: Add generation field to send_request ioctl struct.Kristian Høgsberg1-0/+1
2007-03-10firewire: Add card index field to get_info cdev ioctl struct.Kristian Høgsberg1-0/+3
2007-03-10firewire: Generalize get_config_rom to get_info.Kristian Høgsberg1-4/+27
2007-03-10firewire: Implement ioctl to initiate bus reset.Kristian Høgsberg1-4/+12
2007-03-10firewire: Add a bus reset event type for fw-device-cdev.Kristian Høgsberg1-3/+14
2007-03-10firewire: Implement sync and tag matching for isochronous receive.Kristian Høgsberg1-0/+8
2007-03-10firewire: Configure channel and speed at context creation time.Kristian Høgsberg1-3/+2
2007-03-10firewire: Acummulate received iso headers and send them back to user space.Kristian Høgsberg1-0/+2
2007-03-10firewire: Implement functionality to stop isochronous DMA contexts.Kristian Høgsberg1-0/+1
2007-03-10firewire: Rename 'send_iso' to 'start_iso'.Kristian Høgsberg1-2/+2
2007-03-10firewire: Implement basic isochronous receive functionality.Kristian Høgsberg1-0/+5
2007-03-10firewire: Split the iso buffer out from fw_iso_context and avoid vmalloc.Kristian Høgsberg1-1/+1
2007-03-10firewire: Add lock transaction opcodes to fw-device-cdev.h.Kristian Høgsberg1-0/+8
2007-03-10firewire: whitespace adjustmentsStefan Richter1-9/+9
2007-03-10firewire: consistent ifndef blocks in header filesStefan Richter1-1/+1
2007-03-10firewire: Add device probing and sysfs integration.Kristian Høgsberg1-0/+146