Home
last modified time | relevance | path

Searched refs:cfl (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
Drp2.c342 unsigned long cfl, in __rp2_uart_set_termios() argument
352 ((cfl & CSTOPB) ? RP2_UART_CTL_STOPBITS_m : 0) | in __rp2_uart_set_termios()
353 (((cfl & CSIZE) == CS8) ? RP2_UART_CTL_DATABITS_8 : 0) | in __rp2_uart_set_termios()
354 (((cfl & CSIZE) == CS7) ? RP2_UART_CTL_DATABITS_7 : 0) | in __rp2_uart_set_termios()
355 (((cfl & CSIZE) == CS6) ? RP2_UART_CTL_DATABITS_6 : 0) | in __rp2_uart_set_termios()
356 (((cfl & CSIZE) == CS5) ? RP2_UART_CTL_DATABITS_5 : 0)); in __rp2_uart_set_termios()
364 ((cfl & PARENB) ? RP2_TXRX_CTL_PARENB_m : 0) | in __rp2_uart_set_termios()
365 ((cfl & PARODD) ? 0 : RP2_TXRX_CTL_nPARODD_m) | in __rp2_uart_set_termios()
366 ((cfl & CMSPAR) ? RP2_TXRX_CTL_CMSPAR_m : 0) | in __rp2_uart_set_termios()
367 ((cfl & CRTSCTS) ? (RP2_TXRX_CTL_RTSFLOW_m | in __rp2_uart_set_termios()
/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-std.c191 int gfl,cfl; in pvr2_std_id_to_str() local
193 cfl = 0; in pvr2_std_id_to_str()
202 if (cfl) { in pvr2_std_id_to_str()
208 cfl = !0; in pvr2_std_id_to_str()
/linux-4.1.27/fs/
Dlocks.c761 struct file_lock *cfl; in posix_test_lock() local
772 list_for_each_entry(cfl, &ctx->flc_posix, fl_list) { in posix_test_lock()
773 if (posix_locks_conflict(fl, cfl)) { in posix_test_lock()
774 locks_copy_conflock(fl, cfl); in posix_test_lock()
775 if (cfl->fl_nspid) in posix_test_lock()
776 fl->fl_pid = pid_vnr(cfl->fl_nspid); in posix_test_lock()