Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/iio/humidity/
Ddht11.c87 struct {s64 ts; int value; } edges[DHT11_EDGES_PER_READ]; member
102 dht11->edges[i].ts - dht11->edges[i - 1].ts, in dht11_edges_print()
103 dht11->edges[i - 1].value ? "high" : "low"); in dht11_edges_print()
129 t = dht11->edges[offset + 2 * i + 2].ts - in dht11_decode()
130 dht11->edges[offset + 2 * i + 1].ts; in dht11_decode()
131 if (!dht11->edges[offset + 2 * i + 1].value) { in dht11_decode()
179 dht11->edges[dht11->num_edges].ts = ktime_get_boottime_ns(); in dht11_handle_irq()
180 dht11->edges[dht11->num_edges++].value = in dht11_handle_irq()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-bus-iio-timer-stm3223 OC4REF rising or falling edges generate pulses.
25 OC6REF rising or falling edges generate pulses.
27 OC4REF or OC6REF rising edges generate pulses.
29 OC4REF rising or OC6REF falling edges generate pulses.
31 OC5REF or OC6REF rising edges generate pulses.
33 OC5REF rising or OC6REF falling edges generate pulses.
132 rising edges.
Dsysfs-bus-iio-lptimer-stm3231 Reading returns the list possible active edges.
40 - both-edges
56 | edges | Low -> | Up | Down | Down | Up |
Dsysfs-bus-counter117 Rising edges on signal A updates the respective count.
121 If direction is forward, rising edges on quadrature pair
123 is backward, falling edges on quadrature pair signal A
128 If direction is forward, rising edges on quadrature pair
130 is backward, falling edges on quadrature pair signal B
193 both edges:
Dsysfs-bus-iio-adc-stm3210 - "both-edges".
/Linux-v5.4/drivers/net/ieee802154/
Dmac802154_hwsim.c75 struct list_head edges; member
120 list_for_each_entry_rcu(e, &current_phy->edges, list) { in hwsim_hw_xmit()
217 if (list_empty(&phy->edges)) { in append_radio_msg()
229 list_for_each_entry_rcu(e, &phy->edges, list) { in append_radio_msg()
451 list_for_each_entry_rcu(e, &phy_v0->edges, list) { in hwsim_new_edge_nl()
465 list_add_rcu(&e->list, &phy_v0->edges); in hwsim_new_edge_nl()
504 list_for_each_entry_rcu(e, &phy_v0->edges, list) { in hwsim_del_edge_nl()
560 list_for_each_entry_rcu(e, &phy_v0->edges, list) { in hwsim_set_edge_lqi()
683 list_for_each_entry_rcu(e, &tmp->edges, list) { in hwsim_edge_unsubscribe_me()
705 list_add_rcu(&e->list, &phy->edges); in hwsim_subscribe_all_others()
[all …]
/Linux-v5.4/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-v5.4/lib/
Dobjagg.c707 unsigned long *edges; member
722 __set_bit(edge_index, graph->edges); in objagg_tmp_graph_edge_set()
731 return test_bit(edge_index, graph->edges); in objagg_tmp_graph_is_edge()
798 graph->edges = kzalloc(alloc_size, GFP_KERNEL); in objagg_tmp_graph_create()
799 if (!graph->edges) in objagg_tmp_graph_create()
836 kfree(graph->edges); in objagg_tmp_graph_destroy()
/Linux-v5.4/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smd.txt15 processor of some sort - or in SMD language an "edge". The name of the edges
61 In turn, subnodes of the "edges" represent devices tied to SMD channels on that
Dqcom,glink.txt5 of edges can be described by the binding; the GLINK RPM edge and a SMEM based
/Linux-v5.4/Documentation/devicetree/bindings/iio/dac/
Dad5755.txt27 Channel C and Channel D clock on opposite edges.
29 Channel B and Channel D clock on opposite edges.
/Linux-v5.4/Documentation/devicetree/bindings/iio/magnetometer/
Dak8974.txt17 edges alike.
/Linux-v5.4/Documentation/devicetree/bindings/spi/
Dspi-synquacer.txt13 - socionext,set-aces: boolean, if same active clock edges field to be set.
/Linux-v5.4/Documentation/devicetree/bindings/mmc/
Dmtk-sd.txt46 If present,HS400 command responses are sampled on rising edges.
47 If not present,HS400 command responses are sampled on falling edges.
/Linux-v5.4/Documentation/driver-api/
Dgeneric-counter.rst58 Rising edges on signal A updates the respective count. The input level
66 If direction is forward, rising edges on quadrature pair signal A
68 edges on quadrature pair signal A updates the respective count.
72 If direction is forward, rising edges on quadrature pair signal B
74 edges on quadrature pair signal B updates the respective count.
149 a counter device which simply accumulates a count of rising edges on a
/Linux-v5.4/Documentation/input/devices/
Drotary-encoder.rst12 and by triggering on falling and rising edges, the turn direction can
76 able to fire on both edges.
/Linux-v5.4/Documentation/media/v4l-drivers/
Dcx18.rst29 5) The driver is still a bit rough around the edges, this should
/Linux-v5.4/Documentation/devicetree/bindings/iio/gyroscope/
Dnxp,fxas21002c.txt15 the interrupts can be triggered on rising or falling edges.
/Linux-v5.4/Documentation/devicetree/bindings/gpio/
Dabilis,tb10x-gpio.txt14 - #interrupt-cells: Should be <1>. Interrupts are triggered on both edges.
/Linux-v5.4/fs/btrfs/
Drelocation.c341 struct backref_edge *edges[], in walk_up_backref() argument
350 edges[idx++] = edge; in walk_up_backref()
361 static struct backref_node *walk_down_backref(struct backref_edge *edges[], in walk_down_backref() argument
369 edge = edges[idx - 1]; in walk_down_backref()
377 edges[idx - 1] = edge; in walk_down_backref()
2558 struct backref_edge *edges[]) in select_reloc_root() argument
2567 next = walk_up_backref(next, edges, &index); in select_reloc_root()
2593 next = walk_down_backref(edges, &index); in select_reloc_root()
2606 next = edges[index]->node[UPPER]; in select_reloc_root()
2623 struct backref_edge *edges[BTRFS_MAX_LEVEL - 1]; in select_one_root() local
[all …]
/Linux-v5.4/Documentation/admin-guide/blockdev/drbd/
Ddrbd-connection-state-overview.dot57 // edges
/Linux-v5.4/Documentation/devicetree/bindings/i2c/
Di2c-s3c2410.txt16 - samsung,i2c-sda-delay: Delay (in ns) applied to data line (SDA) edges.
/Linux-v5.4/Documentation/devicetree/bindings/power/supply/
Dbq24257.txt9 - interrupts: Interrupt mapping for GPIO IRQ (configure for both edges). Use in
/Linux-v5.4/Documentation/locking/
Dww-mutex-design.rst236 e.g. when adjusting edges in a graph where each node has its own ww_mutex lock,
237 and edges can only be changed when holding the locks of all involved nodes. w/w
241 a graph from a starting point and then iteratively discovering new edges and
242 locking down the nodes those edges connect to.
/Linux-v5.4/include/sound/
Dsoc-dapm.h636 struct list_head edges[2]; member
754 list_for_each_entry(p, &w->edges[dir], list_node[dir])
769 list_for_each_entry_safe(p, next_p, &w->edges[dir], list_node[dir])

12