Lines Matching refs:should
43 Each backend should come with separate documentation to describe its specific
77 Another I2C master wants to write data to us. This event should be sent once
82 driver should nack all incoming bytes until the next stop condition to enforce
91 Another I2C master wants to read data from us. This event should be sent once
93 should transmit the first byte.
99 'ret': 0 if the byte should be acked, some errno if the byte should be nacked
102 is zero, the bus driver should ack this byte. If 'ret' is an errno, then the byte
103 should be nacked.
126 A stop condition was received. This can happen anytime and the backend should
151 should use pm_runtime_get_sync() because your device usually needs to be
178 arises. However, cases should be extremely rare because the master is expected
190 * Buffers should be opt-in and backend drivers will always have to support
195 because after each byte written an action should be immediately triggered.