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