Searched refs:should (Results 1 – 25 of 171) sorted by relevance
1234567
/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-light | 5 This should return the calculated lux from the light sensor. If 6 it comes back in SI units, it should also include _input else it 7 should include _raw to signify it is not in SI units. 14 in proximity mode. When this is enabled, then the device should 24 This property is supported by proximity sensors and should be 26 value is returned in SI units, it should also include _input 27 but if it is not, then it should include _raw. 34 sensing mode. This value should be the output from a reading 35 and if expressed in SI units, should include _input. If this 36 value is not in SI units, then it should include _raw. [all …]
|
/drivers/staging/media/davinci_vpfe/ |
D | TODO | 5 - Controls should be used when possible rather than private ioctl 6 - No enums should be used 14 - The driver should have no knowledge of possible external subdevs; see 16 - Some of the hardware control should be refactorede 18 - Names that are visible in kernel global namespace should have a common
|
/drivers/staging/media/cec/ |
D | TODO | 17 Applications should be able to choose this when calling S_LOG_ADDRS. 24 This should give the framework more information about the device type 26 - Once this is out of staging this should no longer be a separate 27 config option, instead it should be selected by drivers that want it. 28 - Revisit the IS_REACHABLE(RC_CORE): perhaps the RC_CORE support should
|
/drivers/block/paride/ |
D | Kconfig | 18 parallel port IDE driver, otherwise you should answer M to build 32 parallel port ATAPI CD-ROM driver, otherwise you should answer M to 37 you have such a CD-ROM drive, you should also say Y or M to "ISO 48 parallel port ATAPI disk driver, otherwise you should answer M 62 parallel port ATAPI disk driver, otherwise you should answer M 79 otherwise you should answer M to build it as a loadable module. The 103 protocol driver, otherwise you should answer M to build it as a 121 answer Y here to build in the protocol driver, otherwise you should 140 answer Y here to build in the protocol driver, otherwise you should 152 driver, otherwise you should answer M to build it as a loadable [all …]
|
/drivers/gpu/drm/rockchip/ |
D | Kconfig | 23 on RK3288 based SoC, you should selet this option. 32 enable HDMI on RK3288 based SoC, you should selet this 42 enable MIPI DSI on RK3288 based SoC, you should selet this 51 HDMI on RK3036 based SoC, you should select this option.
|
/drivers/staging/media/bcm2048/ |
D | TODO | 10 The sysfs stuff should be replaced by controls as well. A lot of the RDS 14 properties/controls should be there at all. 20 Finally this driver should probably be split up into two parts: one
|
/drivers/memstick/ |
D | Kconfig | 10 If you want MemoryStick support, you should say Y here and also 18 This is an option for use by developers; most people should
|
/drivers/staging/media/cxd2099/ |
D | TODO | 10 While there's no proper fix for it, the driver should be kept in staging. 12 Patches should be submitted to: linux-media@vger.kernel.org.
|
/drivers/staging/media/lirc/ |
D | TODO | 1 - All drivers should either be ported to ir-core, or dropped entirely 7 simply be converted to a normal PCI driver, but ideally it should be
|
D | TODO.lirc_zilog | 7 b. lirc_zilog should provide Rx key presses to the rc core like ir-kbd-i2c 23 3. Bridge drivers, if able, should provide a chip reset() callback
|
/drivers/mmc/ |
D | Kconfig | 12 If you want MMC/SD/SDIO support, you should say Y here and 19 This is an option for use by developers; most people should
|
/drivers/staging/android/ |
D | TODO | 10 - Remove ION_IOC_SYNC: Flushing for devices should be purely a kernel internal 30 should not be upstreamed. 39 waiting threads. We should eventually use multiple queues and select the
|
/drivers/gpu/drm/omapdrm/ |
D | TODO | 2 . Where should we do eviction (detatch_pages())? We aren't necessarily 12 There should be some way to do this with less wheel-reinvention.
|
/drivers/media/v4l2-core/ |
D | videobuf-vmalloc.c | 33 #define MAGIC_CHECK(is, should) \ argument 34 if (unlikely((is) != (should))) { \ 36 is, should); \
|
D | videobuf-dma-contig.c | 34 #define MAGIC_CHECK(is, should) \ argument 35 if (unlikely((is) != (should))) { \ 36 pr_err("magic mismatch: %x expected %x\n", (is), (should)); \
|
/drivers/staging/olpc_dcon/ |
D | Kconfig | 24 have an XO-1 (or if you're unsure what model you have), you should 35 should say 'Y'.
|
/drivers/memstick/core/ |
D | Kconfig | 17 a MemoryStick card for rootfs. Most people should say N here. 26 support should say Y or M here.
|
/drivers/isdn/capi/ |
D | Kconfig | 15 applications via /dev/capi20. Applications should use the 16 standardized libcapi20 to access this functionality. You should say
|
/drivers/net/wireless/ath/ |
D | Kconfig | 44 Say N. This should only be enabled in countries where 53 Say N. This should only be enabled on systems
|
/drivers/parport/ |
D | Kconfig | 46 You should say Y here if you have a PC-style parallel port. All 48 parallel ports. PA-RISC owners should only say Y here if they 61 serial ports. You should say Y or M here. If you say M, the module 151 should not interfere with the networking functions of the chip.
|
/drivers/usb/ |
D | README | 4 includes kerneldoc that should help you get a current overview. 37 Individual USB driver directories. A new driver should be added to the
|
/drivers/base/ |
D | Kconfig | 12 This should not be used today, because usual systems create 76 with the driver and only when updating the firmware should a 125 and request_firmware() in the source. These files should exist under 137 image since it combines both GPL and non-GPL work. You should 171 Drivers should "select" this option if they desire to use the 224 unusable. You should say N here unless you are explicitly looking to
|
/drivers/mmc/card/ |
D | Kconfig | 15 should say Y or M here. 70 testing a host driver. Most people should say N here.
|
/drivers/staging/netlogic/ |
D | TODO | 2 * All memory allocation should be changed to DMA allocations
|
/drivers/staging/media/s5p-cec/ |
D | TODO | 5 address. However, this should be passed on from the corresponding
|
1234567