Searched refs:command_data (Results 1 – 8 of 8) sorted by relevance
/drivers/misc/ibmasm/ |
D | ibmasmfs.c | 233 struct ibmasmfs_command_data *command_data; in command_file_open() local 238 command_data = kmalloc(sizeof(struct ibmasmfs_command_data), GFP_KERNEL); in command_file_open() 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() 250 struct ibmasmfs_command_data *command_data = file->private_data; in command_file_close() local 252 if (command_data->command) in command_file_close() 253 command_put(command_data->command); in command_file_close() 255 kfree(command_data); in command_file_close() [all …]
|
/drivers/platform/surface/aggregator/ |
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()
|
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() 934 ssh_rtl_rx_event(rtl, command, &command_data); in ssh_rtl_rx_command() 936 ssh_rtl_complete(rtl, command, &command_data); in ssh_rtl_rx_command()
|
D | ssh_parser.h | 152 struct ssam_span *command_data);
|
/drivers/platform/x86/intel/speed_select_if/ |
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()
|
/drivers/net/ethernet/intel/igb/ |
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
|
/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 461 u8 command_data[E1000_HI_MAX_DATA_LENGTH]; member 476 u8 command_data[E1000_HI_MAX_MNG_DATA_LENGTH]; member
|
/drivers/net/ethernet/intel/e1000/ |
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
|