Home
last modified time | relevance | path

Searched refs:sdc (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v4.19/drivers/dma/
Dsun6i-dma.c1182 struct sun6i_dma_dev *sdc; in sun6i_dma_probe() local
1186 sdc = devm_kzalloc(&pdev->dev, sizeof(*sdc), GFP_KERNEL); in sun6i_dma_probe()
1187 if (!sdc) in sun6i_dma_probe()
1190 sdc->cfg = of_device_get_match_data(&pdev->dev); in sun6i_dma_probe()
1191 if (!sdc->cfg) in sun6i_dma_probe()
1195 sdc->base = devm_ioremap_resource(&pdev->dev, res); in sun6i_dma_probe()
1196 if (IS_ERR(sdc->base)) in sun6i_dma_probe()
1197 return PTR_ERR(sdc->base); in sun6i_dma_probe()
1199 sdc->irq = platform_get_irq(pdev, 0); in sun6i_dma_probe()
1200 if (sdc->irq < 0) { in sun6i_dma_probe()
[all …]
/Linux-v4.19/fs/xfs/scrub/
Ddir.c55 struct xchk_dir_ctx *sdc, in xchk_dir_check_ftype() argument
60 struct xfs_mount *mp = sdc->sc->mp; in xchk_dir_check_ftype()
67 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, in xchk_dir_check_ftype()
80 error = xfs_iget(mp, sdc->sc->tp, inum, 0, 0, &ip); in xchk_dir_check_ftype()
81 if (!xchk_fblock_xref_process_error(sdc->sc, XFS_DATA_FORK, offset, in xchk_dir_check_ftype()
89 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, offset); in xchk_dir_check_ftype()
114 struct xchk_dir_ctx *sdc; in xchk_dir_actor() local
120 sdc = container_of(dir_iter, struct xchk_dir_ctx, dir_iter); in xchk_dir_actor()
121 ip = sdc->sc->ip; in xchk_dir_actor()
128 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
[all …]
/Linux-v4.19/Documentation/device-mapper/
Dlog-writes.txt102 TABLE="0 $(blockdev --getsz /dev/sdb) log-writes /dev/sdb /dev/sdc"
114 replay-log --log /dev/sdc --replay /dev/sdb --end-mark fsync
122 TABLE="0 $(blockdev --getsz /dev/sdb) log-writes /dev/sdb /dev/sdc"
133 replay-log --log /dev/sdc --replay /dev/sdb --end-mark mkfs
135 replay-log --log /dev/sdc --replay /dev/sdb --start-mark mkfs \
Dcache-policies.txt118 dmsetup create blah --table "0 268435456 cache /dev/sdb /dev/sdc \
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-dev14 ../../block/sdc
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/
Dqcom,apq8084-pinctrl.txt142 Not valid for sdc pins.
149 Not valid for sdc pins.
Dqcom,msm8916-pinctrl.txt150 Not valid for sdc pins.
157 Not valid for sdc pins.
Dqcom,msm8960-pinctrl.txt144 Not valid for sdc pins.
151 Not valid for sdc pins.
Dqcom,sdm845-pinctrl.txt138 Not valid for sdc pins.
145 Not valid for sdc pins.
Dqcom,msm8994-pinctrl.txt148 Not valid for sdc pins.
155 Not valid for sdc pins.
Dqcom,msm8998-pinctrl.txt155 Not valid for sdc pins.
162 Not valid for sdc pins.
Dqcom,msm8996-pinctrl.txt169 Not valid for sdc pins.
176 Not valid for sdc pins.
Dnvidia,tegra20-pinmux.txt81 owc, pmc, pta, rm, sdb, sdc, sdd, sdio1, slxa, slxc, slxd, slxk, spdi,
/Linux-v4.19/arch/arm/boot/dts/
Dtegra20-paz00.dts158 sdc {
159 nvidia,pins = "sdc";
230 nvidia,pins = "dta", "dtd", "owc", "sdc", "sdd",
Dtegra20-trimslice.dts161 nvidia,pins = "sdb", "sdc", "sdd";
228 nvidia,pins = "ddc", "dtf", "rm", "sdc", "sdd";
Dtegra20-tamonten.dtsi153 nvidia,pins = "sdb", "sdc", "sdd";
214 "sdc";
Dqcom-apq8064-asus-nexus7-flo.dts94 * msm_sdcc.1-sdc-vdd_io
Dtegra20-ventana.dts173 nvidia,pins = "sdb", "sdc", "sdd", "slxc";
209 "irtx", "pta", "rm", "sdc", "sdd",
Dtegra20-harmony.dts171 nvidia,pins = "sdb", "sdc", "sdd";
232 "sdc";
Dtegra20-seaboard.dts174 nvidia,pins = "sdb", "sdc", "sdd";
210 "irtx", "pta", "rm", "sdc", "sdd",
Dtegra20-colibri.dtsi146 nvidia,pins = "sdb", "sdc", "sdd";
/Linux-v4.19/Documentation/admin-guide/
Dbcache.rst48 make-bcache -C /dev/sdc
54 make-bcache -B /dev/sda /dev/sdb -C /dev/sdc
60 echo /dev/sdc > /sys/fs/bcache/register
/Linux-v4.19/Documentation/powerpc/
Dcxlflash.txt37 regular disk device (i.e.: /dev/sdc). This is the default mode.
81 scsi block devices (/dev/sdb, /dev/sdc etc.) for each unique LUN
/Linux-v4.19/drivers/clk/bcm/
Dclk-bcm2835.c2123 static int bcm2835_mark_sdc_parent_critical(struct clk *sdc) in bcm2835_mark_sdc_parent_critical() argument
2125 struct clk *parent = clk_get_parent(sdc); in bcm2835_mark_sdc_parent_critical()
/Linux-v4.19/drivers/pinctrl/tegra/
Dpinctrl-tegra20.c2140 MUX_PG(sdc, PWM, TWC, SDIO3, SPI3, 0x18, 1, 0x8c, 12, 0xac, 28),

12