| /Linux-v5.15/drivers/rpmsg/ | 
| D | qcom_smd.c | 97  * @dev:		device associated with this edge98  * @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 …]
 
 | 
| /Linux-v5.15/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/ | 
| D | ia_css_eed1_8_types.h | 20 * 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 …]
 
 | 
| /Linux-v5.15/drivers/media/rc/ | 
| D | gpio-ir-tx.c | 54 	ktime_t edge;  in gpio_ir_tx_unmodulated()  local60 	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 …]
 
 | 
| /Linux-v5.15/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/ | 
| D | ia_css_ynr2_types.h | 31 	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 …]
 
 | 
| /Linux-v5.15/Documentation/devicetree/bindings/net/ | 
| D | mscc-phy-vsc8531.txt | 7 			  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 …]
 
 | 
| /Linux-v5.15/Documentation/gpu/dp-mst/ | 
| D | topology-figure-3.dot | 6         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];
 
 | 
| D | topology-figure-2.dot | 10     edge [style=dashed];18     edge [style=""];
 27         edge [color=red];
 30         edge [color=""];
 33         edge [style=dashed;dir=back];
 37         edge [color=red];
 
 | 
| /Linux-v5.15/drivers/irqchip/ | 
| D | qcom-pdc.c | 85  * GIC does not handle falling edge or active low. To allow falling edge and87  * falling edge into a rising edge and active low into an active high.
 91  * Rising edge sensitive         NOT USED
 92  * Falling edge sensitive        LOW
 93  * Dual Edge sensitive           NOT USED
 95  * Falling Edge sensitive        NOT USED
 96  * Rising edge sensitive         HIGH
 97  * Dual Edge sensitive           HIGH
 113  * If @type is edge triggered, forward that as Rising edge as PDC
 114  * takes care of converting falling edge to rising edge signal
 [all …]
 
 | 
| /Linux-v5.15/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_2/ | 
| D | ia_css_cnr2_types.h | 25  *  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.
 
 | 
| /Linux-v5.15/drivers/net/ieee802154/ | 
| D | mac802154_hwsim.h | 14  * @MAC802154_HWSIM_CMD_SET_EDGE: change edge parameters during runtime16  * @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
 
 | 
| /Linux-v5.15/Documentation/devicetree/bindings/soc/qcom/ | 
| D | qcom,smd.txt | 15 processor of some sort - or in SMD language an "edge". The name of the edges17 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>;
 
 | 
| D | qcom,glink.txt | 1 Qualcomm GLINK edge binding3 This binding describes a Qualcomm GLINK edge, a fifo based mechanism for
 5 of edges can be described by the binding; the GLINK RPM edge and a SMEM based
 6 edge.
 16 	Definition: should specify the subsystem name this edge corresponds to.
 27 	Definition: specifies the identifier of the remote endpoint of this edge
 
 | 
| /Linux-v5.15/Documentation/devicetree/bindings/gpio/ | 
| D | cavium-octeon-gpio.txt | 21    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
 
 | 
| /Linux-v5.15/drivers/staging/sm750fb/ | 
| D | ddk750_sii164.c | 79  *      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()
 
 | 
| /Linux-v5.15/Documentation/devicetree/bindings/sound/ | 
| D | tlv320adcx140.yaml | 65   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 the positive edge.
 72        1 - Odd channel is latched on the positive edge and even channel is
 73        latched on the 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 …]
 
 | 
| /Linux-v5.15/drivers/media/pci/cobalt/ | 
| D | cobalt-irq.c | 140 	u32 edge = cobalt_read_bar1(cobalt, COBALT_SYS_STAT_EDGE);  in cobalt_irq_handler()  local145 	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 …]
 
 | 
