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

/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-sensor.c13 .open_timeout = S5K6A3_OPEN_TIMEOUT,
H A Dfimc-is-sensor.h35 unsigned short open_timeout; member in struct:sensor_drv_data
H A Dfimc-is.c649 sensor->drvdata->open_timeout);
/linux-master/drivers/watchdog/
H A Dxilinx_wwdt.c70 u64 time_out, closed_timeout, open_timeout; local
76 open_timeout = time_out - closed_timeout;
84 iowrite32((u32)open_timeout, xdev->base + XWWDT_SWR_OFFSET);
H A Dwatchdog_dev.c63 static unsigned open_timeout = CONFIG_WATCHDOG_OPEN_TIMEOUT; variable
72 data->open_deadline = open_timeout ?
73 ktime_get() + ktime_set(open_timeout, 0) : KTIME_MAX;
904 * open_timeout only applies for the first open from
1324 module_param(open_timeout, uint, 0644);
1325 MODULE_PARM_DESC(open_timeout,
/linux-master/drivers/bluetooth/
H A Dhci_vhci.c41 struct delayed_work open_timeout; member in struct:vhci_data
517 cancel_delayed_work_sync(&data->open_timeout);
627 open_timeout.work);
644 INIT_DELAYED_WORK(&data->open_timeout, vhci_open_timeout);
650 schedule_delayed_work(&data->open_timeout, msecs_to_jiffies(1000));
660 cancel_delayed_work_sync(&data->open_timeout);

Completed in 147 milliseconds