/drivers/usb/gadget/legacy/ |
D | dbgp.c | 93 int stp; in dbgp_complete() local 98 stp = 1; in dbgp_complete() 103 stp = 2; in dbgp_complete() 112 stp = 3; in dbgp_complete() 124 "complete: failure (%d:%d) ==> %d\n", stp, err, status); in dbgp_complete() 129 int err, stp; in dbgp_enable_ep_req() local 135 stp = 1; in dbgp_enable_ep_req() 142 stp = 2; in dbgp_enable_ep_req() 150 stp = 3; in dbgp_enable_ep_req() 162 "enable ep req: failure (%d:%d)\n", stp, err); in dbgp_enable_ep_req() [all …]
|
/drivers/isdn/divert/ |
D | isdn_divert.c | 597 char st[90], *p, *stp; in interrogate_success() local 640 stp = st; in interrogate_success() 641 sprintf(stp, "%d 0x%lx %d %s ", DIVERT_REPORT, ic->parm.dss1_io.ll_id, in interrogate_success() 643 stp += strlen(stp); in interrogate_success() 651 if (!(n1 = put_address(stp, p, n & 0xFF))) continue; in interrogate_success() 652 stp += strlen(stp); in interrogate_success() 657 sprintf(stp, " 0x%02x ", (*p++) & 0xFF); in interrogate_success() 658 stp += strlen(stp); in interrogate_success() 660 sprintf(stp, "%d ", (*p++) & 0xFF); in interrogate_success() 661 stp += strlen(stp); in interrogate_success() [all …]
|
/drivers/scsi/isci/ |
D | request.c | 537 task_context->type.words[0] = *(u32 *)&ireq->stp.cmd; in scu_sata_request_construct_task_context() 550 ((char *) &ireq->stp.cmd) + in scu_sata_request_construct_task_context() 570 task_context->type.stp.fis_type = FIS_REGH2D; in scu_stp_raw_request_construct_task_context() 577 struct isci_stp_request *stp_req = &ireq->stp.req; in sci_stp_pio_request_construct() 643 struct host_to_dev_fis *h2d_fis = &ireq->stp.cmd; in sci_atapi_construct() 662 ireq->stp.rsp.fis_type = 0; in sci_atapi_construct() 1326 struct isci_stp_request *stp_req = &ireq->stp.req; in sci_stp_request_pio_data_out_trasmit_data_frame() 1344 task_context->type.stp.fis_type = FIS_DATA; in sci_stp_request_pio_data_out_trasmit_data_frame() 1352 struct isci_stp_request *stp_req = &ireq->stp.req; in sci_stp_request_pio_data_out_transmit_data() 1512 struct isci_stp_request *stp_req = &ireq->stp.req; in pio_data_out_tx_done_tc_event() [all …]
|
D | request.h | 146 } stp; member 154 ireq = container_of(stp_req, typeof(*ireq), stp.req); in to_ireq()
|
D | scu_remote_node_context.h | 225 struct stp_remote_node_context stp; member
|
D | scu_task_context.h | 428 struct stp_task_context stp; member
|
D | task.c | 718 &ireq->stp.rsp, in isci_task_request_complete()
|
/drivers/isdn/hisax/ |
D | callc.c | 1014 init_PStack(struct PStack **stp) { in init_PStack() argument 1015 *stp = kmalloc(sizeof(struct PStack), GFP_ATOMIC); in init_PStack() 1016 if (!*stp) in init_PStack() 1018 (*stp)->next = NULL; in init_PStack() 1019 (*stp)->l1.l1l2 = dummy_pstack; in init_PStack() 1020 (*stp)->l1.l1hw = dummy_pstack; in init_PStack() 1021 (*stp)->l1.l1tei = dummy_pstack; in init_PStack() 1022 (*stp)->l2.l2tei = dummy_pstack; in init_PStack() 1023 (*stp)->l2.l2l1 = dummy_pstack; in init_PStack() 1024 (*stp)->l2.l2l3 = dummy_pstack; in init_PStack() [all …]
|
/drivers/scsi/ |
D | st.c | 361 DEB(const char *stp;) in st_chk_result() 433 stp = "read"; in st_chk_result() 435 stp = "write"; in st_chk_result() 437 stp = "ioctl"; in st_chk_result() 440 stp, STp->recover_count); in st_chk_result() 449 static struct st_request *st_allocate_request(struct scsi_tape *stp) in st_allocate_request() argument 455 streq->stp = stp; in st_allocate_request() 457 st_printk(KERN_ERR, stp, in st_allocate_request() 460 stp->buffer->syscall_result = -EINTR; in st_allocate_request() 462 stp->buffer->syscall_result = -EBUSY; in st_allocate_request() [all …]
|
D | st.h | 31 struct scsi_tape *stp; member
|
D | osst.c | 241 const char *stp; in osst_chk_result() local 306 stp = "read"; in osst_chk_result() 308 stp = "write"; in osst_chk_result() 310 stp = "ioctl"; in osst_chk_result() 311 printk(OSST_DEB_MSG "%s:D: Recovered %s error (%d).\n", name, stp, in osst_chk_result() 327 struct osst_tape *STp = SRpnt->stp; in osst_end_async() 328 struct rq_map_data *mdata = &SRpnt->stp->buffer->map_data; in osst_end_async() 365 struct rq_map_data *mdata = &SRpnt->stp->buffer->map_data; in osst_execute() 370 req = blk_get_request(SRpnt->stp->device->request_queue, in osst_execute() 462 SRpnt->stp = STp; in osst_do_scsi() [all …]
|
D | esp_scsi.c | 1497 u8 stp; in esp_msgin_sdtr() local 1516 stp = DIV_ROUND_UP(period << 2, one_clock); in esp_msgin_sdtr() 1517 if (stp && esp->rev >= FAS236) { in esp_msgin_sdtr() 1518 if (stp >= 50) in esp_msgin_sdtr() 1519 stp--; in esp_msgin_sdtr() 1522 stp = 0; in esp_msgin_sdtr() 1525 esp_setsync(esp, tp, period, offset, stp, offset); in esp_msgin_sdtr()
|
D | osst.h | 637 struct osst_tape *stp; member
|
/drivers/scsi/csiostor/ |
D | csio_wr.c | 746 struct csio_qstatus_page *stp = (struct csio_qstatus_page *)q->vwrap; in csio_wr_cleanup_eq_stpg() local 748 memset(stp, 0, sizeof(*stp)); in csio_wr_cleanup_eq_stpg() 866 struct csio_qstatus_page *stp = (struct csio_qstatus_page *)q->vwrap; in csio_wr_get() local 867 uint16_t cidx = q->cidx = ntohs(stp->cidx); in csio_wr_get()
|
/drivers/scsi/arm/ |
D | fas216.h | 294 unsigned char stp; /* synchronous transfer period */ member
|
D | fas216.c | 219 info->device[i].disconnect_ok, info->device[i].stp, in fas216_dumpinfo() 476 fas216_writeb(info, REG_STP, info->device[target].stp); in fas216_set_sync() 600 dev->stp = fas216_syncperiod(info, msg[3] * 4); in fas216_handlesync() 613 dev->stp = info->scsi.async_stp; in fas216_handlesync() 1611 info->device[i].stp = info->scsi.async_stp; in fas216_bus_reset()
|
/drivers/tty/ |
D | tty_io.c | 396 char *str, *stp; in tty_find_polling_driver() local 412 stp = str; in tty_find_polling_driver() 413 if (*stp == ',') in tty_find_polling_driver() 414 stp++; in tty_find_polling_driver() 415 if (*stp == '\0') in tty_find_polling_driver() 416 stp = NULL; in tty_find_polling_driver() 419 p->ops->poll_init && !p->ops->poll_init(p, tty_line, stp)) { in tty_find_polling_driver()
|
/drivers/staging/media/atomisp/pci/atomisp2/ |
D | atomisp_compat_ioctl32.c | 699 unsigned int stp, mtp, dcp, dscp = 0; local 718 get_user(stp, &up->shading_table) || 743 if (stp != 0) { 750 (uintptr_t)stp))
|
/drivers/scsi/hisi_sas/ |
D | hisi_sas.h | 387 struct hisi_sas_command_table_stp stp; member
|
/drivers/gpio/ |
D | Makefile | 112 obj-$(CONFIG_GPIO_STP_XWAY) += gpio-stp-xway.o
|
/drivers/isdn/hardware/eicon/ |
D | divacapi.h | 635 unsigned stp:1; member
|
/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 1875 struct megasas_stp_frame stp; member
|
/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 6769 static int stp; variable 7264 module_param(stp, int, 0); 7269 MODULE_PARM_DESC(stp, "STP support");
|