Lines Matching refs:that
36 of proprietary gates that must be part of the session. HCI will ensure all
39 can pass that information to HCI core.
45 a service, one must create a pipe to that gate and open it. In this
54 the HCI management. This makes it easier to maintain a driver for a chip that
88 - hci_ready() is an optional entry point that is called right after the hci
90 that must be performed using HCI commands.
92 - start_poll() is an optional entrypoint that shall set the hardware in polling
96 the p2p connection setup with hardware parameters that need to be passed back
111 - check_presence() is an optional entry point that will be called regularly
112 by the core to check that an activated tag is still in the field. If this is
120 This must be done from a context that can sleep.
135 write(): Send a data frame to the chip. Note that to enable higher
169 The llc must be registered with nfc before it can be used. Do that by
172 Again, note that the llc does not handle the physical link. It is thus very
212 The API must be invoked from a context that can sleep. Most of the time, this
213 will be the syscall context. skb will return the result that was received in
218 The wait is not interruptible because it is guaranteed that the command will
234 callback that was provided by nfc_hci_msg_tx_work() when it sent the command.
243 The workflow is the same, except that the API call returns immediately, and
255 that was discovered).
262 Errors that occur synchronously with the execution of an NFC Core request are
265 Errors that occur asynchronously (e.g. in a background protocol handling thread)
266 must be reported such that upper layers don't stay ignorant that something
267 went wrong below and know that expected events will probably never happen.
271 that any subsequent call to the driver will result in this error. Then it calls
279 error that happened within shdlc or below. If the problem occurs during shdlc
284 command with that error, or notify NFC Core directly if no command is executing.
288 space to let it know that the poll operation will never be able to detect a tag.