Lines Matching refs:we
178 empty SPI driver. You still have empty methods in your driver, but we will
208 DM tells you. The name is not quite right. So in this case we would use:
227 DM will automatically allocate the struct for us when we are using device
228 tree, but we need to tell it the size:
317 the slave structure, so we have:
379 unusual for a driver. In this case we will do that when the device is
382 For remove we could shut down the clocks, but in this case there is
383 nothing to do. DM frees any memory that it allocated, so we can just
490 At this point we need to make sure everything is set up ready for data
494 Here again we look at the old claim function and see some code that is
511 The spi_flush_fifo() function is in the removed part of the code, so we
513 after it). It only needs access to priv->regs which is why we have
535 is a call to spi_flush_fifo, so we add:
552 This is the final method that we need to create, and it is where all the
605 All we have really done here is change the pointers and print the device name