Home
last modified time | relevance | path

Searched defs:sdrv (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/spmi/
Dspmi.c332 const struct spmi_driver *sdrv = to_spmi_driver(dev->driver); in spmi_drv_probe() local
355 const struct spmi_driver *sdrv = to_spmi_driver(dev->driver); in spmi_drv_remove() local
563 int __spmi_driver_register(struct spmi_driver *sdrv, struct module *owner) in __spmi_driver_register()
/linux-4.4.14/include/linux/
Dspmi.h156 #define spmi_driver_register(sdrv) \ argument
164 static inline void spmi_driver_unregister(struct spmi_driver *sdrv) in spmi_driver_unregister()
/linux-4.4.14/drivers/mmc/core/
Dsdio_bus.c80 struct sdio_driver *sdrv) in sdio_match_device()
100 struct sdio_driver *sdrv = to_sdio_driver(drv); in sdio_bus_match() local
/linux-4.4.14/drivers/spi/
Dspi.c284 const struct spi_driver *sdrv = to_spi_driver(sdev->dev.driver); in spi_get_device_id() local
293 const struct spi_driver *sdrv = to_spi_driver(drv); in spi_match_device() local
333 const struct spi_driver *sdrv = to_spi_driver(dev->driver); in spi_drv_probe() local
361 const struct spi_driver *sdrv = to_spi_driver(dev->driver); in spi_drv_remove() local
372 const struct spi_driver *sdrv = to_spi_driver(dev->driver); in spi_drv_shutdown() local
385 int __spi_register_driver(struct module *owner, struct spi_driver *sdrv) in __spi_register_driver()
/linux-4.4.14/sound/core/seq/
Dseq_device.c61 struct snd_seq_driver *sdrv = to_seq_drv(drv); in snd_seq_bus_match() local
/linux-4.4.14/drivers/ssb/
Dmain.c207 struct ssb_driver *sdrv; in ssb_devices_freeze() local
242 struct ssb_driver *sdrv; in ssb_devices_thaw() local
/linux-4.4.14/drivers/scsi/
Dscsi_error.c1109 struct scsi_driver *sdrv = scsi_cmd_to_driver(scmd); in scsi_eh_action() local
/linux-4.4.14/include/linux/spi/
Dspi.h264 static inline void spi_unregister_driver(struct spi_driver *sdrv) in spi_unregister_driver()