Home
last modified time | relevance | path

Searched refs:edges (Results 1 – 23 of 23) sorted by relevance

/linux-4.4.14/drivers/iio/humidity/
Ddht11.c76 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/
Dphy.c1218 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/
Dqcom,smd.txt15 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/
Dcx18.txt20 5) The driver is still a bit rough around the edges, this should
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dabilis,tb10x-gpio.txt14 - #interrupt-cells: Should be <1>. Interrupts are triggered on both edges.
/linux-4.4.14/Documentation/input/
Drotary-encoder.txt9 and by triggering on falling and rising edges, the turn direction can
73 able to fire on both edges.
Delantech.txt192 E: 1 = enable smart edges unconditionally
193 S: 1 = enable smart edges only when dragging
/linux-4.4.14/fs/btrfs/
Drelocation.c347 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/
Ddrbd-connection-state-overview.dot57 // edges
/linux-4.4.14/Documentation/locking/
Dww-mutex-design.txt210 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/
Dbq24257.txt11 - interrupts: Interrupt mapping for GPIO IRQ (configure for both edges). Use in
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-s3c2410.txt18 - samsung,i2c-sda-delay: Delay (in ns) applied to data line (SDA) edges.
/linux-4.4.14/Documentation/devicetree/bindings/display/bridge/
Dadi,adv7511.txt25 data driven on both edges).
/linux-4.4.14/include/sound/
Dsoc-dapm.h591 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/
Dsmd.c208 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/
Dsoc-dapm.c963 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/
Dsysfs.txt96 for "rising" and "falling" edges will follow this
Dgpio-legacy.txt716 for "rising" and "falling" edges will follow this
/linux-4.4.14/Documentation/hwmon/
Dadm924064 edges of the fan tacho inputs.
/linux-4.4.14/Documentation/networking/caif/
Dspi_porting.txt53 Only active edges are mandatory to be reported.
/linux-4.4.14/Documentation/development-process/
D7.AdvancedTopics21 edges and poses certain hazards; it is a young and powerful tool which is
/linux-4.4.14/Documentation/spi/
Dspi-summary124 and always clock data in/out on rising clock edges.
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt988 You will also find the names of the screen edges and cursor tracking modes