| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | rt1015p.c | 21 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/target/ |
| H A D | tcm_mod_builder.rst | 32 …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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | log-writes.rst | 107 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
|
| H A D | dm-service-time.rst | 78 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::
|
| /OK3568_Linux_fs/buildroot/board/freescale/imx7dsdb/ |
| H A D | readme.txt | 2 Freescale i.MX7D SDB board 5 This file documents the Buildroot support for the Freescale i.MX7D SDB board. 10 First, configure Buildroot for your i.MX7D SDB board: 19 - imx7d-sdb.dtb 45 Boot the i.MX7D SDB board
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | perf_cpum_sf.c | 33 * 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 …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | imx7d-sdb-reva.dts | 7 #include "imx7d-sdb.dts" 11 compatible = "fsl,imx7d-sdb-reva", "fsl,imx7d"; 24 imx7d-sdb {
|
| H A D | imx6sx-sdb-reva.dts | 5 #include "imx6sx-sdb.dtsi" 8 model = "Freescale i.MX6 SoloX SDB RevA Board"; 9 compatible = "fsl,imx6sx-sdb-reva", "fsl,imx6sx";
|
| H A D | imx6sx-sdb-mqs.dts | 5 #include "imx6sx-sdb.dts" 13 compatible = "fsl,imx6sx-sdb-mqs",
|
| H A D | imx6sx-sdb.dtsi | 12 model = "Freescale i.MX6 SoloX SDB Board"; 13 compatible = "fsl,imx6sx-sdb", "fsl,imx6sx"; 155 compatible = "fsl,imx6sx-sdb-wm8962", "fsl,imx-audio-wm8962"; 188 "fsl,imx6sx-sdb-spdif"; 397 imx6x-sdb {
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sdb.h | 3 * 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
|
| /OK3568_Linux_fs/kernel/include/scsi/ |
| H A D | scsi_cmnd.h | 101 struct scsi_data_buffer sdb; member 187 return cmd->sdb.table.nents; in scsi_sg_count() 192 return cmd->sdb.table.sgl; in scsi_sglist() 197 return cmd->sdb.length; in scsi_bufflen() 334 unsigned int xfer_len = scmd->sdb.length; in scsi_transfer_length()
|
| /OK3568_Linux_fs/buildroot/configs/ |
| H A D | imx6sx-sdb_defconfig | 21 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6sx-sdb imx6sx-sdb-reva"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | realtek,rt1015p.yaml | 20 sdb-gpios: 37 sdb-gpios = <&pio 175 GPIO_ACTIVE_HIGH>;
|
| /OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/ |
| H A D | README.hardware.md | 86 target boot device is /dev/sdb, be sure to verify this and use the correct 100 # dd if=core-image-minimal-genericx86.hddimg of=/dev/sdb 115 # dd if=core-image-minimal-genericx86-64.wic of=/dev/sdb 153 # dd if=core-image-minimal-beaglebone-yocto.wic of=/dev/sdb 225 # dd if=core-image-minimal-edgerouter.wic of=/dev/sdb
|
| /OK3568_Linux_fs/yocto/poky/ |
| H A D | README.hardware.md | 86 target boot device is /dev/sdb, be sure to verify this and use the correct 100 # dd if=core-image-minimal-genericx86.hddimg of=/dev/sdb 115 # dd if=core-image-minimal-genericx86-64.wic of=/dev/sdb 153 # dd if=core-image-minimal-beaglebone-yocto.wic of=/dev/sdb 225 # dd if=core-image-minimal-edgerouter.wic of=/dev/sdb
|
| /OK3568_Linux_fs/yocto/poky/meta/files/ |
| H A D | device_table-minimal.txt | 29 /dev/sdb b 660 root disk 8 16 - - - 30 /dev/sdb b 660 root disk 8 17 1 1 4
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/ |
| H A D | arm,integrator.yaml | 37 - description: ARM Integrator Standard Development Board (SDB) Platform, 38 this board is a PCI-based board conforming to the Microsoft SDB
|
| H A D | fsl.yaml | 272 - fsl,imx6sx-sdb # i.MX6 SoloX SDB Board 273 - fsl,imx6sx-sdb-reva # i.MX6 SoloX SDB Rev-A Board 363 - fsl,imx7d-sdb # i.MX7 SabreSD Board 364 - fsl,imx7d-sdb-reva # i.MX7 SabreSD Rev-A Board
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx6sabreauto/ |
| H A D | README | 39 $ sudo dd if=SPL of=/dev/sdb bs=1K seek=1 && sync 43 $ sudo dd if=u-boot.img of=/dev/sdb bs=1K seek=69 && sync
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra20/ |
| H A D | funcmux.c | 71 * selected on mux group SDB. If two mux groups are in funcmux_select() 74 * For UARTA, SDB certainly overrides group IRTX in in funcmux_select() 76 * function on SDB to avoid the conflict. Also, tri- in funcmux_select()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | smu.h | 25 * These commands are used to retrieve the sdb-partition-XX datas from 524 * - SMU "sdb" partitions informations - 548 /* This is the definition of the SMU sdb-partition-0x12 table (called 635 * This returns the pointer to an SMU "sdb" partition data or NULL 641 /* Get "sdb" partition data from an SMU satellite */ 681 #define SMU_CMDTYPE_GET_PARTITION 2 /* retrieve an sdb partition */
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | bcache.rst | 50 bcache make -B /dev/sdb 57 bcache make -B /dev/sda /dev/sdb -C /dev/sdc 66 echo /dev/sdb > /sys/fs/bcache/register 116 echo 1 > /sys/block/sdb/bcache/running 118 (You need to use /sys/block/sdb (or whatever your backing device is called), not 120 partition, the bcache directory would be at /sys/block/sdb/sdb2/bcache) 166 host:/sys/block/sdb/sdb1/bcache# echo 1 > running
|
| /OK3568_Linux_fs/u-boot/board/rockchip/kylin_rk3036/ |
| H A D | README | 62 > dd if=u-boot/idbloader.img of=/dev/sdb seek=64 63 > dd if=u-boot/u-boot.itb of=/dev/sdb seek=16384
|
| /OK3568_Linux_fs/u-boot/board/rockchip/evb_rk3229/ |
| H A D | README | 66 > dd if=u-boot/idbloader.img of=/dev/sdb seek=64 67 > dd if=u-boot/u-boot.itb of=/dev/sdb seek=16384
|