Home
last modified time | relevance | path

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

123

/linux-5.19.10/sound/soc/codecs/ !
Drt1015p.c23 struct gpio_desc *sdb; member
35 if (!rt1015p->sdb) in rt1015p_sdb_event()
40 gpiod_set_value_cansleep(rt1015p->sdb, 1); in rt1015p_sdb_event()
49 gpiod_set_value_cansleep(rt1015p->sdb, 0); in rt1015p_sdb_event()
115 rt1015p->sdb = devm_gpiod_get_optional(&pdev->dev, in rt1015p_platform_probe()
117 if (IS_ERR(rt1015p->sdb)) in rt1015p_platform_probe()
118 return PTR_ERR(rt1015p->sdb); in rt1015p_platform_probe()
/linux-5.19.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 …]
/linux-5.19.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-sai.dts5 #include "imx6sx-sdb.dts"
Dimx6sx-sdb-reva.dts5 #include "imx6sx-sdb.dtsi"
9 compatible = "fsl,imx6sx-sdb-reva", "fsl,imx6sx";
Dimx7d-sdb-sht11.dts5 #include "imx7d-sdb.dts"
Dimx6sx-sdb.dtsi13 compatible = "fsl,imx6sx-sdb", "fsl,imx6sx";
155 compatible = "fsl,imx6sx-sdb-wm8962", "fsl,imx-audio-wm8962";
188 "fsl,imx6sx-sdb-spdif";
399 imx6x-sdb {
Dtegra20-trimslice.dts161 sdb {
162 nvidia,pins = "sdb", "sdc", "sdd";
258 "lvs", "sdb";
Dtegra20-tamonten.dtsi152 sdb {
153 nvidia,pins = "sdb", "sdc", "sdd";
222 "lvp0", "owc", "sdb";
Dimx6sx-sdb.dts5 #include "imx6sx-sdb.dtsi"
/linux-5.19.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::
Ddm-queue-length.rst37 In case that 2 paths (sda and sdb) are used with repeat_count == 128.
/linux-5.19.10/include/scsi/ !
Dscsi_cmnd.h100 struct scsi_data_buffer sdb; member
177 return cmd->sdb.table.nents; in scsi_sg_count()
182 return cmd->sdb.table.sgl; in scsi_sglist()
187 return cmd->sdb.length; in scsi_bufflen()
377 unsigned int xfer_len = scmd->sdb.length; in scsi_transfer_length()
Dscsi_eh.h42 struct scsi_data_buffer sdb; member
/linux-5.19.10/Documentation/devicetree/bindings/sound/ !
Drealtek,rt1015p.yaml22 sdb-gpios:
42 sdb-gpios = <&pio 175 GPIO_ACTIVE_HIGH>;
/linux-5.19.10/drivers/scsi/ !
Dscsi_error.c1011 ses->sdb = scmd->sdb; in scsi_eh_prep_cmnd()
1022 memset(&scmd->sdb, 0, sizeof(scmd->sdb)); in scsi_eh_prep_cmnd()
1027 scmd->sdb.length = min_t(unsigned, SCSI_SENSE_BUFFERSIZE, in scsi_eh_prep_cmnd()
1030 scmd->sdb.length); in scsi_eh_prep_cmnd()
1031 scmd->sdb.table.sgl = &ses->sense_sgl; in scsi_eh_prep_cmnd()
1033 scmd->sdb.table.nents = scmd->sdb.table.orig_nents = 1; in scsi_eh_prep_cmnd()
1035 scmd->cmnd[4] = scmd->sdb.length; in scsi_eh_prep_cmnd()
1075 scmd->sdb = ses->sdb; in scsi_eh_restore_cmnd()
2407 memset(&scmd->sdb, 0, sizeof(scmd->sdb)); in scsi_ioctl_reset()
Dlibiscsi_tcp.c492 unsigned total_in_length = task->sc->sdb.length; in iscsi_tcp_data_in()
608 if (data_offset + data_length > task->sc->sdb.length) { in iscsi_tcp_r2t_rsp()
612 data_offset, task->sc->sdb.length); in iscsi_tcp_r2t_rsp()
730 struct scsi_data_buffer *sdb = &task->sc->sdb; in iscsi_tcp_hdr_dissect() local
750 sdb->table.sgl, in iscsi_tcp_hdr_dissect()
751 sdb->table.nents, in iscsi_tcp_hdr_dissect()
Dscsi_lib.c499 if (cmd->sdb.table.nents) in scsi_free_sgtables()
500 sg_free_table_chained(&cmd->sdb.table, in scsi_free_sgtables()
1043 if (unlikely(sg_alloc_table_chained(&cmd->sdb.table, nr_segs, in scsi_alloc_sgtables()
1044 cmd->sdb.table.sgl, SCSI_INLINE_SG_CNT))) in scsi_alloc_sgtables()
1051 count = __blk_rq_map_sg(rq->q, rq, cmd->sdb.table.sgl, &last_sg); in scsi_alloc_sgtables()
1071 BUG_ON(count > cmd->sdb.table.nents); in scsi_alloc_sgtables()
1072 cmd->sdb.table.nents = count; in scsi_alloc_sgtables()
1073 cmd->sdb.length = blk_rq_payload_bytes(rq); in scsi_alloc_sgtables()
1191 memset(&cmd->sdb, 0, sizeof(cmd->sdb)); in scsi_setup_scsi_cmnd()
1561 memset(&cmd->sdb, 0, sizeof(cmd->sdb)); in scsi_prepare_cmd()
[all …]
Discsi_tcp.c520 struct scsi_data_buffer *sdb = &task->sc->sdb; in iscsi_sw_tcp_pdu_init() local
522 err = iscsi_sw_tcp_send_data_prep(conn, sdb->table.sgl, in iscsi_sw_tcp_pdu_init()
523 sdb->table.nents, offset, in iscsi_sw_tcp_pdu_init()
/linux-5.19.10/arch/arm64/boot/dts/mediatek/ !
Dmt8183-kukui-audio-rt1015p.dtsi11 sdb-gpios = <&pio 175 0>;
/linux-5.19.10/drivers/usb/storage/ !
Duas.c397 struct scsi_data_buffer *sdb = &cmnd->sdb; in uas_data_cmplt() local
424 scsi_set_resid(cmnd, sdb->length); in uas_data_cmplt()
426 scsi_set_resid(cmnd, sdb->length - urb->actual_length); in uas_data_cmplt()
449 struct scsi_data_buffer *sdb = &cmnd->sdb; in uas_alloc_data_urb() local
455 usb_fill_bulk_urb(urb, udev, pipe, NULL, sdb->length, in uas_alloc_data_urb()
459 urb->num_sgs = udev->bus->sg_tablesize ? sdb->table.nents : 0; in uas_alloc_data_urb()
460 urb->sg = sdb->table.sgl; in uas_alloc_data_urb()
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()
/linux-5.19.10/arch/s390/kernel/ !
Dperf_cpum_sf.c166 unsigned long sdb, *trailer; in alloc_sample_data_block() local
169 sdb = get_zeroed_page(gfp_flags); in alloc_sample_data_block()
170 if (!sdb) in alloc_sample_data_block()
172 trailer = trailer_entry_ptr(sdb); in alloc_sample_data_block()
176 *sdbt = sdb; in alloc_sample_data_block()
1358 unsigned long sdb; in aux_sdb_trailer() local
1361 sdb = aux->sdb_index[index]; in aux_sdb_trailer()
1362 return (struct hws_trailer_entry *)trailer_entry_ptr(sdb); in aux_sdb_trailer()
1677 static void aux_sdb_init(unsigned long sdb) in aux_sdb_init() argument
1681 te = (struct hws_trailer_entry *)trailer_entry_ptr(sdb); in aux_sdb_init()

123