| /linux/net/unix/ |
| H A D | garbage.c | 113 static struct unix_vertex *unix_edge_successor(struct unix_edge *edge) in unix_edge_successor() argument 118 if (edge->successor->listener) in unix_edge_successor() 119 return unix_sk(edge->successor->listener)->vertex; in unix_edge_successor() 121 return edge->successor->vertex; in unix_edge_successor() 154 static void unix_add_edge(struct scm_fp_list *fpl, struct unix_edge *edge) in unix_add_edge() argument 156 struct unix_vertex *vertex = edge->predecessor->vertex; in unix_add_edge() 167 edge->predecessor->vertex = vertex; in unix_add_edge() 171 list_add_tail(&edge->vertex_entry, &vertex->edges); in unix_add_edge() 173 unix_update_graph(unix_edge_successor(edge)); in unix_add_edge() 176 static void unix_del_edge(struct scm_fp_list *fpl, struct unix_edge *edge) in unix_del_edge() argument 215 struct unix_edge *edge; unix_add_edges() local 249 struct unix_edge *edge = fpl->edges + i++; unix_del_edges() local 323 struct unix_edge *edge; unix_vertex_dead() local 360 struct unix_edge *edge; unix_collect_skb() local 390 struct unix_edge *edge; unix_scc_cyclic() local 416 struct unix_edge *edge; __unix_walk_scc() local [all...] |
| /linux/Documentation/gpu/dp-mst/ |
| H A 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];
|
| H A 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];
|
| H A D | topology-figure-1.dot | 10 edge [style=dashed]; 18 edge [style=""]; 31 edge [style=dashed;dir=back];
|
| /linux/drivers/media/pci/cobalt/ |
| H A 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/drivers/media/rc/ |
| H A D | serial_ir.c | 37 void (*send_pulse)(unsigned int length, ktime_t edge); 60 static void send_pulse_irdeo(unsigned int length, ktime_t edge); 63 static void send_pulse_homebrew(unsigned int length, ktime_t edge); 215 static void send_pulse_homebrew_softcarrier(unsigned int length, ktime_t edge) in send_pulse_homebrew_softcarrier() argument 217 ktime_t now, target = ktime_add_us(edge, length); in send_pulse_homebrew_softcarrier() 236 edge = ktime_add_ns(edge, pulse); in send_pulse_homebrew_softcarrier() 237 delta = ktime_to_ns(ktime_sub(edge, now)); in send_pulse_homebrew_softcarrier() 244 edge = ktime_add_ns(edge, space); in send_pulse_homebrew_softcarrier() 245 delta = ktime_to_ns(ktime_sub(edge, now)); in send_pulse_homebrew_softcarrier() 251 static void send_pulse_homebrew(unsigned int length, ktime_t edge) in send_pulse_homebrew() argument [all …]
|
| H A D | pwm-ir-tx.c | 67 ktime_t edge; in pwm_ir_tx_sleep() local 75 edge = ktime_get(); in pwm_ir_tx_sleep() 81 edge = ktime_add_us(edge, txbuf[i]); in pwm_ir_tx_sleep() 82 delta = ktime_us_delta(edge, ktime_get()); in pwm_ir_tx_sleep()
|
| /linux/drivers/gpio/ |
| H A D | gpio-mxc.c | 168 int edge; in gpio_set_irq_type() local 174 edge = GPIO_INT_RISE_EDGE; in gpio_set_irq_type() 177 edge = GPIO_INT_FALL_EDGE; in gpio_set_irq_type() 181 edge = GPIO_INT_BOTH_EDGES; in gpio_set_irq_type() 185 edge = GPIO_INT_LOW_LEV; in gpio_set_irq_type() 188 edge = GPIO_INT_HIGH_LEV; in gpio_set_irq_type() 195 edge = GPIO_INT_LOW_LEV; in gpio_set_irq_type() 198 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 …]
|
| /linux/tools/lib/python/abi/ |
| H A D | system_symbols.py | 33 for edge in path.split("/"): 34 name += edge + "/" 35 if edge not in ref: 36 ref[edge] = {"__name": [name.rstrip("/")]} 38 ref = ref[edge] 66 for k, edge in items: 76 if edge == items[-1][1]: 81 self.print_graph(p, edge, level + 1) 85 self.print_graph(p, edge, level + 1)
|
| /linux/Documentation/userspace-api/gpio/ |
| H A D | gpio-v2-line-event-read.rst | 12 GPIO_V2_LINE_EVENT_READ - Read edge detection events for lines from a request. 36 Read edge detection events for lines from a request. 40 both. Edge events are then generated whenever edge interrupts are detected on 44 to active transition is a rising edge. If ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` is 46 ``GPIO_V2_LINE_FLAG_EDGE_RISING`` then corresponds to a falling physical edge. 48 The kernel captures and timestamps edge events as close as possible to their 71 Changing the edge detection flags using gpio-v2-line-set-config-ioctl.rst
|
| H A D | gpio-lineevent-data-read.rst | 16 GPIO_LINEEVENT_DATA_READ - Read edge detection events from a line event. 40 Read edge detection events for a line from a line event. 44 both. Edge events are then generated whenever edge interrupts are detected on 48 to active transition is a rising edge. If ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` is 50 ``GPIOEVENT_REQUEST_RISING_EDGE`` then corresponds to a falling physical edge. 52 The kernel captures and timestamps edge events as close as possible to their
|
| H A D | gpio-get-lineevent-ioctl.rst | 16 GPIO_GET_LINEEVENT_IOCTL - Request a line with edge detection from the kernel. 38 Request a line with edge detection from the kernel. 51 Requesting edge detection on a line that does not support interrupts is an 71 The edge flags, ``GPIOEVENT_REQUEST_RISING_EDGE`` and
|
| /linux/drivers/irqchip/ |
| H A 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()
|
| /linux/drivers/clk/ |
| H A D | clk-axi-clkgen.c | 192 unsigned int edge; member 214 params->edge = divider % 2; in axi_clkgen_calc_clk_params() 221 params->edge = divider % 2; in axi_clkgen_calc_clk_params() 224 if (params->edge == 0) { in axi_clkgen_calc_clk_params() 229 if (params->edge == 0 || frac_divider == 1) in axi_clkgen_calc_clk_params() 231 if (((params->edge == 0) ^ (frac_divider == 1)) || in axi_clkgen_calc_clk_params() 235 params->frac_phase = params->edge * 4 + frac_divider / 2; in axi_clkgen_calc_clk_params() 337 (params->frac_wf_r << 10) | (params->edge << 7) | in axi_clkgen_set_div() 377 (params.edge << 13) | (params.nocount << 12) | in axi_clkgen_set_rate()
|
| /linux/drivers/remoteproc/ |
| H A D | qcom_common.c | 203 glink->edge = qcom_glink_smem_register(glink->dev, glink->node); in glink_subdev_start() 205 return PTR_ERR_OR_ZERO(glink->edge); in glink_subdev_start() 212 qcom_glink_smem_unregister(glink->edge); in glink_subdev_stop() 213 glink->edge = NULL; in glink_subdev_stop() 314 smd->edge = qcom_smd_register_edge(smd->dev, smd->node); in smd_subdev_start() 316 return PTR_ERR_OR_ZERO(smd->edge); in smd_subdev_start() 323 qcom_smd_unregister_edge(smd->edge); in smd_subdev_stop() 324 smd->edge = NULL; in smd_subdev_stop()
|
| /linux/arch/m68k/coldfire/ |
| H A D | intc-5272.c | 163 int irq, edge; in init_IRQ() local 173 edge = 0; in init_IRQ() 175 edge = intc_irqmap[irq - MCFINT_VECBASE].ack; in init_IRQ() 176 if (edge) { in init_IRQ()
|
| /linux/include/linux/rpmsg/ |
| H A D | qcom_smd.h | 14 void qcom_smd_unregister_edge(struct qcom_smd_edge *edge); 25 static inline void qcom_smd_unregister_edge(struct qcom_smd_edge *edge) in qcom_smd_unregister_edge() argument
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-khadas-edge.dts | 8 #include "rk3399-khadas-edge.dtsi" 12 compatible = "khadas,edge", "rockchip,rk3399";
|
| H A D | rk3399-khadas-edge-v.dts | 8 #include "rk3399-khadas-edge.dtsi" 12 compatible = "khadas,edge-v", "rockchip,rk3399";
|
| H A D | rk3399-khadas-edge-captain.dts | 8 #include "rk3399-khadas-edge.dtsi" 12 compatible = "khadas,edge-captain", "rockchip,rk3399";
|
| /linux/drivers/accessibility/speakup/ |
| H A D | DefaultKeyAssignments | 18 InsKeyPad-4 say from left edge of line to reading cursor. 20 InsKeyPad-6 Say from reading cursor to right edge of line. 33 InsKeyPad-7 Move reading cursor to left edge of screen (insert home) 34 InsKeyPad-1 Move reading cursor to right edge of screen (insert end)
|
| /linux/drivers/soc/pxa/ |
| H A D | mfp.c | 171 int pin, af, drv, lpm, edge, pull; in mfp_config() local 180 edge = MFP_LPM_EDGE(c); in mfp_config() 190 p->mfpr_run = tmp | mfpr_lpm[lpm] | mfpr_edge[edge]; in mfp_config() 193 p->mfpr_lpm = tmp | mfpr_lpm[lpm] | mfpr_edge[edge]; in mfp_config()
|
| /linux/Documentation/admin-guide/blockdev/drbd/ |
| H A D | drbd-connection-state-overview.dot | 75 edge [color=green] 78 edge [color=red] 82 edge [color=black]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-adc-stm32 | 9 - "rising-edge" 10 - "falling-edge"
|
| /linux/Documentation/devicetree/bindings/mips/cavium/ |
| H A D | ciu3.txt | 14 value of either 4 for level semantics, or 1 for edge semantics. 22 * 2) Trigger type: (4 == level, 1 == edge)
|