Lines Matching refs:respond

159 	struct u132_respond respond[RESPOND_SIZE];  member
338 struct u132_respond *respond = &ftdi->respond[RESPOND_MASK & in ftdi_elan_abandon_completions() local
340 *respond->result = -ESHUTDOWN; in ftdi_elan_abandon_completions()
341 *respond->value = 0; in ftdi_elan_abandon_completions()
342 complete(&respond->wait_completion); in ftdi_elan_abandon_completions()
1071 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_respond_engine() local
1080 *respond->value = data; in ftdi_elan_respond_engine()
1081 *respond->result = 0; in ftdi_elan_respond_engine()
1082 complete(&respond->wait_completion); in ftdi_elan_respond_engine()
1360 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_read_reg() local
1363 respond->result = &result; in ftdi_elan_read_reg()
1364 respond->header = command->header = 0x00 | cPCIu132rd; in ftdi_elan_read_reg()
1366 respond->address = command->address = cU132cmd_status; in ftdi_elan_read_reg()
1371 respond->value = data; in ftdi_elan_read_reg()
1372 init_completion(&respond->wait_completion); in ftdi_elan_read_reg()
1377 wait_for_completion(&respond->wait_completion); in ftdi_elan_read_reg()
1403 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_read_config() local
1406 respond->result = &result; in ftdi_elan_read_config()
1407 respond->header = command->header = 0x00 | (cPCIcfgrd & in ftdi_elan_read_config()
1410 respond->address = command->address = addressofs; in ftdi_elan_read_config()
1415 respond->value = data; in ftdi_elan_read_config()
1416 init_completion(&respond->wait_completion); in ftdi_elan_read_config()
1421 wait_for_completion(&respond->wait_completion); in ftdi_elan_read_config()
1447 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_read_pcimem() local
1450 respond->result = &result; in ftdi_elan_read_pcimem()
1451 respond->header = command->header = 0x00 | (cPCImemrd & in ftdi_elan_read_pcimem()
1454 respond->address = command->address = addressofs; in ftdi_elan_read_pcimem()
1459 respond->value = data; in ftdi_elan_read_pcimem()
1460 init_completion(&respond->wait_completion); in ftdi_elan_read_pcimem()
1465 wait_for_completion(&respond->wait_completion); in ftdi_elan_read_pcimem()