Home
last modified time | relevance | path

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

12

/linux-6.1.9/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-6.1.9/drivers/gpu/drm/nouveau/dispnv04/
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()
Dcursor.c65 crtc->cursor.set_offset = nv04_cursor_set_offset; in nv04_cursor_init()
/linux-6.1.9/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-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_crtc.h58 void (*set_offset)(struct nouveau_crtc *, uint32_t offset); member
/linux-6.1.9/drivers/pinctrl/mediatek/
Dmtk-eint.c424 unsigned int set_offset, bit, clr_bit, clr_offset, rst, i, unmask, in mtk_eint_set_debounce() local
435 set_offset = (eint_num / 4) * 4 + eint->regs->dbnc_set; in mtk_eint_set_debounce()
462 writel(rst | bit, eint->base + set_offset); in mtk_eint_set_debounce()
/linux-6.1.9/include/scsi/
Dscsi_transport_spi.h98 void (*set_offset)(struct scsi_target *, int); member
/linux-6.1.9/include/linux/
Drtc.h68 int (*set_offset)(struct device *, long offset); member
/linux-6.1.9/drivers/rtc/
Dsysfs.c290 if (!rtc->ops->set_offset) in rtc_attr_is_visible()
Drtc-zynqmp.c255 .set_offset = xlnx_rtc_set_offset,
Drtc-pcf2123.c369 .set_offset = pcf2123_set_offset,
Drtc-optee.c185 .set_offset = optee_rtc_setoffset,
Dclass.c402 if (rtc->ops->set_offset) in __devm_rtc_register_device()
Dinterface.c1077 if (!rtc->ops->set_offset) in rtc_set_offset()
1081 ret = rtc->ops->set_offset(rtc->dev.parent, offset); in rtc_set_offset()
Drtc-tps65910.c362 .set_offset = tps65910_set_offset,
Drtc-pcf8523.c382 .set_offset = pcf8523_rtc_set_offset,
Drtc-rzn1.c325 .set_offset = rzn1_rtc_set_offset,
Drtc-ti-k3.c482 .set_offset = ti_k3_rtc_set_offset,
Drtc-at91rm9200.c463 .set_offset = at91_rtc_setoffset,
Drtc-rx8025.c475 .set_offset = rx8025_set_offset,
Drtc-armada38x.c458 .set_offset = armada38x_rtc_set_offset,
Drtc-pcf85063.c315 .set_offset = pcf85063_set_offset,
Drtc-rs5c372.c673 .set_offset = rs5c372_set_offset,
/linux-6.1.9/drivers/comedi/drivers/
Djr3_pci.c162 static void set_offset(struct jr3_sensor __iomem *sensor) in set_offset() function
548 set_offset(sensor); in jr3_pci_poll_subdevice()
/linux-6.1.9/arch/x86/kernel/cpu/mce/
Damd.c591 goto set_offset; in prepare_threshold_block()
600 set_offset: in prepare_threshold_block()

12