Home
last modified time | relevance | path

Searched refs:poll_delay (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/atm/
Dspeedtch.c131 int poll_delay; /* milliseconds */ member
501 instance->poll_delay = min(2 * instance->poll_delay, MAX_POLL_DELAY); in speedtch_check_status()
505 instance->poll_delay = max(instance->poll_delay / 2, MIN_POLL_DELAY); in speedtch_check_status()
568 if (instance->poll_delay < MAX_POLL_DELAY) in speedtch_status_poll()
569 mod_timer(&instance->status_check_timer, jiffies + msecs_to_jiffies(instance->poll_delay)); in speedtch_status_poll()
867 instance->poll_delay = MIN_POLL_DELAY; in speedtch_bind()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
Dwm9713.c143 static inline void poll_delay(int d) in poll_delay() function
279 poll_delay(delay); in wm9713_poll_sample()
344 poll_delay(delay); in wm9713_poll_coord()
Dwm9712.c143 static inline void poll_delay(int d) in poll_delay() function
269 poll_delay(delay); in wm9712_poll_sample()
333 poll_delay(delay); in wm9712_poll_coord()
Dwm9705.c125 static inline void poll_delay(int d) in poll_delay() function
229 poll_delay(delay); in wm9705_poll_sample()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch482 +static DEVICE_ATTR(poll_delay, S_IWUSR | S_IRUGO, fxas2100x_poll_delay_show, fxas2100x_poll_delay_…
1309 + int poll_delay = 0;
1312 + poll_delay = atomic_read(&pdata->acc_delay);
1314 + poll_delay = atomic_read(&pdata->mag_delay);
1316 + return sprintf(buf, "%d\n", poll_delay);
1405 +static DEVICE_ATTR(poll_delay, S_IWUSR | S_IRUGO, fxos8700_poll_delay_show, fxos8700_poll_delay_st…