Home
last modified time | relevance | path

Searched refs:then (Results 1 – 25 of 100) sorted by relevance

1234

/drivers/char/mwave/
DREADME19 thinkpad configuration utility then this parameter allows the
24 thinkpad configuration utility then this parameter allows the
29 thinkpad configuration utility then this parameter allows the
34 thinkpad configuration utility then this parameter allows the
/drivers/media/pci/ivtv/
Divtv-mailbox.c162 unsigned long then = jiffies; in get_mailbox() local
181 then + msecs_to_jiffies(10*retries))) in get_mailbox()
220 unsigned long then; in ivtv_api_call() local
295 then = jiffies; in ivtv_api_call()
305 if (time_after(jiffies, then + api_timeout)) { in ivtv_api_call()
317 if (time_after(jiffies, then + msecs_to_jiffies(100))) in ivtv_api_call()
320 jiffies_to_msecs(jiffies - then)); in ivtv_api_call()
/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-tcpip.c257 unsigned long then; in libcfs_sock_write() local
289 then = jiffies; in libcfs_sock_write()
291 ticks -= jiffies - then; in libcfs_sock_write()
320 unsigned long then; in libcfs_sock_read() local
348 then = jiffies; in libcfs_sock_read()
350 ticks -= jiffies - then; in libcfs_sock_read()
/drivers/misc/mic/
DKconfig12 then say M (recommended) or Y, else say N. If unsure say N.
31 If you are building a host kernel with an Intel MIC device then
50 If you are building a card kernel for an Intel MIC device then
/drivers/staging/iio/Documentation/
Dinkernel.txt21 This are then used to find the channel mapping from the consumer device (see
27 An array of these structures is then passed to the IIO driver.
47 There are then a number of functions that can be used to get information
Dsysfs-bus-iio-light42 in proximity mode. When this is enabled, then the device should
55 but if it is not, then it should include _raw.
64 value is not in SI units, then it should include _raw.
96 value is not in SI units (irradiance, uW/mm^2), then it should
Dtrigger.txt10 allocates a trigger structure. The key elements to then fill in within
/drivers/gpu/drm/via/
Dvia_irq.c91 static unsigned time_diff(struct timeval *now, struct timeval *then) in time_diff() argument
93 return (now->tv_usec >= then->tv_usec) ? in time_diff()
94 now->tv_usec - then->tv_usec : in time_diff()
95 1000000 - (then->tv_usec - now->tv_usec); in time_diff()
/drivers/media/radio/
DKconfig253 Choose Y here if you have one of these AM/FM radio cards, and then
264 Choose Y here if you have one of these FM radio cards, and then fill
295 Choose Y here if you have this FM radio card, and then fill in the
299 of hardware. If you have this hardware, then please contact the
318 Choose Y here if you have one of these FM radio cards, and then fill
338 Choose Y here if you have this FM radio card, and then fill in the
414 of hardware. If you have this hardware, then please contact the
429 of hardware. If you have this hardware, then please contact the
448 Choose Y here if you have one of these FM radio cards, and then fill
452 of hardware. If you have this hardware, then please contact the
[all …]
/drivers/staging/media/omap24xx/
DKconfig17 to convert it to the subdev API, then please contact the linux-media
34 to convert it to the subdev API, then please contact the linux-media
/drivers/net/wireless/libertas/
DREADME49 device. When raw is enabled, then it dumps the raw EEPROM data
129 If it is set to 0, then the event is reported only once, and then
130 automatically unsubscribed. If it is set to 1, then the event is
131 reported every time it occurs. If it is set to N, then the event is
/drivers/mtd/chips/
DKconfig124 flash chip addressed by each bus cycle, then say 'Y'.
131 flash chips addressed by each bus cycle, then say 'Y'.
138 flash chips addressed by each bus cycle, then say 'Y'.
145 flash chips addressed by each bus cycle, then say 'Y'.
233 then say N.
/drivers/rtc/
Drtc-dev.c307 unsigned long now, then; in rtc_dev_ioctl() local
320 rtc_tm_to_time(&alarm.time, &then); in rtc_dev_ioctl()
323 if (then < now) { in rtc_dev_ioctl()
Drtc-davinci.c430 unsigned long now, then; in davinci_rtc_set_alarm() local
438 rtc_tm_to_time(&alm->time, &then); in davinci_rtc_set_alarm()
440 if (then < now) { in davinci_rtc_set_alarm()
/drivers/isdn/hysdn/
DKconfig6 Champ, Ergo and Metro. You will then get a module called hysdn.
/drivers/tty/hvc/
DKconfig96 a JTAG then you probably don't want this option.
104 the HVC driver. If you don't have JTAG, then you probably don't
/drivers/media/usb/ttusb-dec/
DKconfig18 download/extract them, and then copy them to /usr/lib/hotplug/firmware
/drivers/net/ethernet/moxa/
DKconfig27 want to use the internal ethernet then you should answer Y to this.
/drivers/scsi/device_handler/
DKconfig25 be sent to start it and cannot upgrade the firmware then select y.
/drivers/net/can/softing/
DKconfig9 with the host CPU. The interface is then identical for PCI
/drivers/usb/
DKconfig59 to use USB devices. You then need to say Y to at least one of the
69 After choosing your HCD, then select drivers for the USB peripherals
/drivers/pnp/
DKconfig17 devices. You should then also say Y to all of the protocols below.
/drivers/net/ethernet/cadence/
DKconfig29 ethernet support, then you should always answer Y to this.
/drivers/net/caif/
DKconfig41 Be aware that if you enable this then you also need to
/drivers/usb/class/
DKconfig15 /proc/bus/usb/devices, then your modem will not work with this

1234