Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/timers/
H A Dvalid-adjtimex.c193 int set_offset(long long offset, int use_nano) in set_offset() function
254 if (set_offset(NSEC_PER_SEC - 1, 1)) in validate_set_offset()
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(5 * NSEC_PER_SEC, 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 + NSEC_PER_SEC / 2, 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(USEC_PER_SEC - 1, 0)) in validate_set_offset()
278 if (set_offset(-USEC_PER_SEC + 1, 0)) in validate_set_offset()
[all …]
/linux/drivers/watchdog/
H A Dloongson1_wdt.c31 u32 set_offset; member
37 .set_offset = 0x8,
43 .set_offset = 0x4,
59 writel(0x1, drvdata->base + drvdata->pdata->set_offset); in ls1x_wdt_ping()
106 writel(0x1, drvdata->base + drvdata->pdata->set_offset); in ls1x_wdt_restart()
/linux/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()
1014 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.offset); in nv04_crtc_cursor_set()
/linux/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()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_crtc.h59 void (*set_offset)(struct nouveau_crtc *, uint32_t offset); member
/linux/include/scsi/
H A Dscsi_transport_spi.h98 void (*set_offset)(struct scsi_target *, int); member
/linux/include/linux/
H A Drtc.h68 int (*set_offset)(struct device *, long offset); member
/linux/drivers/rtc/
H A Dsysfs.c287 if (!rtc->ops->set_offset) in rtc_attr_is_visible()
H A Dclass.c405 if (rtc->ops->set_offset) in __devm_rtc_register_device()
H A Drtc-zynqmp.c254 .set_offset = xlnx_rtc_set_offset,
H A Dinterface.c1110 if (!rtc->ops->set_offset) in rtc_set_offset()
1114 ret = rtc->ops->set_offset(rtc->dev.parent, offset); in rtc_set_offset()
H A Drtc-pcf2123.c369 .set_offset = pcf2123_set_offset,
H A Drtc-tps65910.c362 .set_offset = tps65910_set_offset,
H A Drtc-tps6594.c357 .set_offset = tps6594_rtc_set_offset,
H A Drtc-amlogic-a4.c264 .set_offset = aml_rtc_set_offset,
H A Drtc-pcf8523.c405 .set_offset = pcf8523_rtc_set_offset,
H A Drtc-ti-k3.c482 .set_offset = ti_k3_rtc_set_offset,
H A Drtc-armada38x.c457 .set_offset = armada38x_rtc_set_offset,
H A Drtc-rzn1.c369 .set_offset = rzn1_rtc_set_offset,
H A Drtc-at91rm9200.c462 .set_offset = at91_rtc_setoffset,
H A Drtc-rx8025.c476 .set_offset = rx8025_set_offset,
H A Drtc-pcf85063.c320 .set_offset = pcf85063_set_offset,
H A Drtc-rs5c372.c673 .set_offset = rs5c372_set_offset,

12