Home
last modified time | relevance | path

Searched refs:respond (Results 1 – 25 of 84) sorted by relevance

1234

/Linux-v4.19/drivers/usb/misc/
Dftdi-elan.c152 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()
1036 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_respond_engine() local
1045 *respond->value = data; in ftdi_elan_respond_engine()
1046 *respond->result = 0; in ftdi_elan_respond_engine()
1047 complete(&respond->wait_completion); in ftdi_elan_respond_engine()
1325 struct u132_respond *respond = &ftdi->respond[ in ftdi_elan_read_reg() local
[all …]
/Linux-v4.19/Documentation/misc-devices/
Deeprom59 The other devices will not be found on a DIMM because they respond to more
71 does not respond to byte reads. If this register is present, the lower 128
74 device will no longer respond at the 0x30-37 address. The eeprom driver
/Linux-v4.19/Documentation/devicetree/bindings/iio/pressure/
Dms5611.txt7 - reg: the I2C address or SPI chip select the device will respond to
Dzpa2326.txt7 - reg: the I2C address or SPI chip select the device will respond to
/Linux-v4.19/net/tipc/
Ddiscover.c206 bool respond = false; in tipc_disc_rcv() local
244 &maddr, &respond, &dupl_addr); in tipc_disc_rcv()
247 if (!respond) in tipc_disc_rcv()
Dnode.h71 bool *respond, bool *dupl_addr);
Dnode.c904 bool *respond, bool *dupl_addr) in tipc_node_check_dest() argument
919 *respond = false; in tipc_node_check_dest()
942 *respond = true; in tipc_node_check_dest()
960 *respond = true; in tipc_node_check_dest()
979 *respond = true; in tipc_node_check_dest()
991 *respond = true; in tipc_node_check_dest()
1012 *respond = false; in tipc_node_check_dest()
/Linux-v4.19/drivers/usb/gadget/function/
Df_hid.c521 goto respond; in hidg_setup()
529 goto respond; in hidg_setup()
550 goto respond; in hidg_setup()
570 goto respond; in hidg_setup()
578 goto respond; in hidg_setup()
599 respond: in hidg_setup()
/Linux-v4.19/Documentation/devicetree/bindings/rtc/
Disil,isl12026.txt4 registers respond at bus address 0x6f, and the EEPROM array responds
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/
Dtsc2005.txt15 - ti,esd-recovery-timeout-ms : integer, if the touchscreen does not respond after
/Linux-v4.19/Documentation/i2c/
Dten-bit-addresses4 address 0x10 (though a single device could respond to both of them).
Di2c-stub13 quick commands to the specified addresses; it will respond to the other
Dfault-codes18 to respond correctly. Other code may need to rely on YOUR code reporting
/Linux-v4.19/drivers/media/usb/dvb-usb-v2/
Ddvbsky.c367 u8 command[4], respond[2], command_size, respond_size; in dvbsky_ci_ctrl() local
382 respond, respond_size); in dvbsky_ci_ctrl()
386 *mem = respond[1]; in dvbsky_ci_ctrl()
/Linux-v4.19/Documentation/devicetree/bindings/iio/
Dst-sensors.txt9 - reg: the I2C or SPI address the device will respond to
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Dcros-ec.txt27 between transactions is not long enough the EC may not be able to respond
/Linux-v4.19/Documentation/w1/masters/
Domap-hdq28 does not respond with a presence pulse as it does in the 1-Wire protocol.
/Linux-v4.19/Documentation/process/
D6.Followthrough.rst44 impulse to respond in kind. Code review is about the code, not about
59 that the reviewer is asking you to fix. And respond back to the reviewer:
177 respond to these reports is a matter of basic pride in your work. If that
209 really only one way to respond: be pleased that your problem got solved and
/Linux-v4.19/Documentation/devicetree/bindings/display/
Dmipi-dsi-bus.txt43 Some DSI peripherals respond to more than a single virtual channel. In that
/Linux-v4.19/Documentation/scsi/
Dmegaraid.txt7 Different classes of controllers from LSI Logic accept and respond to the
DBusLogic.txt283 respond to synchronous transfer negotiation for UltraSCSI speed. AutoSCSI
299 The BT-948/958/958D will not respond to any of the ISA compatible I/O ports
300 that previous BusLogic SCSI Host Adapters respond to. This driver supports
348 UltraSCSI operation, or where existing SCSI devices do not properly respond
490 respond correctly when Logical Units above 0 are addressed.
/Linux-v4.19/Documentation/
Dswitchtec.txt26 respond with a 4 bytes return code and up to 1KB of command specific
/Linux-v4.19/Documentation/filesystems/
Dbefs.txt28 respond to the address given above...
/Linux-v4.19/Documentation/input/devices/
Dalps.rst31 All ALPS touchpads should respond to the "E6 report" command sequence:
32 E8-E6-E6-E6-E9. An ALPS touchpad should respond with either 00-00-0A or
53 EC-EC-EC-E9 places the device in command mode, and the device will respond
/Linux-v4.19/Documentation/hid/
Duhid.txt48 register the device. UHID will respond with an UHID_START event. You can now
171 parallel. However, if you fail to respond with a UHID_GET_REPORT_REPLY, the

1234