• 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()
1065 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_respond_engine() local
1074 *respond->value = data; in ftdi_elan_respond_engine()
1075 *respond->result = 0; in ftdi_elan_respond_engine()
1076 complete(&respond->wait_completion); in ftdi_elan_respond_engine()
1354 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_read_reg() local
1357 respond->result = &result; in ftdi_elan_read_reg()
1358 respond->header = command->header = 0x00 | cPCIu132rd; in ftdi_elan_read_reg()
1360 respond->address = command->address = cU132cmd_status; in ftdi_elan_read_reg()
1365 respond->value = data; in ftdi_elan_read_reg()
1366 init_completion(&respond->wait_completion); in ftdi_elan_read_reg()
1371 wait_for_completion(&respond->wait_completion); in ftdi_elan_read_reg()
1397 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_read_config() local
1400 respond->result = &result; in ftdi_elan_read_config()
1401 respond->header = command->header = 0x00 | (cPCIcfgrd & in ftdi_elan_read_config()
1404 respond->address = command->address = addressofs; in ftdi_elan_read_config()
1409 respond->value = data; in ftdi_elan_read_config()
1410 init_completion(&respond->wait_completion); in ftdi_elan_read_config()
1415 wait_for_completion(&respond->wait_completion); in ftdi_elan_read_config()
1441 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_read_pcimem() local
1444 respond->result = &result; in ftdi_elan_read_pcimem()
1445 respond->header = command->header = 0x00 | (cPCImemrd & in ftdi_elan_read_pcimem()
1448 respond->address = command->address = addressofs; in ftdi_elan_read_pcimem()
1453 respond->value = data; in ftdi_elan_read_pcimem()
1454 init_completion(&respond->wait_completion); in ftdi_elan_read_pcimem()
1459 wait_for_completion(&respond->wait_completion); in ftdi_elan_read_pcimem()