/linux/tools/testing/selftests/timers/ |
H A D | valid-adjtimex.c | 195 int set_offset(long long offset, int use_nano) in set_offset() function 256 if (set_offset(NSEC_PER_SEC - 1, 1)) in validate_set_offset() 259 if (set_offset(-NSEC_PER_SEC + 1, 1)) in validate_set_offset() 262 if (set_offset(-NSEC_PER_SEC - 1, 1)) in validate_set_offset() 265 if (set_offset(5 * NSEC_PER_SEC, 1)) in validate_set_offset() 268 if (set_offset(-5 * NSEC_PER_SEC, 1)) in validate_set_offset() 271 if (set_offset(5 * NSEC_PER_SEC + NSEC_PER_SEC / 2, 1)) in validate_set_offset() 274 if (set_offset(-5 * NSEC_PER_SEC - NSEC_PER_SEC / 2, 1)) in validate_set_offset() 277 if (set_offset(USEC_PER_SEC - 1, 0)) in validate_set_offset() 280 if (set_offset(-USEC_PER_SEC + 1, 0)) in validate_set_offset() [all …]
|
/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | disp.c | 91 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 D | cursor.c | 65 crtc->cursor.set_offset = nv04_cursor_set_offset; in nv04_cursor_init()
|
/linux/drivers/iio/adc/ |
H A D | mcp3911.c | 111 int (*set_offset)(struct mcp3911 *adc, int channel, int val); member 374 return adc->chip->set_offset(adc, channel->channel, val); in mcp3911_write_raw() 800 .set_offset = mcp3910_set_offset, 811 .set_offset = mcp3911_set_offset, 822 .set_offset = mcp3910_set_offset, 833 .set_offset = mcp3910_set_offset, 844 .set_offset = mcp3910_set_offset, 855 .set_offset = mcp3910_set_offset, 866 .set_offset = mcp3910_set_offset,
|
/linux/drivers/hwmon/ |
H A D | w83773g.c | 123 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 D | nouveau_crtc.h | 59 void (*set_offset)(struct nouveau_crtc *, uint32_t offset); member
|
/linux/drivers/pinctrl/mediatek/ |
H A D | mtk-eint.c | 424 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/include/scsi/ |
H A D | scsi_transport_spi.h | 98 void (*set_offset)(struct scsi_target *, int); member
|
/linux/include/linux/ |
H A D | rtc.h | 68 int (*set_offset)(struct device *, long offset); member
|
/linux/drivers/rtc/ |
H A D | sysfs.c | 291 if (!rtc->ops->set_offset) in rtc_attr_is_visible()
|
H A D | rtc-zynqmp.c | 255 .set_offset = xlnx_rtc_set_offset,
|
H A D | interface.c | 1078 if (!rtc->ops->set_offset) in rtc_set_offset() 1082 ret = rtc->ops->set_offset(rtc->dev.parent, offset); in rtc_set_offset()
|
H A D | rtc-optee.c | 185 .set_offset = optee_rtc_setoffset,
|
H A D | class.c | 406 if (rtc->ops->set_offset) in __devm_rtc_register_device()
|
H A D | rtc-pcf2123.c | 369 .set_offset = pcf2123_set_offset,
|
H A D | rtc-tps6594.c | 357 .set_offset = tps6594_rtc_set_offset,
|
H A D | rtc-tps65910.c | 362 .set_offset = tps65910_set_offset,
|
H A D | rtc-rzn1.c | 325 .set_offset = rzn1_rtc_set_offset,
|
H A D | rtc-pcf8523.c | 405 .set_offset = pcf8523_rtc_set_offset,
|
H A D | rtc-rx8025.c | 476 .set_offset = rx8025_set_offset,
|
H A D | rtc-at91rm9200.c | 462 .set_offset = at91_rtc_setoffset,
|
H A D | rtc-ti-k3.c | 482 .set_offset = ti_k3_rtc_set_offset,
|
H A D | rtc-armada38x.c | 457 .set_offset = armada38x_rtc_set_offset,
|
/linux/drivers/comedi/drivers/ |
H A D | jr3_pci.c | 162 static void set_offset(struct jr3_sensor __iomem *sensor) in set_offset() function 548 set_offset(sensor); in jr3_pci_poll_subdevice()
|
/linux/arch/x86/kernel/cpu/mce/ |
H A D | amd.c | 585 goto set_offset; in prepare_threshold_block() 594 set_offset: in prepare_threshold_block()
|