Home
last modified time | relevance | path

Searched refs:set_offset (Results 1 – 25 of 37) sorted by relevance

12

/drivers/gpu/drm/nouveau/dispnv04/
A Ddisp.c91 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 Dcursor.c65 crtc->cursor.set_offset = nv04_cursor_set_offset; in nv04_cursor_init()
A Dcrtc.c171 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.offset); in nv_crtc_calc_state_ext()
1029 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.offset); in nv04_crtc_cursor_set()
/drivers/iio/adc/
A Dmcp3911.c115 int (*set_offset)(struct mcp3911 *adc, int channel, int val); member
398 return adc->chip->set_offset(adc, channel->channel, val); in mcp3911_write_raw()
841 .set_offset = mcp3910_set_offset,
853 .set_offset = mcp3911_set_offset,
865 .set_offset = mcp3910_set_offset,
877 .set_offset = mcp3910_set_offset,
889 .set_offset = mcp3910_set_offset,
901 .set_offset = mcp3910_set_offset,
913 .set_offset = mcp3910_set_offset,
/drivers/hwmon/
A Dw83773g.c123 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()
/drivers/gpu/drm/nouveau/
A Dnouveau_crtc.h59 void (*set_offset)(struct nouveau_crtc *, uint32_t offset); member
/drivers/pinctrl/mediatek/
A Dmtk-eint.c441 unsigned int set_offset, bit, clr_bit, clr_offset, rst, i, unmask, in mtk_eint_set_debounce() local
454 set_offset = (idx / 4) * 4 + eint->regs->dbnc_set; in mtk_eint_set_debounce()
481 writel(rst | bit, eint->base[inst] + set_offset); in mtk_eint_set_debounce()
/drivers/rtc/
A Dsysfs.c287 if (!rtc->ops->set_offset) in rtc_attr_is_visible()
A Drtc-zynqmp.c255 .set_offset = xlnx_rtc_set_offset,
A Dinterface.c1083 if (!rtc->ops->set_offset) in rtc_set_offset()
1087 ret = rtc->ops->set_offset(rtc->dev.parent, offset); in rtc_set_offset()
A Dclass.c405 if (rtc->ops->set_offset) in __devm_rtc_register_device()
A Drtc-optee.c185 .set_offset = optee_rtc_setoffset,
A Drtc-pcf2123.c369 .set_offset = pcf2123_set_offset,
A Drtc-tps65910.c362 .set_offset = tps65910_set_offset,
A Drtc-tps6594.c357 .set_offset = tps6594_rtc_set_offset,
A Drtc-amlogic-a4.c271 .set_offset = aml_rtc_set_offset,
A Drtc-pcf8523.c405 .set_offset = pcf8523_rtc_set_offset,
A Drtc-armada38x.c457 .set_offset = armada38x_rtc_set_offset,
A Drtc-at91rm9200.c462 .set_offset = at91_rtc_setoffset,
A Drtc-rx8025.c476 .set_offset = rx8025_set_offset,
A Drtc-rzn1.c369 .set_offset = rzn1_rtc_set_offset,
A Drtc-ti-k3.c482 .set_offset = ti_k3_rtc_set_offset,
A Drtc-pcf85063.c320 .set_offset = pcf85063_set_offset,
A Drtc-rs5c372.c673 .set_offset = rs5c372_set_offset,
/drivers/comedi/drivers/
A Djr3_pci.c162 static void set_offset(struct jr3_sensor __iomem *sensor) in set_offset() function
548 set_offset(sensor); in jr3_pci_poll_subdevice()

Completed in 65 milliseconds

12