Searched refs:edges (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/drivers/iio/humidity/ |
D | dht11.c | 73 struct {s64 ts; int value; } edges[DHT11_EDGES_PER_READ]; member 98 t = dht11->edges[i].ts - dht11->edges[i-1].ts; in dht11_decode() 113 t = dht11->edges[offset + 2*i + 2].ts - in dht11_decode() 114 dht11->edges[offset + 2*i + 1].ts; in dht11_decode() 115 if (!dht11->edges[offset + 2*i + 1].value) in dht11_decode() 157 dht11->edges[dht11->num_edges].ts = iio_get_time_ns(); in dht11_handle_irq() 158 dht11->edges[dht11->num_edges++].value = in dht11_handle_irq()
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | phy.c | 1218 u32 freq, struct ar9170_calctl_edges edges[]) in carl9170_get_max_edge_power() argument 1229 if (edges[i].channel == 0xff) in carl9170_get_max_edge_power() 1231 if (f == edges[i].channel) { in carl9170_get_max_edge_power() 1233 rc = edges[i].power_flags & ~AR9170_CALCTL_EDGE_FLAGS; in carl9170_get_max_edge_power() 1236 if (i > 0 && f < edges[i].channel) { in carl9170_get_max_edge_power() 1237 if (f > edges[i - 1].channel && in carl9170_get_max_edge_power() 1238 edges[i - 1].power_flags & in carl9170_get_max_edge_power() 1241 rc = edges[i - 1].power_flags & in carl9170_get_max_edge_power() 1249 if (f > edges[i - 1].channel && in carl9170_get_max_edge_power() 1250 edges[i - 1].power_flags & AR9170_CALCTL_EDGE_FLAGS) { in carl9170_get_max_edge_power() [all …]
|
/linux-4.1.27/Documentation/video4linux/ |
D | cx18.txt | 20 5) The driver is still a bit rough around the edges, this should
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | abilis,tb10x-gpio.txt | 14 - #interrupt-cells: Should be <1>. Interrupts are triggered on both edges.
|
/linux-4.1.27/Documentation/input/ |
D | rotary-encoder.txt | 9 and by triggering on falling and rising edges, the turn direction can 69 able to fire on both edges.
|
D | elantech.txt | 192 E: 1 = enable smart edges unconditionally 193 S: 1 = enable smart edges only when dragging
|
/linux-4.1.27/fs/btrfs/ |
D | relocation.c | 347 struct backref_edge *edges[], in walk_up_backref() argument 356 edges[idx++] = edge; in walk_up_backref() 367 static struct backref_node *walk_down_backref(struct backref_edge *edges[], in walk_down_backref() argument 375 edge = edges[idx - 1]; in walk_down_backref() 383 edges[idx - 1] = edge; in walk_down_backref() 2462 struct backref_edge *edges[]) argument 2471 next = walk_up_backref(next, edges, &index); 2497 next = walk_down_backref(edges, &index); 2510 next = edges[index]->node[UPPER]; 2528 struct backref_edge *edges[BTRFS_MAX_LEVEL - 1]; local [all …]
|
/linux-4.1.27/Documentation/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 57 // edges
|
/linux-4.1.27/Documentation/locking/ |
D | ww-mutex-design.txt | 210 e.g. when adjusting edges in a graph where each node has its own ww_mutex lock, 211 and edges can only be changed when holding the locks of all involved nodes. w/w 214 a graph from a starting point and then iteratively discovering new edges and 215 locking down the nodes those edges connect to.
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-s3c2410.txt | 18 - samsung,i2c-sda-delay: Delay (in ns) applied to data line (SDA) edges.
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | adi,adv7511.txt | 25 data driven on both edges).
|
/linux-4.1.27/Documentation/gpio/ |
D | sysfs.txt | 97 for "rising" and "falling" edges will follow this
|
D | gpio-legacy.txt | 716 for "rising" and "falling" edges will follow this
|
/linux-4.1.27/Documentation/hwmon/ |
D | adm9240 | 64 edges of the fan tacho inputs.
|
/linux-4.1.27/Documentation/networking/caif/ |
D | spi_porting.txt | 53 Only active edges are mandatory to be reported.
|
/linux-4.1.27/Documentation/development-process/ |
D | 7.AdvancedTopics | 21 edges and poses certain hazards; it is a young and powerful tool which is
|
/linux-4.1.27/Documentation/spi/ |
D | spi-summary | 124 and always clock data in/out on rising clock edges.
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 988 You will also find the names of the screen edges and cursor tracking modes
|