Home
last modified time | relevance | path

Searched +full:treset +full:- +full:ns (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/leds/
Dallwinner,sun50i-a100-ledc.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/leds/allwinner,sun50i-a100-ledc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Samuel Holland <samuel@sholland.org>
13 The LED controller found in Allwinner sunxi SoCs uses a one-wire serial
19 - const: allwinner,sun50i-a100-ledc
20 - items:
21 - enum:
22 - allwinner,sun20i-d1-ledc
[all …]
/linux-6.12.1/drivers/leds/
Dleds-sun50i-a100.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2021-2023 Samuel Holland <samuel@sholland.org>
5 * Partly based on drivers/leds/leds-turris-omnia.c, which is:
12 #include <linux/dma-mapping.h>
16 #include <linux/led-class-multicolor.h>
103 desc = dmaengine_prep_slave_single(priv->dma_chan, priv->dma_handle, in sun50i_a100_ledc_dma_xfer()
106 return -ENOMEM; in sun50i_a100_ledc_dma_xfer()
110 return -EIO; in sun50i_a100_ledc_dma_xfer()
112 dma_async_issue_pending(priv->dma_chan); in sun50i_a100_ledc_dma_xfer()
122 length = priv->pio_length; in sun50i_a100_ledc_pio_xfer()
[all …]
/linux-6.12.1/drivers/scsi/fnic/
Dfnic_trace.c1 // SPDX-License-Identifier: GPL-2.0-only
34 * fnic_trace_get_buf - Give buffer pointer to user to fill up trace information
81 * fnic_get_trace_data - Copy trace buffer to a memory file
117 sprint_symbol(str, tbp->fnaddr.low); in fnic_get_trace_data()
118 jiffies_to_timespec64(tbp->timestamp.low, &val); in fnic_get_trace_data()
120 sprint_symbol(str, tbp->fnaddr.val); in fnic_get_trace_data()
121 jiffies_to_timespec64(tbp->timestamp.val, &val); in fnic_get_trace_data()
127 len += scnprintf(fnic_dbgfs_prt->buffer + len, in fnic_get_trace_data()
128 (trace_max_pages * PAGE_SIZE * 3) - len, in fnic_get_trace_data()
129 "%16llu.%09lu %-50s %8x %8x %16llx %16llx " in fnic_get_trace_data()
[all …]