Lines Matching defs:offset
654 * @offset: Offset into VME master window at which to start transfer.
657 * the VME master window at offset to buf.
661 * invalid offset is provided. Hardware specific errors may also be
665 loff_t offset)
685 if (offset > length) {
690 if ((offset + count) > length)
691 count = length - offset;
693 return bridge->master_read(image, buf, count, offset);
703 * @offset: Offset into VME master window at which to start transfer.
706 * maps into the VME master window at offset.
710 * invalid offset is provided. Hardware specific errors may also be
714 size_t count, loff_t offset)
734 if (offset > length) {
739 if ((offset + count) > length)
740 count = length - offset;
742 return bridge->master_write(image, buf, count, offset);
750 * @compare: Bits to be compared with data read from offset.
751 * @swap: Bits to be swapped in data read from offset.
752 * @offset: Offset into VME master window at which to perform operation.
766 unsigned int compare, unsigned int swap, loff_t offset)
783 return bridge->master_rmw(image, mask, compare, swap, offset);
1637 * Attach a callback to the specificed offset into the location monitors
1672 * Remove the callback associated with the specificed offset into the