Home
last modified time | relevance | path

Searched full:sdb (Results 1 – 25 of 164) sorted by relevance

1234567

/kernel/linux/linux-5.10/sound/soc/codecs/
Drt1015p.c21 struct gpio_desc *sdb; member
32 if (!rt1015p->sdb) in rt1015p_daiops_trigger()
40 gpiod_set_value(rt1015p->sdb, 1); in rt1015p_daiops_trigger()
41 dev_dbg(component->dev, "set sdb to 1"); in rt1015p_daiops_trigger()
47 gpiod_set_value(rt1015p->sdb, 0); in rt1015p_daiops_trigger()
48 dev_dbg(component->dev, "set sdb to 0"); in rt1015p_daiops_trigger()
73 SND_SOC_DAPM_OUT_DRV_E("SDB", SND_SOC_NOPM, 0, 0, NULL, 0,
79 {"SDB", NULL, "HiFi Playback"},
80 {"Speaker", NULL, "SDB"},
118 rt1015p->sdb = devm_gpiod_get_optional(&pdev->dev, in rt1015p_platform_probe()
[all …]
/kernel/linux/linux-5.10/Documentation/target/
Dtcm_mod_builder.rst32 …target:/mnt/sdb/lio-core-2.6.git/Documentation/target# python tcm_mod_builder.py -p iSCSI -m tcm_n…
33 tcm_dir: /mnt/sdb/lio-core-2.6.git/Documentation/target/../../
36 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000
39 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000
41 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_base.h
43 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../include/target/target_core_fabric_ops.h
45 …/mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_fabric…
47 …/mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_fabric…
49 …/mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_config…
51 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/Kbuild
[all …]
/kernel/linux/linux-4.19/Documentation/target/
Dtcm_mod_builder.txt30 target:/mnt/sdb/lio-core-2.6.git/Documentation/target# python tcm_mod_builder.py -p iSCSI -m tcm_na…
31 tcm_dir: /mnt/sdb/lio-core-2.6.git/Documentation/target/../../
34 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000
37 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000
39 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_base.h
41 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../include/target/target_core_fabric_ops.h
43 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_fabric.c
45 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_fabric.h
47 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_configf…
49 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/Kbuild
[all …]
/kernel/linux/linux-4.19/Documentation/fmc/
DFMC-and-SDB.txt55 What is SDB
58 SDB (Self Describing Bus) is a set of data structures that we use for
62 SDB is not mandatory for use of this FMC kernel bus, but if you have SDB
63 this package can make good use of it. SDB itself is developed in the
68 SDB support for FMC is described in *note FMC Identification:: and
69 *note SDB Support::
72 SDB Support
76 advantage of the SDB information that may be present in your own FPGA
80 <linux/fmc-sdb.h>. The linux/ prefix in the name is there because we
Didentifiers.txt18 package and SDB (part of the fpga-config-space package).
22 device or driver, you may jump straight to *note SDB Support::.
91 Using SDB-FS in the EEPROM
94 If you want to use SDB as a filesystem in the EEPROM device within the
102 We chose to use SDB as a storage filesystem because the format is very
104 include support code for such format. The SDB library offered by the
108 The SDB entry point (which acts as a directory listing) cannot live at
111 for more-than-minimal FRU structures, the fmc.ko will look for the SDB
116 the sdb entry point, and you must force the FRU data file to be placed
119 compatibility with drivers we wrote before implementing SDB for flash
[all …]
Dparameters.txt14 If not zero, the parameter prints the SDB tree of every FPGA it is
16 the binary content of SDB records. This currently only dumps the
17 top-level SDB array, though.
41 The dump of SDB looks like the following; the example shows the simple
45 spec 0000:02:00.0: SDB: 00000651:e6a542c9 WB4-Crossbar-GSI
46 spec 0000:02:00.0: SDB: 0000ce42:ff07fc47 WR-Periph-Syscon (00000000-000000ff)
48 FMC: poor dump of sdb first level:
D00-INDEX10 FMC-and-SDB.txt
11 - What are FMC and SDB, basic concepts for this framework
Dfmc-chardev.txt28 golden FPGA file, that features an SDB structure at offset 256 - i.e.
54 The following examples show reading the SDB magic number and the first
55 SDB record from a SPEC device programmed with its golden image:
/kernel/linux/linux-4.19/drivers/fmc/
Dfmc-sdb.c13 #include <linux/sdb.h>
15 #include <linux/fmc-sdb.h>
94 if (fmc->sdb) in fmc_scan_sdb_tree()
99 fmc->sdb = ret; in fmc_scan_sdb_tree()
123 __fmc_sdb_free(fmc->sdb); in fmc_free_sdb_tree()
124 fmc->sdb = NULL; in fmc_free_sdb_tree()
129 /* This helper calls reprogram and inizialized sdb as well */
141 /* We are required to find SDB at a given offset */ in fmc_reprogram_raw()
144 dev_err(&fmc->dev, "Can't find SDB at address 0x%x\n", in fmc_reprogram_raw()
153 /* This helper calls reprogram and inizialized sdb as well */
[all …]
Dfmc-debug.c17 #include <linux/sdb.h>
18 #include <linux/fmc-sdb.h>
81 seq_printf(s, "SDB: (bridge error %li)\n", in fmc_sdb_dump_recursive()
121 if (!fmc->sdb) { in fmc_sdb_dump()
122 seq_printf(s, "no SDB information\n"); in fmc_sdb_dump()
128 /* Dump SDB information */ in fmc_sdb_dump()
129 fmc_sdb_dump_recursive(fmc, s, fmc->sdb); in fmc_sdb_dump()
/kernel/linux/linux-4.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
115 mount /dev/sdb /mnt/btrfs-test
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
134 btrfsck /dev/sdb
135 replay-log --log /dev/sdc --replay /dev/sdb --start-mark mkfs \
136 --fsck "btrfsck /dev/sdb" --check fua
Ddm-service-time.txt68 In case that 2 paths (sda and sdb) are used with repeat_count == 128
69 and sda has an average throughput 1GB/s and sdb has 4GB/s,
70 'relative_throughput' value may be '1' for sda and '4' for sdb.
82 Or '2' for sda and '8' for sdb would be also true.
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
Dlog-writes.rst107 TABLE="0 $(blockdev --getsz /dev/sdb) log-writes /dev/sdb /dev/sdc"
119 replay-log --log /dev/sdc --replay /dev/sdb --end-mark fsync
120 mount /dev/sdb /mnt/btrfs-test
127 TABLE="0 $(blockdev --getsz /dev/sdb) log-writes /dev/sdb /dev/sdc"
138 replay-log --log /dev/sdc --replay /dev/sdb --end-mark mkfs
139 btrfsck /dev/sdb
140 replay-log --log /dev/sdc --replay /dev/sdb --start-mark mkfs \
141 --fsck "btrfsck /dev/sdb" --check fua
Ddm-service-time.rst78 In case that 2 paths (sda and sdb) are used with repeat_count == 128
79 and sda has an average throughput 1GB/s and sdb has 4GB/s,
80 'relative_throughput' value may be '1' for sda and '4' for sdb::
92 Or '2' for sda and '8' for sdb would be also true::
/kernel/linux/linux-4.19/include/linux/
Dfmc-sdb.h3 * This file is separate from sdb.h, because I want that one to remain
4 * unchanged (as far as possible) from the official sdb distribution
9 #include <linux/sdb.h>
24 /* Every sdb table is turned into this structure */
Dsdb.h3 * This is the official version 1.1 of sdb.h
49 /* Type of the SDB record */
65 #define SDB_MAGIC 0x5344422d /* "SDB-" */
90 * child is the address of the nested SDB table
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dimx7d-sdb-reva.dts7 #include "imx7d-sdb.dts"
11 compatible = "fsl,imx7d-sdb-reva", "fsl,imx7d";
24 imx7d-sdb {
Dimx6sx-sdb-mqs.dts5 #include "imx6sx-sdb.dts"
13 compatible = "fsl,imx6sx-sdb-mqs",
Dimx6sx-sdb-reva.dts5 #include "imx6sx-sdb.dtsi"
8 model = "Freescale i.MX6 SoloX SDB RevA Board";
9 compatible = "fsl,imx6sx-sdb-reva", "fsl,imx6sx";
/kernel/linux/linux-4.19/include/scsi/
Dscsi_cmnd.h107 struct scsi_data_buffer sdb; member
186 return cmd->sdb.table.nents; in scsi_sg_count()
191 return cmd->sdb.table.sgl; in scsi_sglist()
196 return cmd->sdb.length; in scsi_bufflen()
201 cmd->sdb.resid = resid; in scsi_set_resid()
206 return cmd->sdb.resid; in scsi_get_resid()
221 cmd->request->next_rq->special : &cmd->sdb; in scsi_in()
226 return &cmd->sdb; in scsi_out()
/kernel/linux/linux-5.10/arch/s390/kernel/
Dperf_cpum_sf.c33 * A table contains SDB pointers (8 bytes) and one table-link entry
59 * 1 page for SDB-tables
63 * 16 pages for SDB-tables
80 unsigned long head; /* index of SDB of buffer head */
81 unsigned long alert_mark; /* index of SDB of alert request position */
82 unsigned long empty_mark; /* mark of SDB not marked full */
83 unsigned long *sdb_index; /* SDB address for fast lookup */
151 /* Process SDB pointer */ in free_sampling_buffer()
166 unsigned long sdb, *trailer; in alloc_sample_data_block() local
169 sdb = get_zeroed_page(gfp_flags); in alloc_sample_data_block()
[all …]
/kernel/linux/linux-4.19/arch/s390/kernel/
Dperf_cpum_sf.c33 * A table contains SDB pointers (8 bytes) and one table-link entry
59 * 1 page for SDB-tables
63 * 16 pages for SDB-tables
80 unsigned long head; /* index of SDB of buffer head */
81 unsigned long alert_mark; /* index of SDB of alert request position */
82 unsigned long empty_mark; /* mark of SDB not marked full */
83 unsigned long *sdb_index; /* SDB address for fast lookup */
151 /* Process SDB pointer */ in free_sampling_buffer()
166 unsigned long sdb, *trailer; in alloc_sample_data_block() local
169 sdb = get_zeroed_page(gfp_flags); in alloc_sample_data_block()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dsdb.h3 * This is the official version 1.1 of sdb.h
49 /* Type of the SDB record */
65 #define SDB_MAGIC 0x5344422d /* "SDB-" */
90 * child is the address of the nested SDB table
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Drealtek,rt1015p.yaml20 sdb-gpios:
37 sdb-gpios = <&pio 175 GPIO_ACTIVE_HIGH>;
/kernel/linux/linux-5.10/include/scsi/
Dscsi_cmnd.h100 struct scsi_data_buffer sdb; member
181 return cmd->sdb.table.nents; in scsi_sg_count()
186 return cmd->sdb.table.sgl; in scsi_sglist()
191 return cmd->sdb.length; in scsi_bufflen()
328 unsigned int xfer_len = scmd->sdb.length; in scsi_transfer_length()

1234567