/linux-4.4.14/drivers/iio/humidity/ |
D | dht11.c | 76 struct {s64 ts; int value; } edges[DHT11_EDGES_PER_READ]; member 104 t = dht11->edges[offset + 2 * i + 2].ts - in dht11_decode() 105 dht11->edges[offset + 2 * i + 1].ts; in dht11_decode() 106 if (!dht11->edges[offset + 2 * i + 1].value) in dht11_decode() 148 dht11->edges[dht11->num_edges].ts = ktime_get_real_ns(); in dht11_handle_irq() 149 dht11->edges[dht11->num_edges++].value = in dht11_handle_irq()
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,smd.txt | 15 processor of some sort - or in SMD language an "edge". The name of the edges 48 In turn, subnodes of the "edges" represent devices tied to SMD channels on that
|
/linux-4.4.14/Documentation/video4linux/ |
D | cx18.txt | 20 5) The driver is still a bit rough around the edges, this should
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | abilis,tb10x-gpio.txt | 14 - #interrupt-cells: Should be <1>. Interrupts are triggered on both edges.
|
/linux-4.4.14/Documentation/input/ |
D | rotary-encoder.txt | 9 and by triggering on falling and rising edges, the turn direction can 73 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.4.14/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() 2464 struct backref_edge *edges[]) argument 2473 next = walk_up_backref(next, edges, &index); 2499 next = walk_down_backref(edges, &index); 2512 next = edges[index]->node[UPPER]; 2529 struct backref_edge *edges[BTRFS_MAX_LEVEL - 1]; local [all …]
|
/linux-4.4.14/Documentation/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 57 // edges
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/power/ |
D | bq24257.txt | 11 - interrupts: Interrupt mapping for GPIO IRQ (configure for both edges). Use in
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-s3c2410.txt | 18 - samsung,i2c-sda-delay: Delay (in ns) applied to data line (SDA) edges.
|
/linux-4.4.14/Documentation/devicetree/bindings/display/bridge/ |
D | adi,adv7511.txt | 25 data driven on both edges).
|
/linux-4.4.14/include/sound/ |
D | soc-dapm.h | 591 struct list_head edges[2]; member 704 list_for_each_entry(p, &w->edges[dir], list_node[dir]) 719 list_for_each_entry_safe(p, next_p, &w->edges[dir], list_node[dir])
|
/linux-4.4.14/drivers/soc/qcom/ |
D | smd.c | 208 struct qcom_smd_edge edges[0]; member 1309 edge = &smd->edges[i++]; in qcom_smd_probe() 1337 edge = &smd->edges[i]; in qcom_smd_remove()
|
/linux-4.4.14/sound/soc/ |
D | soc-dapm.c | 963 if (list_empty(&w->edges[dir])) { in dapm_new_mux() 2462 if (!list_empty(&w->edges[dir])) in dapm_update_widget_flags() 2603 list_add(&path->list_node[dir], &widgets[dir]->edges[dir]); in snd_soc_dapm_add_path() 3404 INIT_LIST_HEAD(&w->edges[dir]); in snd_soc_dapm_new_control_unlocked() 3460 WARN_ON(list_empty(&w->edges[SND_SOC_DAPM_DIR_OUT]) || in snd_soc_dai_link_event() 3461 list_empty(&w->edges[SND_SOC_DAPM_DIR_IN]))) in snd_soc_dai_link_event() 3465 source_p = list_first_entry(&w->edges[SND_SOC_DAPM_DIR_OUT], in snd_soc_dai_link_event() 3468 sink_p = list_first_entry(&w->edges[SND_SOC_DAPM_DIR_IN], in snd_soc_dai_link_event()
|
/linux-4.4.14/Documentation/gpio/ |
D | sysfs.txt | 96 for "rising" and "falling" edges will follow this
|
D | gpio-legacy.txt | 716 for "rising" and "falling" edges will follow this
|
/linux-4.4.14/Documentation/hwmon/ |
D | adm9240 | 64 edges of the fan tacho inputs.
|
/linux-4.4.14/Documentation/networking/caif/ |
D | spi_porting.txt | 53 Only active edges are mandatory to be reported.
|
/linux-4.4.14/Documentation/development-process/ |
D | 7.AdvancedTopics | 21 edges and poses certain hazards; it is a young and powerful tool which is
|
/linux-4.4.14/Documentation/spi/ |
D | spi-summary | 124 and always clock data in/out on rising clock edges.
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 988 You will also find the names of the screen edges and cursor tracking modes
|