/linux-3.4.99/fs/hpfs/ |
D | anode.c | 37 if (le32_to_cpu(btree->u.external[i].file_secno) <= sec && in hpfs_bplus_lookup() 38 … le32_to_cpu(btree->u.external[i].file_secno) + le32_to_cpu(btree->u.external[i].length) > sec) { in hpfs_bplus_lookup() 39 …a = le32_to_cpu(btree->u.external[i].disk_secno) + sec - le32_to_cpu(btree->u.external[i].file_sec… in hpfs_bplus_lookup() 46 hpfs_inode->i_file_sec = le32_to_cpu(btree->u.external[i].file_secno); in hpfs_bplus_lookup() 47 hpfs_inode->i_disk_sec = le32_to_cpu(btree->u.external[i].disk_secno); in hpfs_bplus_lookup() 48 hpfs_inode->i_n_secs = le32_to_cpu(btree->u.external[i].length); in hpfs_bplus_lookup() 97 …if (le32_to_cpu(btree->u.external[n].file_secno) + le32_to_cpu(btree->u.external[n].length) != fse… in hpfs_add_sector_to_btree() 99 le32_to_cpu(btree->u.external[n].file_secno) + le32_to_cpu(btree->u.external[n].length), fsecno, in hpfs_add_sector_to_btree() 104 …s_alloc_if_possible(s, se = le32_to_cpu(btree->u.external[n].disk_secno) + le32_to_cpu(btree->u.ex… in hpfs_add_sector_to_btree() 105 btree->u.external[n].length = cpu_to_le32(le32_to_cpu(btree->u.external[n].length) + 1); in hpfs_add_sector_to_btree() [all …]
|
D | hpfs.h | 426 struct bplus_leaf_node external[0]; /* (external) 3-word entries giving member 476 struct bplus_leaf_node external[8]; member 508 struct bplus_leaf_node external[40]; member
|
/linux-3.4.99/drivers/scsi/ |
D | script_asm.pl | 202 @external = (); # Array of external names 440 foreach $external (split (/,/,$externals)) { 441 if ($external =~ /\s*($identifier)\s*$/) { 442 $external = $1; 443 push (@external, $external); 444 delete $forward{$external}; 445 if (defined($symbol_values{$external})) { 448 $symbol_values{$external} = $external; 449 print STDERR "defined external $1 to $external\n" if ($debug_external); 453 expected <identifier>, got $external [all …]
|
/linux-3.4.99/Documentation/video4linux/ |
D | README.davinci-vpbe | 36 Loads up VENC, OSD and external encoders such as ths8200. It provides 38 in the VENC or external sub devices. It also provides 40 using sub device ops. The connection of external encoders to VENC LCD 45 When connected to an external encoder, vpbe controller is also responsible 46 for setting up the interface between VENC and external encoders based on 48 interfacing external encoders such as ths8200. The setup_if_config() 51 patch series, the interconnection and enabling and setting of the external 56 setting timings at LCD controller port when external encoders are connected 57 at the port or LCD panel timings required. When external encoder/LCD panel 69 support for external encoders and displays forms a part of the next [all …]
|
/linux-3.4.99/drivers/media/dvb/ttusb-dec/ |
D | Kconfig | 6 Support for external USB adapters designed by Technotrend and 12 an external software decoder to watch TV on your computer. 14 This driver needs external firmware. Please use the commands
|
/linux-3.4.99/Documentation/kbuild/ |
D | modules.txt | 44 in building out-of-tree (or "external") modules. The author of an 45 external module should supply a makefile that hides most of the 53 To build external modules, you must have a prebuilt kernel available 62 building external modules. 70 The command to build an external module is: 74 The kbuild system knows that an external module is being built 98 Informs kbuild that an external module is being built. 100 directory where the external module (kbuild file) is 105 When building an external module, only a subset of the "make" 118 The default target for external modules. It has the [all …]
|
/linux-3.4.99/Documentation/hwmon/ |
D | ads7828 | 20 Operate with the internal 2.5V reference - set to N for external reference 22 If using an external reference, set this to the reference voltage in mV 34 The chip also has the facility to use an external voltage reference. This
|
D | max1619 | 19 well as the temperature of up to one external diode. 24 Only the external sensor has high and low limits.
|
D | adt7411 | 21 internal temperature sensor, but an external one can also be connected (one 42 SPI, external temperature sensor and limit registers are not supported yet.
|
D | max6639 | 19 temperature and one external diode-connected transistor or two external
|
D | w83l785ts | 18 temperature of a single external diode. The high limit is 20 of external resistors, so the user cannot change it. Values seen so
|
/linux-3.4.99/Documentation/ABI/testing/ |
D | sysfs-ptp | 43 This file contains the number of external timestamp 66 This write-only file enables or disables external 67 timestamps. To enable external timestamps, write the 69 To disable external timestamps, write the channel 76 This file provides timestamps on external events, in
|
/linux-3.4.99/Documentation/devicetree/bindings/net/can/ |
D | sja1000.txt | 15 - nxp,external-clock-frequency : Frequency of the external oscillator 51 nxp,external-clock-frequency = <16000000>;
|
D | cc770.txt | 19 - bosch,external-clock-frequency : frequency of the external oscillator 52 bosch,external-clock-frequency = <16000000>;
|
/linux-3.4.99/Documentation/ptp/ |
D | ptp.txt | 7 programs, synchronizing Linux with external clocks, and using the 22 - Time stamp external events 32 driver of asynchronous events (alarms and external time stamps) via 75 - 2 Time stamp external triggers, programmable polarity (opt. interrupt) 83 - GPIO inputs can time stamp external triggers
|
/linux-3.4.99/drivers/media/dvb/ttusb-budget/ |
D | Kconfig | 12 Support for external USB adapters designed by Technotrend and 16 an external software decoder to watch TV.
|
/linux-3.4.99/arch/avr32/mach-at32ap/ |
D | Kconfig | 10 Define the width of the AP7000 external static memory interface. 14 The current code can only support a single external memory bus
|
/linux-3.4.99/drivers/staging/media/solo6x10/ |
D | TODO | 19 - implement playback via external sound jack 20 - implement loopback of external sound jack with incoming audio?
|
/linux-3.4.99/drivers/video/omap/ |
D | Kconfig | 16 external LCD controller connected to the SoSSI/RFBI interface. 22 Say Y here if you want to have support for the external 32 the external frame buffer is required. If unsure, say N.
|
/linux-3.4.99/net/wanrouter/ |
D | Kconfig | 13 Usually, a quite expensive external device called a `WAN router' is 19 the price of an external router. If you have one of those cards and
|
/linux-3.4.99/Documentation/devicetree/bindings/c6x/ |
D | emifa.txt | 4 The emifa node describes a simple external bus controller found on some C6X 5 SoCs. This interface provides external busses with a number of chip selects.
|
/linux-3.4.99/Documentation/devicetree/bindings/net/ |
D | smsc911x.txt | 22 - smsc,force-external-phy : Forces SMSC LAN controller to use 23 external PHY
|
/linux-3.4.99/Documentation/networking/ |
D | dm9000.txt | 90 device, whether or not an external PHY is attached to the device and 91 the availability of an external configuration EEPROM. 109 The chip is connected to an external PHY. 146 When using an external PHY, the driver currently has to poll the MII
|
/linux-3.4.99/Documentation/sound/alsa/ |
D | ControlNames.txt | 72 External Rate /* external capture rate */ 73 Capture Rate /* capture rate taken from external source */
|
/linux-3.4.99/arch/powerpc/boot/dts/ |
D | digsy_mtc.dts | 152 nxp,external-clock-frequency = <24000000>; 159 nxp,external-clock-frequency = <24000000>;
|