/Linux-v6.6/arch/um/drivers/ |
D | line.c | 259 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 545 struct tty_driver *driver; in register_lines() local
|
/Linux-v6.6/include/linux/ |
D | arm_ffa.h | 127 struct device_driver driver; member 162 ffa_driver_register(struct ffa_driver *driver, struct module *owner, in ffa_driver_register() 168 static inline void ffa_driver_unregister(struct ffa_driver *driver) {} in ffa_driver_unregister() 175 #define ffa_register(driver) \ argument 177 #define ffa_unregister(driver) \ argument
|
D | ntb_transport.h | 54 struct device_driver driver; member
|
D | tc.h | 83 struct tc_driver *driver; /* Which driver has allocated this member 108 struct device_driver driver; member
|
D | vlynq.h | 69 struct device_driver driver; member 92 static inline int vlynq_register_driver(struct vlynq_driver *driver) in vlynq_register_driver()
|
D | mdio.h | 54 struct device_driver driver; member 60 to_mdio_common_driver(const struct device_driver *driver) in to_mdio_common_driver() 83 to_mdio_driver(const struct device_driver *driver) in to_mdio_driver()
|
/Linux-v6.6/arch/parisc/kernel/ |
D | drivers.c | 100 static int match_device(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-v6.6/drivers/gpu/drm/nouveau/include/nvif/ |
D | client.h | 9 const struct nvif_driver *driver; member
|
/Linux-v6.6/drivers/staging/greybus/ |
D | gbphy.c | 193 int gb_gbphy_register_driver(struct gbphy_driver *driver, in gb_gbphy_register_driver() 215 void gb_gbphy_deregister_driver(struct gbphy_driver *driver) in gb_gbphy_deregister_driver()
|
/Linux-v6.6/Documentation/hid/ |
D | hidintro.rst | 509 .. [#hidraw] read hidraw: see Documentation/hid/hidraw.rst and
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | vio.h | 123 struct device_driver driver; member 131 #define vio_register_driver(driver) \ argument
|
/Linux-v6.6/arch/um/include/shared/ |
D | mem_user.h | 37 char *driver; member
|
/Linux-v6.6/drivers/firmware/arm_scmi/ |
D | bus.c | 274 int scmi_driver_register(struct scmi_driver *driver, struct module *owner, in scmi_driver_register() 299 void scmi_driver_unregister(struct scmi_driver *driver) in scmi_driver_unregister()
|
/Linux-v6.6/drivers/net/usb/ |
D | cdc_ether.c | 121 struct usb_driver *driver = driver_of(intf); in usbnet_generic_cdc_bind() local 363 struct usb_driver *driver = driver_of(intf); in usbnet_cdc_unbind() local
|
/Linux-v6.6/arch/x86/kernel/apic/ |
D | init.c | 91 void __init apic_install_driver(struct apic *driver) in apic_install_driver()
|
/Linux-v6.6/security/selinux/ |
D | avc.c | 185 static struct extended_perms_decision *avc_xperms_decision_lookup(u8 driver, in avc_xperms_decision_lookup() 216 u8 driver, u8 perm) in avc_xperms_allow_perm() 831 static int avc_update_node(u32 event, u32 perms, u8 driver, u8 xperm, u32 ssid, in avc_update_node() 996 u8 driver, u8 xperm, unsigned int flags, in avc_denied() 1019 u8 driver, u8 xperm, struct common_audit_data *ad) in avc_has_extended_perms()
|
/Linux-v6.6/drivers/pci/ |
D | pci-driver.c | 188 static ssize_t new_id_store(struct device_driver *driver, const char *buf, in new_id_store() 256 static ssize_t remove_id_store(struct device_driver *driver, const char *buf, in remove_id_store() 1644 struct pci_driver *driver = to_pci_driver(dev->driver); in pci_dma_configure() local 1672 struct pci_driver *driver = to_pci_driver(dev->driver); in pci_dma_cleanup() local 1699 struct pcie_port_service_driver *driver; in pcie_port_bus_match() local
|
/Linux-v6.6/drivers/scsi/aic94xx/ |
D | aic94xx_init.c | 938 static ssize_t version_show(struct device_driver *driver, char *buf) in version_show() 944 static int asd_create_driver_attrs(struct device_driver *driver) in asd_create_driver_attrs() 949 static void asd_remove_driver_attrs(struct device_driver *driver) in asd_remove_driver_attrs()
|
/Linux-v6.6/drivers/comedi/ |
D | drivers.c | 1032 struct comedi_driver *driver, unsigned long context) in comedi_auto_config() 1125 int comedi_driver_register(struct comedi_driver *driver) in comedi_driver_register() 1145 void comedi_driver_unregister(struct comedi_driver *driver) in comedi_driver_unregister()
|
D | comedi_usb.c | 63 struct comedi_driver *driver, in comedi_usb_auto_config()
|
/Linux-v6.6/include/drm/ |
D | drm_kunit_helpers.h | 54 struct drm_driver *driver; in __drm_kunit_helper_alloc_drm_device() local
|
/Linux-v6.6/drivers/accel/ivpu/ |
D | ivpu_drv.c | 34 static const struct drm_driver driver; variable 396 static const struct drm_driver driver = { variable
|
/Linux-v6.6/tools/usb/usbip/src/ |
D | usbip_unbind.c | 42 const char *driver; in unbind_device() local
|
/Linux-v6.6/drivers/ssb/ |
D | pcihost_wrapper.c | 120 int ssb_pcihost_register(struct pci_driver *driver) in ssb_pcihost_register()
|
/Linux-v6.6/drivers/virtio/ |
D | virtio.c | 352 int register_virtio_driver(struct virtio_driver *driver) in register_virtio_driver() 361 void unregister_virtio_driver(struct virtio_driver *driver) in unregister_virtio_driver()
|