/linux-6.6.21/drivers/rpmsg/ |
D | qcom_smd.c | 163 struct qcom_smd_edge *edge; member 200 struct qcom_smd_edge *edge; member 372 struct qcom_smd_edge *edge = channel->edge; in qcom_smd_signal_channel() local 374 if (edge->mbox_chan) { in qcom_smd_signal_channel() 380 mbox_send_message(edge->mbox_chan, NULL); in qcom_smd_signal_channel() 381 mbox_client_txdone(edge->mbox_chan, 0); in qcom_smd_signal_channel() 383 regmap_write(edge->ipc_regmap, edge->ipc_offset, BIT(edge->ipc_bit)); in qcom_smd_signal_channel() 444 struct qcom_smd_edge *edge = channel->edge; in qcom_smd_channel_set_state() local 450 dev_dbg(&edge->dev, "set_state(%s, %d)\n", channel->name, state); in qcom_smd_channel_set_state() 644 struct qcom_smd_edge *edge = data; in qcom_smd_edge_intr() local [all …]
|
/linux-6.6.21/drivers/media/rc/ |
D | gpio-ir-tx.c | 78 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 …]
|
D | serial_ir.c | 36 void (*send_pulse)(unsigned int length, ktime_t edge); 59 static void send_pulse_irdeo(unsigned int length, ktime_t edge); 62 static void send_pulse_homebrew(unsigned int length, ktime_t edge); 214 static void send_pulse_homebrew_softcarrier(unsigned int length, ktime_t edge) in send_pulse_homebrew_softcarrier() argument 216 ktime_t now, target = ktime_add_us(edge, length); in send_pulse_homebrew_softcarrier() 235 edge = ktime_add_ns(edge, pulse); in send_pulse_homebrew_softcarrier() 236 delta = ktime_to_ns(ktime_sub(edge, now)); in send_pulse_homebrew_softcarrier() 243 edge = ktime_add_ns(edge, space); in send_pulse_homebrew_softcarrier() 244 delta = ktime_to_ns(ktime_sub(edge, now)); in send_pulse_homebrew_softcarrier() 250 static void send_pulse_homebrew(unsigned int length, ktime_t edge) in send_pulse_homebrew() argument [all …]
|
D | pwm-ir-tx.c | 58 ktime_t edge; in pwm_ir_tx() local 66 edge = ktime_get(); in pwm_ir_tx() 72 edge = ktime_add_us(edge, txbuf[i]); in pwm_ir_tx() 73 delta = ktime_us_delta(edge, ktime_get()); in pwm_ir_tx()
|
/linux-6.6.21/drivers/soc/qcom/ |
D | rpm-proc.c | 12 struct qcom_smd_edge *edge = NULL; in rpm_proc_probe() local 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() 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 44 if (edge) in rpm_proc_remove() 45 qcom_smd_unregister_edge(edge); in rpm_proc_remove()
|
/linux-6.6.21/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-6.6.21/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. 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 69 vsc8531,edge-slowdown = <7>;
|
/linux-6.6.21/drivers/media/pci/cobalt/ |
D | cobalt-irq.c | 140 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 …]
|
/linux-6.6.21/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-6.6.21/Documentation/devicetree/bindings/remoteproc/ |
D | qcom,rpm-proc.yaml | 95 smd-edge: 96 $ref: /schemas/remoteproc/qcom,smd-edge.yaml# 98 Qualcomm Shared Memory subnode which represents communication edge, 101 glink-edge: 102 $ref: /schemas/remoteproc/qcom,glink-rpm-edge.yaml# 104 Qualcomm G-Link subnode which represents communication edge, 124 - smd-edge 126 - glink-edge 139 smd-edge { 142 qcom,smd-edge = <15>; [all …]
|
D | qcom,smd-edge.yaml | 4 $id: http://devicetree.org/schemas/remoteproc/qcom,smd-edge.yaml# 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>;
|
D | qcom,pas-common.yaml | 66 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
|
D | qcom,msm8996-mss-pil.yaml | 134 smd-edge: 135 $ref: /schemas/remoteproc/qcom,smd-edge.yaml# 137 Qualcomm Shared Memory subnode which represents communication edge, 141 glink-edge: 142 $ref: /schemas/remoteproc/qcom,glink-edge.yaml# 144 Qualcomm G-Link subnode which represents communication edge, channels 236 glink-edge: false 239 - smd-edge 243 smd-edge: false 274 - glink-edge [all …]
|
D | qcom,glink-rpm-edge.yaml | 4 $id: http://devicetree.org/schemas/remoteproc/qcom,glink-rpm-edge.yaml# 7 title: Qualcomm G-Link RPM edge 10 Qualcomm G-Link edge, a FIFO based mechanism for communication with Resource 23 Name of the edge, used for debugging and identification purposes. The 87 glink-edge {
|
/linux-6.6.21/drivers/gpio/ |
D | gpio-mxc.c | 167 int edge; in gpio_set_irq_type() local 173 edge = GPIO_INT_RISE_EDGE; in gpio_set_irq_type() 176 edge = GPIO_INT_FALL_EDGE; in gpio_set_irq_type() 180 edge = GPIO_INT_BOTH_EDGES; in gpio_set_irq_type() 184 edge = GPIO_INT_LOW_LEV; in gpio_set_irq_type() 187 edge = GPIO_INT_HIGH_LEV; in gpio_set_irq_type() 194 edge = GPIO_INT_LOW_LEV; in gpio_set_irq_type() 197 edge = GPIO_INT_HIGH_LEV; in gpio_set_irq_type() 207 if (edge == GPIO_INT_BOTH_EDGES) in gpio_set_irq_type() 215 if (edge != GPIO_INT_BOTH_EDGES) { in gpio_set_irq_type() [all …]
|
D | gpio-mxs.c | 72 int edge; in mxs_gpio_set_irq_type() local 83 edge = GPIO_INT_FALL_EDGE; in mxs_gpio_set_irq_type() 85 edge = GPIO_INT_RISE_EDGE; in mxs_gpio_set_irq_type() 89 edge = GPIO_INT_RISE_EDGE; in mxs_gpio_set_irq_type() 92 edge = GPIO_INT_FALL_EDGE; in mxs_gpio_set_irq_type() 95 edge = GPIO_INT_LOW_LEV; in mxs_gpio_set_irq_type() 98 edge = GPIO_INT_HIGH_LEV; in mxs_gpio_set_irq_type() 106 if (edge & GPIO_INT_LEV_MASK) { in mxs_gpio_set_irq_type() 116 if (edge & GPIO_INT_POL_MASK) in mxs_gpio_set_irq_type() 128 u32 bit, val, edge; in mxs_flip_edge() local [all …]
|
/linux-6.6.21/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
D | fsl,cpm1-tsa.yaml | 96 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;
|
/linux-6.6.21/Documentation/devicetree/bindings/display/panel/ |
D | panel-timing.yaml | 170 Data driving on rising or falling edge. 171 Use 0 to drive pixel data on falling edge and 172 sample data on rising edge. 173 Use 1 to drive pixel data on rising edge and 174 sample data on falling edge 180 Drive sync on rising or sample sync on falling edge. 182 Use 0 to drive sync on falling edge and 183 sample sync on rising edge of pixel clock. 184 Use 1 to drive sync on rising edge and 185 sample sync on falling edge of pixel clock
|
/linux-6.6.21/Documentation/devicetree/bindings/pps/ |
D | pps-gpio.yaml | 27 assert-falling-edge: 28 description: Indicates a falling edge assert, when present. Rising edge if absent. 46 assert-falling-edge;
|
/linux-6.6.21/Documentation/devicetree/bindings/display/bridge/ |
D | ti,tfp410.yaml | 50 Endpoint sampling edge. 52 - 0 # Falling edge 53 - 1 # Rising edge 60 - 12 # 12 data lines connected and dual-edge mode 61 - 24 # 24 data lines connected and single-edge mode
|
/linux-6.6.21/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,smd.yaml | 29 "^smd-edge|rpm$": 30 $ref: /schemas/remoteproc/qcom,smd-edge.yaml# 34 processor of some sort - or in SMD language an "edge". The name of the 43 # The following example represents a smd node, with one edge representing the 56 qcom,smd-edge = <15>;
|
/linux-6.6.21/fs/btrfs/ |
D | backref.h | 455 static inline void btrfs_backref_link_edge(struct btrfs_backref_edge *edge, in btrfs_backref_link_edge() argument 461 edge->node[LOWER] = lower; in btrfs_backref_link_edge() 462 edge->node[UPPER] = upper; in btrfs_backref_link_edge() 464 list_add_tail(&edge->list[LOWER], &lower->upper); in btrfs_backref_link_edge() 466 list_add_tail(&edge->list[UPPER], &upper->lower); in btrfs_backref_link_edge() 483 struct btrfs_backref_edge *edge) in btrfs_backref_free_edge() argument 485 if (edge) { in btrfs_backref_free_edge() 487 kfree(edge); in btrfs_backref_free_edge()
|
D | backref.c | 3041 struct btrfs_backref_edge *edge; in btrfs_backref_alloc_edge() local 3043 edge = kzalloc(sizeof(*edge), GFP_NOFS); in btrfs_backref_alloc_edge() 3044 if (edge) in btrfs_backref_alloc_edge() 3046 return edge; in btrfs_backref_alloc_edge() 3060 struct btrfs_backref_edge *edge; in btrfs_backref_cleanup_node() local 3067 edge = list_entry(node->upper.next, struct btrfs_backref_edge, in btrfs_backref_cleanup_node() 3069 upper = edge->node[UPPER]; in btrfs_backref_cleanup_node() 3070 list_del(&edge->list[LOWER]); in btrfs_backref_cleanup_node() 3071 list_del(&edge->list[UPPER]); in btrfs_backref_cleanup_node() 3072 btrfs_backref_free_edge(cache, edge); in btrfs_backref_cleanup_node() [all …]
|
/linux-6.6.21/drivers/irqchip/ |
D | irq-lpc32xx.c | 76 bool high, edge; in lpc32xx_irq_set_type() local 80 edge = true; in lpc32xx_irq_set_type() 84 edge = true; in lpc32xx_irq_set_type() 88 edge = false; in lpc32xx_irq_set_type() 92 edge = false; in lpc32xx_irq_set_type() 110 if (edge) { in lpc32xx_irq_set_type()
|