Home | History | Annotate | Download | only in uim-sysfs

Lines Matching defs:install

347  * baud rate, flow control and Install the N_TI_WL line discipline
349 int st_uart_config(unsigned char install)
362 if (install == '1') {
363 UIM_DBG("install set to 1");
670 unsigned char install;
780 err = read(st_fd, &install, 1);
781 if ((err > 0) && (install == '1')) {
782 UIM_DBG("install already set");
783 st_uart_config(install);
810 err = read(st_fd, &install, 1);
816 st_uart_config(install);