Lines Matching refs:respond
152 struct u132_respond respond[RESPOND_SIZE]; member
332 struct u132_respond *respond = &ftdi->respond[RESPOND_MASK & in ftdi_elan_abandon_completions() local
334 *respond->result = -ESHUTDOWN; in ftdi_elan_abandon_completions()
335 *respond->value = 0; in ftdi_elan_abandon_completions()
336 complete(&respond->wait_completion); in ftdi_elan_abandon_completions()
1013 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_respond_engine() local
1022 *respond->value = data; in ftdi_elan_respond_engine()
1023 *respond->result = 0; in ftdi_elan_respond_engine()
1024 complete(&respond->wait_completion); in ftdi_elan_respond_engine()
1302 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_read_reg() local
1305 respond->result = &result; in ftdi_elan_read_reg()
1306 respond->header = command->header = 0x00 | cPCIu132rd; in ftdi_elan_read_reg()
1308 respond->address = command->address = cU132cmd_status; in ftdi_elan_read_reg()
1313 respond->value = data; in ftdi_elan_read_reg()
1314 init_completion(&respond->wait_completion); in ftdi_elan_read_reg()
1319 wait_for_completion(&respond->wait_completion); in ftdi_elan_read_reg()
1345 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_read_config() local
1348 respond->result = &result; in ftdi_elan_read_config()
1349 respond->header = command->header = 0x00 | (cPCIcfgrd & in ftdi_elan_read_config()
1352 respond->address = command->address = addressofs; in ftdi_elan_read_config()
1357 respond->value = data; in ftdi_elan_read_config()
1358 init_completion(&respond->wait_completion); in ftdi_elan_read_config()
1363 wait_for_completion(&respond->wait_completion); in ftdi_elan_read_config()
1389 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_read_pcimem() local
1392 respond->result = &result; in ftdi_elan_read_pcimem()
1393 respond->header = command->header = 0x00 | (cPCImemrd & in ftdi_elan_read_pcimem()
1396 respond->address = command->address = addressofs; in ftdi_elan_read_pcimem()
1401 respond->value = data; in ftdi_elan_read_pcimem()
1402 init_completion(&respond->wait_completion); in ftdi_elan_read_pcimem()
1407 wait_for_completion(&respond->wait_completion); in ftdi_elan_read_pcimem()