Home
last modified time | relevance | path

Searched refs:whence (Results 1 – 22 of 22) sorted by relevance

/drivers/pnp/isapnp/
A Dproc.c17 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 Dhmcdrv_dev.c58 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 Dvmur.c790 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 Dproc.c25 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 Di2cr-scom.c20 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 Dfsi-scom.c373 static loff_t scom_llseek(struct file *file, loff_t offset, int whence) in scom_llseek() argument
375 switch (whence) { in scom_llseek()
A Dfsi-core.c733 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 Dadi.c171 static loff_t adi_llseek(struct file *file, loff_t offset, int whence) in adi_llseek() argument
175 switch (whence) { in adi_llseek()
A Dpowernv-op-panel.c38 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 Dcpqphp_sysfs.c153 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 Dpmc.h14 loff_t wil_pmc_llseek(struct file *filp, loff_t off, int whence);
A Dpmc.c370 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 Ddrm_dp_aux_dev.c141 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 Dproc.c22 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 Dpci-sysfs.c872 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 Dvme_user.c264 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 Dlegousbtower.c227 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 Duhci-debug.c586 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 Ddma-buf.c226 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 Dxillybus_core.c1664 static loff_t xillybus_llseek(struct file *filp, loff_t offset, int whence) in xillybus_llseek() argument
1683 switch (whence) { in xillybus_llseek()
A Dxillyusb.c1782 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 Dlpfc_debugfs.c2532 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()

Completed in 57 milliseconds