Searched refs:command_size (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/ibmasm/
H A Ddot_command.h46 u8 command_size; member in struct:dot_command_header
56 return sizeof(struct dot_command_header) + cmd->command_size + cmd->data_size;
66 if (header->command_size == 3) {
69 } else if (header->command_size == 2) {
H A Dlowlevel.c36 unsigned int command_size; local
44 command_size = get_dot_command_size(command->buffer);
45 header.message_size = outgoing_message_size(command_size);
50 memcpy_toio(&message->data, command->buffer, command_size);
H A Ddot_command.c82 header->command_size = 4;
93 vpd_data = vpd_command + header->command_size;
136 os_state_cmd->header.command_size = 3;
H A Dr_heartbeat.c41 .command_size = 3,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dftdi-elan.c365 int command_size = ftdi->command_next - local
367 if (command_size < COMMAND_SIZE) {
387 int command_size = ftdi->command_next - local
389 if (command_size < COMMAND_SIZE) {
423 int command_size = ftdi->command_next - local
425 if (command_size < COMMAND_SIZE) {
737 char *buf, int command_size, int total_size)
741 int I = command_size;
763 static int ftdi_elan_total_command_size(struct usb_ftdi *ftdi, int command_size) argument
766 int I = command_size;
736 fill_buffer_with_all_queued_commands(struct usb_ftdi *ftdi, char *buf, int command_size, int total_size) argument
782 int command_size = ftdi->command_next - ftdi->command_head; local
1254 int command_size; local
1286 int command_size; local
1318 int command_size; local
1357 int command_size; local
1400 int command_size; local
1444 int command_size; local
1505 int command_size; local
1562 int command_size; local
1627 int command_size; local
1684 int command_size; local
1763 int command_size; local
1833 int command_size = ftdi->command_next - local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbmvvideo.c219 int command_size = (type & BMV_PRINT) ? 8 : 10; local
220 if (c->stream - pkt->data + command_size > pkt->size) {
224 c->stream += command_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbmv.c209 int command_size = (type & BMV_PRINT) ? 8 : 10; local
210 if (c->stream - pkt->data + command_size > pkt->size) {
214 c->stream += command_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Dvmwgfx_drm.h320 uint32_t command_size; member in struct:drm_vmw_execbuf_arg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c632 cmd = vmw_fifo_reserve(dev_priv, arg->command_size);
640 ret = copy_from_user(cmd, user_cmd, arg->command_size);
656 ret = vmw_cmd_check_all(dev_priv, sw_context, cmd, arg->command_size);
678 vmw_fifo_commit(dev_priv, arg->command_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dcommands.c1850 void command_size(char *filename) function
2047 {"SIZE", "<sp> pathname", command_size, STATE_AUTHENTICATED, 1},

Completed in 200 milliseconds