Lines Matching full:din
233 * destination of the input bits is the "din" parameter. Note that "dout"
234 * and "din" can point to the same memory location, in which case the
243 * @din: Pointer to a string of bits that will be filled in.
249 void *din, unsigned long flags);
304 unsigned char din[2]; in spi_w8r8() local
310 ret = spi_xfer(slave, 16, dout, din, SPI_XFER_BEGIN | SPI_XFER_END); in spi_w8r8()
311 return ret < 0 ? ret : din[1]; in spi_w8r8()
382 * destination of the input bits is the "din" parameter. Note that
383 * "dout" and "din" can point to the same memory location, in which
392 * @din: Pointer to a string of bits that will be filled in.
398 void *din, unsigned long flags);
459 * destination of the input bits is the "din" parameter. Note that
460 * "dout" and "din" can point to the same memory location, in which
469 * @din: Pointer to a string of bits that will be sent back to
476 const void *dout, void *din, unsigned long flags);
617 * destination of the input bits is the "din" parameter. Note that "dout"
618 * and "din" can point to the same memory location, in which case the
627 * @din: Pointer to a string of bits that will be filled in.
633 const void *dout, void *din, unsigned long flags);