Symbol: serdev_device_driver
drivers/bluetooth/btmtkuart.c
983
static struct serdev_device_driver btmtkuart_driver = {
drivers/bluetooth/btnxpuart.c
2012
static struct serdev_device_driver nxp_serdev_driver = {
drivers/bluetooth/hci_aml.c
732
static struct serdev_device_driver aml_serdev_driver = {
drivers/bluetooth/hci_bcm.c
1602
static struct serdev_device_driver bcm_serdev_driver = {
drivers/bluetooth/hci_h5.c
1152
static struct serdev_device_driver h5_serdev_driver = {
drivers/bluetooth/hci_ll.c
788
static struct serdev_device_driver hci_ti_drv = {
drivers/bluetooth/hci_mrvl.c
495
static struct serdev_device_driver mrvl_serdev_driver = {
drivers/bluetooth/hci_nokia.c
791
static struct serdev_device_driver nokia_bluetooth_serdev_driver = {
drivers/bluetooth/hci_qca.c
2799
static struct serdev_device_driver qca_serdev_driver = {
drivers/gnss/mtk.c
139
static struct serdev_device_driver mtk_driver = {
drivers/gnss/sirf.c
568
static struct serdev_device_driver sirf_driver = {
drivers/gnss/ubx.c
140
static struct serdev_device_driver ubx_driver = {
drivers/greybus/gb-beagleplay.c
1142
static struct serdev_device_driver gb_beagleplay_driver = {
drivers/iio/chemical/mhz19b.c
305
static struct serdev_device_driver mhz19b_driver = {
drivers/iio/chemical/pms7003.c
341
static struct serdev_device_driver pms7003_driver = {
drivers/iio/chemical/scd30_serial.c
251
static struct serdev_device_driver scd30_serdev_driver = {
drivers/iio/chemical/sps30_serial.c
420
static struct serdev_device_driver sps30_serial_driver = {
drivers/iio/imu/bno055/bno055_ser_core.c
548
static struct serdev_device_driver bno055_ser_driver = {
drivers/mfd/qnap-mcu.c
415
static struct serdev_device_driver qnap_mcu_drv = {
drivers/mfd/rave-sp.c
830
static struct serdev_device_driver rave_sp_drv = {
drivers/net/ethernet/qualcomm/qca_uart.c
387
static struct serdev_device_driver qca_uart_driver = {
drivers/nfc/pn533/uart.c
326
static struct serdev_device_driver pn532_uart_driver = {
drivers/nfc/s3fwrn5/uart.c
186
static struct serdev_device_driver s3fwrn82_uart_driver = {
drivers/platform/chrome/cros_ec_uart.c
342
static struct serdev_device_driver cros_ec_uart_driver = {
drivers/platform/surface/aggregator/core.c
834
static struct serdev_device_driver ssam_serial_hub = {
drivers/platform/x86/dell/dell-uart-backlight.c
328
static struct serdev_device_driver dell_uart_bl_serdev_driver = {
drivers/platform/x86/lenovo/yoga-tab2-pro-1380-fastcharger.c
222
static struct serdev_device_driver yt2_1380_fc_serdev_driver = {
drivers/tty/serdev/core.c
399
const struct serdev_device_driver *sdrv = to_serdev_device_driver(dev->driver);
drivers/tty/serdev/core.c
412
const struct serdev_device_driver *sdrv = to_serdev_device_driver(dev->driver);
drivers/tty/serdev/core.c
419
const struct serdev_device_driver *sdrv =
drivers/tty/serdev/core.c
843
int __serdev_device_driver_register(struct serdev_device_driver *sdrv, struct module *owner)
drivers/w1/masters/w1-uart.c
402
static struct serdev_device_driver w1_uart_driver = {
include/linux/serdev.h
219
int __serdev_device_driver_register(struct serdev_device_driver *, struct module *);
include/linux/serdev.h
227
static inline void serdev_device_driver_unregister(struct serdev_device_driver *sdrv)
include/linux/serdev.h
71
static inline struct serdev_device_driver *to_serdev_device_driver(struct device_driver *d)
include/linux/serdev.h
73
return container_of(d, struct serdev_device_driver, driver);
sound/drivers/serial-generic.c
368
static struct serdev_device_driver snd_serial_generic_driver = {