| /Linux-v5.15/drivers/gpio/ | 
| D | gpio-mxc.c | 152 	int edge;  in gpio_set_irq_type()  local158 		edge = GPIO_INT_RISE_EDGE;  in gpio_set_irq_type()
 161 		edge = GPIO_INT_FALL_EDGE;  in gpio_set_irq_type()
 165 			edge = GPIO_INT_BOTH_EDGES;  in gpio_set_irq_type()
 169 				edge = GPIO_INT_LOW_LEV;  in gpio_set_irq_type()
 172 				edge = GPIO_INT_HIGH_LEV;  in gpio_set_irq_type()
 179 		edge = GPIO_INT_LOW_LEV;  in gpio_set_irq_type()
 182 		edge = GPIO_INT_HIGH_LEV;  in gpio_set_irq_type()
 190 		if (edge == GPIO_INT_BOTH_EDGES)  in gpio_set_irq_type()
 198 	if (edge != GPIO_INT_BOTH_EDGES) {  in gpio_set_irq_type()
 [all …]
 
 | 
| D | gpio-mxs.c | 73 	int edge;  in mxs_gpio_set_irq_type()  local84 			edge = GPIO_INT_FALL_EDGE;  in mxs_gpio_set_irq_type()
 86 			edge = GPIO_INT_RISE_EDGE;  in mxs_gpio_set_irq_type()
 90 		edge = GPIO_INT_RISE_EDGE;  in mxs_gpio_set_irq_type()
 93 		edge = GPIO_INT_FALL_EDGE;  in mxs_gpio_set_irq_type()
 96 		edge = GPIO_INT_LOW_LEV;  in mxs_gpio_set_irq_type()
 99 		edge = GPIO_INT_HIGH_LEV;  in mxs_gpio_set_irq_type()
 105 	/* set level or edge */  in mxs_gpio_set_irq_type()
 107 	if (edge & GPIO_INT_LEV_MASK) {  in mxs_gpio_set_irq_type()
 117 	if (edge & GPIO_INT_POL_MASK)  in mxs_gpio_set_irq_type()
 [all …]
 
 | 
| /Linux-v5.15/include/linux/mfd/pcf50633/ | 
| D | core.h | 170 	PCF50633_INT2_ONKEYR	= 0x01, /* ONKEY rising edge */171 	PCF50633_INT2_ONKEYF	= 0x02, /* ONKEY falling edge */
 172 	PCF50633_INT2_EXTON1R	= 0x04, /* EXTON1 rising edge */
 173 	PCF50633_INT2_EXTON1F	= 0x08, /* EXTON1 falling edge */
 174 	PCF50633_INT2_EXTON2R	= 0x10, /* EXTON2 rising edge */
 175 	PCF50633_INT2_EXTON2F	= 0x20, /* EXTON2 falling edge */
 176 	PCF50633_INT2_EXTON3R	= 0x40, /* EXTON3 rising edge */
 177 	PCF50633_INT2_EXTON3F	= 0x80, /* EXTON3 falling edge */
 
 | 
| /Linux-v5.15/tools/testing/selftests/bpf/verifier/ | 
| D | cfg.c | 39 	"loop (back-edge)",45 	.errstr_unpriv = "back-edge",
 49 	"loop2 (back-edge)",
 58 	.errstr_unpriv = "back-edge",
 71 	.errstr_unpriv = "back-edge",
 
 | 
| /Linux-v5.15/Documentation/devicetree/bindings/power/reset/ | 
| D | gpio-poweroff.txt | 3 The driver supports both level triggered and edge triggered power off.11 condition. This will also cause an inactive->active edge condition, so
 12 triggering positive edge triggered power off. After a delay of 100ms,
 13 the GPIO is set to inactive, thus causing an active->inactive edge,
 14 triggering negative edge triggered power off. After another 100ms
 
 | 
| /Linux-v5.15/Documentation/devicetree/bindings/display/panel/ | 
| D | panel-timing.yaml | 173       Data driving on rising or falling edge.174       Use 0 to drive pixel data on falling edge and
 175       sample data on rising edge.
 176       Use 1 to drive pixel data on rising edge and
 177       sample data on falling edge
 182       Drive sync on rising or sample sync on falling edge.
 184       Use 0 to drive sync on falling edge and
 185       sample sync on rising edge of pixel clock.
 186       Use 1 to drive sync on rising edge and
 187       sample sync on falling edge of pixel clock
 
 | 
| /Linux-v5.15/arch/sparc/include/asm/ | 
| D | sunbpp.h | 70 #define P_DS_IRQ_EN     0x0200      /* RW   Always on rising edge */71 #define P_ACK_IRQ_EN    0x0100      /* RW   Always on rising edge */
 72 #define P_BUSY_IRP      0x0080      /* RW   1= rising edge */
 74 #define P_PE_IRP        0x0020      /* RW   1= rising edge */
 76 #define P_SLCT_IRP      0x0008      /* RW   1= rising edge */
 78 #define P_ERR_IRP       0x0002      /* RW1  1= rising edge */
 
 | 
| /Linux-v5.15/Documentation/devicetree/bindings/pps/ | 
| D | pps-gpio.txt | 15 - assert-falling-edge: when present, assert is indicated by a falling edge16                        (instead of by a rising edge)
 24 		assert-falling-edge;
 
 | 
| /Linux-v5.15/drivers/staging/media/atomisp/pci/isp/kernels/tdf/tdf_1.0/ | 
| D | ia_css_tdf_types.h | 39 	s32 eps_scale_edge;		/** Epsilon scaling coefficient for edge region. */40 	s32 sepa_flat;		/** Threshold to judge flat (edge < m_Flat_thre). */
 41 	s32 sepa_edge;		/** Threshold to judge edge (edge > m_Edge_thre). */
 44 	s32 blend_edge;		/** Blending ratio at edge region. */
 
 |