/linux/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".
|
/linux/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/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/drivers/net/ieee802154/ |
H A D | mac802154_hwsim.h | 13 * @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/drivers/media/rc/img-ir/ |
H A D | img-ir-raw.c | 8 * 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/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/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/drivers/net/wireless/ath/carl9170/ |
H A D | phy.c | 1074 /* 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/Documentation/userspace-api/gpio/ |
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
|
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.
|
/linux/drivers/extcon/ |
H A D | extcon-gpio.c | 96 * 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/drivers/platform/cznic/ |
H A D | turris-omnia-mcu.h | 42 * @both: bitmap of both edges IRQs 44 * both edges, we cache the corresponding GPIO values in the IRQ
|
/linux/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/Documentation/locking/ |
H A 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.
|
/linux/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/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/fs/btrfs/ |
H A D | relocation.c | 193 struct btrfs_backref_edge *edges[], int *index) in walk_up_backref() argument 201 edges[idx++] = edge; in walk_up_backref() 213 struct btrfs_backref_edge *edges[], int *index) in walk_down_backref() argument 220 edge = edges[idx - 1]; in walk_down_backref() 228 edges[idx - 1] = edge; in walk_down_backref() 316 * - Cleanup the children edges and nodes 346 /* Cleanup the lower edges */ in handle_useless_nodes() 444 /* Finish the upper linkage of newly added edges/nodes */ in build_backref_tree() 1954 struct btrfs_backref_edge *edges[]) in select_reloc_root() argument 1961 next = walk_up_backref(node, edges, &index); in select_reloc_root() [all …]
|
/linux/drivers/iio/common/st_sensors/ |
H A D | st_sensors_trigger.c | 178 /* Tell the interrupt handler that we're dealing with edges */ in st_sensors_allocate_trigger() 189 * If we're not using edges (i.e. level interrupts) we in st_sensors_allocate_trigger()
|
/linux/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/Documentation/devicetree/bindings/iio/magnetometer/ |
H A D | asahi-kasei,ak8974.yaml | 27 rising or falling edges.
|
/linux/Documentation/devicetree/bindings/gpio/ |
H A D | abilis,tb10x-gpio.txt | 14 - #interrupt-cells: Should be <1>. Interrupts are triggered on both edges.
|
/linux/Documentation/devicetree/bindings/counter/ |
H A D | ti,am62-ecap-capture.yaml | 14 on input signal events (falling/rising edges).
|
/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-input.c | 574 mask_keydown = 0x0040000; /* Enable GPIO18 line on both edges */ in saa7134_input_init1() 684 mask_keydown = 0x0040000; /* Enable GPIO18 line on both edges */ in saa7134_input_init1() 706 mask_keydown = 0x0040000; /* Enable GPIO18 line on both edges */ in saa7134_input_init1() 753 mask_keydown = 0x0040000; /* Enable GPIO18 line on both edges */ in saa7134_input_init1() 760 mask_keydown = 0x0040000; /* Enable GPIO18 line on both edges */ in saa7134_input_init1()
|
/linux/Documentation/devicetree/bindings/spi/ |
H A D | socionext,synquacer-spi.yaml | 47 description: Enable same active clock edges field to be set
|