| /linux/net/unix/ |
| A D | garbage.c | 148 INIT_LIST_HEAD(&vertex->edges); in unix_add_edge() 156 list_add_tail(&edge->vertex_entry, &vertex->edges); in unix_add_edge() 206 edge = fpl->edges + i++; in unix_add_edges() 236 struct unix_edge *edge = fpl->edges + i++; in unix_del_edges() 242 receiver = fpl->edges[0].successor; in unix_del_edges() 286 fpl->edges = kvmalloc_array(fpl->count_unix, sizeof(*fpl->edges), in unix_prepare_fpl() 288 if (!fpl->edges) in unix_prepare_fpl() 303 kvfree(fpl->edges); in unix_destroy_fpl() 313 list_for_each_entry(edge, &vertex->edges, vertex_entry) { in unix_vertex_dead() 385 list_for_each_entry(edge, &vertex->edges, vertex_entry) { in unix_scc_cyclic() [all …]
|
| /linux/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/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 | 208 Rising edges on signal A updates the respective count. 212 If direction is forward, rising edges on quadrature pair 214 is backward, falling edges on quadrature pair signal A 219 If direction is forward, rising edges on quadrature pair 221 is backward, falling edges on quadrature pair signal B 293 both edges:
|
| /linux/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/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() 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/tools/memory-model/ |
| 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/Documentation/devicetree/bindings/pinctrl/ |
| A D | qcom,lpass-lpi-common.yaml | 54 1: Higher Slew rate (faster edges) 55 2: Lower Slew rate (slower edges)
|
| /linux/Documentation/devicetree/bindings/soc/qcom/ |
| 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/lib/ |
| 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/Documentation/userspace-api/gpio/ |
| 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.
|
| 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/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/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/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/fs/btrfs/ |
| 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() 2054 struct btrfs_backref_edge *edges[]) in select_reloc_root() argument 2142 next = walk_down_backref(edges, &index); in select_reloc_root() 2161 next = edges[index]->node[UPPER]; in select_reloc_root() 2207 next = walk_down_backref(edges, &index); in select_one_root() 2242 edges[index++] = edge; in calcu_metadata_size() 2245 next = walk_down_backref(edges, &index); in calcu_metadata_size() 2523 edges[index++] = edge; in update_processed_blocks() [all …]
|
| /linux/Documentation/devicetree/bindings/iio/magnetometer/ |
| A D | asahi-kasei,ak8974.yaml | 27 rising or falling edges.
|
| /linux/Documentation/devicetree/bindings/counter/ |
| A D | ti,am62-ecap-capture.yaml | 14 on input signal events (falling/rising edges).
|
| /linux/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/Documentation/devicetree/bindings/gpio/ |
| A D | abilis,tb10x-gpio.txt | 14 - #interrupt-cells: Should be <1>. Interrupts are triggered on both edges.
|
| /linux/Documentation/devicetree/bindings/spi/ |
| A D | socionext,synquacer-spi.yaml | 47 description: Enable same active clock edges field to be set
|
| /linux/include/net/ |
| A D | af_unix.h | 30 struct list_head edges; member
|
| /linux/Documentation/devicetree/bindings/iio/gyroscope/ |
| A D | nxp,fxas21002c.yaml | 36 description: Either interrupt may be triggered on rising or falling edges.
|
| /linux/net/core/ |
| A D | scm.c | 95 fpl->edges = NULL; in scm_fp_copy() 390 new_fpl->edges = NULL; in scm_fp_dup()
|