Home
last modified time | relevance | path

Searched refs:open_timeout (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/drivers/bluetooth/
Dhci_vhci.c40 struct delayed_work open_timeout; member
419 cancel_delayed_work_sync(&data->open_timeout); in vhci_get_user()
529 open_timeout.work); in vhci_open_timeout()
546 INIT_DELAYED_WORK(&data->open_timeout, vhci_open_timeout); in vhci_open()
552 schedule_delayed_work(&data->open_timeout, msecs_to_jiffies(1000)); in vhci_open()
562 cancel_delayed_work_sync(&data->open_timeout); in vhci_release()
/Linux-v6.1/drivers/media/platform/samsung/exynos4-is/
Dfimc-is-sensor.c13 .open_timeout = S5K6A3_OPEN_TIMEOUT,
Dfimc-is-sensor.h35 unsigned short open_timeout; member
Dfimc-is.c649 sensor->drvdata->open_timeout); in fimc_is_hw_open_sensor()
/Linux-v6.1/drivers/watchdog/
Dwatchdog_dev.c62 static unsigned open_timeout = CONFIG_WATCHDOG_OPEN_TIMEOUT; variable
71 data->open_deadline = open_timeout ? in watchdog_set_open_deadline()
72 ktime_get() + ktime_set(open_timeout, 0) : KTIME_MAX; in watchdog_set_open_deadline()
1304 module_param(open_timeout, uint, 0644);
1305 MODULE_PARM_DESC(open_timeout,
DKconfig68 "watchdog.open_timeout".
/Linux-v6.1/Documentation/watchdog/
Dwatchdog-parameters.rst17 open_timeout: