Home
last modified time | relevance | path

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

12

/Linux-v5.4/tools/testing/selftests/timers/
Dvalid-adjtimex.c196 int set_offset(long long offset, int use_nano) in set_offset() function
257 if (set_offset(NSEC_PER_SEC - 1, 1)) in validate_set_offset()
260 if (set_offset(-NSEC_PER_SEC + 1, 1)) in validate_set_offset()
263 if (set_offset(-NSEC_PER_SEC - 1, 1)) in validate_set_offset()
266 if (set_offset(5 * NSEC_PER_SEC, 1)) in validate_set_offset()
269 if (set_offset(-5 * NSEC_PER_SEC, 1)) in validate_set_offset()
272 if (set_offset(5 * NSEC_PER_SEC + NSEC_PER_SEC / 2, 1)) in validate_set_offset()
275 if (set_offset(-5 * NSEC_PER_SEC - NSEC_PER_SEC / 2, 1)) in validate_set_offset()
278 if (set_offset(USEC_PER_SEC - 1, 0)) in validate_set_offset()
281 if (set_offset(-USEC_PER_SEC + 1, 0)) in validate_set_offset()
[all …]
/Linux-v5.4/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-v5.4/drivers/gpu/drm/nouveau/dispnv04/
Ddisp.c67 if (nv_crtc->cursor.set_offset) in nv04_display_fini()
124 if (!ret && nv_crtc->cursor.set_offset) in nv04_display_init()
153 if (nv_crtc->cursor.set_offset) in nv04_display_init()
154 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.nvbo->bo.offset); in nv04_display_init()
Dcursor.c65 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-v5.4/drivers/hwmon/
Dw83773g.c123 static int set_offset(struct regmap *regmap, int index, long val) in set_offset() function
206 return set_offset(regmap, channel - 1, val); in w83773_write()
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_crtc.h58 void (*set_offset)(struct nouveau_crtc *, uint32_t offset); member
/Linux-v5.4/drivers/pinctrl/mediatek/
Dmtk-eint.c394 unsigned int set_offset, bit, clr_bit, clr_offset, rst, i, unmask, in mtk_eint_set_debounce() local
404 set_offset = (eint_num / 4) * 4 + eint->regs->dbnc_set; in mtk_eint_set_debounce()
431 writel(rst | bit, eint->base + set_offset); in mtk_eint_set_debounce()
/Linux-v5.4/drivers/rtc/
Drtc-pcf85063.c317 .set_offset = pcf85063_set_offset,
325 .set_offset = pcf85063_set_offset,
Drtc-armada38x.c458 .set_offset = armada38x_rtc_set_offset,
466 .set_offset = armada38x_rtc_set_offset,
Dsysfs.c287 if (!rtc->ops->set_offset) in rtc_attr_is_visible()
Drtc-pcf8523.c342 .set_offset = pcf8523_rtc_set_offset,
Drtc-pcf2123.c370 .set_offset = pcf2123_set_offset,
Dinterface.c1047 if (!rtc->ops->set_offset) in rtc_set_offset()
1051 ret = rtc->ops->set_offset(rtc->dev.parent, offset); in rtc_set_offset()
Drtc-tps65910.c361 .set_offset = tps65910_set_offset,
Drtc-rv3028.c588 .set_offset = rv3028_set_offset,
Drtc-ds1307.c871 .set_offset = m41txx_rtc_set_offset,
/Linux-v5.4/include/scsi/
Dscsi_transport_spi.h98 void (*set_offset)(struct scsi_target *, int); member
/Linux-v5.4/include/linux/
Drtc.h84 int (*set_offset)(struct device *, long offset); member
/Linux-v5.4/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-v5.4/arch/x86/kernel/cpu/mce/
Damd.c544 goto set_offset; in prepare_threshold_block()
553 set_offset: in prepare_threshold_block()
/Linux-v5.4/drivers/video/fbdev/
Dimsttfb.c745 set_offset (struct fb_var_screeninfo *var, struct fb_info *info) in set_offset() function
929 set_offset(var, info); in imsttfb_pan_display()
/Linux-v5.4/drivers/message/fusion/
Dmptspi.c1201 .set_offset = mptspi_write_offset,
/Linux-v5.4/drivers/scsi/sym53c8xx_2/
Dsym_glue.c1970 .set_offset = sym2_set_offset,
/Linux-v5.4/drivers/scsi/
D53c700.c2086 .set_offset = NCR_700_set_offset,

12