Home
last modified time | relevance | path

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

12345

/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/misc/mic/
DKconfig12 then say M (recommended) or Y, else say N. If unsure say N.
29 then say M (recommended) or Y, else say N. If unsure say N.
46 then say M (recommended) or Y, else say N. If unsure say N.
65 If you are building a host kernel with an Intel MIC device then
85 If you are building a card kernel for an Intel MIC device then
104 If you are building a host kernel with an Intel MIC device then
122 If you are building a host kernel with an Intel MIC device then
143 If you are building a host kernel with an Intel MIC device then
/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/lnet/lnet/
Dlib-socket.c266 unsigned long then; in lnet_sock_write() local
291 then = jiffies; in lnet_sock_write()
293 jiffies_left -= jiffies - then; in lnet_sock_write()
318 unsigned long then; in lnet_sock_read() local
343 then = jiffies; in lnet_sock_read()
345 jiffies_left -= jiffies - then; in lnet_sock_read()
/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-light14 in proximity mode. When this is enabled, then the device should
27 but if it is not, then it should include _raw.
36 value is not in SI units, then it should include _raw.
68 value is not in SI units (irradiance, uW/mm^2), then it should
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
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/net/wireless/marvell/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/staging/media/cec/
DTODO6 Once I'm confident that I didn't miss anything then the cec.c source
18 - If the reply field of cec_msg is set then when the reply arrives it
/drivers/mtd/chips/
DKconfig129 flash chip addressed by each bus cycle, then say 'Y'.
136 flash chips addressed by each bus cycle, then say 'Y'.
143 flash chips addressed by each bus cycle, then say 'Y'.
150 flash chips addressed by each bus cycle, then say 'Y'.
238 then say N.
/drivers/rtc/
Drtc-dev.c307 time64_t now, then; in rtc_dev_ioctl() local
320 then = rtc_tm_to_time64(&alarm.time); in rtc_dev_ioctl()
323 if (then < now) { in rtc_dev_ioctl()
Drtc-davinci.c432 unsigned long now, then; in davinci_rtc_set_alarm() local
440 rtc_tm_to_time(&alm->time, &then); in davinci_rtc_set_alarm()
442 if (then < now) { in davinci_rtc_set_alarm()
/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c161 struct timespec64 now, then; in i40e_ptp_adjtime() local
164 then = ns_to_timespec64(delta); in i40e_ptp_adjtime()
168 now = timespec64_add(now, then); in i40e_ptp_adjtime()
/drivers/isdn/hysdn/
DKconfig6 Champ, Ergo and Metro. You will then get a module called hysdn.
/drivers/usb/gadget/udc/bdc/
DKconfig7 then select this driver.
/drivers/tty/hvc/
DKconfig89 a JTAG then you probably don't want this option.
97 the HVC driver. If you don't have JTAG, then you probably don't
/drivers/net/ethernet/moxa/
DKconfig25 want to use the internal ethernet then you should answer Y to this.
/drivers/media/usb/ttusb-dec/
DKconfig18 download/extract them, and then copy them to /usr/lib/hotplug/firmware
/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/staging/greybus/Documentation/
Dsysfs-bus-greybus106 the value read from it is "on", then power is currently
110 If the value read is "off", then writing "on" (or '1', 'y',
115 If the value read is "on", then writing "off" (or '0', 'n',
/drivers/ras/
DKconfig21 a failed system increases, then availability will decrease.
/drivers/pnp/
DKconfig17 devices. You should then also say Y to all of the protocols below.

12345