| /linux-6.15/net/unix/ |
| H A D | garbage.c | 78 struct list_head edges; member 157 INIT_LIST_HEAD(&vertex->edges); in unix_add_edge() 165 list_add_tail(&edge->vertex_entry, &vertex->edges); in unix_add_edge() 215 edge = fpl->edges + i++; in unix_add_edges() 245 struct unix_edge *edge = fpl->edges + i++; in unix_del_edges() 251 receiver = fpl->edges[0].successor; in unix_del_edges() 295 fpl->edges = kvmalloc_array(fpl->count_unix, sizeof(*fpl->edges), in unix_prepare_fpl() 297 if (!fpl->edges) in unix_prepare_fpl() 312 kvfree(fpl->edges); in unix_destroy_fpl() 322 list_for_each_entry(edge, &vertex->edges, vertex_entry) { in unix_vertex_dead() [all …]
|
| /linux-6.15/drivers/iio/humidity/ |
| H A D | dht11.c | 87 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 str_high_low(dht11->edges[i - 1].value)); 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() 178 dht11->edges[dht11->num_edges].ts = ktime_get_boottime_ns(); in dht11_handle_irq() 179 dht11->edges[dht11->num_edges++].value = in dht11_handle_irq()
|
| /linux-6.15/Documentation/ABI/testing/ |
| H 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.
|
| H A D | sysfs-bus-iio-adc-stm32 | 11 - "both-edges".
|
| H A D | sysfs-bus-counter | 216 Rising edges on signal A updates the respective count. 220 If direction is forward, rising edges on quadrature pair 222 is backward, falling edges on quadrature pair signal A 227 If direction is forward, rising edges on quadrature pair 229 is backward, falling edges on quadrature pair signal B 301 both edges:
|
| /linux-6.15/drivers/net/wireless/ath/carl9170/ |
| H 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.15/drivers/net/ieee802154/ |
| H 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() 849 list_for_each_entry_rcu(e, &tmp->edges, list) { in hwsim_edge_unsubscribe_me() 871 list_add_rcu(&e->list, &phy->edges); in hwsim_subscribe_all_others() 879 list_add_rcu(&e->list, &sub->edges); in hwsim_subscribe_all_others() 888 list_for_each_entry_rcu(e, &phy->edges, list) { in hwsim_subscribe_all_others() 960 INIT_LIST_HEAD(&phy->edges); in hwsim_add_one() [all …]
|
| /linux-6.15/tools/memory-model/ |
| H A D | lock.cat | 94 * Compute the relation containing these possible edges. 98 (* Compute set of sets of possible rfe edges for LF events *) 102 * to a set of single edges 116 * Compute the relation containing these possible edges. 122 (* Compute set of sets of possible rf edges for RU events *) 124 (* Convert the possible-rf-ru relation for e to a set of single edges *)
|
| /linux-6.15/Documentation/devicetree/bindings/pinctrl/ |
| H A D | qcom,lpass-lpi-common.yaml | 54 1: Higher Slew rate (faster edges) 55 2: Lower Slew rate (slower edges)
|
| /linux-6.15/Documentation/devicetree/bindings/soc/qcom/ |
| H A D | qcom,smd.yaml | 18 Using the top-level SMD node is deprecated. Instead, the SMD edges are defined 35 edges are not important.
|
| /linux-6.15/lib/ |
| H A D | objagg.c | 710 unsigned long *edges; member 725 __set_bit(edge_index, graph->edges); in objagg_tmp_graph_edge_set() 734 return test_bit(edge_index, graph->edges); in objagg_tmp_graph_is_edge() 798 graph->edges = bitmap_zalloc(nodes_count * nodes_count, GFP_KERNEL); in objagg_tmp_graph_create() 799 if (!graph->edges) in objagg_tmp_graph_create() 836 bitmap_free(graph->edges); in objagg_tmp_graph_destroy()
|
| /linux-6.15/Documentation/userspace-api/gpio/ |
| H A D | gpio-get-lineevent-ioctl.rst | 41 value and may receive events when edges are detected on the line, as 73 and falling edges.
|
| H A D | gpio-v2-get-line-ioctl.rst | 36 edges are detected on the line, all of which are described in more detail in 77 and falling edges. Requesting edge detection from a line that does not support 89 the edges returned by gpio-v2-line-event-read.rst. If not
|
| /linux-6.15/scripts/ |
| H 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.15/Documentation/devicetree/bindings/remoteproc/ |
| H 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.15/Documentation/devicetree/bindings/iio/dac/ |
| H 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.15/Documentation/devicetree/bindings/iio/magnetometer/ |
| H A D | asahi-kasei,ak8974.yaml | 27 rising or falling edges.
|
| /linux-6.15/Documentation/devicetree/bindings/counter/ |
| H A D | ti,am62-ecap-capture.yaml | 14 on input signal events (falling/rising edges).
|
| /linux-6.15/fs/btrfs/ |
| H A D | relocation.c | 200 edges[idx++] = edge; in walk_up_backref() 219 edge = edges[idx - 1]; in walk_down_backref() 227 edges[idx - 1] = edge; in walk_down_backref() 1954 struct btrfs_backref_edge *edges[]) in select_reloc_root() argument 1961 next = walk_up_backref(node, edges, &index); in select_reloc_root() 2033 next = edges[index]->node[UPPER]; in select_reloc_root() 2079 next = walk_down_backref(edges, &index); in select_one_root() 2114 edges[index++] = edge; in calcu_metadata_size() 2117 next = walk_down_backref(edges, &index); in calcu_metadata_size() 2400 edges[index++] = edge; in update_processed_blocks() [all …]
|
| /linux-6.15/Documentation/input/devices/ |
| H 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.15/Documentation/devicetree/bindings/gpio/ |
| H A D | abilis,tb10x-gpio.txt | 14 - #interrupt-cells: Should be <1>. Interrupts are triggered on both edges.
|
| /linux-6.15/Documentation/devicetree/bindings/spi/ |
| H A D | socionext,synquacer-spi.yaml | 47 description: Enable same active clock edges field to be set
|
| /linux-6.15/Documentation/devicetree/bindings/iio/gyroscope/ |
| H A D | nxp,fxas21002c.yaml | 36 description: Either interrupt may be triggered on rising or falling edges.
|
| /linux-6.15/net/core/ |
| H A D | scm.c | 95 fpl->edges = NULL; in scm_fp_copy() 400 new_fpl->edges = NULL; in scm_fp_dup()
|
| /linux-6.15/Documentation/admin-guide/blockdev/drbd/ |
| H A D | drbd-connection-state-overview.dot | 57 // edges
|