/drivers/media/dvb-frontends/ |
D | Kconfig | 12 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want 21 demodulator. Say Y when you want to support this tuner. 29 Say Y when you want to support these frontends. 44 Say Y when you want to support this frontend. 56 Say Y when you want to support this frontend. 65 Say Y when you want to support this tuner. 75 Say Y when you want to support this frontend. 83 Say Y when you want to support this frontend. 91 Say Y when you want to support this frontend. 101 A DVB-S tuner module. Say Y when you want to support this frontend. [all …]
|
/drivers/block/paride/ |
D | Transition-notes | 3 only when ps_tq_active is 1. 14 A and each B is preceded by either A or C. Moments when we enter 25 case when pd_req is NULL. 37 * in ps_tq_int(): from the moment when we get ps_spinlock() to the 39 * in pi_schedule_claimed() when called from pi_do_claimed() called from 42 * in pi_do_claimed() when called from pd.c, everything until the call 46 the moment when pi_spinlock has been acquired. 58 Proof: consider the first moment when the above is not true. 68 d) ps_tq_int() can enter the area only when the thread is holding 77 f) pi_wake_up() can enter the area only when the thread is holding [all …]
|
/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 8 s-Par's automatic installation progress screen when an error 28 field when not in installation mode (boottotool was set on 59 responsible for enabling and disabling SR-IOV devices when the 62 Some SR-IOV devices have problems when the PF is reset without 78 responsible for enabling and disabling SR-IOV devices when the 81 Some SR-IOV devices have problems when the PF is reset without
|
/drivers/char/ |
D | mmtimer.c | 680 unsigned long when, period, irqflags; in sgi_timer_set() local 690 when = timespec_to_ns(&new_setting->it_value); in sgi_timer_set() 693 if (when == 0) in sgi_timer_set() 707 if (when > now) in sgi_timer_set() 708 when -= now; in sgi_timer_set() 711 when = 0; in sgi_timer_set() 719 when = (when + sgi_clock_period - 1) / sgi_clock_period + rtc_time(); in sgi_timer_set() 740 timr->it.mmtimer.expires = when; in sgi_timer_set()
|
/drivers/media/ |
D | Kconfig | 26 Say Y when you have a webcam or a video capture grabber board. 33 Say Y when you have a TV board with analog support or with a 45 Say Y when you have a board with digital support or a board with 56 Say Y when you have a board with radio support. 67 Say Y when you have a software defined radio device. 81 Say Y when you have a TV or an IR device. 201 This is generally the right thing to do, except when there
|
/drivers/staging/android/fiq_debugger/ |
D | Kconfig | 6 The FIQ serial debugger can accept commands even when the 20 bool "Don't disable wakeup IRQ when debugger is active" 24 Don't disable the wakeup irq when enabling the uart clock. This will
|
/drivers/leds/trigger/ |
D | Kconfig | 28 sporadic events, when there are no clear begin and end trap points, 66 turn off and on when the display is blanked and unblanked. 86 when using gpios as switches and triggering the needed LEDs 88 be triggered by this trigger when user slides up to show
|
/drivers/parisc/ |
D | README.dino | 5 ** the behavior of five models of HP VISUALIZE workstations when 9 ** when data is transmitted through PCI I/O expansion cards on the
|
/drivers/usb/musb/ |
D | Kconfig | 43 Select this when you want to use MUSB in host mode only, 51 Select this when you want to use MUSB in gadget mode only, 160 Enable DMA transfers when TI CPPI DMA is available. 172 Enable DMA transfers on TUSB 6010 when OMAP DMA is available.
|
/drivers/media/pci/mantis/ |
D | Kconfig | 25 Say Y when you have a Mantis based DVB card and want to use it. 36 Say Y when you have a Hopper based DVB card and want to use it.
|
/drivers/staging/android/ |
D | Kconfig | 15 because it can discard shared memory units when under memory pressure. 20 Registers processes to be killed when low memory conditions, this is useful
|
/drivers/staging/ks7010/ |
D | TODO | 29 - fix the 'card removal' event when card is inserted when booting
|
/drivers/tty/hvc/ |
D | Kconfig | 20 pSeries machines when partitioned support a hypervisor virtual 78 This is meant to be used during HW bring up or debugging when 114 which will also be compiled when this driver is built as a
|
/drivers/staging/media/davinci_vpfe/ |
D | TODO | 5 - Controls should be used when possible rather than private ioctl 7 - Use of MC and V4L2 subdev APIs when applicable
|
/drivers/net/wireless/marvell/libertas/ |
D | README | 149 This event is generated when the average received RSSI in beacons goes 153 This event is generated when the average received RSSI in beacons goes 157 This event is generated when the average received SNR in beacons goes 161 This event is generated when the average received SNR in beacons goes 225 All entries in the scan table (not just the new scan data when keep=1)
|
/drivers/staging/media/cec/ |
D | TODO | 17 Applications should be able to choose this when calling S_LOG_ADDRS. 18 - If the reply field of cec_msg is set then when the reply arrives it
|
/drivers/scsi/arm/ |
D | acornscsi.h | 257 unsigned long when; member 266 host->status[(_q)][host->status_ptr[(_q)]].when = jiffies; \
|
/drivers/staging/media/lirc/ |
D | TODO.lirc_zilog | 13 lirc_zilog to prevent removal of lirc_zilog when the /dev/lircN device node 26 to bring the chip back to normal when it hangs, in the same places the
|
/drivers/staging/lustre/lnet/lnet/ |
D | router.c | 102 unsigned long when) in lnet_notify_locked() argument 104 if (time_before(when, lp->lp_timestamp)) { /* out of date information */ in lnet_notify_locked() 109 lp->lp_timestamp = when; /* update timestamp */ in lnet_notify_locked() 1742 lnet_notify(lnet_ni_t *ni, lnet_nid_t nid, int alive, unsigned long when) in lnet_notify() argument 1764 if (cfs_time_after(when, now)) { in lnet_notify() 1768 cfs_duration_sec(cfs_time_sub(when, now))); in lnet_notify() 1799 if (ni && !alive && when < lp->lp_last_alive) in lnet_notify() 1800 when = lp->lp_last_alive; in lnet_notify() 1802 lnet_notify_locked(lp, !ni, alive, when); in lnet_notify()
|
/drivers/mtd/chips/ |
D | Kconfig | 49 data bits when writing the 'magic' commands to the chips. Saying 50 'NO', which is the default when CONFIG_MTD_CFI_ADV_OPTIONS isn't 163 programmable (OTP) bits; when programmed, register bits cannot be 170 because the Lock Register bits themselves are OTP, when programmed, 171 Lock Register bits cannot be erased. Therefore, when a Protection
|
/drivers/staging/iio/ |
D | TODO | 29 1) Open question of userspace vs kernel space balance when 68 CC the device-drivers-devel@blackfin.uclinux.org mailing list when
|
/drivers/staging/board/ |
D | TODO | 2 * remove staging board code when no more platform devices are needed
|
/drivers/media/dvb-frontends/drx39xyj/ |
D | Kconfig | 6 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
|
/drivers/misc/altera-stapl/ |
D | Kconfig | 8 An Altera FPGA module. Say Y when you want to support this tool.
|
/drivers/staging/vc04_services/ |
D | Kconfig | 8 Defaults to Y when the Broadcom Videocore services
|