Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/bluetooth/
Dhci_vhci.c39 struct delayed_work open_timeout; member
193 cancel_delayed_work_sync(&data->open_timeout); in vhci_get_user()
303 open_timeout.work); in vhci_open_timeout()
320 INIT_DELAYED_WORK(&data->open_timeout, vhci_open_timeout); in vhci_open()
325 schedule_delayed_work(&data->open_timeout, msecs_to_jiffies(1000)); in vhci_open()
335 cancel_delayed_work_sync(&data->open_timeout); in vhci_release()
/Linux-v5.10/drivers/media/platform/exynos4-is/
Dfimc-is-sensor.c13 .open_timeout = S5K6A3_OPEN_TIMEOUT,
Dfimc-is-sensor.h35 unsigned short open_timeout; member
Dfimc-is.c648 sensor->drvdata->open_timeout); in fimc_is_hw_open_sensor()
/Linux-v5.10/drivers/watchdog/
Dwatchdog_dev.c83 static unsigned open_timeout = CONFIG_WATCHDOG_OPEN_TIMEOUT; variable
92 data->open_deadline = open_timeout ? in watchdog_set_open_deadline()
93 ktime_get() + ktime_set(open_timeout, 0) : KTIME_MAX; in watchdog_set_open_deadline()
1227 module_param(open_timeout, uint, 0644);
1228 MODULE_PARM_DESC(open_timeout,
DKconfig68 "watchdog.open_timeout".
/Linux-v5.10/Documentation/watchdog/
Dwatchdog-parameters.rst17 open_timeout: