Home
last modified time | relevance | path

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

12345678910>>...89

/kernel/linux/linux-4.19/drivers/rpmsg/
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 …]
/kernel/linux/linux-5.10/drivers/rpmsg/
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 …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/
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 …]
/kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Include/
Dgd32vf103_exti.h49 #define EXTI_RTEN REG32(EXTI + 0x08U) /*!< rising edge trigger enable regis…
98 #define EXTI_RTEN_RTEN0 BIT(0) /*!< rising edge from line 0 */
99 #define EXTI_RTEN_RTEN1 BIT(1) /*!< rising edge from line 1 */
100 #define EXTI_RTEN_RTEN2 BIT(2) /*!< rising edge from line 2 */
101 #define EXTI_RTEN_RTEN3 BIT(3) /*!< rising edge from line 3 */
102 #define EXTI_RTEN_RTEN4 BIT(4) /*!< rising edge from line 4 */
103 #define EXTI_RTEN_RTEN5 BIT(5) /*!< rising edge from line 5 */
104 #define EXTI_RTEN_RTEN6 BIT(6) /*!< rising edge from line 6 */
105 #define EXTI_RTEN_RTEN7 BIT(7) /*!< rising edge from line 7 */
106 #define EXTI_RTEN_RTEN8 BIT(8) /*!< rising edge from line 8 */
[all …]
/kernel/linux/linux-5.10/drivers/media/rc/
Dgpio-ir-tx.c54 ktime_t edge; in gpio_ir_tx_unmodulated() local
60 edge = ktime_get(); in gpio_ir_tx_unmodulated()
65 edge = ktime_add_us(edge, txbuf[i]); in gpio_ir_tx_unmodulated()
66 delta = ktime_us_delta(edge, ktime_get()); in gpio_ir_tx_unmodulated()
77 ktime_t edge; in gpio_ir_tx_modulated() local
94 edge = ktime_get(); in gpio_ir_tx_modulated()
99 edge = ktime_add_us(edge, txbuf[i]); in gpio_ir_tx_modulated()
100 delta = ktime_us_delta(edge, ktime_get()); in gpio_ir_tx_modulated()
105 ktime_t last = ktime_add_us(edge, txbuf[i]); in gpio_ir_tx_modulated()
109 edge = ktime_add_ns(edge, pulse); in gpio_ir_tx_modulated()
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/
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 …]
/kernel/linux/linux-4.19/drivers/media/rc/
Dgpio-ir-tx.c66 ktime_t edge; in gpio_ir_tx() local
83 edge = ktime_get(); in gpio_ir_tx()
88 edge = ktime_add_us(edge, txbuf[i]); in gpio_ir_tx()
89 delta = ktime_us_delta(edge, ktime_get()); in gpio_ir_tx()
94 ktime_t last = ktime_add_us(edge, txbuf[i]); in gpio_ir_tx()
98 edge = ktime_add_ns(edge, pulse); in gpio_ir_tx()
99 delta = ktime_to_ns(ktime_sub(edge, in gpio_ir_tx()
104 edge = ktime_add_ns(edge, space); in gpio_ir_tx()
105 delta = ktime_to_ns(ktime_sub(edge, in gpio_ir_tx()
111 edge = last; in gpio_ir_tx()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
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 …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/
Dmscc-phy-vsc8531.txt12 with the 'edge-slowdown' property.
14 - vsc8531,edge-slowdown : % the edge should be slowed down relative to
15 the fastest possible edge time.
16 Edge rate sets the drive strength of the MAC
18 drive strength will affect the edge rate of
22 and in effect slow down the edge rate if
24 To adjust the edge-slowdown, the 'vddmac'
26 supported edge-slowdown values for a given
29 Ref: Table:1 - Edge rate change (below).
39 Table: 1 - Edge rate change
[all …]
/kernel/linux/linux-4.19/drivers/irqchip/
Dqcom-pdc.c79 * GIC does not handle falling edge or active low. To allow falling edge and
81 * falling edge into a rising edge and active low into an active high.
85 * Rising edge sensitive NOT USED
86 * Falling edge sensitive LOW
87 * Dual Edge sensitive NOT USED
89 * Falling Edge sensitive NOT USED
90 * Rising edge sensitive HIGH
91 * Dual Edge sensitive HIGH
107 * If @type is edge triggered, forward that as Rising edge as PDC
108 * takes care of converting falling edge to rising edge signal
[all …]
/kernel/linux/linux-5.10/Documentation/gpu/dp-mst/
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];
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];
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_2/
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.
/kernel/linux/linux-4.19/drivers/net/ieee802154/
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
/kernel/linux/linux-5.10/drivers/net/ieee802154/
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
/kernel/linux/linux-5.10/drivers/irqchip/
Dqcom-pdc.c125 * GIC does not handle falling edge or active low. To allow falling edge and
127 * falling edge into a rising edge and active low into an active high.
131 * Rising edge sensitive NOT USED
132 * Falling edge sensitive LOW
133 * Dual Edge sensitive NOT USED
135 * Falling Edge sensitive NOT USED
136 * Rising edge sensitive HIGH
137 * Dual Edge sensitive HIGH
153 * If @type is edge triggered, forward that as Rising edge as PDC
154 * takes care of converting falling edge to rising edge signal
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smd.txt15 processor of some sort - or in SMD language an "edge". The name of the edges
17 The edge is described by the following properties:
40 - qcom,smd-edge:
55 Definition: name of the edge, used for debugging and identification
62 "edge". The names of the devices are not important. The properties of these
74 The following example represents a smd node, with one edge representing the
89 qcom,smd-edge = <15>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smd.txt15 processor of some sort - or in SMD language an "edge". The name of the edges
17 The edge is described by the following properties:
40 - qcom,smd-edge:
55 Definition: name of the edge, used for debugging and identification
62 "edge". The names of the devices are not important. The properties of these
74 The following example represents a smd node, with one edge representing the
89 qcom,smd-edge = <15>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/
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
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/gpio/
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
/kernel/linux/linux-4.19/drivers/staging/sm750fb/
Dddk750_sii164.c72 * edgeSelect - Edge Select:
73 * 0 = Input data is falling edge latched (falling edge
74 * latched first in dual edge mode)
75 * 1 = Input data is rising edge latched (rising edge
76 * latched first in dual edge mode)
80 * dualEdgeClkSelect - Dual Edge Clock Select
81 * 0 = Input data is single edge latched
82 * 1 = Input data is dual edge latched
141 /* Select the edge */ in sii164InitChip()
153 /* Select Dual/Single Edge Clock */ in sii164InitChip()
/kernel/linux/linux-5.10/drivers/staging/sm750fb/
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 sii164InitChip()
161 /* Select Dual/Single Edge Clock */ in sii164InitChip()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dtlv320adcx140.yaml64 ti,pdm-edge-select:
66 Defines the PDMCLK sampling edge configuration for the PDM inputs. This
69 0 - (default) Odd channel is latched on the negative edge and even
70 channel is latched on the the positive edge.
71 1 - Odd channel is latched on the positive edge and even channel is
72 latched on the the negative edge.
74 PDMIN1 - PDMCLK latching edge used for channel 1 and 2 data
75 PDMIN2 - PDMCLK latching edge used for channel 3 and 4 data
76 PDMIN3 - PDMCLK latching edge used for channel 5 and 6 data
77 PDMIN4 - PDMCLK latching edge used for channel 7 and 8 data
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/
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 …]
/kernel/linux/linux-4.19/drivers/media/pci/cobalt/
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>>...89