Searched refs:cmd_name (Results 1 – 10 of 10) sorted by relevance
/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/Documentation/sphinx/ |
H A D | kfigure.py | 373 cmd_name = 'convert(1)' 376 cmd_name = 'inkscape(1)' 394 % (cmd_name, str(warning_msg, 'utf-8'))) 397 % (cmd_name, str(warning_msg, 'utf-8')))
|
/linux/drivers/nvdimm/ |
H A D | bus.c | 1035 const char *cmd_name, *dimm_name; in __nd_ioctl() local 1046 cmd_name = nvdimm_cmd_name(cmd); in __nd_ioctl() 1051 cmd_name = nvdimm_bus_cmd_name(cmd); in __nd_ioctl() 1109 __func__, dimm_name, cmd_name, i); in __nd_ioctl() 1145 dimm_name, cmd_name, i); in __nd_ioctl() 1164 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/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()
|
/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-trans.h | 354 const char *const cmd_name; member 358 { .cmd_id = x, .cmd_name = #x }
|
H A D | iwl-trans.c | 170 return ret->cmd_name; in iwl_get_cmd_string()
|
/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/gpu/drm/i915/display/ |
H A D | intel_sdvo.c | 419 const char *cmd_name; in intel_sdvo_debug_write() local 433 cmd_name = sdvo_cmd_name(cmd); in intel_sdvo_debug_write() 434 if (cmd_name) in intel_sdvo_debug_write() 435 BUF_PRINT("(%s)", cmd_name); in intel_sdvo_debug_write()
|
/linux/kernel/trace/ |
H A D | trace.h | 1215 static inline __init int unregister_ftrace_command(char *cmd_name) in unregister_ftrace_command() argument
|