| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | trace.h | 231 void *workload, const char *cmd_name), 234 buf_addr_type, workload, cmd_name), 245 __array(char, cmd_name, GVT_CMD_STR_LEN) 256 snprintf(__entry->cmd_name, GVT_CMD_STR_LEN, "%s", cmd_name); 267 __entry->cmd_name,
|
| /linux/drivers/nvdimm/ |
| H A D | bus.c | 1031 const char *cmd_name, *dimm_name; in __nd_ioctl() local 1041 cmd_name = nvdimm_cmd_name(cmd); in __nd_ioctl() 1046 cmd_name = nvdimm_bus_cmd_name(cmd); in __nd_ioctl() 1104 __func__, dimm_name, cmd_name, i); in __nd_ioctl() 1135 dimm_name, cmd_name, i); in __nd_ioctl() 1152 cmd_name, buf_len, ND_IOCTL_MAX_BUFLEN); in __nd_ioctl()
|
| /linux/drivers/input/touchscreen/ |
| H A D | elants_i2c.c | 227 int retries, const char *cmd_name) in elants_i2c_execute_command() argument 248 cmd_name, (int)cmd_size, cmd); in elants_i2c_execute_command() 269 cmd_name, ERR_PTR(ret)); in elants_i2c_execute_command() 275 cmd_name, ERR_PTR(ret)); in elants_i2c_execute_command() 284 cmd_name, ret, resp); in elants_i2c_execute_command() 290 cmd_name, ret, resp); in elants_i2c_execute_command()
|
| /linux/drivers/acpi/nfit/ |
| H A D | core.c | 446 const char *cmd_name, *dimm_name; in acpi_nfit_ctl() local 475 cmd_name = nvdimm_cmd_name(cmd); in acpi_nfit_ctl() 484 cmd_name = nvdimm_bus_cmd_name(cmd); in acpi_nfit_ctl() 568 dev_dbg(dev, "%s _DSM failed cmd: %s\n", dimm_name, cmd_name); in acpi_nfit_ctl() 574 dimm_name, cmd_name, out_obj->type); in acpi_nfit_ctl() 580 cmd_name, out_obj->buffer.length); in acpi_nfit_ctl() 581 print_hex_dump_debug(cmd_name, DUMP_PREFIX_OFFSET, 4, 4, in acpi_nfit_ctl() 610 dimm_name, cmd_name, i); in acpi_nfit_ctl() 616 dimm_name, cmd_name, i); in acpi_nfit_ctl() 647 __func__, dimm_name, cmd_name, buf_len, in acpi_nfit_ctl()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_cmdbuf.c | 534 const char *cmd_name; in vmw_cmdbuf_work_func() local 539 if (!vmw_cmd_describe(header, &error_cmd_size, &cmd_name)) { in vmw_cmdbuf_work_func() 549 cmd_name); in vmw_cmdbuf_work_func()
|
| H A D | vmwgfx_execbuf.c | 122 const char *cmd_name; member 3623 *cmd = entry->cmd_name; in vmw_cmd_describe()
|
| /linux/drivers/net/usb/ |
| H A D | sierra_net.c | 320 u8 *cmd, int cmdlen, const char * cmd_name) in sierra_net_send_cmd() argument 330 netdev_err(dev->net, "Submit %s failed %d\n", cmd_name, status); in sierra_net_send_cmd()
|
| /linux/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-trans.c | 385 return ret->cmd_name; in iwl_get_cmd_string()
|
| /linux/kernel/trace/ |
| H A D | trace.h | 1267 static inline __init int unregister_ftrace_command(char *cmd_name) in unregister_ftrace_command() argument
|
| /linux/drivers/android/ |
| H A D | binder.c | 4605 uint32_t cmd, const char *cmd_name) in binder_put_node_cmd() argument 4623 proc->pid, thread->pid, cmd_name, node_debug_id, in binder_put_node_cmd()
|