/linux/tools/testing/selftests/timers/ |
A D | valid-adjtimex.c | 196 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() 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() 284 if (set_offset(-USEC_PER_SEC - 1, 0)) in validate_set_offset() 287 if (set_offset(5 * USEC_PER_SEC, 0)) in validate_set_offset() [all …]
|
/linux/drivers/gpu/drm/nouveau/dispnv04/ |
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()
|
A D | cursor.c | 65 crtc->cursor.set_offset = nv04_cursor_set_offset; in nv04_cursor_init()
|
A D | crtc.c | 171 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()
|
/linux/drivers/hwmon/ |
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/ |
A D | nouveau_crtc.h | 58 void (*set_offset)(struct nouveau_crtc *, uint32_t offset); member
|
/linux/drivers/pinctrl/mediatek/ |
A D | mtk-eint.c | 405 unsigned int set_offset, bit, clr_bit, clr_offset, rst, i, unmask, in mtk_eint_set_debounce() local 415 set_offset = (eint_num / 4) * 4 + eint->regs->dbnc_set; in mtk_eint_set_debounce() 442 writel(rst | bit, eint->base + set_offset); in mtk_eint_set_debounce()
|
/linux/include/scsi/ |
A D | scsi_transport_spi.h | 98 void (*set_offset)(struct scsi_target *, int); member
|
/linux/include/linux/ |
A D | rtc.h | 68 int (*set_offset)(struct device *, long offset); member
|
/linux/drivers/rtc/ |
A D | sysfs.c | 290 if (!rtc->ops->set_offset) in rtc_attr_is_visible()
|
A D | interface.c | 1074 if (!rtc->ops->set_offset) in rtc_set_offset() 1078 ret = rtc->ops->set_offset(rtc->dev.parent, offset); in rtc_set_offset()
|
A D | rtc-pcf2123.c | 369 .set_offset = pcf2123_set_offset,
|
A D | class.c | 396 if (rtc->ops->set_offset) in __devm_rtc_register_device()
|
A D | rtc-tps65910.c | 362 .set_offset = tps65910_set_offset,
|
A D | rtc-pcf8523.c | 390 .set_offset = pcf8523_rtc_set_offset,
|
A D | rtc-rx8025.c | 466 .set_offset = rx8025_set_offset,
|
A D | rtc-armada38x.c | 458 .set_offset = armada38x_rtc_set_offset,
|
A D | rtc-at91rm9200.c | 463 .set_offset = at91_rtc_setoffset,
|
A D | rtc-pcf85063.c | 315 .set_offset = pcf85063_set_offset,
|
A D | rtc-rv3028.c | 847 .set_offset = rv3028_set_offset,
|
A D | rtc-rv3032.c | 875 .set_offset = rv3032_set_offset,
|
/linux/drivers/comedi/drivers/ |
A D | jr3_pci.c | 163 static void set_offset(struct jr3_sensor __iomem *sensor) in set_offset() function 549 set_offset(sensor); in jr3_pci_poll_subdevice()
|
/linux/arch/x86/kernel/cpu/mce/ |
A D | amd.c | 569 goto set_offset; in prepare_threshold_block() 578 set_offset: in prepare_threshold_block()
|
/linux/drivers/video/fbdev/ |
A D | imsttfb.c | 745 set_offset (struct fb_var_screeninfo *var, struct fb_info *info) in set_offset() function 929 set_offset(var, info); in imsttfb_pan_display()
|
/linux/drivers/message/fusion/ |
A D | mptspi.c | 1201 .set_offset = mptspi_write_offset,
|