Home
last modified time | relevance | path

Searched refs:sdb (Results 1 – 25 of 39) sorted by relevance

12

/linux/drivers/hwtracing/coresight/
H A Dultrasoc-smb.c31 struct smb_data_buffer *sdb = &drvdata->sdb; in smb_update_data_size() local
35 sdb->buf_hw_base; in smb_update_data_size()
38 if (buf_wrptr == sdb->buf_rdptr && smb_buffer_not_empty(drvdata)) { in smb_update_data_size()
39 sdb->data_size = sdb->buf_size; in smb_update_data_size()
44 sdb->data_size = CIRC_CNT(buf_wrptr, sdb->buf_rdptr, in smb_update_data_size()
45 sdb->buf_size); in smb_update_data_size()
55 struct smb_data_buffer *sdb = &drvdata->sdb; in smb_update_read_ptr() local
57 sdb->buf_rdptr += nbytes; in smb_update_read_ptr()
58 sdb->buf_rdptr %= sdb->buf_size; in smb_update_read_ptr()
59 writel(sdb->buf_hw_base + sdb->buf_rdptr, in smb_update_read_ptr()
[all …]
/linux/Documentation/target/
H A 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 …]
/linux/sound/soc/codecs/
H A Drt1015p.c22 struct gpio_desc *sdb; member
34 if (!rt1015p->sdb) in rt1015p_sdb_event()
39 gpiod_set_value_cansleep(rt1015p->sdb, 1); in rt1015p_sdb_event()
48 gpiod_set_value_cansleep(rt1015p->sdb, 0); in rt1015p_sdb_event()
113 rt1015p->sdb = devm_gpiod_get_optional(&pdev->dev, in rt1015p_platform_probe()
115 if (IS_ERR(rt1015p->sdb)) in rt1015p_platform_probe()
116 return PTR_ERR(rt1015p->sdb); in rt1015p_platform_probe()
/linux/Documentation/admin-guide/device-mapper/
H A 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
H A 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::
H A Ddm-queue-length.rst37 In case that 2 paths (sda and sdb) are used with repeat_count == 128.
/linux/include/scsi/
H A Dscsi_cmnd.h106 struct scsi_data_buffer sdb; member
183 return cmd->sdb.table.nents; in scsi_sg_count()
188 return cmd->sdb.table.sgl; in scsi_sglist()
193 return cmd->sdb.length; in scsi_bufflen()
385 unsigned int xfer_len = scmd->sdb.length; in scsi_transfer_length()
H A Dscsi_eh.h42 struct scsi_data_buffer sdb; member
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7d-sdb-reva.dts7 #include "imx7d-sdb.dts"
11 compatible = "fsl,imx7d-sdb-reva", "fsl,imx7d";
H A Dimx6sx-sdb-mqs.dts5 #include "imx6sx-sdb.dts"
13 compatible = "fsl,imx6sx-sdb-mqs",
H A Dimx6sx-sdb-reva.dts5 #include "imx6sx-sdb.dtsi"
9 compatible = "fsl,imx6sx-sdb-reva", "fsl,imx6sx";
H A Dimx6sx-sdb-sai.dts5 #include "imx6sx-sdb.dts"
H A Dimx7d-sdb-sht11.dts5 #include "imx7d-sdb.dts"
H A Dimx6sx-sdb.dtsi13 compatible = "fsl,imx6sx-sdb", "fsl,imx6sx";
155 compatible = "fsl,imx6sx-sdb-wm8962", "fsl,imx-audio-wm8962";
192 compatible = "fsl,imx6sx-sdb-spdif",
H A Dimx6sx-sdb.dts5 #include "imx6sx-sdb.dtsi"
/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c208 unsigned long sdb; in alloc_sample_data_block() local
211 sdb = get_zeroed_page(gfp_flags); in alloc_sample_data_block()
212 if (!sdb) in alloc_sample_data_block()
214 te = trailer_entry_ptr(sdb); in alloc_sample_data_block()
218 *sdbt = virt_to_phys((void *)sdb); in alloc_sample_data_block()
1175 unsigned long *sdbt, sdb; in hw_perf_event_update() local
1189 sdb = (unsigned long)phys_to_virt(*sdbt); in hw_perf_event_update()
1190 te = trailer_entry_ptr(sdb); in hw_perf_event_update()
1211 hw_collect_samples(event, (unsigned long *)sdb, &event_overflow); in hw_perf_event_update()
1285 unsigned long sdb; in aux_sdb_trailer() local
[all …]
/linux/drivers/scsi/
H A Dscsi_error.c1088 ses->sdb = scmd->sdb; in scsi_eh_prep_cmnd()
1099 memset(&scmd->sdb, 0, sizeof(scmd->sdb)); in scsi_eh_prep_cmnd()
1104 scmd->sdb.length = min_t(unsigned, SCSI_SENSE_BUFFERSIZE, in scsi_eh_prep_cmnd()
1107 scmd->sdb.length); in scsi_eh_prep_cmnd()
1108 scmd->sdb.table.sgl = &ses->sense_sgl; in scsi_eh_prep_cmnd()
1110 scmd->sdb.table.nents = scmd->sdb.table.orig_nents = 1; in scsi_eh_prep_cmnd()
1112 scmd->cmnd[4] = scmd->sdb.length; in scsi_eh_prep_cmnd()
1168 scmd->sdb = ses->sdb; in scsi_eh_restore_cmnd()
2526 memset(&scmd->sdb, 0, sizeof(scmd->sdb)); in scsi_ioctl_reset()
H A Dlibiscsi_tcp.c481 unsigned total_in_length = task->sc->sdb.length; in iscsi_tcp_data_in()
601 if (data_offset + data_length > task->sc->sdb.length) { in iscsi_tcp_r2t_rsp()
605 data_offset, task->sc->sdb.length); in iscsi_tcp_r2t_rsp()
723 struct scsi_data_buffer *sdb = &task->sc->sdb; in iscsi_tcp_hdr_dissect() local
743 sdb->table.sgl, in iscsi_tcp_hdr_dissect()
744 sdb->table.nents, in iscsi_tcp_hdr_dissect()
H A Dscsi_debug.c1628 struct scsi_data_buffer *sdb = &scp->sdb; in fill_from_dev_buffer() local
1630 if (!sdb->length) in fill_from_dev_buffer()
1635 act_len = sg_copy_from_buffer(sdb->table.sgl, sdb->table.nents, in fill_from_dev_buffer()
1651 struct scsi_data_buffer *sdb = &scp->sdb; in p_fill_from_dev_buffer() local
1654 if (sdb->length <= off_dst) in p_fill_from_dev_buffer()
1659 act_len = sg_pcopy_from_buffer(sdb->table.sgl, sdb->table.nents, in p_fill_from_dev_buffer()
4237 struct scsi_data_buffer *sdb = &scp->sdb; in do_device_access() local
4255 if (!sdb->length || !sip) in do_device_access()
4272 ret = sg_copy_buffer(sdb->table.sgl, sdb->table.nents, in do_device_access()
4291 struct scsi_data_buffer *sdb = &scp->sdb; in do_dout_fetch() local
[all …]
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui-audio-rt1015p.dtsi11 sdb-gpios = <&pio 175 0>;
/linux/include/uapi/rdma/
H A Derdma-abi.h44 __aligned_u64 sdb; member
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra20-trimslice.dts162 sdb {
163 nvidia,pins = "sdb", "sdc", "sdd";
260 "lvs", "sdb";
H A Dtegra20-tamonten.dtsi152 sdb {
153 nvidia,pins = "sdb", "sdc", "sdd";
222 "lvp0", "owc", "sdb";
H A Dtegra20-ventana.dts175 sdb {
176 nvidia,pins = "sdb", "sdc", "sdd", "slxc";
267 "lvp1", "lvs", "pmc", "sdb";
/linux/drivers/usb/storage/
H A Disd200.c458 srb->sdb.table.sgl = buff ? &info->sg : NULL; in isd200_set_srb()
459 srb->sdb.length = bufflen; in isd200_set_srb()
460 srb->sdb.table.nents = buff ? 1 : 0; in isd200_set_srb()
465 srb->sdb.length = bufflen; in isd200_srb_set_bufflen()

12