Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/serial/
A Drp2.c338 unsigned long cfl, in __rp2_uart_set_termios() argument
348 ((cfl & CSTOPB) ? RP2_UART_CTL_STOPBITS_m : 0) | in __rp2_uart_set_termios()
349 (((cfl & CSIZE) == CS8) ? RP2_UART_CTL_DATABITS_8 : 0) | in __rp2_uart_set_termios()
350 (((cfl & CSIZE) == CS7) ? RP2_UART_CTL_DATABITS_7 : 0) | in __rp2_uart_set_termios()
351 (((cfl & CSIZE) == CS6) ? RP2_UART_CTL_DATABITS_6 : 0) | in __rp2_uart_set_termios()
352 (((cfl & CSIZE) == CS5) ? RP2_UART_CTL_DATABITS_5 : 0)); in __rp2_uart_set_termios()
360 ((cfl & PARENB) ? RP2_TXRX_CTL_PARENB_m : 0) | in __rp2_uart_set_termios()
361 ((cfl & PARODD) ? 0 : RP2_TXRX_CTL_nPARODD_m) | in __rp2_uart_set_termios()
362 ((cfl & CMSPAR) ? RP2_TXRX_CTL_CMSPAR_m : 0) | in __rp2_uart_set_termios()
363 ((cfl & CRTSCTS) ? (RP2_TXRX_CTL_RTSFLOW_m | in __rp2_uart_set_termios()
/linux-6.3-rc2/drivers/media/usb/pvrusb2/
A Dpvrusb2-std.c177 int gfl,cfl; in pvr2_std_id_to_str() local
179 cfl = 0; in pvr2_std_id_to_str()
188 if (cfl) { in pvr2_std_id_to_str()
194 cfl = !0; in pvr2_std_id_to_str()
/linux-6.3-rc2/sound/soc/intel/common/
A DMakefile8 soc-acpi-intel-cnl-match.o soc-acpi-intel-cfl-match.o \
/linux-6.3-rc2/fs/
A Dlocks.c889 struct file_lock *cfl; in posix_test_lock() local
903 list_for_each_entry(cfl, &ctx->flc_posix, fl_list) { in posix_test_lock()
904 if (!posix_locks_conflict(fl, cfl)) in posix_test_lock()
906 if (cfl->fl_lmops && cfl->fl_lmops->lm_lock_expirable in posix_test_lock()
907 && (*cfl->fl_lmops->lm_lock_expirable)(cfl)) { in posix_test_lock()
908 owner = cfl->fl_lmops->lm_mod_owner; in posix_test_lock()
909 func = cfl->fl_lmops->lm_expire_lock; in posix_test_lock()
916 locks_copy_conflock(fl, cfl); in posix_test_lock()
/linux-6.3-rc2/include/linux/
A Dfilelock.h46 bool (*lm_lock_expirable)(struct file_lock *cfl);
/linux-6.3-rc2/fs/nfsd/
A Dnfs4state.c7094 nfsd4_lm_lock_expirable(struct file_lock *cfl) in nfsd4_lm_lock_expirable() argument
7096 struct nfs4_lockowner *lo = (struct nfs4_lockowner *)cfl->fl_owner; in nfsd4_lm_lock_expirable()
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Dintel_pm.c4791 CG_FUNCS(cfl);

Completed in 39 milliseconds