Home
last modified time | relevance | path

Searched refs:serdev_device_driver (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.12.1/include/linux/
Dserdev.h64 struct serdev_device_driver { struct
70 static inline struct serdev_device_driver *to_serdev_device_driver(struct device_driver *d) in to_serdev_device_driver() argument
72 return container_of(d, struct serdev_device_driver, driver); in to_serdev_device_driver()
220 int __serdev_device_driver_register(struct serdev_device_driver *, struct module *);
228 static inline void serdev_device_driver_unregister(struct serdev_device_driver *sdrv) in serdev_device_driver_unregister()
/linux-6.12.1/drivers/gnss/
Dubx.c132 static struct serdev_device_driver ubx_driver = {
Dmtk.c139 static struct serdev_device_driver mtk_driver = {
Dsirf.c568 static struct serdev_device_driver sirf_driver = {
/linux-6.12.1/drivers/tty/serdev/
Dcore.c411 const struct serdev_device_driver *sdrv = to_serdev_device_driver(dev->driver); in serdev_drv_probe()
427 const struct serdev_device_driver *sdrv = to_serdev_device_driver(dev->driver); in serdev_drv_remove()
843 int __serdev_device_driver_register(struct serdev_device_driver *sdrv, struct module *owner) in __serdev_device_driver_register()
/linux-6.12.1/drivers/nfc/s3fwrn5/
Duart.c182 static struct serdev_device_driver s3fwrn82_uart_driver = {
/linux-6.12.1/drivers/iio/chemical/
Dscd30_serial.c251 static struct serdev_device_driver scd30_serdev_driver = {
Dpms7003.c340 static struct serdev_device_driver pms7003_driver = {
Dsps30_serial.c420 static struct serdev_device_driver sps30_serial_driver = {
/linux-6.12.1/drivers/platform/x86/
Dlenovo-yoga-tab2-pro-1380-fastcharger.c221 struct serdev_device_driver yt2_1380_fc_serdev_driver = {
/linux-6.12.1/drivers/nfc/pn533/
Duart.c318 static struct serdev_device_driver pn532_uart_driver = {
/linux-6.12.1/drivers/w1/masters/
Dw1-uart.c402 static struct serdev_device_driver w1_uart_driver = {
/linux-6.12.1/drivers/platform/chrome/
Dcros_ec_uart.c346 static struct serdev_device_driver cros_ec_uart_driver = {
/linux-6.12.1/drivers/iio/imu/bno055/
Dbno055_ser_core.c548 static struct serdev_device_driver bno055_ser_driver = {
/linux-6.12.1/sound/drivers/
Dserial-generic.c366 static struct serdev_device_driver snd_serial_generic_driver = {
/linux-6.12.1/drivers/net/ethernet/qualcomm/
Dqca_uart.c387 static struct serdev_device_driver qca_uart_driver = {
/linux-6.12.1/drivers/platform/x86/dell/
Ddell-uart-backlight.c327 struct serdev_device_driver dell_uart_bl_serdev_driver = {
/linux-6.12.1/drivers/bluetooth/
Dhci_mrvl.c495 static struct serdev_device_driver mrvl_serdev_driver = {
Dhci_ll.c786 static struct serdev_device_driver hci_ti_drv = {
Dhci_aml.c733 static struct serdev_device_driver aml_serdev_driver = {
Dhci_nokia.c791 static struct serdev_device_driver nokia_bluetooth_serdev_driver = {
Dbtmtkuart.c981 static struct serdev_device_driver btmtkuart_driver = {
/linux-6.12.1/drivers/platform/surface/aggregator/
Dcore.c834 static struct serdev_device_driver ssam_serial_hub = {
/linux-6.12.1/drivers/mfd/
Drave-sp.c830 static struct serdev_device_driver rave_sp_drv = {
/linux-6.12.1/drivers/greybus/
Dgb-beagleplay.c1149 static struct serdev_device_driver gb_beagleplay_driver = {

12