Searched refs:dld (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/siox/ |
H A D | siox-bus-gpio.c | 21 struct gpio_desc *dld; member 40 gpiod_set_value_cansleep(ddata->dld, 1); in siox_gpio_pushpull() 42 gpiod_set_value_cansleep(ddata->dld, 0); in siox_gpio_pushpull() 71 gpiod_set_value_cansleep(ddata->dld, 1); in siox_gpio_pushpull() 73 gpiod_set_value_cansleep(ddata->dld, 0); in siox_gpio_pushpull() 124 ddata->dld = devm_gpiod_get(dev, "dld", GPIOD_OUT_LOW); in siox_gpio_probe() 125 if (IS_ERR(ddata->dld)) { in siox_gpio_probe() 126 ret = PTR_ERR(ddata->dld); in siox_gpio_probe() 127 dev_err(dev, "Failed to get %s GPIO: %d\n", "dld", re in siox_gpio_probe() [all...] |
/kernel/linux/linux-6.6/drivers/siox/ |
H A D | siox-bus-gpio.c | 21 struct gpio_desc *dld; member 40 gpiod_set_value_cansleep(ddata->dld, 1); in siox_gpio_pushpull() 42 gpiod_set_value_cansleep(ddata->dld, 0); in siox_gpio_pushpull() 71 gpiod_set_value_cansleep(ddata->dld, 1); in siox_gpio_pushpull() 73 gpiod_set_value_cansleep(ddata->dld, 0); in siox_gpio_pushpull() 124 ddata->dld = devm_gpiod_get(dev, "dld", GPIOD_OUT_LOW); in siox_gpio_probe() 125 if (IS_ERR(ddata->dld)) { in siox_gpio_probe() 126 ret = dev_err_probe(dev, PTR_ERR(ddata->dld), in siox_gpio_probe() 127 "Failed to get dld GPI in siox_gpio_probe() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | sd.c | 1084 unsigned char flags, unsigned int dld) in sd_setup_rw32_cmnd() 1091 cmd->cmnd[11] = dld & 0x07; in sd_setup_rw32_cmnd() 1101 unsigned char flags, unsigned int dld) in sd_setup_rw16_cmnd() 1105 cmd->cmnd[1] = flags | ((dld >> 2) & 0x01); in sd_setup_rw16_cmnd() 1106 cmd->cmnd[14] = (dld & 0x03) << 6; in sd_setup_rw16_cmnd() 1194 unsigned int dld; in sd_setup_read_write_cmnd() local 1244 dld = sd_cdl_dld(sdkp, cmd); in sd_setup_read_write_cmnd() 1253 protect | fua, dld); in sd_setup_read_write_cmnd() 1256 protect | fua, dld); in sd_setup_read_write_cmnd() 1082 sd_setup_rw32_cmnd(struct scsi_cmnd *cmd, bool write, sector_t lba, unsigned int nr_blocks, unsigned char flags, unsigned int dld) sd_setup_rw32_cmnd() argument 1099 sd_setup_rw16_cmnd(struct scsi_cmnd *cmd, bool write, sector_t lba, unsigned int nr_blocks, unsigned char flags, unsigned int dld) sd_setup_rw16_cmnd() argument
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata.h | 50 unsigned int tf_flags, int dld, int class);
|
H A D | libata-scsi.c | 1381 * Returns the dld bits indicating the index of a command duration limit 1557 int dld = 0; in ata_scsi_rw_xlat() local 1608 dld = scsi_dld(cdb); in ata_scsi_rw_xlat() 1633 rc = ata_build_rw_tf(qc, block, n_block, tf_flags, dld, class); in ata_scsi_rw_xlat()
|
Completed in 12 milliseconds