Home
last modified time | relevance | path

Searched refs:opname (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c395 const char *opname = is_prepare ? "prepare_buf" : "qbuf"; in vb2_queue_or_prepare_buf() local
402 dprintk(q, 1, "%s: invalid buffer type\n", opname); in vb2_queue_or_prepare_buf()
407 dprintk(q, 1, "%s: buffer index out of range\n", opname); in vb2_queue_or_prepare_buf()
413 dprintk(q, 1, "%s: buffer is NULL\n", opname); in vb2_queue_or_prepare_buf()
418 dprintk(q, 1, "%s: invalid memory type\n", opname); in vb2_queue_or_prepare_buf()
430 dprintk(q, 1, "%s: buffer is not in dequeued state\n", opname); in vb2_queue_or_prepare_buf()
449 dprintk(q, 1, "%s: queue requires requests\n", opname); in vb2_queue_or_prepare_buf()
453 dprintk(q, 1, "%s: queue uses requests\n", opname); in vb2_queue_or_prepare_buf()
458 dprintk(q, 1, "%s: queue does not support requests\n", opname); in vb2_queue_or_prepare_buf()
461 dprintk(q, 1, "%s: queue does not use requests\n", opname); in vb2_queue_or_prepare_buf()
[all …]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dtrace.c260 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()
Dtrace_ibhdrs.h140 u8 se, u8 pad, u8 opcode, const char *opname,
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
Dsym_glue.c574 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()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/
Dib_srp.c149 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()