Home
last modified time | relevance | path

Searched full:edges (Results 1 – 25 of 158) sorted by relevance

1234567

/Linux-v5.15/drivers/iio/humidity/
Ddht11.c37 * Note that when reading the sensor actually 84 edges are detected, but
87 struct {s64 ts; int value; } edges[DHT11_EDGES_PER_READ]; member
99 dev_dbg(dht11->dev, "%d edges detected:\n", dht11->num_edges); in dht11_edges_print()
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()
170 * IRQ handler called on GPIO edges
178 dht11->edges[dht11->num_edges].ts = ktime_get_boottime_ns(); in dht11_handle_irq()
[all …]
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-iio-timer-stm3237 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
151 rising edges.
Dsysfs-bus-counter118 Rising edges on signal A updates the respective count.
122 If direction is forward, rising edges on quadrature pair
124 is backward, falling edges on quadrature pair signal A
129 If direction is forward, rising edges on quadrature pair
131 is backward, falling edges on quadrature pair signal B
203 both edges:
Dsysfs-bus-iio-adc-stm3211 - "both-edges".
/Linux-v5.15/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()
468 * edges list has not the changes yet. 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()
681 /* going to all phy edges and remove phy from it */ in hwsim_edge_unsubscribe_me()
[all …]
Dmac802154_hwsim.h13 * @MAC802154_HWSIM_CMD_GET_EDGE: fetch information about existing edges
15 * @MAC802154_HWSIM_CMD_DEL_EDGE: delete edges between radios
41 * @MAC802154_HWSIM_ATTR_EDGE: nested attribute of edges
/Linux-v5.15/Documentation/driver-api/
Dgeneric-counter.rst77 * Both Edges:
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
174 | Data: Position | Both Edges ___
178 | | Both Edges ___
/Linux-v5.15/fs/btrfs/
Dbackref.h177 /* List of upper level edges, which link this node to its parents */
179 /* List of lower level edges, which link this node to its children */
225 * Also, build_backref_tree() uses list[UPPER] for pending edges, before
256 /* List of unchecked backref edges during backref cache build */
339 * edges.
341 * This can only be called on node without parent edges.
342 * The children edges are still kept as is.
Drelocation.c184 struct btrfs_backref_edge *edges[], int *index) in walk_up_backref() argument
192 edges[idx++] = edge; in walk_up_backref()
204 struct btrfs_backref_edge *edges[], int *index) in walk_down_backref() argument
211 edge = edges[idx - 1]; in walk_down_backref()
219 edges[idx - 1] = edge; in walk_down_backref()
372 * - Cleanup the children edges and nodes
408 /* Cleanup the lower edges */ in handle_useless_nodes()
509 /* Finish the upper linkage of newly added edges/nodes */ in build_backref_tree()
2108 struct btrfs_backref_edge *edges[]) in select_reloc_root() argument
2118 next = walk_up_backref(next, edges, &index); in select_reloc_root()
[all …]
/Linux-v5.15/drivers/media/rc/img-ir/
Dimg-ir-raw.c8 * signal edges are reported and decoded by generic software decoders.
62 * The raw decoders expect to get a final sample even if there are no edges, in
63 * order to be assured of the final space. If there are no edges for a certain
76 * for double edges. in img_ir_echo_timer()
/Linux-v5.15/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smd.txt12 = EDGES
15 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
/Linux-v5.15/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_2/
Dia_css_cnr2_types.h26 * If you see blurred color on vertical edges,
28 * If you see blurred color on horizontal edges,
/Linux-v5.15/drivers/net/wireless/ath/carl9170/
Dphy.c1074 /* check if we hit one of the edges */ in carl9170_interpolate_s32()
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()
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/pinctrl/
Dqcom,lpass-lpi-pinctrl.yaml86 1: Higher Slew rate (faster edges)
87 2: Lower Slew rate (slower edges)
/Linux-v5.15/tools/gpio/
Dgpio-event-mon.c149 " -r Listen for rising edges\n" in print_usage()
150 " -f Listen for falling edges\n" in print_usage()
232 "falling edges\n"); in main()
/Linux-v5.15/drivers/counter/
Dstm32-timer-cnt.c42 * @STM32_COUNT_ENCODER_MODE_1: counts TI1FP1 edges, depending on TI2FP2 level
43 * @STM32_COUNT_ENCODER_MODE_2: counts TI2FP2 edges, depending on TI1FP1 level
44 * @STM32_COUNT_ENCODER_MODE_3: counts on both TI1FP1 and TI2FP2 edges
307 /* counts up/down on both TI1FP1 and TI2FP2 edges */ in stm32_action_get()
/Linux-v5.15/drivers/extcon/
Dextcon-gpio.c96 * away after handling, what we are looking for are falling edges in gpio_extcon_probe()
97 * if the signal is active low, and rising edges if the signal is in gpio_extcon_probe()
/Linux-v5.15/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.15/Documentation/devicetree/bindings/mmc/
Dmtk-sd.yaml119 If present, HS400 command responses are sampled on rising edges.
120 If not present, HS400 command responses are sampled on falling edges.
/Linux-v5.15/Documentation/devicetree/bindings/iio/dac/
Dadi,ad5755.yaml43 Channel C and Channel D clock on opposite edges.
45 Channel B and Channel D clock on opposite edges.
/Linux-v5.15/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.15/Documentation/devicetree/bindings/spi/
Dspi-synquacer.txt13 - socionext,set-aces: boolean, if same active clock edges field to be set.
/Linux-v5.15/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.15/drivers/gpio/
Dgpio-pl061.c173 /* Select both edges, setting this makes GPIOEV be ignored */ in pl061_irq_type()
176 dev_dbg(gc->parent, "line %d: IRQ on both edges\n", offset); in pl061_irq_type()
183 /* Clear detection on both edges */ in pl061_irq_type()
/Linux-v5.15/Documentation/devicetree/bindings/gpio/
Dabilis,tb10x-gpio.txt14 - #interrupt-cells: Should be <1>. Interrupts are triggered on both edges.

1234567