Searched refs:set_offset (Results 1 - 25 of 39) sorted by relevance

12

/linux-master/tools/testing/selftests/timers/
H A Dvalid-adjtimex.c195 int set_offset(long long offset, int use_nano) function
256 if (set_offset(NSEC_PER_SEC - 1, 1))
259 if (set_offset(-NSEC_PER_SEC + 1, 1))
262 if (set_offset(-NSEC_PER_SEC - 1, 1))
265 if (set_offset(5 * NSEC_PER_SEC, 1))
268 if (set_offset(-5 * NSEC_PER_SEC, 1))
271 if (set_offset(5 * NSEC_PER_SEC + NSEC_PER_SEC / 2, 1))
274 if (set_offset(-5 * NSEC_PER_SEC - NSEC_PER_SEC / 2, 1))
277 if (set_offset(USEC_PER_SEC - 1, 0))
280 if (set_offset(
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_crtc.h59 void (*set_offset)(struct nouveau_crtc *, uint32_t offset); member in struct:nouveau_crtc::__anon878
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dcursor.c65 crtc->cursor.set_offset = nv04_cursor_set_offset;
H A Ddisp.c91 if (nv_crtc->cursor.set_offset)
149 if (!ret && nv_crtc->cursor.set_offset)
178 if (nv_crtc->cursor.set_offset)
179 nv_crtc->cursor.set_offset(nv_crtc,
/linux-master/drivers/iio/adc/
H A Dmcp3911.c111 int (*set_offset)(struct mcp3911 *adc, int channel, int val); member in struct:mcp3911_chip_info
375 return adc->chip->set_offset(adc, channel->channel, val);
827 .set_offset = mcp3910_set_offset,
838 .set_offset = mcp3911_set_offset,
849 .set_offset = mcp3910_set_offset,
860 .set_offset = mcp3910_set_offset,
871 .set_offset = mcp3910_set_offset,
882 .set_offset = mcp3910_set_offset,
893 .set_offset = mcp3910_set_offset,
/linux-master/drivers/hwmon/
H A Dw83773g.c123 static int set_offset(struct regmap *regmap, int index, long val) function
206 return set_offset(regmap, channel - 1, val);
/linux-master/include/scsi/
H A Dscsi_transport_spi.h98 void (*set_offset)(struct scsi_target *, int); member in struct:spi_function_template
/linux-master/drivers/pinctrl/mediatek/
H A Dmtk-eint.c424 unsigned int set_offset, bit, clr_bit, clr_offset, rst, i, unmask, local
435 set_offset = (eint_num / 4) * 4 + eint->regs->dbnc_set;
462 writel(rst | bit, eint->base + set_offset);
/linux-master/include/linux/
H A Drtc.h68 int (*set_offset)(struct device *, long offset); member in struct:rtc_class_ops
/linux-master/drivers/rtc/
H A Dsysfs.c291 if (!rtc->ops->set_offset)
H A Drtc-zynqmp.c255 .set_offset = xlnx_rtc_set_offset,
H A Drtc-tps6594.c352 .set_offset = tps6594_rtc_set_offset,
H A Dclass.c406 if (rtc->ops->set_offset)
H A Drtc-optee.c185 .set_offset = optee_rtc_setoffset,
302 * will set it if it sees that .set_offset is provided.
H A Drtc-pcf2123.c369 .set_offset = pcf2123_set_offset,
H A Drtc-tps65910.c362 .set_offset = tps65910_set_offset,
H A Drtc-rzn1.c325 .set_offset = rzn1_rtc_set_offset,
H A Drtc-pcf8523.c405 .set_offset = pcf8523_rtc_set_offset,
H A Dinterface.c1077 if (!rtc->ops->set_offset)
1081 ret = rtc->ops->set_offset(rtc->dev.parent, offset);
H A Drtc-rx8025.c476 .set_offset = rx8025_set_offset,
H A Drtc-ti-k3.c482 .set_offset = ti_k3_rtc_set_offset,
H A Drtc-rs5c372.c673 .set_offset = rs5c372_set_offset,
H A Drtc-pcf85063.c315 .set_offset = pcf85063_set_offset,
/linux-master/drivers/comedi/drivers/
H A Djr3_pci.c162 static void set_offset(struct jr3_sensor __iomem *sensor) function
548 set_offset(sensor);
/linux-master/arch/x86/kernel/cpu/mce/
H A Damd.c585 goto set_offset;
594 set_offset:

Completed in 423 milliseconds

12