• Home
  • Raw
  • Download

Lines Matching refs:command_size

373 			int command_size = ftdi->command_next -  in ftdi_elan_flush_targets()  local
375 if (command_size < COMMAND_SIZE) { in ftdi_elan_flush_targets()
395 int command_size = ftdi->command_next - in ftdi_elan_flush_targets() local
397 if (command_size < COMMAND_SIZE) { in ftdi_elan_flush_targets()
431 int command_size = ftdi->command_next - in ftdi_elan_cancel_targets() local
433 if (command_size < COMMAND_SIZE) { in ftdi_elan_cancel_targets()
738 char *buf, int command_size, int total_size) in fill_buffer_with_all_queued_commands() argument
742 int I = command_size; in fill_buffer_with_all_queued_commands()
764 static int ftdi_elan_total_command_size(struct usb_ftdi *ftdi, int command_size) in ftdi_elan_total_command_size() argument
767 int I = command_size; in ftdi_elan_total_command_size()
783 int command_size = ftdi->command_next - ftdi->command_head; in ftdi_elan_command_engine() local
784 if (command_size == 0) in ftdi_elan_command_engine()
786 total_size = ftdi_elan_total_command_size(ftdi, command_size); in ftdi_elan_command_engine()
790 command_size, total_size); in ftdi_elan_command_engine()
797 command_size, total_size); in ftdi_elan_command_engine()
802 command_size, total_size); in ftdi_elan_command_engine()
824 retval, urb, command_size, total_size); in ftdi_elan_command_engine()
831 ftdi->command_head += command_size; in ftdi_elan_command_engine()
1248 int command_size; in ftdi_elan_write_reg() local
1250 command_size = ftdi->command_next - ftdi->command_head; in ftdi_elan_write_reg()
1251 if (command_size < COMMAND_SIZE) { in ftdi_elan_write_reg()
1280 int command_size; in ftdi_elan_write_config() local
1282 command_size = ftdi->command_next - ftdi->command_head; in ftdi_elan_write_config()
1283 if (command_size < COMMAND_SIZE) { in ftdi_elan_write_config()
1312 int command_size; in ftdi_elan_write_pcimem() local
1314 command_size = ftdi->command_next - ftdi->command_head; in ftdi_elan_write_pcimem()
1315 if (command_size < COMMAND_SIZE) { in ftdi_elan_write_pcimem()
1351 int command_size; in ftdi_elan_read_reg() local
1354 command_size = ftdi->command_next - ftdi->command_head; in ftdi_elan_read_reg()
1356 if (command_size < COMMAND_SIZE && respond_size < RESPOND_SIZE) in ftdi_elan_read_reg()
1394 int command_size; in ftdi_elan_read_config() local
1397 command_size = ftdi->command_next - ftdi->command_head; in ftdi_elan_read_config()
1399 if (command_size < COMMAND_SIZE && respond_size < RESPOND_SIZE) in ftdi_elan_read_config()
1438 int command_size; in ftdi_elan_read_pcimem() local
1441 command_size = ftdi->command_next - ftdi->command_head; in ftdi_elan_read_pcimem()
1443 if (command_size < COMMAND_SIZE && respond_size < RESPOND_SIZE) in ftdi_elan_read_pcimem()
1499 int command_size; in ftdi_elan_edset_setup() local
1501 command_size = ftdi->command_next - ftdi->command_head; in ftdi_elan_edset_setup()
1502 if (command_size < COMMAND_SIZE) { in ftdi_elan_edset_setup()
1556 int command_size; in ftdi_elan_edset_input() local
1558 command_size = ftdi->command_next - ftdi->command_head; in ftdi_elan_edset_input()
1559 if (command_size < COMMAND_SIZE) { in ftdi_elan_edset_input()
1621 int command_size; in ftdi_elan_edset_empty() local
1623 command_size = ftdi->command_next - ftdi->command_head; in ftdi_elan_edset_empty()
1624 if (command_size < COMMAND_SIZE) { in ftdi_elan_edset_empty()
1678 int command_size; in ftdi_elan_edset_output() local
1680 command_size = ftdi->command_next - ftdi->command_head; in ftdi_elan_edset_output()
1681 if (command_size < COMMAND_SIZE) { in ftdi_elan_edset_output()
1757 int command_size; in ftdi_elan_edset_single() local
1759 command_size = ftdi->command_next - ftdi->command_head; in ftdi_elan_edset_single()
1760 if (command_size < COMMAND_SIZE) { in ftdi_elan_edset_single()
1827 int command_size = ftdi->command_next - in ftdi_elan_edset_flush() local
1829 if (command_size < COMMAND_SIZE) { in ftdi_elan_edset_flush()