Searched refs:opname (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/dfu/ |
| H A D | dfu_mmc.c | 112 const char *fsname, *opname; in mmc_file_op() local 132 opname = "load"; in mmc_file_op() 135 opname = "write"; in mmc_file_op() 138 opname = "size"; in mmc_file_op() 144 sprintf(cmd_buf, "%s%s mmc %d:%d", fsname, opname, in mmc_file_op()
|
| /OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/ |
| H A D | videobuf2-v4l2.c | 401 const char *opname = is_prepare ? "prepare_buf" : "qbuf"; in vb2_queue_or_prepare_buf() local 408 dprintk(q, 1, "%s: invalid buffer type\n", opname); in vb2_queue_or_prepare_buf() 413 dprintk(q, 1, "%s: buffer index out of range\n", opname); in vb2_queue_or_prepare_buf() 419 dprintk(q, 1, "%s: buffer is NULL\n", opname); in vb2_queue_or_prepare_buf() 424 dprintk(q, 1, "%s: invalid memory type\n", opname); in vb2_queue_or_prepare_buf() 436 dprintk(q, 1, "%s: buffer is not in dequeued state\n", opname); in vb2_queue_or_prepare_buf() 455 dprintk(q, 1, "%s: queue requires requests\n", opname); in vb2_queue_or_prepare_buf() 459 dprintk(q, 1, "%s: queue uses requests\n", opname); in vb2_queue_or_prepare_buf() 464 dprintk(q, 1, "%s: queue does not support requests\n", opname); in vb2_queue_or_prepare_buf() 467 dprintk(q, 1, "%s: queue does not use requests\n", opname); in vb2_queue_or_prepare_buf() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | trace.c | 260 u8 se, u8 pad, u8 opcode, const char *opname, in hfi1_trace_fmt_rest() argument 269 opcode, opname, dest_qpn, src_qpn); in hfi1_trace_fmt_rest() 272 opcode, opname, in hfi1_trace_fmt_rest() 277 opcode, opname, in hfi1_trace_fmt_rest()
|
| H A D | trace_ibhdrs.h | 140 u8 se, u8 pad, u8 opcode, const char *opname,
|
| /OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_glue.c | 574 static int sym_eh_handler(int op, char *opname, struct scsi_cmnd *cmd) in sym_eh_handler() argument 586 scmd_printk(KERN_WARNING, cmd, "%s operation started\n", opname); in sym_eh_handler() 666 dev_warn(&cmd->device->sdev_gendev, "%s operation %s.\n", opname, in sym_eh_handler()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/srp/ |
| H A D | ib_srp.c | 149 const char *opname); 2152 const char *opname) in srp_handle_qp_err() argument 2160 opname, ib_wc_status_msg(wc->status), wc->status, in srp_handle_qp_err()
|