Lines Matching defs:offset
560 * @offset: the offset into the channel at which reading starts
568 int visorbus_read_channel(struct visor_device *dev, unsigned long offset,
571 return visorchannel_read(dev->visorchannel, offset, dest, nbytes);
579 * @offset: the offset into the channel at which writing starts
587 int visorbus_write_channel(struct visor_device *dev, unsigned long offset,
590 return visorchannel_write(dev->visorchannel, offset, src, nbytes);
743 * @hdr_info: used to find appropriate channel offset to write data
769 * @hdr_info: used to find appropriate channel offset to write data
795 * @hdr_info: used to find appropriate channel offset to write data