Home
last modified time | relevance | path

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

/linux/drivers/platform/surface/aggregator/
A Dbus.c259 const struct ssam_device_driver *sdrv; in ssam_device_get_match() local
304 struct ssam_device_driver *sdrv = to_ssam_device_driver(drv); in ssam_bus_match() local
321 struct ssam_device_driver *sdrv = to_ssam_device_driver(dev->driver); in ssam_bus_remove() local
343 int __ssam_device_driver_register(struct ssam_device_driver *sdrv, in __ssam_device_driver_register()
360 void ssam_device_driver_unregister(struct ssam_device_driver *sdrv) in ssam_device_driver_unregister()
/linux/drivers/spmi/
A Dspmi.c327 const struct spmi_driver *sdrv = to_spmi_driver(dev->driver); in spmi_drv_probe() local
350 const struct spmi_driver *sdrv = to_spmi_driver(dev->driver); in spmi_drv_remove() local
363 const struct spmi_driver *sdrv = to_spmi_driver(dev->driver); in spmi_drv_shutdown() local
574 int __spmi_driver_register(struct spmi_driver *sdrv, struct module *owner) in __spmi_driver_register()
/linux/drivers/mmc/core/
A Dsdio_bus.c93 struct sdio_driver *sdrv) in sdio_match_device()
113 struct sdio_driver *sdrv = to_sdio_driver(drv); in sdio_bus_match() local
/linux/include/linux/
A Dspmi.h149 #define spmi_driver_register(sdrv) \ argument
157 static inline void spmi_driver_unregister(struct spmi_driver *sdrv) in spmi_driver_unregister()
A Dserdev.h213 #define serdev_device_driver_register(sdrv) \ argument
220 static inline void serdev_device_driver_unregister(struct serdev_device_driver *sdrv) in serdev_device_driver_unregister()
/linux/drivers/tty/serdev/
A Dcore.c410 const struct serdev_device_driver *sdrv = to_serdev_device_driver(dev->driver); in serdev_drv_probe() local
426 const struct serdev_device_driver *sdrv = to_serdev_device_driver(dev->driver); in serdev_drv_remove() local
828 int __serdev_device_driver_register(struct serdev_device_driver *sdrv, struct module *owner) in __serdev_device_driver_register()
/linux/drivers/spi/
A Dspi.c331 const struct spi_driver *sdrv = to_spi_driver(sdev->dev.driver); in spi_get_device_id() local
340 const struct spi_driver *sdrv = to_spi_driver(drv); in spi_match_device() local
374 const struct spi_driver *sdrv = to_spi_driver(dev->driver); in spi_probe() local
405 const struct spi_driver *sdrv = to_spi_driver(dev->driver); in spi_remove() local
423 const struct spi_driver *sdrv = to_spi_driver(dev->driver); in spi_shutdown() local
449 int __spi_register_driver(struct module *owner, struct spi_driver *sdrv) in __spi_register_driver()
/linux/sound/core/
A Dseq_device.c46 struct snd_seq_driver *sdrv = to_seq_drv(drv); in snd_seq_bus_match() local
/linux/drivers/ssb/
A Dmain.c210 struct ssb_driver *sdrv; in ssb_devices_freeze() local
245 struct ssb_driver *sdrv; in ssb_devices_thaw() local
/linux/drivers/scsi/
A Dscsi_error.c269 struct scsi_driver *sdrv = scsi_cmd_to_driver(scmd); in scsi_eh_reset() local
1211 struct scsi_driver *sdrv = scsi_cmd_to_driver(scmd); in scsi_eh_action() local
/linux/drivers/gpio/
A Dgpio-max3191x.c456 static int __init max3191x_register_driver(struct spi_driver *sdrv) in max3191x_register_driver()
/linux/include/linux/spi/
A Dspi.h300 static inline void spi_unregister_driver(struct spi_driver *sdrv) in spi_unregister_driver()

Completed in 28 milliseconds