Lines Matching defs:driver
3 * pti.c - PTI driver for cJTAG data extration
9 * The PTI (Parallel Trace Interface) driver directs trace data routed from
154 * The overhead is only 32 bytes since the driver only writes to HW
446 * @driver: tty driver information.
453 static int pti_tty_install(struct tty_driver *driver, struct tty_struct *tty)
457 int ret = tty_standard_install(driver, tty);
481 * tied to tty's of this driver.
526 * @tty: contains tty info of the pti driver.
553 * Slightly easier to debug if this driver needs debugging.
681 * pti_console_device()- Return the driver tty structure and set the
684 * @c: Console device of the driver.
698 * pti_console_setup()- Initialize console variables used by the driver.
781 * things up in the driver.
784 * @ent: pci_device_id struct for pti driver.
802 pr_err("%s(%d): CHAR registration failed of pti driver\n",
901 * pti_init()- Overall entry/init call to the pti driver.
917 pr_err("%s(%d): Memory allocation failed for ptiTTY driver\n",
936 pr_err("%s(%d): TTY registration failed of pti driver\n",
946 pr_err("%s(%d): PCI registration failed of pti driver\n",
963 * pti_exit()- Unregisters this module as a tty and pci driver.