| /Linux-v5.4/tools/testing/selftests/timers/ |
| 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() 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-v5.4/arch/sh/mm/ |
| D | cache-sh5.c | 246 int set_offset; in sh64_dcache_purge_sets() local 251 set_offset = sets_to_purge_base - dummy_buffer_base_set; in sh64_dcache_purge_sets() 253 for (j = 0; j < n_sets; j++, set_offset++) { in sh64_dcache_purge_sets() 254 set_offset &= (cpu_data->dcache.sets - 1); in sh64_dcache_purge_sets() 256 (set_offset << cpu_data->dcache.entry_shift); in sh64_dcache_purge_sets()
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/ |
| D | disp.c | 67 if (nv_crtc->cursor.set_offset) in nv04_display_fini() 124 if (!ret && nv_crtc->cursor.set_offset) in nv04_display_init() 153 if (nv_crtc->cursor.set_offset) in nv04_display_init() 154 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.nvbo->bo.offset); in nv04_display_init()
|
| D | cursor.c | 65 crtc->cursor.set_offset = nv04_cursor_set_offset; in nv04_cursor_init()
|
| D | crtc.c | 166 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.offset); in nv_crtc_calc_state_ext() 1017 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.offset); in nv04_crtc_cursor_set()
|
| /Linux-v5.4/drivers/hwmon/ |
| 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-v5.4/drivers/gpu/drm/nouveau/ |
| D | nouveau_crtc.h | 58 void (*set_offset)(struct nouveau_crtc *, uint32_t offset); member
|
| /Linux-v5.4/drivers/pinctrl/mediatek/ |
| D | mtk-eint.c | 394 unsigned int set_offset, bit, clr_bit, clr_offset, rst, i, unmask, in mtk_eint_set_debounce() local 404 set_offset = (eint_num / 4) * 4 + eint->regs->dbnc_set; in mtk_eint_set_debounce() 431 writel(rst | bit, eint->base + set_offset); in mtk_eint_set_debounce()
|
| /Linux-v5.4/drivers/rtc/ |
| D | rtc-pcf85063.c | 317 .set_offset = pcf85063_set_offset, 325 .set_offset = pcf85063_set_offset,
|
| D | rtc-armada38x.c | 458 .set_offset = armada38x_rtc_set_offset, 466 .set_offset = armada38x_rtc_set_offset,
|
| D | sysfs.c | 287 if (!rtc->ops->set_offset) in rtc_attr_is_visible()
|
| D | rtc-pcf8523.c | 342 .set_offset = pcf8523_rtc_set_offset,
|
| D | rtc-pcf2123.c | 370 .set_offset = pcf2123_set_offset,
|
| D | interface.c | 1047 if (!rtc->ops->set_offset) in rtc_set_offset() 1051 ret = rtc->ops->set_offset(rtc->dev.parent, offset); in rtc_set_offset()
|
| D | rtc-tps65910.c | 361 .set_offset = tps65910_set_offset,
|
| D | rtc-rv3028.c | 588 .set_offset = rv3028_set_offset,
|
| D | rtc-ds1307.c | 871 .set_offset = m41txx_rtc_set_offset,
|
| /Linux-v5.4/include/scsi/ |
| D | scsi_transport_spi.h | 98 void (*set_offset)(struct scsi_target *, int); member
|
| /Linux-v5.4/include/linux/ |
| D | rtc.h | 84 int (*set_offset)(struct device *, long offset); member
|
| /Linux-v5.4/drivers/staging/comedi/drivers/ |
| D | jr3_pci.c | 163 static void set_offset(struct jr3_sensor __iomem *sensor) in set_offset() function 564 set_offset(sensor); in jr3_pci_poll_subdevice()
|
| /Linux-v5.4/arch/x86/kernel/cpu/mce/ |
| D | amd.c | 544 goto set_offset; in prepare_threshold_block() 553 set_offset: in prepare_threshold_block()
|
| /Linux-v5.4/drivers/video/fbdev/ |
| 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-v5.4/drivers/message/fusion/ |
| D | mptspi.c | 1201 .set_offset = mptspi_write_offset,
|
| /Linux-v5.4/drivers/scsi/sym53c8xx_2/ |
| D | sym_glue.c | 1970 .set_offset = sym2_set_offset,
|
| /Linux-v5.4/drivers/scsi/ |
| D | 53c700.c | 2086 .set_offset = NCR_700_set_offset,
|