Searched refs:command_data (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/misc/ibmasm/ |
A D | ibmasmfs.c | 239 if (!command_data) in command_file_open() 242 command_data->command = NULL; in command_file_open() 243 command_data->sp = inode->i_private; in command_file_open() 244 file->private_data = command_data; in command_file_open() 252 if (command_data->command) in command_file_close() 255 kfree(command_data); in command_file_close() 274 cmd = command_data->command; in command_file_read() 279 command_data->command = NULL; in command_file_read() 310 if (command_data->command) in command_file_write() 323 if (command_data->command) { in command_file_write() [all …]
|
/linux/drivers/platform/surface/aggregator/ |
A D | ssh_parser.c | 208 struct ssam_span *command_data) in sshp_parse_command() argument 213 command_data->ptr = NULL; in sshp_parse_command() 214 command_data->len = 0; in sshp_parse_command() 221 command_data->ptr = source->ptr + sizeof(struct ssh_command); in sshp_parse_command() 222 command_data->len = source->len - sizeof(struct ssh_command); in sshp_parse_command()
|
A D | ssh_request_layer.c | 469 const struct ssam_span *command_data) in ssh_rtl_complete() argument 475 trace_ssam_rx_response_received(command, command_data->len); in ssh_rtl_complete() 575 ssh_rtl_complete_with_rsp(r, command, command_data); in ssh_rtl_complete() 914 struct ssam_span command_data; in ssh_rtl_rx_command() local 916 if (sshp_parse_command(dev, data, &command, &command_data)) in ssh_rtl_rx_command() 920 ssh_rtl_rx_event(rtl, command, &command_data); in ssh_rtl_rx_command() 922 ssh_rtl_complete(rtl, command, &command_data); in ssh_rtl_rx_command()
|
A D | ssh_parser.h | 152 struct ssam_span *command_data);
|
/linux/drivers/platform/x86/intel/speed_select_if/ |
A D | isst_if_mbox_msr.c | 35 u32 command_data, u32 *response_data) in isst_if_send_mbox_cmd() argument 57 wrmsrl(MSR_OS_MAILBOX_DATA, command_data); in isst_if_send_mbox_cmd()
|
/linux/drivers/net/ethernet/intel/igb/ |
A D | e1000_hw.h | 272 u8 command_data[E1000_HI_MAX_DATA_LENGTH]; member 287 u8 command_data[E1000_HI_MAX_MNG_DATA_LENGTH]; member
|
/linux/drivers/net/ethernet/intel/e1000e/ |
A D | hw.h | 461 u8 command_data[E1000_HI_MAX_DATA_LENGTH]; member 476 u8 command_data[E1000_HI_MAX_MNG_DATA_LENGTH]; member
|
/linux/drivers/net/ethernet/intel/e1000/ |
A D | e1000_hw.h | 320 u8 command_data[E1000_HI_MAX_MNG_DATA_LENGTH]; /* Command data can length 0..0x658 */ member 2114 u8 command_data[E1000_HI_MAX_DATA_LENGTH]; /* Command data can length 0..252 */ member
|
Completed in 35 milliseconds