Lines Matching refs:respond

152 	struct u132_respond respond[RESPOND_SIZE];  member
331 struct u132_respond *respond = &ftdi->respond[RESPOND_MASK & in ftdi_elan_abandon_completions() local
333 *respond->result = -ESHUTDOWN; in ftdi_elan_abandon_completions()
334 *respond->value = 0; in ftdi_elan_abandon_completions()
335 complete(&respond->wait_completion); in ftdi_elan_abandon_completions()
1012 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_respond_engine() local
1021 *respond->value = data; in ftdi_elan_respond_engine()
1022 *respond->result = 0; in ftdi_elan_respond_engine()
1023 complete(&respond->wait_completion); in ftdi_elan_respond_engine()
1301 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_read_reg() local
1304 respond->result = &result; in ftdi_elan_read_reg()
1305 respond->header = command->header = 0x00 | cPCIu132rd; in ftdi_elan_read_reg()
1307 respond->address = command->address = cU132cmd_status; in ftdi_elan_read_reg()
1312 respond->value = data; in ftdi_elan_read_reg()
1313 init_completion(&respond->wait_completion); in ftdi_elan_read_reg()
1318 wait_for_completion(&respond->wait_completion); in ftdi_elan_read_reg()
1344 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_read_config() local
1347 respond->result = &result; in ftdi_elan_read_config()
1348 respond->header = command->header = 0x00 | (cPCIcfgrd & in ftdi_elan_read_config()
1351 respond->address = command->address = addressofs; in ftdi_elan_read_config()
1356 respond->value = data; in ftdi_elan_read_config()
1357 init_completion(&respond->wait_completion); in ftdi_elan_read_config()
1362 wait_for_completion(&respond->wait_completion); in ftdi_elan_read_config()
1388 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_read_pcimem() local
1391 respond->result = &result; in ftdi_elan_read_pcimem()
1392 respond->header = command->header = 0x00 | (cPCImemrd & in ftdi_elan_read_pcimem()
1395 respond->address = command->address = addressofs; in ftdi_elan_read_pcimem()
1400 respond->value = data; in ftdi_elan_read_pcimem()
1401 init_completion(&respond->wait_completion); in ftdi_elan_read_pcimem()
1406 wait_for_completion(&respond->wait_completion); in ftdi_elan_read_pcimem()