/openbmc/linux/include/linux/ |
H A D | siox.h | 53 struct device_driver driver; member 56 static inline struct siox_driver *to_siox_driver(struct device_driver *driver) in to_siox_driver()
|
H A D | moxtet.h | 63 struct device_driver driver; member 83 #define moxtet_register_driver(driver) \ argument
|
H A D | ntb_transport.h | 54 struct device_driver driver; member
|
H A D | pci-epf.h | 100 struct device_driver driver; member 166 struct pci_epf_driver *driver; member 200 #define pci_epf_register_driver(driver) \ argument
|
H A 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
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | at91_udc.c | 657 struct usb_gadget_driver *driver = udc->driver; in reset_gadget() local 682 struct usb_gadget_driver *driver = udc->driver; in stop_activity() local 1314 struct usb_gadget_driver *driver) in at91_start() 1436 int usb_gadget_register_driver(struct usb_gadget_driver *driver) in usb_gadget_register_driver() 1464 int usb_gadget_unregister_driver(struct usb_gadget_driver *driver) in usb_gadget_unregister_driver()
|
H A D | dwc2_udc_otg.c | 229 int usb_gadget_register_driver(struct usb_gadget_driver *driver) in usb_gadget_register_driver() 278 int usb_gadget_unregister_driver(struct usb_gadget_driver *driver) in usb_gadget_unregister_driver() 369 struct usb_gadget_driver *driver) in stop_activity()
|
/openbmc/linux/drivers/tty/hvc/ |
H A D | hvc_console.c | 325 static int hvc_install(struct tty_driver *driver, struct tty_struct *tty) in hvc_install() 856 static int hvc_poll_init(struct tty_driver *driver, int line, char *options) in hvc_poll_init() 861 static int hvc_poll_get_char(struct tty_driver *driver, int line) in hvc_poll_get_char() 876 static void hvc_poll_put_char(struct tty_driver *driver, int line, char ch) in hvc_poll_put_char()
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | domain.c | 50 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
|
/openbmc/linux/tools/usb/usbip/libsrc/ |
H A D | usbip_host_driver.c | 21 const char *driver; in is_my_device() local
|
/openbmc/linux/drivers/usb/serial/ |
H A D | usb-serial.c | 126 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() 743 struct usb_driver *driver = to_usb_driver(iface->dev.driver); in search_serial_device() local 1415 static int usb_serial_register(struct usb_serial_driver *driver) in usb_serial_register()
|
/openbmc/qemu/include/crypto/ |
H A D | hmac.h | 21 void *driver; member
|
H A D | cipher.h | 83 const QCryptoCipherDriver *driver; member
|
/openbmc/linux/drivers/firmware/arm_ffa/ |
H A D | bus.c | 105 int ffa_driver_register(struct ffa_driver *driver, struct module *owner, in ffa_driver_register() 126 void ffa_driver_unregister(struct ffa_driver *driver) in ffa_driver_unregister()
|
/openbmc/docs/ |
H A D | kernel-development.md | 53 ### Exceptions
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | client.h | 9 const struct nvif_driver *driver; member
|
/openbmc/linux/include/drm/ |
H A D | drm_mipi_dsi.h | 349 struct device_driver driver; member 356 to_mipi_dsi_driver(struct device_driver *driver) in to_mipi_dsi_driver() 375 #define mipi_dsi_driver_register(driver) \ argument
|
/openbmc/linux/Documentation/hid/ |
H A D | hidintro.rst | 509 .. [#hidraw] read hidraw: see Documentation/hid/hidraw.rst and
|
/openbmc/linux/arch/um/drivers/ |
H A 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 547 struct tty_driver *driver; in register_lines() local
|
/openbmc/linux/arch/um/include/shared/ |
H A D | mem_user.h | 37 char *driver; member
|
/openbmc/linux/arch/parisc/kernel/ |
H A 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()
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | init.c | 91 void __init apic_install_driver(struct apic *driver) in apic_install_driver()
|
/openbmc/linux/drivers/staging/greybus/ |
H A 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()
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-smbus.c | 36 struct i2c_driver *driver; in smbus_do_alert() local 74 struct i2c_driver *driver; in smbus_do_alert_force() local
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | vio.h | 123 struct device_driver driver; member 131 #define vio_register_driver(driver) \ argument
|