serdev_device_driver
static struct serdev_device_driver btmtkuart_driver = {
static struct serdev_device_driver nxp_serdev_driver = {
static struct serdev_device_driver aml_serdev_driver = {
static struct serdev_device_driver bcm_serdev_driver = {
static struct serdev_device_driver h5_serdev_driver = {
static struct serdev_device_driver hci_ti_drv = {
static struct serdev_device_driver mrvl_serdev_driver = {
static struct serdev_device_driver nokia_bluetooth_serdev_driver = {
static struct serdev_device_driver qca_serdev_driver = {
static struct serdev_device_driver mtk_driver = {
static struct serdev_device_driver sirf_driver = {
static struct serdev_device_driver ubx_driver = {
static struct serdev_device_driver gb_beagleplay_driver = {
static struct serdev_device_driver mhz19b_driver = {
static struct serdev_device_driver pms7003_driver = {
static struct serdev_device_driver scd30_serdev_driver = {
static struct serdev_device_driver sps30_serial_driver = {
static struct serdev_device_driver bno055_ser_driver = {
static struct serdev_device_driver qnap_mcu_drv = {
static struct serdev_device_driver rave_sp_drv = {
static struct serdev_device_driver qca_uart_driver = {
static struct serdev_device_driver pn532_uart_driver = {
static struct serdev_device_driver s3fwrn82_uart_driver = {
static struct serdev_device_driver cros_ec_uart_driver = {
static struct serdev_device_driver ssam_serial_hub = {
static struct serdev_device_driver dell_uart_bl_serdev_driver = {
static struct serdev_device_driver yt2_1380_fc_serdev_driver = {
const struct serdev_device_driver *sdrv = to_serdev_device_driver(dev->driver);
const struct serdev_device_driver *sdrv = to_serdev_device_driver(dev->driver);
const struct serdev_device_driver *sdrv =
int __serdev_device_driver_register(struct serdev_device_driver *sdrv, struct module *owner)
static struct serdev_device_driver w1_uart_driver = {
int __serdev_device_driver_register(struct serdev_device_driver *, struct module *);
static inline void serdev_device_driver_unregister(struct serdev_device_driver *sdrv)
static inline struct serdev_device_driver *to_serdev_device_driver(struct device_driver *d)
return container_of(d, struct serdev_device_driver, driver);
static struct serdev_device_driver snd_serial_generic_driver = {