/Linux-v4.19/tools/testing/selftests/timers/ |
D | valid-adjtimex.c | 195 int set_offset(long long offset, int use_nano) in set_offset() function 255 if (set_offset(NSEC_PER_SEC - 1, 1)) in validate_set_offset() 258 if (set_offset(-NSEC_PER_SEC + 1, 1)) in validate_set_offset() 261 if (set_offset(-NSEC_PER_SEC - 1, 1)) in validate_set_offset() 264 if (set_offset(5 * NSEC_PER_SEC, 1)) in validate_set_offset() 267 if (set_offset(-5 * NSEC_PER_SEC, 1)) in validate_set_offset() 270 if (set_offset(5 * NSEC_PER_SEC + NSEC_PER_SEC / 2, 1)) in validate_set_offset() 273 if (set_offset(-5 * NSEC_PER_SEC - NSEC_PER_SEC / 2, 1)) in validate_set_offset() 276 if (set_offset(USEC_PER_SEC - 1, 0)) in validate_set_offset() 279 if (set_offset(-USEC_PER_SEC + 1, 0)) in validate_set_offset() [all …]
|
/Linux-v4.19/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-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_crtc.h | 56 void (*set_offset)(struct nouveau_crtc *, uint32_t offset); member
|
D | nouveau_display.c | 660 if (nv_crtc->cursor.set_offset) in nouveau_display_suspend() 705 if (!ret && nv_crtc->cursor.set_offset) in nouveau_display_resume() 735 if (nv_crtc->cursor.set_offset) in nouveau_display_resume() 736 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.nvbo->bo.offset); in nouveau_display_resume()
|
/Linux-v4.19/drivers/hwmon/ |
D | w83773g.c | 127 static int set_offset(struct regmap *regmap, int index, long val) in set_offset() function 210 return set_offset(regmap, channel - 1, val); in w83773_write()
|
D | lm95234.c | 427 static ssize_t set_offset(struct device *dev, struct device_attribute *attr, in set_offset() function 562 set_offset, 0); 564 set_offset, 1); 566 set_offset, 2); 568 set_offset, 3);
|
/Linux-v4.19/drivers/pinctrl/mediatek/ |
D | mtk-eint.c | 390 unsigned int set_offset, bit, clr_bit, clr_offset, rst, i, unmask, in mtk_eint_set_debounce() local 400 set_offset = (eint_num / 4) * 4 + eint->regs->dbnc_set; in mtk_eint_set_debounce() 427 writel(rst | bit, eint->base + set_offset); in mtk_eint_set_debounce()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv04/ |
D | cursor.c | 66 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-v4.19/include/scsi/ |
D | scsi_transport_spi.h | 111 void (*set_offset)(struct scsi_target *, int); member
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-armada38x.c | 473 .set_offset = armada38x_rtc_set_offset, 481 .set_offset = armada38x_rtc_set_offset,
|
D | rtc-sysfs.c | 296 if (!rtc->ops->set_offset) in rtc_attr_is_visible()
|
D | rtc-pcf8523.c | 318 .set_offset = pcf8523_rtc_set_offset,
|
D | rtc-pcf2123.c | 371 .set_offset = pcf2123_set_offset,
|
D | interface.c | 1069 if (!rtc->ops->set_offset) in rtc_set_offset() 1073 ret = rtc->ops->set_offset(rtc->dev.parent, offset); in rtc_set_offset()
|
D | rtc-tps65910.c | 365 .set_offset = tps65910_set_offset,
|
/Linux-v4.19/include/linux/ |
D | rtc.h | 87 int (*set_offset)(struct device *, long offset); member
|
/Linux-v4.19/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-v4.19/arch/x86/kernel/cpu/mcheck/ |
D | mce_amd.c | 526 goto set_offset; in prepare_threshold_block() 535 set_offset: in prepare_threshold_block()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | imsttfb.c | 747 set_offset (struct fb_var_screeninfo *var, struct fb_info *info) in set_offset() function 931 set_offset(var, info); in imsttfb_pan_display()
|
/Linux-v4.19/drivers/message/fusion/ |
D | mptspi.c | 1207 .set_offset = mptspi_write_offset,
|
/Linux-v4.19/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 1984 .set_offset = sym2_set_offset,
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 2543 .set_offset = ahc_linux_set_offset,
|
D | aic79xx_osm.c | 2827 .set_offset = ahd_linux_set_offset,
|
/Linux-v4.19/drivers/scsi/ |
D | 53c700.c | 2099 .set_offset = NCR_700_set_offset,
|