Home
last modified time | relevance | path

Searched full:edge (Results 1 – 25 of 1783) sorted by relevance

12345678910>>...72

/openbmc/linux/drivers/rpmsg/
H A Dqcom_smd.c97 * @dev: device associated with this edge
98 * @name: name of this edge
99 * @of_node: of_node handle for information related to this edge
100 * @edge_id: identifier of this edge
102 * @irq: interrupt for signals on this edge
108 * @channels: list of all channels detected on this edge
114 * @state_work: work item for edge state changes
163 struct qcom_smd_edge *edge; member
178 * @edge: qcom_smd_edge this channel is living on
200 struct qcom_smd_edge *edge; member
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/
H A Dia_css_eed1_8_types.h20 * CSS-API header file for Edge Enhanced Demosaic parameters.
33 /* Number of segments + 1 segment used in edge reliability enhancement
39 /* Edge Enhanced Demosaic configuration
63 s32 coring_pos0; /** Positive Edge Coring Threshold in dark region. */
64 s32 coring_pos1; /** Positive Edge Coring Threshold in bright region. */
65 s32 coring_neg0; /** Negative Edge Coring Threshold in dark region. */
66 s32 coring_neg1; /** Negative Edge Coring Threshold in bright region. */
69 s32 gain_pos0; /** Gain for Positive Edge in dark region. */
70 s32 gain_pos1; /** Gain for Positive Edge in bright region. */
71 s32 gain_neg0; /** Gain for Negative Edge in dark region. */
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/
H A Dpxaregs.c98 { "PWER_WE0", 0x40F0000C, 0, 0x00000001, 'd', "PM wake up due to GPIO 0 edge detect enabled" },
99 { "PWER_WE1", 0x40F0000C, 1, 0x00000001, 'd', "PM wake up due to GPIO 1 edge detect enabled" },
100 { "PWER_WE2", 0x40F0000C, 2, 0x00000001, 'd', "PM wake up due to GPIO 2 edge detect enabled" },
101 { "PWER_WE3", 0x40F0000C, 3, 0x00000001, 'd', "PM wake up due to GPIO 3 edge detect enabled" },
102 { "PWER_WE4", 0x40F0000C, 4, 0x00000001, 'd', "PM wake up due to GPIO 4 edge detect enabled" },
103 { "PWER_WE5", 0x40F0000C, 5, 0x00000001, 'd', "PM wake up due to GPIO 5 edge detect enabled" },
104 { "PWER_WE6", 0x40F0000C, 6, 0x00000001, 'd', "PM wake up due to GPIO 6 edge detect enabled" },
105 { "PWER_WE7", 0x40F0000C, 7, 0x00000001, 'd', "PM wake up due to GPIO 7 edge detect enabled" },
106 { "PWER_WE8", 0x40F0000C, 8, 0x00000001, 'd', "PM wake up due to GPIO 8 edge detect enabled" },
107 { "PWER_WE9", 0x40F0000C, 9, 0x00000001, 'd', "PM wake up due to GPIO 9 edge detect enabled" },
[all …]
/openbmc/linux/drivers/media/rc/
H A Dgpio-ir-tx.c78 ktime_t edge; in gpio_ir_tx_unmodulated() local
83 edge = ktime_get(); in gpio_ir_tx_unmodulated()
88 edge = ktime_add_us(edge, txbuf[i]); in gpio_ir_tx_unmodulated()
89 delay_until(edge); in gpio_ir_tx_unmodulated()
98 ktime_t edge; in gpio_ir_tx_modulated() local
115 edge = ktime_get(); in gpio_ir_tx_modulated()
120 edge = ktime_add_us(edge, txbuf[i]); in gpio_ir_tx_modulated()
121 delay_until(edge); in gpio_ir_tx_modulated()
124 ktime_t last = ktime_add_us(edge, txbuf[i]); in gpio_ir_tx_modulated()
128 edge = ktime_add_ns(edge, pulse); in gpio_ir_tx_modulated()
[all …]
/openbmc/linux/drivers/soc/qcom/
H A Drpm-proc.c12 struct qcom_smd_edge *edge = NULL; in rpm_proc_probe() local
17 edge_node = of_get_child_by_name(dev->of_node, "smd-edge"); in rpm_proc_probe()
19 edge = qcom_smd_register_edge(dev, edge_node); in rpm_proc_probe()
21 if (IS_ERR(edge)) in rpm_proc_probe()
22 return dev_err_probe(dev, PTR_ERR(edge), in rpm_proc_probe()
23 "Failed to register smd-edge\n"); in rpm_proc_probe()
32 platform_set_drvdata(pdev, edge); in rpm_proc_probe()
35 if (edge) in rpm_proc_probe()
36 qcom_smd_unregister_edge(edge); in rpm_proc_probe()
42 struct qcom_smd_edge *edge = platform_get_drvdata(pdev); in rpm_proc_remove() local
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/
H A Dia_css_ynr2_types.h31 u16 edge_sense_gain_0; /** Sensitivity of edge in dark area.
34 u16 edge_sense_gain_1; /** Sensitivity of edge in bright area.
56 u16 coring_pos_0; /** Coring threshold for positive edge in dark area.
59 u16 coring_pos_1; /** Coring threshold for positive edge in bright area.
62 u16 coring_neg_0; /** Coring threshold for negative edge in dark area.
65 u16 coring_neg_1; /** Coring threshold for negative edge in bright area.
68 u16 gain_pos_0; /** Gain for positive edge in dark area.
71 u16 gain_pos_1; /** Gain for positive edge in bright area.
74 u16 gain_neg_0; /** Gain for negative edge in dark area.
77 u16 gain_neg_1; /** Gain for negative edge in bright area.
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph_internal.h38 /* edge types*/
114 * qos_graph_get_edge(): returns the edge
123 * qos_graph_edge_get_type(): returns the edge type
124 * of the edge @edge.
129 QOSEdgeType qos_graph_edge_get_type(QOSGraphEdge *edge);
133 * pointed as destination of edge @edge.
138 char *qos_graph_edge_get_dest(QOSGraphEdge *edge);
142 * exists an edge from @start to @dest.
148 * to that @edge.
153 void *qos_graph_edge_get_arg(QOSGraphEdge *edge);
[all …]
H A Dqgraph.c29 /* Graph Edge.*/
57 /* Each entry in these hash table will consist of <string, node/edge> pair. */
66 * add_edge(): creates an edge of type @type
72 * edge->edge_name is used as identifier for get_device relationships,
92 QOSGraphEdge *edge = g_new0(QOSGraphEdge, 1); in add_edge() local
93 edge->type = type; in add_edge()
94 edge->dest = g_strdup(dest); in add_edge()
95 edge->edge_name = g_strdup(opts->edge_name ?: dest); in add_edge()
96 edge->arg = g_memdup2(opts->arg, opts->size_arg); in add_edge()
98 edge->before_cmd_line = in add_edge()
[all …]
H A Dqgraph.h52 * Edge options to be passed to the contains/consumes \*_args function.
53 * @arg: optional arg that will be used by dest edge
54 * @size_arg: @arg size that will be used by dest edge
56 * edge, used to add additional attributes
61 * edge, used to add additional attributes
70 * @edge_name: optional edge to differentiate multiple
85 * @edge: edge arguments that will be used by test.
97 QOSGraphEdgeOptions edge; member
118 * depending on the edge type, passing them the name of the next
162 * qos_edge_destroy(): removes and frees an edge from the
[all …]
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,smd-edge.yaml4 $id: http://devicetree.org/schemas/remoteproc/qcom,smd-edge.yaml#
7 title: Qualcomm SMD Edge communication channel nodes
14 some sort - or in SMD language an "edge". The name of the edges are not
18 that "edge". The names of the devices are not important. The properties of
24 const: smd-edge
45 Name of the edge, used for debugging and identification purposes. The
65 qcom,smd-edge:
93 - qcom,smd-edge
111 smd-edge {
115 qcom,smd-edge = <1>;
H A Dqcom,pas-common.yaml66 smd-edge:
67 $ref: /schemas/remoteproc/qcom,smd-edge.yaml#
69 Qualcomm Shared Memory subnode which represents communication edge,
73 glink-edge:
74 $ref: /schemas/remoteproc/qcom,glink-edge.yaml#
76 Qualcomm G-Link subnode which represents communication edge, channels
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dmscc-phy-vsc8531.txt7 with the 'edge-slowdown' property.
9 - vsc8531,edge-slowdown : % the edge should be slowed down relative to
10 the fastest possible edge time.
11 Edge rate sets the drive strength of the MAC
13 drive strength will affect the edge rate of
17 and in effect slow down the edge rate if
19 To adjust the edge-slowdown, the 'vddmac'
21 supported edge-slowdown values for a given
24 Ref: Table:1 - Edge rate change (below).
38 Table: 1 - Edge rate change
[all …]
/openbmc/u-boot/drivers/gpio/
H A Dmvgpio.h28 u32 grer; /* Rising-Edge Detect Enable Register - 0x0030 */
30 u32 gfer; /* Falling-Edge Detect Enable Register - 0x003C */
32 u32 gedr; /* Edge Detect Status Register - 0x0048 */
38 u32 gsrer; /* Bitwise Set of Rising-Edge Detect Enable
41 u32 gcrer; /* Bitwise Clear of Rising-Edge Detect Enable
44 u32 gsfer; /* Bitwise Set of Falling-Edge Detect Enable
47 u32 gcfer; /* Bitwise Clear of Falling-Edge Detect Enable
50 u32 apmask; /* Bitwise Mask of Edge Detect Register - 0x009C */
/openbmc/linux/Documentation/gpu/dp-mst/
H A Dtopology-figure-3.dot6 edge [dir=none];
9 edge [dir=""];
13 edge [style=dashed];
20 edge [style=""];
29 edge [color=grey];
32 edge [color=""];
35 edge [style=dashed;dir=back];
40 edge [color=grey];
H A Dtopology-figure-2.dot10 edge [style=dashed];
18 edge [style=""];
27 edge [color=red];
30 edge [color=""];
33 edge [style=dashed;dir=back];
37 edge [color=red];
/openbmc/linux/drivers/irqchip/
H A Dqcom-pdc.c105 * GIC does not handle falling edge or active low. To allow falling edge and
107 * falling edge into a rising edge and active low into an active high.
111 * Rising edge sensitive NOT USED
112 * Falling edge sensitive LOW
113 * Dual Edge sensitive NOT USED
115 * Falling Edge sensitive NOT USED
116 * Rising edge sensitive HIGH
117 * Dual Edge sensitive HIGH
133 * If @type is edge triggered, forward that as Rising edge as PDC
134 * takes care of converting falling edge to rising edge signal
[all …]
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dfsl,cpm1-tsa.yaml96 fsl,clock-falling-edge:
99 Data is sent on falling edge of the clock (and received on the rising
100 edge). If 'clock-falling-edge' is not present, data is sent on the
101 rising edge (and received on the falling edge).
103 fsl,fsync-rising-edge:
106 Frame sync pulses are sampled with the rising edge of the channel
107 clock. If 'fsync-rising-edge' is not present, pulses are sampled with
108 the falling edge.
193 fsl,fsync-rising-edge;
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_2/
H A Dia_css_cnr2_types.h25 * Small sensitivity of edge means strong smoothness and NR performance.
41 u16 sense_gain_vy; /** Sensitivity of horizontal edge of Y.
43 u16 sense_gain_vu; /** Sensitivity of horizontal edge of U.
45 u16 sense_gain_vv; /** Sensitivity of horizontal edge of V.
47 u16 sense_gain_hy; /** Sensitivity of vertical edge of Y.
49 u16 sense_gain_hu; /** Sensitivity of vertical edge of U.
51 u16 sense_gain_hv; /** Sensitivity of vertical edge of V.
/openbmc/linux/drivers/net/ieee802154/
H A Dmac802154_hwsim.h14 * @MAC802154_HWSIM_CMD_SET_EDGE: change edge parameters during runtime
16 * @MAC802154_HWSIM_CMD_NEW_EDGE: create a new edge between two radios
43 * edge information according the radio id
56 /* mac802154 hwsim edge netlink attributes
59 * @MAC802154_HWSIM_EDGE_ATTR_ENDPOINT_ID: radio id where the edge points to
61 * receive for this edge
/openbmc/qemu/tests/unit/
H A Dtest-qgraph.c75 QOSGraphEdge *edge; in check_contains() local
78 edge = qos_graph_get_edge(machine, driver); in check_contains()
79 g_assert_nonnull(edge); in check_contains()
80 g_assert_cmpint(qos_graph_edge_get_type(edge), ==, QEDGE_CONTAINS); in check_contains()
86 QOSGraphEdge *edge; in check_produces() local
90 edge = qos_graph_get_edge(machine, interface); in check_produces()
91 g_assert_nonnull(edge); in check_produces()
92 g_assert_cmpint(qos_graph_edge_get_type(edge), ==, in check_produces()
99 QOSGraphEdge *edge; in check_consumes() local
103 edge = qos_graph_get_edge(interface, driver); in check_consumes()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dcavium-octeon-gpio.txt21 1 - edge triggered on the rising edge.
22 2 - edge triggered on the falling edge
37 * 2) Triggering (1 - edge rising
38 * 2 - edge falling
/openbmc/linux/drivers/staging/sm750fb/
H A Dddk750_sii164.c79 * edge_select - Edge Select:
80 * 0 = Input data is falling edge latched (falling
81 * edge latched first in dual edge mode)
82 * 1 = Input data is rising edge latched (rising
83 * edge latched first in dual edge mode)
87 * dual_edge_clk_select - Dual Edge Clock Select
88 * 0 = Input data is single edge latched
89 * 1 = Input data is dual edge latched
149 /* Select the edge */ in sii164_init_chip()
161 /* Select Dual/Single Edge Clock */ in sii164_init_chip()
/openbmc/qemu/include/hw/intc/
H A Daspeed_vic.h39 /* 0=edge, 1=level */
42 /* 0=single-edge, 1=dual-edge */
45 /* 0=low-sensitive/falling-edge, 1=high-sensitive/rising-edge */
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dtlv320adcx140.yaml65 ti,pdm-edge-select:
67 Defines the PDMCLK sampling edge configuration for the PDM inputs. This
70 0 - (default) Odd channel is latched on the negative edge and even
71 channel is latched on the positive edge.
72 1 - Odd channel is latched on the positive edge and even channel is
73 latched on the negative edge.
75 PDMIN1 - PDMCLK latching edge used for channel 1 and 2 data
76 PDMIN2 - PDMCLK latching edge used for channel 3 and 4 data
77 PDMIN3 - PDMCLK latching edge used for channel 5 and 6 data
78 PDMIN4 - PDMCLK latching edge used for channel 7 and 8 data
[all …]
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-irq.c140 u32 edge = cobalt_read_bar1(cobalt, COBALT_SYS_STAT_EDGE); in cobalt_irq_handler() local
145 cobalt_write_bar1(cobalt, COBALT_SYS_STAT_MASK, mask & ~edge); in cobalt_irq_handler()
146 cobalt_write_bar1(cobalt, COBALT_SYS_STAT_EDGE, edge); in cobalt_irq_handler()
158 edge &= ~dma_fifo_mask; in cobalt_irq_handler()
160 mask & ~edge); in cobalt_irq_handler()
165 if (edge & s->adv_irq_mask) in cobalt_irq_handler()
167 if ((edge & mask & dma_fifo_mask) && vb2_is_streaming(&s->q)) { in cobalt_irq_handler()
175 if (edge & mask & (COBALT_SYSSTAT_VI0_INT1_MSK | in cobalt_irq_handler()
182 if (edge & mask & (COBALT_SYSSTAT_VI0_INT2_MSK | in cobalt_irq_handler()
188 if (edge & mask & COBALT_SYSSTAT_VOHSMA_INT1_MSK) in cobalt_irq_handler()
[all …]

12345678910>>...72