Home
last modified time | relevance | path

Searched refs:spi_ops (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/nfc/nfcmrvl/
H A Dspi.c99 static const struct nfcmrvl_if_ops spi_ops = { variable
161 drv_data, &spi_ops, in nfcmrvl_spi_probe()
/linux/drivers/spi/
H A Dspi-rspi.c193 const struct spi_ops *ops;
241 struct spi_ops { struct
1178 static const struct spi_ops rspi_ops = {
1188 static const struct spi_ops rspi_rz_ops __maybe_unused = {
1198 static const struct spi_ops qspi_ops __maybe_unused = {
1288 const struct spi_ops *ops; in rspi_probe()
1301 ops = (struct spi_ops *)pdev->id_entry->driver_data; in rspi_probe()
/linux/drivers/net/wireless/ti/wlcore/
H A Dspi.c405 static struct wl1271_if_operations spi_ops = { variable
472 pdev_data->if_ops = &spi_ops; in wl1271_probe()