Lines Matching defs:ops
194 const struct spi_ops *ops;
684 return xfer->len > rspi->ops->fifo_size;
1012 rspi->ops->set_config_register(rspi, 8);
1294 const struct spi_ops *ops;
1301 ops = of_device_get_match_data(&pdev->dev);
1302 if (ops) {
1307 ops = (struct spi_ops *)pdev->id_entry->driver_data;
1317 rspi->ops = ops;
1342 ctlr->transfer_one = ops->transfer_one;
1346 SPI_LOOP | ops->extra_mode_bits;
1348 ctlr->min_speed_hz = DIV_ROUND_UP(clksrc, ops->max_div);
1349 ctlr->max_speed_hz = DIV_ROUND_UP(clksrc, ops->min_div);
1350 ctlr->flags = ops->flags;
1353 ctlr->max_native_cs = rspi->ops->num_hw_ss;