/linux-6.3-rc2/drivers/iio/humidity/ |
A D | dht11.c | 86 struct {s64 ts; int value; } edges[DHT11_EDGES_PER_READ]; member 101 dht11->edges[i].ts - dht11->edges[i - 1].ts, in dht11_edges_print() 102 dht11->edges[i - 1].value ? "high" : "low"); in dht11_edges_print() 128 t = dht11->edges[offset + 2 * i + 2].ts - in dht11_decode() 129 dht11->edges[offset + 2 * i + 1].ts; in dht11_decode() 130 if (!dht11->edges[offset + 2 * i + 1].value) { in dht11_decode() 177 dht11->edges[dht11->num_edges].ts = ktime_get_boottime_ns(); in dht11_handle_irq() 178 dht11->edges[dht11->num_edges++].value = in dht11_handle_irq()
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-bus-iio-timer-stm32 | 37 OC4REF rising or falling edges generate pulses. 39 OC6REF rising or falling edges generate pulses. 41 OC4REF or OC6REF rising edges generate pulses. 43 OC4REF rising or OC6REF falling edges generate 46 OC5REF or OC6REF rising edges generate pulses. 48 OC5REF rising or OC6REF falling edges generate 143 rising edges.
|
A D | sysfs-bus-iio-adc-stm32 | 11 - "both-edges".
|
A D | sysfs-bus-counter | 124 Rising edges on signal A updates the respective count. 128 If direction is forward, rising edges on quadrature pair 130 is backward, falling edges on quadrature pair signal A 135 If direction is forward, rising edges on quadrature pair 137 is backward, falling edges on quadrature pair signal B 209 both edges:
|
/linux-6.3-rc2/drivers/net/wireless/ath/carl9170/ |
A 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() 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() 1252 rc = edges[i - 1].power_flags & in carl9170_get_max_edge_power() 1275 if (edges[i].channel == 0xff) in carl9170_get_heavy_clip() [all …]
|
/linux-6.3-rc2/drivers/net/ieee802154/ |
A D | mac802154_hwsim.c | 78 struct list_head edges; member 380 if (list_empty(&phy->edges)) { in append_radio_msg() 392 list_for_each_entry_rcu(e, &phy->edges, list) { in append_radio_msg() 614 list_for_each_entry_rcu(e, &phy_v0->edges, list) { in hwsim_new_edge_nl() 628 list_add_rcu(&e->list, &phy_v0->edges); in hwsim_new_edge_nl() 847 list_for_each_entry_rcu(e, &tmp->edges, list) { in hwsim_edge_unsubscribe_me() 869 list_add_rcu(&e->list, &phy->edges); in hwsim_subscribe_all_others() 877 list_add_rcu(&e->list, &sub->edges); in hwsim_subscribe_all_others() 886 list_for_each_entry_rcu(e, &phy->edges, list) { in hwsim_subscribe_all_others() 958 INIT_LIST_HEAD(&phy->edges); in hwsim_add_one() [all …]
|
/linux-6.3-rc2/scripts/ |
A D | dev-needs.sh | 29 -g list the dependencies as edges and nodes for graphviz 30 -t list the dependencies as edges for tsort
|
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/ |
A D | qcom,sc7280-lpass-lpi-pinctrl.yaml | 87 1: Higher Slew rate (faster edges) 88 2: Lower Slew rate (slower edges)
|
A D | qcom,sc8280xp-lpass-lpi-pinctrl.yaml | 93 1: Higher Slew rate (faster edges) 94 2: Lower Slew rate (slower edges)
|
A D | qcom,sm8250-lpass-lpi-pinctrl.yaml | 92 1: Higher Slew rate (faster edges) 93 2: Lower Slew rate (slower edges)
|
A D | qcom,sm8550-lpass-lpi-pinctrl.yaml | 95 1: Higher Slew rate (faster edges) 96 2: Lower Slew rate (slower edges)
|
A D | qcom,sm8450-lpass-lpi-pinctrl.yaml | 95 1: Higher Slew rate (faster edges) 96 2: Lower Slew rate (slower edges)
|
/linux-6.3-rc2/lib/ |
A D | objagg.c | 707 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() 795 graph->edges = bitmap_zalloc(nodes_count * nodes_count, GFP_KERNEL); in objagg_tmp_graph_create() 796 if (!graph->edges) in objagg_tmp_graph_create() 833 bitmap_free(graph->edges); in objagg_tmp_graph_destroy()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/remoteproc/ |
A D | qcom,smd-edge.yaml | 14 some sort - or in SMD language an "edge". The name of the edges are not 17 In turn, subnodes of the "edges" represent devices tied to SMD channels on
|
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/dac/ |
A D | adi,ad5755.yaml | 41 Channel C and Channel D clock on opposite edges. 43 Channel B and Channel D clock on opposite edges.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/magnetometer/ |
A D | asahi-kasei,ak8974.yaml | 27 rising or falling edges.
|
/linux-6.3-rc2/fs/btrfs/ |
A D | relocation.c | 203 edges[idx++] = edge; in walk_up_backref() 222 edge = edges[idx - 1]; in walk_down_backref() 230 edges[idx - 1] = edge; in walk_down_backref() 2127 struct btrfs_backref_edge *edges[]) in select_reloc_root() argument 2215 next = walk_down_backref(edges, &index); in select_reloc_root() 2234 next = edges[index]->node[UPPER]; in select_reloc_root() 2280 next = walk_down_backref(edges, &index); in select_one_root() 2316 edges[index++] = edge; in calcu_metadata_size() 2319 next = walk_down_backref(edges, &index); in calcu_metadata_size() 2594 edges[index++] = edge; in update_processed_blocks() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/counter/ |
A D | ti,am62-ecap-capture.yaml | 14 on input signal events (falling/rising edges).
|
/linux-6.3-rc2/Documentation/input/devices/ |
A D | rotary-encoder.rst | 12 and by triggering on falling and rising edges, the turn direction can 76 able to fire on both edges.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/spi/ |
A D | socionext,synquacer-spi.yaml | 47 description: Enable same active clock edges field to be set
|
/linux-6.3-rc2/Documentation/devicetree/bindings/gpio/ |
A D | abilis,tb10x-gpio.txt | 14 - #interrupt-cells: Should be <1>. Interrupts are triggered on both edges.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/soc/qcom/ |
A D | qcom,smd.yaml | 29 edges are not important.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/gyroscope/ |
A D | nxp,fxas21002c.yaml | 36 description: Either interrupt may be triggered on rising or falling edges.
|
/linux-6.3-rc2/Documentation/admin-guide/blockdev/drbd/ |
A D | drbd-connection-state-overview.dot | 57 // edges
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | generic-counter.rst | 107 Rising edges on signal A updates the respective count. The input level 115 If direction is forward, rising edges on quadrature pair signal A 117 edges on quadrature pair signal A updates the respective count. 121 If direction is forward, rising edges on quadrature pair signal B 123 edges on quadrature pair signal B updates the respective count. 145 a counter device which simply accumulates a count of rising edges on a
|