• Home
  • Raw
  • Download

Lines Matching refs:respond

156 	struct u132_respond respond[RESPOND_SIZE];  member
335 struct u132_respond *respond = &ftdi->respond[RESPOND_MASK & in ftdi_elan_abandon_completions() local
337 *respond->result = -ESHUTDOWN; in ftdi_elan_abandon_completions()
338 *respond->value = 0; in ftdi_elan_abandon_completions()
339 complete(&respond->wait_completion); in ftdi_elan_abandon_completions()
1040 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_respond_engine() local
1049 *respond->value = data; in ftdi_elan_respond_engine()
1050 *respond->result = 0; in ftdi_elan_respond_engine()
1051 complete(&respond->wait_completion); in ftdi_elan_respond_engine()
1329 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_read_reg() local
1332 respond->result = &result; in ftdi_elan_read_reg()
1333 respond->header = command->header = 0x00 | cPCIu132rd; in ftdi_elan_read_reg()
1335 respond->address = command->address = cU132cmd_status; in ftdi_elan_read_reg()
1340 respond->value = data; in ftdi_elan_read_reg()
1341 init_completion(&respond->wait_completion); in ftdi_elan_read_reg()
1346 wait_for_completion(&respond->wait_completion); in ftdi_elan_read_reg()
1372 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_read_config() local
1375 respond->result = &result; in ftdi_elan_read_config()
1376 respond->header = command->header = 0x00 | (cPCIcfgrd & in ftdi_elan_read_config()
1379 respond->address = command->address = addressofs; in ftdi_elan_read_config()
1384 respond->value = data; in ftdi_elan_read_config()
1385 init_completion(&respond->wait_completion); in ftdi_elan_read_config()
1390 wait_for_completion(&respond->wait_completion); in ftdi_elan_read_config()
1416 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_read_pcimem() local
1419 respond->result = &result; in ftdi_elan_read_pcimem()
1420 respond->header = command->header = 0x00 | (cPCImemrd & in ftdi_elan_read_pcimem()
1423 respond->address = command->address = addressofs; in ftdi_elan_read_pcimem()
1428 respond->value = data; in ftdi_elan_read_pcimem()
1429 init_completion(&respond->wait_completion); in ftdi_elan_read_pcimem()
1434 wait_for_completion(&respond->wait_completion); in ftdi_elan_read_pcimem()