/linux-3.3/drivers/gpu/drm/radeon/ |
D | radeon_agp.c | 45 /* Intel E7505 Memory Controller Hub / RV350 AR [Radeon 9600XT] Needs AGPMode 4 (deb #515326) */ 47 /* Intel 82865G/PE/P DRAM Controller/Host-Hub / Mobility 9800 Needs AGPMode 4 (deb #462590) */ 49 …/* Intel 82865G/PE/P DRAM Controller/Host-Hub / RV280 [Radeon 9200 SE] Needs AGPMode 4 (lp #300304… 52 /* Intel 82855PM Processor to I/O Controller / Mobility M6 LY Needs AGPMode 1 (deb #467235) */ 55 /* Intel 82855PM host bridge / Mobility 9600 M10 RV350 Needs AGPMode 1 (lp #195051) */ 58 /* Intel 82855PM host bridge / Mobility M7 needs AGPMode 1 */ 61 /* Intel 82855PM host bridge / FireGL Mobility T2 RV350 Needs AGPMode 2 (fdo #20647) */ 64 /* Intel 82855PM host bridge / Mobility M9+ / VaioPCG-V505DX Needs AGPMode 2 (fdo #17928) */ 67 /* Intel 82855PM Processor to I/O Controller / Mobility M9+ Needs AGPMode 8 (phoronix forum) */ 70 /* Intel 82830 830 Chipset Host Bridge / Mobility M6 LY Needs AGPMode 2 (fdo #17360)*/ [all …]
|
/linux-3.3/tools/usb/ |
D | hcd-tests.sh | 6 # - out, in: out needs 'bulk sink' firmware, in needs 'bulk src' 7 # - iso-out, iso-in: out needs 'iso sink' firmware, in needs 'iso src' 8 # - halt: needs bulk sink+src, tests halt set/clear from host 9 # - unlink: needs bulk sink and/or src, test HCD unlink processing 10 # - loop: needs firmware that will buffer N transfers 259 # FIXME someone needs to write and merge a version of this
|
/linux-3.3/arch/mn10300/mm/ |
D | Kconfig.cache | 14 is filled and a cacheline needs to be displaced from the cache to 112 Set if the debugger needs to flush the dcache and invalidate the 121 Set if the debugger needs to flush the dcache and invalidate the 130 Set if the debugger needs to invalidate the icache using the cache 139 Set if the debugger needs to invalidate the icache using automatic
|
/linux-3.3/include/linux/ |
D | ti_wilink_st.h | 65 * @reserve: the number of bytes ST needs to reserve in the skb being 115 * This needs to be protected, hence the lock inside wakeup func. 125 * is received, the states, count and the skb needs to be maintained. 127 * @txq: the list of skbs which needs to be sent onto the TTY. 128 * @tx_waitq: if the chip is not in AWAKE state, the skbs needs to be queued 129 * up in here, PM(WAKEUP_IND) data needs to be sent and then the skbs 131 * Needs locking too. 135 * needs to be downloaded to initialize chip side ST. 235 * @uim_pid: KIM needs to communicate with UIM to request to install 300 * Each such action needs to be parsed by the KIM and [all …]
|
/linux-3.3/arch/arm/kernel/ |
D | io.c | 7 * This needs to be optimized. 22 * This needs to be optimized. 37 * This needs to be optimized.
|
/linux-3.3/Documentation/filesystems/ |
D | xfs-delayed-logging-design.txt | 97 but only one of those copies needs to be there - the last one "D", as it 169 running. For example, a transaction has object A locked and modified, but needs 234 region state that needs to be placed into the headers during the log write. 266 committed item tracking needs it's own locks, lists and state fields in the log 342 buffer and log vector attached to each log item needs to be attached to the 441 checkpoint sequence needs to be committed before they can continue. As a 442 result, the code that forces the log to a specific LSN now needs to ensure that 515 1MB of log space consumed (512 bytes per 32k) and the reservation needs to be 517 reservation needs to be made before the checkpoint is started, and we need to 521 A static reservation needs to manipulate the log grant counters - we can take a [all …]
|
/linux-3.3/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.txt | 22 close preparations) can simply go. Device specific stuff needs to go to the 40 Needs the status-callback defined, otherwise returns 0 43 Needs the bootstatus member properly set. Make sure it is 0 if you 171 used. This needs to be converted by initializing the status variable of the 181 The module parameter itself needs to stay, everything else related to nowayout 204 The entry for the driver now needs to select WATCHDOG_CORE:
|
D | watchdog-kernel-api.txt | 18 a watchdog timer driver then only needs to provide the different routines 91 The routine needs a pointer to the watchdog timer device structure as a 94 The routine needs a pointer to the watchdog timer device structure as a 97 driver supporting this hardware needs to make sure that a start and stop 106 The routine needs a pointer to the watchdog timer device structure as a 123 (Note: the WDIOF_SETTIMEOUT needs to be set in the options field of the
|
/linux-3.3/include/linux/mmc/ |
D | sdhci.h | 46 /* Controller needs to be reset after each request to stay stable */ 48 /* Controller needs voltage and power writes to happen separately */ 72 /* Controller needs 10ms delay between applying power and clock */ 116 #define SDHCI_SDR50_NEEDS_TUNING (1<<4) /* SDR50 needs tuning */ 117 #define SDHCI_NEEDS_RETUNING (1<<5) /* Host needs retuning */ 122 #define SDHCI_HS200_NEEDS_TUNING (1<<10) /* HS200 needs tuning */
|
/linux-3.3/Documentation/ABI/testing/ |
D | sysfs-platform-kim | 20 UART configurations, so the baud-rate needs to be set 46 by the sysfs_notify. The value would be '1' when UART needs 48 is no more required and needs to be closed.
|
/linux-3.3/Documentation/block/ |
D | writeback_cache_control.txt | 12 system needs to force data out to the non-volatile storage when it performs 55 bits need to be propagated to underlying devices, and a global flush needs 71 driver needs to tell the block layer that it supports flushing caches by 79 layer. For devices that also support the FUA bit the block layer needs
|
/linux-3.3/Documentation/vm/ |
D | highmem.txt | 28 at all times. This means the kernel needs to start using temporary mappings of 68 physical pages into a contiguous virtual space. It needs global 71 (*) kmap(). This permits a short duration mapping of a single page. It needs 146 (*) Linux needs a page-frame structure for each page in the system and the 151 worth of pages; the kernel, however, needs to store more than just
|
/linux-3.3/Documentation/arm/Samsung-S3C24XX/ |
D | CPUfreq.txt | 28 framework needs to supply at least basic details of what is required. 64 The board needs to supply information about whether it needs the IO bank
|
/linux-3.3/Documentation/ |
D | dell_rbu.txt | 27 The rbu driver needs to have an application (as mentioned above)which will 55 In the packet update mechanism, the user needs to create a new file having 60 packet, the user needs to create more such packets out of the entire BIOS 96 Also after updating the BIOS image a user mode application needs to execute
|
/linux-3.3/arch/ia64/lib/ |
D | io.c | 8 * This needs to be optimized. 23 * This needs to be optimized. 38 * This needs to be optimized.
|
/linux-3.3/Documentation/powerpc/ |
D | 00-INDEX | 2 Linux/PPC needs an entry here, needs correction or you've written one
|
/linux-3.3/Documentation/DocBook/ |
D | writing_usb_driver.tmpl | 78 custom protocol to talk to their device, so a custom driver usually needs 90 of the skeleton driver, explaining the different pieces and what needs to 107 The first thing a Linux USB driver needs to do is register itself with 139 user-space interaction. The skeleton driver needs this kind of interface, 165 When the driver is unloaded from the system, it needs to deregister 211 The driver now needs to verify that this device is actually one that it 225 function is called with the device pointer. The driver needs to clean any 335 any point in time, even if a program is currently talking to it. It needs
|
/linux-3.3/Documentation/early-userspace/ |
D | README | 50 INITRAMFS_ROOT_UID can be set to a user ID that needs to be mapped to 51 user root (0). INITRAMFS_ROOT_GID can be set to a group ID that needs 117 If kinit doesn't meet your current needs and you've got bytes to burn, 120 custom initramfs images that meet your needs exactly.
|
/linux-3.3/include/linux/netfilter/ |
D | nf_conntrack_common.h | 46 /* Connection needs src nat in orig dir. This bit never changed. */ 50 /* Connection needs dst nat in orig dir. This bit never changed. */ 57 /* Connection needs TCP sequence adjusted. */
|
/linux-3.3/Documentation/networking/ |
D | phy.txt | 38 In order to take advantage of the PAL, each bus interface needs to be 55 driver needs, setup the mii_bus structure, and register with the PAL using 69 Sometime during startup, the network driver needs to establish a connection 117 the PHY/controller, of which the PHY needs to be aware. 141 It is possible that the PAL's built-in state machine needs a little help to 238 phy_id_mask field. Also, it needs a name. Here's an example:
|
/linux-3.3/include/net/netfilter/ |
D | nf_tproxy_core.h | 90 * xt_socket, since xt_TPROXY needs 0 bound in nf_tproxy_get_sock_v4() 114 * xt_socket, since xt_TPROXY needs 0 bound in nf_tproxy_get_sock_v4() 159 * xt_socket, since xt_TPROXY needs 0 bound in nf_tproxy_get_sock_v6() 183 * xt_socket, since xt_TPROXY needs 0 bound in nf_tproxy_get_sock_v6()
|
/linux-3.3/drivers/net/wireless/ipw2x00/ |
D | libipw_geo.c | 49 /* Driver needs to initialize the geography map before using in libipw_is_valid_channel() 78 /* Driver needs to initialize the geography map before using in libipw_channel_to_index() 100 /* Driver needs to initialize the geography map before using in libipw_channel_to_freq() 115 /* Driver needs to initialize the geography map before using in libipw_freq_to_channel()
|
/linux-3.3/Documentation/firmware_class/ |
D | README | 94 - If the device that needs the firmware is needed to access the 98 - A diskless client with a network card that needs firmware. 100 that needs firmware.
|
/linux-3.3/Documentation/hwmon/ |
D | lm92 | 16 MAX6633 with address in 0x40 - 0x47, 0x4c - 0x4f needs force parameter 17 and MAX6634 with address in 0x4c - 0x4f needs force parameter
|
/linux-3.3/kernel/ |
D | freezer.c | 26 * freezing_slow_path - slow path for testing whether a task needs to be frozen 30 * and tests whether @p needs to enter and stay in frozen state. Can be 79 * needs to be used; otherwise, it might silently break in __refrigerator()
|