Home
last modified time | relevance | path

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

/linux/drivers/media/usb/pvrusb2/
H 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/drivers/tty/serial/
H A Drp2.c337 unsigned long cfl, in __rp2_uart_set_termios() argument
347 ((cfl & CSTOPB) ? RP2_UART_CTL_STOPBITS_m : 0) | in __rp2_uart_set_termios()
348 (((cfl & CSIZE) == CS8) ? RP2_UART_CTL_DATABITS_8 : 0) | in __rp2_uart_set_termios()
349 (((cfl & CSIZE) == CS7) ? RP2_UART_CTL_DATABITS_7 : 0) | in __rp2_uart_set_termios()
350 (((cfl & CSIZE) == CS6) ? RP2_UART_CTL_DATABITS_6 : 0) | in __rp2_uart_set_termios()
351 (((cfl & CSIZE) == CS5) ? RP2_UART_CTL_DATABITS_5 : 0)); in __rp2_uart_set_termios()
359 ((cfl & PARENB) ? RP2_TXRX_CTL_PARENB_m : 0) | in __rp2_uart_set_termios()
360 ((cfl & PARODD) ? 0 : RP2_TXRX_CTL_nPARODD_m) | in __rp2_uart_set_termios()
361 ((cfl & CMSPAR) ? RP2_TXRX_CTL_CMSPAR_m : 0) | in __rp2_uart_set_termios()
362 ((cfl & CRTSCTS) ? (RP2_TXRX_CTL_RTSFLOW_m | in __rp2_uart_set_termios()
/linux/fs/
H A Dlocks.c1013 struct file_lock *cfl; in posix_test_lock() local
1027 list_for_each_entry(cfl, &ctx->flc_posix, c.flc_list) { in posix_test_lock()
1028 if (!posix_test_locks_conflict(fl, cfl)) in posix_test_lock()
1030 if (cfl->fl_lmops && cfl->fl_lmops->lm_lock_expirable in posix_test_lock()
1031 && (*cfl->fl_lmops->lm_lock_expirable)(cfl)) { in posix_test_lock()
1032 owner = cfl->fl_lmops->lm_mod_owner; in posix_test_lock()
1033 func = cfl->fl_lmops->lm_expire_lock; in posix_test_lock()
1040 locks_copy_conflock(fl, cfl); in posix_test_lock()
/linux/sound/soc/intel/common/
H A DMakefile6 soc-acpi-intel-cnl-match.o soc-acpi-intel-cfl-match.o \
/linux/include/linux/
H A Dfilelock.h43 bool (*lm_lock_expirable)(struct file_lock *cfl);
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c1443 u32 cfl; in prep_smp_v3_hw() local
1462 cfl = (req_len - SMP_CRC_SIZE) / BYTE_TO_DW; in prep_smp_v3_hw()
1463 hdr->dw2 = cpu_to_le32((cfl << CMD_HDR_CFL_OFF) | in prep_smp_v3_hw()
/linux/fs/nfsd/
H A Dnfs4state.c7966 nfsd4_lm_lock_expirable(struct file_lock *cfl) in nfsd4_lm_lock_expirable() argument
7968 struct nfs4_lockowner *lo = (struct nfs4_lockowner *) cfl->c.flc_owner; in nfsd4_lm_lock_expirable()