Searched refs:open_timeout (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/drivers/watchdog/ |
| D | xilinx_wwdt.c | 70 u64 time_out, closed_timeout, open_timeout; in xilinx_wwdt_start() local 76 open_timeout = time_out - closed_timeout; in xilinx_wwdt_start() 84 iowrite32((u32)open_timeout, xdev->base + XWWDT_SWR_OFFSET); in xilinx_wwdt_start()
|
| D | watchdog_dev.c | 63 static unsigned open_timeout = CONFIG_WATCHDOG_OPEN_TIMEOUT; variable 72 data->open_deadline = open_timeout ? in watchdog_set_open_deadline() 73 ktime_get() + ktime_set(open_timeout, 0) : KTIME_MAX; in watchdog_set_open_deadline() 1325 module_param(open_timeout, uint, 0644); 1326 MODULE_PARM_DESC(open_timeout,
|
| D | Kconfig | 68 "watchdog.open_timeout".
|
| /Linux-v6.6/drivers/bluetooth/ |
| D | hci_vhci.c | 40 struct delayed_work open_timeout; member 523 cancel_delayed_work_sync(&data->open_timeout); in vhci_get_user() 633 open_timeout.work); in vhci_open_timeout() 650 INIT_DELAYED_WORK(&data->open_timeout, vhci_open_timeout); in vhci_open() 656 schedule_delayed_work(&data->open_timeout, msecs_to_jiffies(1000)); in vhci_open() 666 cancel_delayed_work_sync(&data->open_timeout); in vhci_release()
|
| /Linux-v6.6/drivers/media/platform/samsung/exynos4-is/ |
| D | fimc-is-sensor.c | 13 .open_timeout = S5K6A3_OPEN_TIMEOUT,
|
| D | fimc-is-sensor.h | 35 unsigned short open_timeout; member
|
| D | fimc-is.c | 649 sensor->drvdata->open_timeout); in fimc_is_hw_open_sensor()
|
| /Linux-v6.6/Documentation/watchdog/ |
| D | watchdog-parameters.rst | 17 open_timeout:
|