Searched refs:spi_ops (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/nfc/nfcmrvl/ |
H A D | spi.c | 99 static const struct nfcmrvl_if_ops spi_ops = { variable 161 drv_data, &spi_ops, in nfcmrvl_spi_probe()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-rspi.c | 194 const struct spi_ops *ops; 242 struct spi_ops { struct 1183 static const struct spi_ops rspi_ops = { 1193 static const struct spi_ops rspi_rz_ops __maybe_unused = { 1203 static const struct spi_ops qspi_ops __maybe_unused = { 1294 const struct spi_ops *ops; in rspi_probe() 1307 ops = (struct spi_ops *)pdev->id_entry->driver_data; in rspi_probe()
|
/openbmc/qemu/hw/ssi/ |
H A D | xilinx_spi.c | 316 static const MemoryRegionOps spi_ops = { variable 342 memory_region_init_io(&s->mmio, OBJECT(s), &spi_ops, s, in xilinx_spi_realize()
|
H A D | mss-spi.c | 361 static const MemoryRegionOps spi_ops = { variable 381 memory_region_init_io(&s->mmio, OBJECT(s), &spi_ops, s, in mss_spi_realize()
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | spi.c | 405 static struct wl1271_if_operations spi_ops = { variable 472 pdev_data->if_ops = &spi_ops; in wl1271_probe()
|