Home
last modified time | relevance | path

Searched defs:driver (Results 26 – 50 of 348) sorted by relevance

12345678910>>...14

/linux/Documentation/hid/
H A Dintel-ish-hid.rst118 IPC/FW message types
145 Transport layer interface
/linux/fs/proc/
H A Dproc_tty.c131 void proc_tty_register_driver(struct tty_driver *driver) in proc_tty_register_driver()
147 void proc_tty_unregister_driver(struct tty_driver *driver) in proc_tty_unregister_driver()
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_drv.c47 static const struct drm_driver driver; variable
224 static const struct drm_driver driver = { variable
/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_drv.c33 static const struct drm_driver driver; variable
185 static const struct drm_driver driver = { variable
/linux/drivers/usb/gadget/udc/
H A Dcore.c54 struct usb_gadget_driver *driver; member
1189 struct usb_gadget_driver *driver) in usb_gadget_udc_reset()
1573 const struct usb_gadget_driver *driver = container_of(drv, in gadget_match_driver() local
1593 struct usb_gadget_driver *driver = container_of(dev->driver, in gadget_bind_driver() local
1659 struct usb_gadget_driver *driver = udc->driver; in gadget_unbind_driver() local
1688 int usb_gadget_register_driver_owner(struct usb_gadget_driver *driver, in usb_gadget_register_driver_owner()
1727 int usb_gadget_unregister_driver(struct usb_gadget_driver *driver) in usb_gadget_unregister_driver()
/linux/Documentation/networking/device_drivers/can/ctu/
H A Dctucanfd-driver.rst163 .. _sec:socketcan:netdev:
214 .. _sec:socketcan:napi:
/linux/arch/um/drivers/
H A Dstdio_console.c49 static struct line_driver driver = { variable
93 static int con_install(struct tty_driver *driver, struct tty_struct *tty) in con_install()
H A Dssl.c43 static struct line_driver driver = { variable
87 static int ssl_install(struct tty_driver *driver, struct tty_struct *tty) in ssl_install()
H A Dline.h29 struct tty_driver *driver; member
56 const struct line_driver *driver; member
H A Dline.c259 const struct line_driver *driver = line->driver; in line_setup_irq() local
330 int line_install(struct tty_driver *driver, struct tty_struct *tty, in line_install()
370 struct tty_driver *driver = line->driver->driver; in setup_one_line() local
547 struct tty_driver *driver; in register_lines() local
/linux/drivers/tty/serial/
H A Dserial_base_bus.c51 int serial_base_driver_register(struct device_driver *driver) in serial_base_driver_register()
58 void serial_base_driver_unregister(struct device_driver *driver) in serial_base_driver_unregister()
/linux/drivers/gpu/drm/gma500/
H A Dpsb_drv.c40 static const struct drm_driver driver; variable
505 static const struct drm_driver driver = { variable
/linux/include/linux/
H A Dsiox.h53 struct device_driver driver; member
56 static inline struct siox_driver *to_siox_driver(struct device_driver *driver) in to_siox_driver()
H A Dmoxtet.h61 struct device_driver driver; member
76 #define moxtet_register_driver(driver) \ argument
/linux/sound/soc/codecs/
H A Dhda.c175 struct hda_codec_driver *driver = hda_codec_to_driver(codec); in hda_codec_probe() local
270 struct hda_codec_driver *driver = hda_codec_to_driver(codec); in hda_codec_remove() local
/linux/drivers/thunderbolt/
H A Ddomain.c50 const struct tb_service_driver *driver; in __tb_service_match() local
78 struct tb_service_driver *driver; in tb_service_probe() local
90 struct tb_service_driver *driver; in tb_service_remove() local
99 struct tb_service_driver *driver; in tb_service_shutdown() local
/linux/drivers/usb/serial/
H A Dusb-serial.c126 struct usb_driver *driver = serial->type->usb_driver; in usb_serial_claim_interface() local
147 struct usb_driver *driver = serial->type->usb_driver; in release_sibling() local
214 static int serial_install(struct tty_driver *driver, struct tty_struct *tty) in serial_install()
687 struct usb_serial_driver *driver) in create_serial()
741 struct usb_driver *driver = to_usb_driver(iface->dev.driver); in search_serial_device() local
1408 static int usb_serial_register(struct usb_serial_driver *driver) in usb_serial_register()
/linux/drivers/gpu/drm/nova/
H A Dnova.rs5 mod driver; module
/linux/Documentation/admin-guide/perf/
H A Dhns3-pmu.rst78 Filter modes
/linux/drivers/firmware/arm_ffa/
H A Dbus.c121 int ffa_driver_register(struct ffa_driver *driver, struct module *owner, in ffa_driver_register()
142 void ffa_driver_unregister(struct ffa_driver *driver) in ffa_driver_unregister()
/linux/rust/kernel/drm/
H A Dmod.rs6 pub mod driver; module
/linux/tools/usb/usbip/libsrc/
H A Dusbip_host_driver.c21 const char *driver; in is_my_device() local
/linux/drivers/dma-buf/
H A Dsync_file.c139 const char __rcu *driver; in sync_file_get_name() local
272 const char __rcu *driver; in sync_fill_fence_info() local
/linux/arch/parisc/kernel/
H A Ddrivers.c100 static int match_device(const struct parisc_driver *driver, struct parisc_device *dev) in match_device()
150 int register_parisc_driver(struct parisc_driver *driver) in register_parisc_driver()
179 struct parisc_driver * driver; member
202 int __init count_parisc_driver(struct parisc_driver *driver) in count_parisc_driver()
220 int unregister_parisc_driver(struct parisc_driver *driver) in unregister_parisc_driver()
/linux/drivers/gpu/nova-core/
H A Dnova_core.rs6 mod driver; module

12345678910>>...14