| /drivers/pnp/isapnp/ |
| A D | proc.c | 17 static loff_t isapnp_proc_bus_lseek(struct file *file, loff_t off, int whence) in isapnp_proc_bus_lseek() argument 19 return fixed_size_llseek(file, off, whence, 256); in isapnp_proc_bus_lseek()
|
| /drivers/s390/char/ |
| A D | hmcdrv_dev.c | 58 static loff_t hmcdrv_dev_seek(struct file *fp, loff_t pos, int whence); 160 static loff_t hmcdrv_dev_seek(struct file *fp, loff_t pos, int whence) in hmcdrv_dev_seek() argument 162 switch (whence) { in hmcdrv_dev_seek()
|
| A D | vmur.c | 790 static loff_t ur_llseek(struct file *file, loff_t offset, int whence) in ur_llseek() argument 796 return no_seek_end_llseek(file, offset, whence); in ur_llseek()
|
| /drivers/zorro/ |
| A D | proc.c | 25 proc_bus_zorro_lseek(struct file *file, loff_t off, int whence) in proc_bus_zorro_lseek() argument 27 return fixed_size_llseek(file, off, whence, sizeof(struct ConfigDev)); in proc_bus_zorro_lseek()
|
| /drivers/fsi/ |
| A D | i2cr-scom.c | 20 static loff_t i2cr_scom_llseek(struct file *file, loff_t offset, int whence) in i2cr_scom_llseek() argument 22 switch (whence) { in i2cr_scom_llseek()
|
| A D | fsi-scom.c | 373 static loff_t scom_llseek(struct file *file, loff_t offset, int whence) in scom_llseek() argument 375 switch (whence) { in scom_llseek()
|
| A D | fsi-core.c | 733 static loff_t cfam_llseek(struct file *file, loff_t offset, int whence) in cfam_llseek() argument 735 switch (whence) { in cfam_llseek()
|
| /drivers/char/ |
| A D | adi.c | 171 static loff_t adi_llseek(struct file *file, loff_t offset, int whence) in adi_llseek() argument 175 switch (whence) { in adi_llseek()
|
| A D | powernv-op-panel.c | 38 static loff_t oppanel_llseek(struct file *filp, loff_t offset, int whence) in oppanel_llseek() argument 40 return fixed_size_llseek(filp, offset, whence, oppanel_size); in oppanel_llseek()
|
| /drivers/pci/hotplug/ |
| A D | cpqphp_sysfs.c | 153 static loff_t lseek(struct file *file, loff_t off, int whence) in lseek() argument 156 return fixed_size_llseek(file, off, whence, dbg->size); in lseek()
|
| /drivers/net/wireless/ath/wil6210/ |
| A D | pmc.h | 14 loff_t wil_pmc_llseek(struct file *filp, loff_t off, int whence);
|
| A D | pmc.c | 370 loff_t wil_pmc_llseek(struct file *filp, loff_t off, int whence) in wil_pmc_llseek() argument 388 switch (whence) { in wil_pmc_llseek()
|
| /drivers/gpu/drm/display/ |
| A D | drm_dp_aux_dev.c | 141 static loff_t auxdev_llseek(struct file *file, loff_t offset, int whence) in auxdev_llseek() argument 143 return fixed_size_llseek(file, offset, whence, AUX_MAX_OFFSET); in auxdev_llseek()
|
| /drivers/pci/ |
| A D | proc.c | 22 static loff_t proc_bus_pci_lseek(struct file *file, loff_t off, int whence) in proc_bus_pci_lseek() argument 25 return fixed_size_llseek(file, off, whence, dev->cfg_size); in proc_bus_pci_lseek()
|
| A D | pci-sysfs.c | 872 loff_t offset, int whence) in pci_llseek_resource() argument 874 return fixed_size_llseek(filep, offset, whence, attr->size); in pci_llseek_resource()
|
| /drivers/staging/vme_user/ |
| A D | vme_user.c | 264 static loff_t vme_user_llseek(struct file *file, loff_t off, int whence) in vme_user_llseek() argument 275 res = fixed_size_llseek(file, off, whence, image_size); in vme_user_llseek()
|
| /drivers/usb/misc/ |
| A D | legousbtower.c | 227 static loff_t tower_llseek(struct file *file, loff_t off, int whence); 483 static loff_t tower_llseek(struct file *file, loff_t off, int whence) in tower_llseek() argument
|
| /drivers/usb/host/ |
| A D | uhci-debug.c | 586 static loff_t uhci_debug_lseek(struct file *file, loff_t off, int whence) in uhci_debug_lseek() argument 589 return no_seek_end_llseek_size(file, off, whence, up->size); in uhci_debug_lseek()
|
| /drivers/dma-buf/ |
| A D | dma-buf.c | 226 static loff_t dma_buf_llseek(struct file *file, loff_t offset, int whence) in dma_buf_llseek() argument 240 if (whence == SEEK_END) in dma_buf_llseek() 242 else if (whence == SEEK_SET) in dma_buf_llseek()
|
| /drivers/char/xillybus/ |
| A D | xillybus_core.c | 1664 static loff_t xillybus_llseek(struct file *filp, loff_t offset, int whence) in xillybus_llseek() argument 1683 switch (whence) { in xillybus_llseek()
|
| A D | xillyusb.c | 1782 static loff_t xillyusb_llseek(struct file *filp, loff_t offset, int whence) in xillyusb_llseek() argument 1801 switch (whence) { in xillyusb_llseek()
|
| /drivers/scsi/lpfc/ |
| A D | lpfc_debugfs.c | 2532 lpfc_debugfs_lseek(struct file *file, loff_t off, int whence) in lpfc_debugfs_lseek() argument 2535 return fixed_size_llseek(file, off, whence, debug->len); in lpfc_debugfs_lseek()
|