open_timeout       39 drivers/bluetooth/hci_vhci.c 	struct delayed_work open_timeout;
open_timeout      192 drivers/bluetooth/hci_vhci.c 		cancel_delayed_work_sync(&data->open_timeout);
open_timeout      302 drivers/bluetooth/hci_vhci.c 					      open_timeout.work);
open_timeout      319 drivers/bluetooth/hci_vhci.c 	INIT_DELAYED_WORK(&data->open_timeout, vhci_open_timeout);
open_timeout      324 drivers/bluetooth/hci_vhci.c 	schedule_delayed_work(&data->open_timeout, msecs_to_jiffies(1000));
open_timeout      334 drivers/bluetooth/hci_vhci.c 	cancel_delayed_work_sync(&data->open_timeout);
open_timeout       13 drivers/media/platform/exynos4-is/fimc-is-sensor.c 	.open_timeout	= S5K6A3_OPEN_TIMEOUT,
open_timeout       35 drivers/media/platform/exynos4-is/fimc-is-sensor.h 	unsigned short open_timeout;
open_timeout      649 drivers/media/platform/exynos4-is/fimc-is.c 				  sensor->drvdata->open_timeout);
open_timeout       85 drivers/watchdog/watchdog_dev.c static unsigned open_timeout = CONFIG_WATCHDOG_OPEN_TIMEOUT;
open_timeout       94 drivers/watchdog/watchdog_dev.c 	data->open_deadline = open_timeout ?
open_timeout       95 drivers/watchdog/watchdog_dev.c 		ktime_get() + ktime_set(open_timeout, 0) : KTIME_MAX;
open_timeout     1175 drivers/watchdog/watchdog_dev.c module_param(open_timeout, uint, 0644);
open_timeout     1176 drivers/watchdog/watchdog_dev.c MODULE_PARM_DESC(open_timeout,