Home
last modified time | relevance | path

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

/drivers/bluetooth/
Dhci_vhci.c41 struct delayed_work open_timeout; member
424 cancel_delayed_work_sync(&data->open_timeout); in vhci_get_user()
534 open_timeout.work); in vhci_open_timeout()
551 INIT_DELAYED_WORK(&data->open_timeout, vhci_open_timeout); in vhci_open()
557 schedule_delayed_work(&data->open_timeout, msecs_to_jiffies(1000)); in vhci_open()
567 cancel_delayed_work_sync(&data->open_timeout); in vhci_release()
/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()
/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()
1303 module_param(open_timeout, uint, 0644);
1304 MODULE_PARM_DESC(open_timeout,
DKconfig68 "watchdog.open_timeout".