Home
last modified time | relevance | path

Searched defs:driver (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/kernel/linux/linux-5.10/drivers/usb/serial/
Dbus.c19 struct usb_serial_driver *driver; in usb_serial_device_match() local
40 struct usb_serial_driver *driver; in usb_serial_device_probe() local
89 struct usb_serial_driver *driver; in usb_serial_device_remove() local
123 static ssize_t new_id_store(struct device_driver *driver, in new_id_store()
138 static ssize_t new_id_show(struct device_driver *driver, char *buf) in new_id_show()
172 int usb_serial_bus_register(struct usb_serial_driver *driver) in usb_serial_bus_register()
185 void usb_serial_bus_deregister(struct usb_serial_driver *driver) in usb_serial_bus_deregister()
/kernel/linux/linux-5.10/drivers/phy/broadcom/
Dphy-bcm-ns2-usbdrd.c77 struct ns2_phy_driver *driver; member
89 struct ns2_phy_driver *driver) in pll_lock_stat()
101 struct ns2_phy_driver *driver = data->driver; in ns2_drd_phy_init() local
121 struct ns2_phy_driver *driver = data->driver; in ns2_drd_phy_poweroff() local
143 struct ns2_phy_driver *driver = data->driver; in ns2_drd_phy_poweron() local
195 static void connect_change(struct ns2_phy_driver *driver) in connect_change()
240 struct ns2_phy_driver *driver; in extcon_work() local
269 struct ns2_phy_driver *driver = dev_id; in gpio_irq_handler() local
294 struct ns2_phy_driver *driver; in ns2_drd_phy_probe() local
/kernel/linux/linux-5.10/drivers/gpu/host1x/
Dbus.c38 struct host1x_driver *driver, in host1x_subdev_add()
89 struct host1x_driver *driver) in host1x_device_parse_dt()
417 struct host1x_driver *driver) in host1x_device_add()
492 struct host1x_driver *driver) in host1x_attach_driver()
514 struct host1x_driver *driver) in host1x_detach_driver()
567 struct host1x_driver *driver; in host1x_register() local
595 struct host1x_driver *driver; in host1x_unregister() local
613 struct host1x_driver *driver = to_host1x_driver(dev->driver); in host1x_device_probe() local
624 struct host1x_driver *driver = to_host1x_driver(dev->driver); in host1x_device_remove() local
635 struct host1x_driver *driver = to_host1x_driver(dev->driver); in host1x_device_shutdown() local
[all …]
/kernel/linux/linux-5.10/mm/
Dzpool.c22 struct zpool_driver *driver; member
41 void zpool_register_driver(struct zpool_driver *driver) in zpool_register_driver()
60 int zpool_unregister_driver(struct zpool_driver *driver) in zpool_unregister_driver()
80 struct zpool_driver *driver; in zpool_get_driver() local
98 static void zpool_put_driver(struct zpool_driver *driver) in zpool_put_driver()
124 struct zpool_driver *driver = zpool_get_driver(type); in zpool_has_pool() local
159 struct zpool_driver *driver; in zpool_create_pool() local
/kernel/linux/linux-5.10/drivers/pci/endpoint/
Dpci-epf-core.c140 static void pci_epf_remove_cfs(struct pci_epf_driver *driver) in pci_epf_remove_cfs()
160 void pci_epf_unregister_driver(struct pci_epf_driver *driver) in pci_epf_unregister_driver()
167 static int pci_epf_add_cfs(struct pci_epf_driver *driver) in pci_epf_add_cfs()
201 int __pci_epf_register_driver(struct pci_epf_driver *driver, in __pci_epf_register_driver()
328 struct pci_epf_driver *driver = to_pci_epf_driver(drv); in pci_epf_device_match() local
339 struct pci_epf_driver *driver = to_pci_epf_driver(dev->driver); in pci_epf_device_probe() local
353 struct pci_epf_driver *driver = to_pci_epf_driver(dev->driver); in pci_epf_device_remove() local
/kernel/linux/linux-5.10/drivers/firmware/google/
Dcoreboot_table.c30 struct coreboot_driver *driver = CB_DRV(drv); in coreboot_bus_match() local
39 struct coreboot_driver *driver = CB_DRV(dev->driver); in coreboot_bus_probe() local
51 struct coreboot_driver *driver = CB_DRV(dev->driver); in coreboot_bus_remove() local
73 int coreboot_driver_register(struct coreboot_driver *driver) in coreboot_driver_register()
81 void coreboot_driver_unregister(struct coreboot_driver *driver) in coreboot_driver_unregister()
/kernel/linux/linux-5.10/drivers/greybus/
Dcore.c65 struct greybus_driver *driver = to_greybus_driver(drv); in greybus_match_device() local
167 struct greybus_driver *driver = to_greybus_driver(dev->driver); in greybus_probe() local
227 struct greybus_driver *driver = to_greybus_driver(dev->driver); in greybus_remove() local
268 int greybus_register_driver(struct greybus_driver *driver, struct module *owner, in greybus_register_driver()
292 void greybus_deregister_driver(struct greybus_driver *driver) in greybus_deregister_driver()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
Dmmu.c57 static inline void psb_mmu_clflush(struct psb_mmu_driver *driver, void *addr) in psb_mmu_clflush()
68 static inline void psb_mmu_clflush(struct psb_mmu_driver *driver, void *addr) in psb_mmu_clflush()
74 static void psb_mmu_flush_pd_locked(struct psb_mmu_driver *driver, int force) in psb_mmu_flush_pd_locked()
102 void psb_mmu_flush(struct psb_mmu_driver *driver) in psb_mmu_flush()
165 struct psb_mmu_pd *psb_mmu_alloc_pd(struct psb_mmu_driver *driver, in psb_mmu_alloc_pd()
239 struct psb_mmu_driver *driver = pd->driver; in psb_mmu_free_pagedir() local
408 struct psb_mmu_pd *psb_mmu_get_default_pd(struct psb_mmu_driver *driver) in psb_mmu_get_default_pd()
420 uint32_t psb_get_default_pd_addr(struct psb_mmu_driver *driver) in psb_get_default_pd_addr()
428 void psb_mmu_driver_takedown(struct psb_mmu_driver *driver) in psb_mmu_driver_takedown()
443 struct psb_mmu_driver *driver; in psb_mmu_driver_init() local
/kernel/linux/linux-5.10/drivers/usb/core/
Ddriver.c44 struct device_driver *driver, in usb_store_new_id()
131 static ssize_t new_id_show(struct device_driver *driver, char *buf) in new_id_show()
138 static ssize_t new_id_store(struct device_driver *driver, in new_id_store()
150 static ssize_t remove_id_store(struct device_driver *driver, const char *buf, in remove_id_store()
178 static ssize_t remove_id_show(struct device_driver *driver, char *buf) in remove_id_show()
320 struct usb_driver *driver = to_usb_driver(dev->driver); in usb_probe_interface() local
430 struct usb_driver *driver = to_usb_driver(dev->driver); in usb_unbind_interface() local
539 int usb_driver_claim_interface(struct usb_driver *driver, in usb_driver_claim_interface()
613 void usb_driver_release_interface(struct usb_driver *driver, in usb_driver_release_interface()
1099 void usb_deregister(struct usb_driver *driver) in usb_deregister()
[all …]
/kernel/linux/linux-5.10/drivers/tty/
Dtty_port.c89 struct tty_driver *driver, unsigned index) in tty_port_link_device()
109 struct tty_driver *driver, unsigned index, in tty_port_register_device()
130 struct tty_driver *driver, unsigned index, in tty_port_register_device_attr()
153 struct tty_driver *driver, unsigned index, in tty_port_register_device_attr_serdev()
183 struct tty_driver *driver, unsigned index, in tty_port_register_device_serdev()
202 struct tty_driver *driver, unsigned index) in tty_port_unregister_device()
654 int tty_port_install(struct tty_port *port, struct tty_driver *driver, in tty_port_install()
Dtty_io.c1196 static void pty_line_name(struct tty_driver *driver, int index, char *p) in pty_line_name()
1216 static ssize_t tty_line_name(struct tty_driver *driver, int index, char *p) in tty_line_name()
1235 static struct tty_struct *tty_driver_lookup_tty(struct tty_driver *driver, in tty_driver_lookup_tty()
1283 int tty_standard_install(struct tty_driver *driver, struct tty_struct *tty) in tty_standard_install()
1305 static int tty_driver_install_tty(struct tty_driver *driver, in tty_driver_install_tty()
1322 static void tty_driver_remove_tty(struct tty_driver *driver, struct tty_struct *tty) in tty_driver_remove_tty()
1341 struct tty_driver *driver = tty->driver; in tty_reopen() local
1399 struct tty_struct *tty_init_dev(struct tty_driver *driver, int idx) in tty_init_dev()
1533 struct tty_driver *driver = tty->driver; in release_one_tty() local
1922 struct tty_driver *driver = NULL; in tty_lookup_driver() local
[all …]
Dpty.c369 static int pty_common_install(struct tty_driver *driver, struct tty_struct *tty, in pty_common_install()
449 static int pty_install(struct tty_driver *driver, struct tty_struct *tty) in pty_install()
454 static void pty_remove(struct tty_driver *driver, struct tty_struct *tty) in pty_remove()
698 static struct tty_struct *ptm_unix98_lookup(struct tty_driver *driver, in ptm_unix98_lookup()
714 static struct tty_struct *pts_unix98_lookup(struct tty_driver *driver, in pts_unix98_lookup()
728 static int pty_unix98_install(struct tty_driver *driver, struct tty_struct *tty) in pty_unix98_install()
734 static void pty_unix98_remove(struct tty_driver *driver, struct tty_struct *tty) in pty_unix98_remove()
/kernel/linux/linux-5.10/sound/usb/
Dquirks.c34 struct usb_driver *driver, in create_composite_quirk()
71 struct usb_driver *driver, in ignore_interface_quirk()
84 struct usb_driver *driver, in create_align_transfer_quirk()
93 struct usb_driver *driver, in create_any_midi_quirk()
104 struct usb_driver *driver, in create_standard_audio_quirk()
132 struct usb_driver *driver, in create_fixed_stream_quirk()
197 struct usb_driver *driver) in create_auto_pcm_quirk()
239 struct usb_driver *driver, in create_yamaha_midi_quirk()
271 struct usb_driver *driver, in create_roland_midi_quirk()
295 struct usb_driver *driver, in create_std_midi_quirk()
[all …]
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ishtp/
Dbus.c215 struct ishtp_cl_driver *driver; in ishtp_cl_device_probe() local
241 struct ishtp_cl_driver *driver = to_ishtp_cl_driver(drv); in ishtp_cl_bus_match() local
260 struct ishtp_cl_driver *driver; in ishtp_cl_device_remove() local
291 struct ishtp_cl_driver *driver; in ishtp_cl_device_suspend() local
317 struct ishtp_cl_driver *driver; in ishtp_cl_device_resume() local
350 struct ishtp_cl_driver *driver; in ishtp_cl_device_reset() local
502 int ishtp_cl_driver_register(struct ishtp_cl_driver *driver, in ishtp_cl_driver_register()
522 void ishtp_cl_driver_unregister(struct ishtp_cl_driver *driver) in ishtp_cl_driver_unregister()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Deeh_driver.c258 struct pci_driver *driver; in eeh_pe_report_edev() local
326 struct pci_driver *driver) in eeh_report_error()
352 struct pci_driver *driver) in eeh_report_mmio_enabled()
372 struct pci_driver *driver) in eeh_report_reset()
418 struct pci_driver *driver) in eeh_report_resume()
444 struct pci_driver *driver) in eeh_report_failure()
462 struct pci_driver *driver; in eeh_add_virt_device() local
487 struct pci_driver *driver; in eeh_rmv_device() local
/kernel/linux/linux-5.10/crypto/
Dtestmgr.c63 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test()
1142 const char *driver, in check_hash_result()
1159 const char *driver, const char *vec_name, in check_shash_op()
1174 static int test_shash_vec_cfg(const char *driver, in test_shash_vec_cfg()
1341 const char *driver, const char *vec_name, in check_nonfinal_ahash_op()
1358 static int test_ahash_vec_cfg(const char *driver, in test_ahash_vec_cfg()
1524 static int test_hash_vec_cfg(const char *driver, in test_hash_vec_cfg()
1552 static int test_hash_vec(const char *driver, const struct hash_testvec *vec, in test_hash_vec()
1636 static int test_hash_vs_generic_impl(const char *driver, in test_hash_vs_generic_impl()
1752 static int test_hash_vs_generic_impl(const char *driver, in test_hash_vs_generic_impl()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_pci.c199 struct drm_driver *driver) in drm_get_pci_dev()
252 int drm_legacy_pci_init(struct drm_driver *driver, struct pci_driver *pdriver) in drm_legacy_pci_init()
298 void drm_legacy_pci_exit(struct drm_driver *driver, struct pci_driver *pdriver) in drm_legacy_pci_exit()
Ddrm_drv.c577 struct drm_driver *driver, in drm_dev_init()
669 struct drm_driver *driver) in devm_drm_dev_init()
684 void *__devm_drm_dev_alloc(struct device *parent, struct drm_driver *driver, in __devm_drm_dev_alloc()
719 struct drm_device *drm_dev_alloc(struct drm_driver *driver, in drm_dev_alloc()
864 struct drm_driver *driver = dev->driver; in drm_dev_register() local
/kernel/linux/linux-5.10/drivers/vfio/
Dvfio.c225 struct vfio_iommu_driver *driver, *tmp; in vfio_register_iommu_driver() local
254 struct vfio_iommu_driver *driver; in vfio_unregister_iommu_driver() local
1023 struct vfio_iommu_driver *driver; in vfio_ioctl_check_extension() local
1074 struct vfio_iommu_driver *driver, in __vfio_container_attach_groups()
1100 struct vfio_iommu_driver *driver; in vfio_ioctl_set_iommu() local
1175 struct vfio_iommu_driver *driver; in vfio_fops_unl_ioctl() local
1239 struct vfio_iommu_driver *driver; in vfio_fops_read() local
1254 struct vfio_iommu_driver *driver; in vfio_fops_write() local
1268 struct vfio_iommu_driver *driver; in vfio_fops_mmap() local
1295 struct vfio_iommu_driver *driver; in __vfio_group_unset_container() local
[all …]
/kernel/linux/linux-5.10/include/linux/
Dgreybus.h65 struct device_driver driver; member
85 #define greybus_register(driver) \ argument
87 #define greybus_deregister(driver) \ argument
Dwmi.h36 struct device_driver driver; member
49 #define wmi_driver_register(driver) __wmi_driver_register((driver), THIS_MODULE) argument
/kernel/linux/linux-5.10/Documentation/driver-api/media/
Ddtv-frontend.rst121 .. |delta| unicode:: U+00394
164 .. _dvbv5_stats:
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/
Dvirtgpu_drv.c40 static struct drm_driver driver; variable
192 static struct drm_driver driver = { variable
/kernel/linux/linux-5.10/drivers/staging/greybus/
Dgbphy.h44 struct device_driver driver; member
52 #define gb_gbphy_register(driver) \ argument
54 #define gb_gbphy_deregister(driver) \ argument
/kernel/linux/linux-5.10/Documentation/hid/
Dintel-ish-hid.rst118 3.2.1 IPC/FW message types
144 3.2.2 Transport layer interface

12345678910>>...17