Searched refs:High (Results 1 – 25 of 109) sorted by relevance
12345
/linux-3.4.99/Documentation/video4linux/ |
D | lifeview.txt | 29 /* GP17 Strap "GP7"=High */ 30 /* GP16 Strap "GP6"=High 37 /* GP12 Strap "GP5" = High */ 38 /* GP11 Strap "GP4" = High */ 39 /* GP10 Strap "GP3" = High */
|
/linux-3.4.99/drivers/message/fusion/ |
D | mptfc.c | 358 ppage0_alloc->WWNN.High = in mptfc_GetFcDevPage0() 359 le32_to_cpu(ppage0_alloc->WWNN.High); in mptfc_GetFcDevPage0() 364 ppage0_alloc->WWPN.High = in mptfc_GetFcDevPage0() 365 le32_to_cpu(ppage0_alloc->WWPN.High); in mptfc_GetFcDevPage0() 421 rid->node_name = ((u64)pg0->WWNN.High) << 32 | (u64)pg0->WWNN.Low; in mptfc_generate_rport_ids() 422 rid->port_name = ((u64)pg0->WWPN.High) << 32 | (u64)pg0->WWPN.Low; in mptfc_generate_rport_ids() 449 pn = (u64)ri->pg0.WWPN.High << 32 | (u64)ri->pg0.WWPN.Low; in mptfc_register_dev() 491 pn = (u64)ri->pg0.WWPN.High << 32 | (u64)ri->pg0.WWPN.Low; in mptfc_register_dev() 492 nn = (u64)ri->pg0.WWNN.High << 32 | (u64)ri->pg0.WWNN.Low; in mptfc_register_dev() 584 pn = (u64)ri->pg0.WWPN.High << 32 | (u64)ri->pg0.WWPN.Low; in mptfc_dump_lun_info() [all …]
|
/linux-3.4.99/drivers/message/fusion/lsi/ |
D | mpi_type.h | 58 S32 High; member 64 U32 High; member
|
/linux-3.4.99/Documentation/timers/ |
D | 00-INDEX | 4 - High resolution timers and dynamic ticks design notes 6 - High Precision Event Timer Driver for Linux
|
D | hpet.txt | 1 High Precision Event Timer Driver for Linux 3 The High Precision Event Timer (HPET) hardware follows a specification 8 Each HPET has one fixed-rate counter (at 10+ MHz, hence "High Precision")
|
/linux-3.4.99/Documentation/dvb/ |
D | ci.txt | 8 To utilize the High Level CI capabilities, 61 * The High level CI API 66 With the High Level CI approach any new card with almost any random 117 With this High Level CI interface, the interface can be defined with the 120 All these ioctls are also valid for the High level CI interface 140 APP: CI High level interface 191 | | | High Level CI driver 211 The High Level CI interface uses the EN50221 DVB standard, following a
|
/linux-3.4.99/drivers/staging/iio/gyro/ |
D | Kconfig | 21 tristate "Analog Devices ADIS16130 High Precision Angular Rate Sensor driver" 24 Say yes here to build support for Analog Devices ADIS16130 High Precision
|
/linux-3.4.99/Documentation/devicetree/bindings/x86/ |
D | timer.txt | 4 * High Precision Event Timer (HPET)
|
D | interrupt.txt | 20 2 - Level High
|
/linux-3.4.99/Documentation/devicetree/bindings/i2c/ |
D | trivial-devices.txt | 24 dallas,ds1631 High-Precision Digital Thermometer 31 epson,rx8025 High-Stability. I2C-Bus INTERFACE REAL TIME CLOCK MODULE 33 fsl,mag3110 MAG3110: Xtrinsic High Accuracy, 3D Magnetometer
|
D | fsl-imx-i2c.txt | 1 * Freescale Inter IC (I2C) and High Speed Inter IC (HS-I2C) for i.MX
|
/linux-3.4.99/drivers/hsi/ |
D | Kconfig | 7 The "High speed synchronous Serial Interface" is
|
/linux-3.4.99/Documentation/accounting/ |
D | taskstats-struct.txt | 153 /* High watermark of RSS usage in duration of a task, in KBytes. */ 154 __u64 hiwater_rss; /* High-watermark of RSS usage */ 156 /* High watermark of VM usage in duration of a task, in KBytes. */ 157 __u64 hiwater_vm; /* High-water virtual memory usage */
|
/linux-3.4.99/Documentation/ABI/testing/ |
D | sysfs-bus-hsi | 6 High Speed Synchronous Serial Interface (HSI) is a
|
D | sysfs-platform-asus-wmi | 9 * 1 -> High Performance Mode
|
/linux-3.4.99/drivers/staging/iio/accel/ |
D | Kconfig | 25 tristate "Analog Devices ADIS16204 Programmable High-g Digital Impact Sensor and Recorder" 31 High-g Digital Impact Sensor and Recorder.
|
/linux-3.4.99/scripts/coccinelle/misc/ |
D | cstptr.cocci | 4 // Confidence: High
|
/linux-3.4.99/kernel/time/ |
D | Kconfig | 21 bool "High Resolution Timer Support"
|
/linux-3.4.99/Documentation/spi/ |
D | spi-lm70llp | 64 Interpreting this circuit, when the LM70 SI/O line is High (or tristate 69 reflected on pin 13 as a High level.
|
/linux-3.4.99/scripts/coccinelle/api/ |
D | err_cast.cocci | 4 // Confidence: High
|
D | simple_open.cocci | 5 // Confidence: High
|
D | memdup_user.cocci | 4 // Confidence: High
|
/linux-3.4.99/scripts/coccinelle/api/alloc/ |
D | drop_kmalloc_cast.cocci | 5 // Confidence: High
|
/linux-3.4.99/Documentation/firmware_class/ |
D | README | 18 High level behavior (mixed): 49 High level behavior (driver code):
|
/linux-3.4.99/Documentation/hwmon/ |
D | max16065 | 86 in[0-11]_max High warning limit. 95 in[0-11]_crit High critical limit.
|
12345