Home
last modified time | relevance | path

Searched refs:Seq (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/Documentation/networking/device_drivers/can/ctu/
Dctucanfd-driver.rst420 | Seq | A | B | C | |
432 | Seq | | B | C | |
444 | Seq | E | B | C | D | |
/Linux-v6.6/Documentation/scsi/
DBusLogic.rst362 the "Use Bus And Device # For PCI Scanning Seq." option to OFF.
413 the AutoSCSI "Use Bus And Device # For PCI Scanning Seq." option.
/Linux-v6.6/Documentation/userspace-api/ioctl/
Dioctl-number.rst70 Code Seq# Include File Comments
/Linux-v6.6/fs/ntfs3/
Dfslog.c1064 static inline u64 vbo_to_lsn(struct ntfs_log *log, u32 off, u64 Seq) in vbo_to_lsn() argument
1066 return (off >> 3) + (Seq << log->file_data_bits); in vbo_to_lsn()