serdev_device_driver 1117 drivers/bluetooth/btmtkuart.c static struct serdev_device_driver btmtkuart_driver = {
serdev_device_driver 1430 drivers/bluetooth/hci_bcm.c static struct serdev_device_driver bcm_serdev_driver = {
serdev_device_driver 1003 drivers/bluetooth/hci_h5.c static struct serdev_device_driver h5_serdev_driver = {
serdev_device_driver  785 drivers/bluetooth/hci_ll.c static struct serdev_device_driver hci_ti_drv = {
serdev_device_driver  425 drivers/bluetooth/hci_mrvl.c static struct serdev_device_driver mrvl_serdev_driver = {
serdev_device_driver  792 drivers/bluetooth/hci_nokia.c static struct serdev_device_driver nokia_bluetooth_serdev_driver = {
serdev_device_driver 1575 drivers/bluetooth/hci_qca.c static struct serdev_device_driver qca_serdev_driver = {
serdev_device_driver  139 drivers/gnss/mtk.c static struct serdev_device_driver mtk_driver = {
serdev_device_driver  564 drivers/gnss/sirf.c static struct serdev_device_driver sirf_driver = {
serdev_device_driver  141 drivers/gnss/ubx.c static struct serdev_device_driver ubx_driver = {
serdev_device_driver  341 drivers/iio/chemical/pms7003.c static struct serdev_device_driver pms7003_driver = {
serdev_device_driver  830 drivers/mfd/rave-sp.c static struct serdev_device_driver rave_sp_drv = {
serdev_device_driver  407 drivers/net/ethernet/qualcomm/qca_uart.c static struct serdev_device_driver qca_uart_driver = {
serdev_device_driver  409 drivers/tty/serdev/core.c 	const struct serdev_device_driver *sdrv = to_serdev_device_driver(dev->driver);
serdev_device_driver  425 drivers/tty/serdev/core.c 	const struct serdev_device_driver *sdrv = to_serdev_device_driver(dev->driver);
serdev_device_driver  711 drivers/tty/serdev/core.c int __serdev_device_driver_register(struct serdev_device_driver *sdrv, struct module *owner)
serdev_device_driver   68 include/linux/serdev.h static inline struct serdev_device_driver *to_serdev_device_driver(struct device_driver *d)
serdev_device_driver   70 include/linux/serdev.h 	return container_of(d, struct serdev_device_driver, driver);
serdev_device_driver  212 include/linux/serdev.h int __serdev_device_driver_register(struct serdev_device_driver *, struct module *);
serdev_device_driver  220 include/linux/serdev.h static inline void serdev_device_driver_unregister(struct serdev_device_driver *sdrv)