/Linux-v6.1/drivers/usb/gadget/function/ |
D | f_fs.c | 71 struct ffs_data *ffs; member 88 ffs_setup_state_clear_cancelled(struct ffs_data *ffs) in ffs_setup_state_clear_cancelled() 131 struct ffs_data *ffs; member 227 struct ffs_data *ffs; member 234 struct ffs_data *ffs; member 271 struct ffs_data *ffs = req->context; in ffs_ep0_complete() local 276 static int __ffs_ep0_queue_wait(struct ffs_data *ffs, char *data, size_t len) in __ffs_ep0_queue_wait() 313 static int __ffs_ep0_stall(struct ffs_data *ffs) in __ffs_ep0_stall() 329 struct ffs_data *ffs = file->private_data; in ffs_ep0_write() local 468 static ssize_t __ffs_ep0_read_events(struct ffs_data *ffs, char __user *buf, in __ffs_ep0_read_events() [all …]
|
/Linux-v6.1/arch/arc/include/asm/ |
D | bitops.h | 97 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); }) macro 144 static inline __attribute__ ((const)) int ffs(unsigned int x) in ffs() function
|
/Linux-v6.1/include/asm-generic/bitops/ |
D | builtin-ffs.h | 13 #define ffs(x) __builtin_ffs(x) macro
|
D | ffs.h | 13 static inline int ffs(int x) in ffs() function
|
/Linux-v6.1/arch/openrisc/include/asm/bitops/ |
D | ffs.h | 13 static inline int ffs(int x) in ffs() function
|
/Linux-v6.1/arch/csky/include/asm/ |
D | bitops.h | 12 static inline int ffs(int x) in ffs() function
|
/Linux-v6.1/drivers/usb/gadget/legacy/ |
D | g_ffs.c | 276 static int functionfs_ready_callback(struct ffs_data *ffs) in functionfs_ready_callback() 300 static void functionfs_closed_callback(struct ffs_data *ffs) in functionfs_closed_callback()
|
/Linux-v6.1/arch/x86/boot/ |
D | a20.c | 23 int ffs = MAX_8042_FF; in empty_8042() local
|
/Linux-v6.1/arch/xtensa/include/asm/ |
D | bitops.h | 60 static inline int ffs(unsigned long x) in ffs() function
|
/Linux-v6.1/arch/parisc/include/asm/ |
D | bitops.h | 164 static __inline__ int ffs(int x) in ffs() function
|
/Linux-v6.1/arch/hexagon/include/asm/ |
D | bitops.h | 241 static inline int ffs(int x) in ffs() function
|
/Linux-v6.1/arch/mips/include/asm/ |
D | bitops.h | 438 static inline int ffs(int word) in ffs() function
|
/Linux-v6.1/arch/m68k/include/asm/ |
D | bitops.h | 478 static inline int ffs(int x) in ffs() function 500 static inline int ffs(int x) in ffs() function
|
/Linux-v6.1/arch/x86/include/asm/ |
D | bitops.h | 346 #define ffs(x) (__builtin_constant_p(x) ? __builtin_ffs(x) : variable_ffs(x)) macro
|
/Linux-v6.1/arch/alpha/include/asm/ |
D | bitops.h | 356 static inline int ffs(int word) in ffs() function
|
/Linux-v6.1/arch/s390/include/asm/ |
D | bitops.h | 323 static inline int ffs(int word) in ffs() function
|
/Linux-v6.1/fs/ubifs/ |
D | debug.c | 2571 unsigned int from, to, ffs = chance(1, 2); in corrupt_data() local
|
/Linux-v6.1/drivers/net/wireless/realtek/rtw88/ |
D | coex.c | 3663 int ffs, fls; in rtw_coex_addr_info() local
|