Lines Matching defs:ops
193 const struct spi_ops *ops;
683 return xfer->len > rspi->ops->fifo_size;
1011 rspi->ops->set_config_register(rspi, 8);
1271 const struct spi_ops *ops;
1278 ops = of_device_get_match_data(&pdev->dev);
1279 if (ops) {
1284 ops = (struct spi_ops *)pdev->id_entry->driver_data;
1294 rspi->ops = ops;
1320 ctlr->transfer_one = ops->transfer_one;
1324 SPI_LOOP | ops->extra_mode_bits;
1326 ctlr->min_speed_hz = DIV_ROUND_UP(clksrc, ops->max_div);
1327 ctlr->max_speed_hz = DIV_ROUND_UP(clksrc, ops->min_div);
1328 ctlr->flags = ops->flags;
1331 ctlr->max_native_cs = rspi->ops->num_hw_ss;