Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.c91 if (nv_crtc->cursor.set_offset) in nv04_display_fini()
149 if (!ret && nv_crtc->cursor.set_offset) in nv04_display_init()
178 if (nv_crtc->cursor.set_offset) in nv04_display_init()
179 nv_crtc->cursor.set_offset(nv_crtc, in nv04_display_init()
H A Dcursor.c65 crtc->cursor.set_offset = nv04_cursor_set_offset; in nv04_cursor_init()
H A Dcrtc.c171 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.offset); in nv_crtc_calc_state_ext()
1023 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.offset); in nv04_crtc_cursor_set()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_crtc.h58 void (*set_offset)(struct nouveau_crtc *, uint32_t offset); member
/OK3568_Linux_fs/kernel/drivers/pinctrl/mediatek/
H A Dmtk-eint.c400 unsigned int set_offset, bit, clr_bit, clr_offset, rst, i, unmask, in mtk_eint_set_debounce() local
410 set_offset = (eint_num / 4) * 4 + eint->regs->dbnc_set; in mtk_eint_set_debounce()
437 writel(rst | bit, eint->base + set_offset); in mtk_eint_set_debounce()
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-tps65910.c361 .set_offset = tps65910_set_offset,
368 .set_offset = tps65910_set_offset,
H A Drtc-armada38x.c458 .set_offset = armada38x_rtc_set_offset,
466 .set_offset = armada38x_rtc_set_offset,
H A Drtc-pcf85063.c313 .set_offset = pcf85063_set_offset,
321 .set_offset = pcf85063_set_offset,
H A Dsysfs.c290 if (!rtc->ops->set_offset) in rtc_attr_is_visible()
H A Drtc-pcf8523.c338 .set_offset = pcf8523_rtc_set_offset,
H A Dinterface.c1080 if (!rtc->ops->set_offset) in rtc_set_offset()
1084 ret = rtc->ops->set_offset(rtc->dev.parent, offset); in rtc_set_offset()
H A Drtc-pcf2123.c370 .set_offset = pcf2123_set_offset,
H A Drtc-rv3032.c811 .set_offset = rv3032_set_offset,
H A Drtc-rv3028.c777 .set_offset = rv3028_set_offset,
H A Drtc-ds1307.c991 .set_offset = m41txx_rtc_set_offset,
/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_transport_spi.h98 void (*set_offset)(struct scsi_target *, int); member
/OK3568_Linux_fs/kernel/include/linux/
H A Drtc.h69 int (*set_offset)(struct device *, long offset); member
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A 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()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Damd.c555 goto set_offset; in prepare_threshold_block()
564 set_offset: in prepare_threshold_block()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A 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()
/OK3568_Linux_fs/kernel/drivers/message/fusion/
H A Dmptspi.c1201 .set_offset = mptspi_write_offset,
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c1967 .set_offset = sym2_set_offset,
/OK3568_Linux_fs/kernel/drivers/scsi/
H A D53c700.c2103 .set_offset = NCR_700_set_offset,

12