/Linux-v6.1/drivers/iio/humidity/ |
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-v6.1/Documentation/ABI/testing/ |
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.
|
D | sysfs-bus-iio-adc-stm32 | 11 - "both-edges".
|
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-v6.1/drivers/net/ieee802154/ |
D | mac802154_hwsim.c | 75 struct list_head edges; member 120 list_for_each_entry_rcu(e, ¤t_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() 684 list_for_each_entry_rcu(e, &tmp->edges, list) { in hwsim_edge_unsubscribe_me() 706 list_add_rcu(&e->list, &phy->edges); in hwsim_subscribe_all_others() [all …]
|
/Linux-v6.1/drivers/net/wireless/ath/carl9170/ |
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() 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-v6.1/scripts/ |
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-v6.1/lib/ |
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-v6.1/Documentation/devicetree/bindings/spi/ |
D | spi-synquacer.txt | 13 - socionext,set-aces: boolean, if same active clock edges field to be set.
|
/Linux-v6.1/fs/btrfs/ |
D | relocation.c | 186 struct btrfs_backref_edge *edges[], int *index) in walk_up_backref() argument 194 edges[idx++] = edge; in walk_up_backref() 206 struct btrfs_backref_edge *edges[], int *index) in walk_down_backref() argument 213 edge = edges[idx - 1]; in walk_down_backref() 221 edges[idx - 1] = edge; in walk_down_backref() 2113 struct btrfs_backref_edge *edges[]) in select_reloc_root() argument 2123 next = walk_up_backref(next, edges, &index); in select_reloc_root() 2201 next = walk_down_backref(edges, &index); in select_reloc_root() 2220 next = edges[index]->node[UPPER]; in select_reloc_root() 2240 struct btrfs_backref_edge *edges[BTRFS_MAX_LEVEL - 1]; in select_one_root() local [all …]
|
/Linux-v6.1/Documentation/input/devices/ |
D | rotary-encoder.rst | 12 and by triggering on falling and rising edges, the turn direction can 76 able to fire on both edges.
|
D | elantech.rst | 186 E: 1 = enable smart edges unconditionally 187 S: 1 = enable smart edges only when dragging
|
/Linux-v6.1/Documentation/devicetree/bindings/gpio/ |
D | abilis,tb10x-gpio.txt | 14 - #interrupt-cells: Should be <1>. Interrupts are triggered on both edges.
|
/Linux-v6.1/Documentation/admin-guide/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 57 // edges
|
/Linux-v6.1/Documentation/driver-api/ |
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
|
/Linux-v6.1/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,glink.txt | 5 of edges can be described by the binding; the GLINK RPM edge and a SMEM based
|
/Linux-v6.1/Documentation/locking/ |
D | ww-mutex-design.rst | 236 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.
|
D | lockdep-design.rst | 531 With the above combination for simplification, there are 4 types of dependency edges 567 We use -(xN)-> to represent edges that are either -(EN)-> or -(SN)->, the 570 A "path" is a series of conjunct dependency edges in the graph. And we define a 572 in the path, as the path that doesn't have two conjunct edges (dependencies) as
|
/Linux-v6.1/include/sound/ |
D | soc-dapm.h | 659 struct list_head edges[2]; member 782 list_for_each_entry(p, &w->edges[dir], list_node[dir]) 797 list_for_each_entry_safe(p, next_p, &w->edges[dir], list_node[dir])
|
/Linux-v6.1/drivers/counter/ |
D | Kconfig | 113 It can be used to timestamp events (falling/rising edges) detected
|
/Linux-v6.1/tools/memory-model/ |
D | lock.cat | 85 * Given an LF event r, compute the possible rfe edges for that event
|
/Linux-v6.1/Documentation/trace/rv/ |
D | deterministic_automata.rst | 33 vertices (nodes) and edges, which is very intuitive for *operating system*
|
/Linux-v6.1/Documentation/hwmon/ |
D | adm9240.rst | 77 edges of the fan tacho inputs.
|
/Linux-v6.1/sound/soc/ |
D | soc-dapm.c | 1048 if (list_empty(&w->edges[dir])) { in dapm_new_mux() 2780 if (!list_empty(&w->edges[dir])) in dapm_update_widget_flags() 2921 list_add(&path->list_node[dir], &widgets[dir]->edges[dir]); in snd_soc_dapm_add_path() 3758 INIT_LIST_HEAD(&w->edges[dir]); in snd_soc_dapm_new_control_unlocked() 3963 if (WARN_ON(list_empty(&w->edges[SND_SOC_DAPM_DIR_OUT]) || in snd_soc_dai_link_event() 3964 list_empty(&w->edges[SND_SOC_DAPM_DIR_IN]))) in snd_soc_dai_link_event()
|
/Linux-v6.1/Documentation/admin-guide/gpio/ |
D | sysfs.rst | 114 for "rising" and "falling" edges will follow this
|