Home
last modified time | relevance | path

Searched refs:set_offset (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/tools/testing/selftests/timers/
Dvalid-adjtimex.c195 int set_offset(long long offset, int use_nano) in set_offset() function
255 if (set_offset(NSEC_PER_SEC - 1, 1)) in validate_set_offset()
258 if (set_offset(-NSEC_PER_SEC + 1, 1)) in validate_set_offset()
261 if (set_offset(-NSEC_PER_SEC - 1, 1)) in validate_set_offset()
264 if (set_offset(5 * NSEC_PER_SEC, 1)) in validate_set_offset()
267 if (set_offset(-5 * NSEC_PER_SEC, 1)) in validate_set_offset()
270 if (set_offset(5 * NSEC_PER_SEC + NSEC_PER_SEC / 2, 1)) in validate_set_offset()
273 if (set_offset(-5 * NSEC_PER_SEC - NSEC_PER_SEC / 2, 1)) in validate_set_offset()
276 if (set_offset(USEC_PER_SEC - 1, 0)) in validate_set_offset()
279 if (set_offset(-USEC_PER_SEC + 1, 0)) in validate_set_offset()
[all …]
/Linux-v4.19/arch/sh/mm/
Dcache-sh5.c246 int set_offset; in sh64_dcache_purge_sets() local
251 set_offset = sets_to_purge_base - dummy_buffer_base_set; in sh64_dcache_purge_sets()
253 for (j = 0; j < n_sets; j++, set_offset++) { in sh64_dcache_purge_sets()
254 set_offset &= (cpu_data->dcache.sets - 1); in sh64_dcache_purge_sets()
256 (set_offset << cpu_data->dcache.entry_shift); in sh64_dcache_purge_sets()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_crtc.h56 void (*set_offset)(struct nouveau_crtc *, uint32_t offset); member
Dnouveau_display.c660 if (nv_crtc->cursor.set_offset) in nouveau_display_suspend()
705 if (!ret && nv_crtc->cursor.set_offset) in nouveau_display_resume()
735 if (nv_crtc->cursor.set_offset) in nouveau_display_resume()
736 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.nvbo->bo.offset); in nouveau_display_resume()
/Linux-v4.19/drivers/hwmon/
Dw83773g.c127 static int set_offset(struct regmap *regmap, int index, long val) in set_offset() function
210 return set_offset(regmap, channel - 1, val); in w83773_write()
Dlm95234.c427 static ssize_t set_offset(struct device *dev, struct device_attribute *attr, in set_offset() function
562 set_offset, 0);
564 set_offset, 1);
566 set_offset, 2);
568 set_offset, 3);
/Linux-v4.19/drivers/pinctrl/mediatek/
Dmtk-eint.c390 unsigned int set_offset, bit, clr_bit, clr_offset, rst, i, unmask, in mtk_eint_set_debounce() local
400 set_offset = (eint_num / 4) * 4 + eint->regs->dbnc_set; in mtk_eint_set_debounce()
427 writel(rst | bit, eint->base + set_offset); in mtk_eint_set_debounce()
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv04/
Dcursor.c66 crtc->cursor.set_offset = nv04_cursor_set_offset; in nv04_cursor_init()
Dcrtc.c166 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.offset); in nv_crtc_calc_state_ext()
1017 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.offset); in nv04_crtc_cursor_set()
/Linux-v4.19/include/scsi/
Dscsi_transport_spi.h111 void (*set_offset)(struct scsi_target *, int); member
/Linux-v4.19/drivers/rtc/
Drtc-armada38x.c473 .set_offset = armada38x_rtc_set_offset,
481 .set_offset = armada38x_rtc_set_offset,
Drtc-sysfs.c296 if (!rtc->ops->set_offset) in rtc_attr_is_visible()
Drtc-pcf8523.c318 .set_offset = pcf8523_rtc_set_offset,
Drtc-pcf2123.c371 .set_offset = pcf2123_set_offset,
Dinterface.c1069 if (!rtc->ops->set_offset) in rtc_set_offset()
1073 ret = rtc->ops->set_offset(rtc->dev.parent, offset); in rtc_set_offset()
Drtc-tps65910.c365 .set_offset = tps65910_set_offset,
/Linux-v4.19/include/linux/
Drtc.h87 int (*set_offset)(struct device *, long offset); member
/Linux-v4.19/drivers/staging/comedi/drivers/
Djr3_pci.c163 static void set_offset(struct jr3_sensor __iomem *sensor) in set_offset() function
564 set_offset(sensor); in jr3_pci_poll_subdevice()
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c526 goto set_offset; in prepare_threshold_block()
535 set_offset: in prepare_threshold_block()
/Linux-v4.19/drivers/video/fbdev/
Dimsttfb.c747 set_offset (struct fb_var_screeninfo *var, struct fb_info *info) in set_offset() function
931 set_offset(var, info); in imsttfb_pan_display()
/Linux-v4.19/drivers/message/fusion/
Dmptspi.c1207 .set_offset = mptspi_write_offset,
/Linux-v4.19/drivers/scsi/sym53c8xx_2/
Dsym_glue.c1984 .set_offset = sym2_set_offset,
/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_osm.c2543 .set_offset = ahc_linux_set_offset,
Daic79xx_osm.c2827 .set_offset = ahd_linux_set_offset,
/Linux-v4.19/drivers/scsi/
D53c700.c2099 .set_offset = NCR_700_set_offset,

12