/linux-6.3-rc2/drivers/usb/gadget/function/ |
A D | f_fs.c | 71 struct ffs_data *ffs; member 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 1572 struct ffs_data *ffs; in ffs_fs_get_tree() local 1991 struct ffs_data *ffs; in ffs_func_eps_enable() local 2413 struct ffs_data *ffs = priv; in __ffs_data_do_os_desc() local 3129 struct ffs_data *ffs = func->ffs; in _ffs_func_bind() local 3320 struct ffs_data *ffs = func->ffs; in ffs_func_set_alt() local [all …]
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A 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-6.3-rc2/include/asm-generic/bitops/ |
A D | builtin-ffs.h | 13 #define ffs(x) __builtin_ffs(x) macro
|
A D | ffs.h | 13 static inline int ffs(int x) in ffs() function
|
/linux-6.3-rc2/arch/openrisc/include/asm/bitops/ |
A D | ffs.h | 13 static inline int ffs(int x) in ffs() function
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | bitops.h | 12 static inline int ffs(int x) in ffs() function
|
/linux-6.3-rc2/drivers/usb/gadget/legacy/ |
A 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-6.3-rc2/arch/x86/boot/ |
A D | a20.c | 23 int ffs = MAX_8042_FF; in empty_8042() local
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | bitops.h | 60 static inline int ffs(unsigned long x) in ffs() function
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | bitops.h | 164 static __inline__ int ffs(int x) in ffs() function
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | bitops.h | 241 static inline int ffs(int x) in ffs() function
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | bitops.h | 438 static inline int ffs(int word) in ffs() function
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | bitops.h | 478 static inline int ffs(int x) in ffs() function 500 static inline int ffs(int x) in ffs() function
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | bitops.h | 346 #define ffs(x) (__builtin_constant_p(x) ? __builtin_ffs(x) : variable_ffs(x)) macro
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | bitops.h | 356 static inline int ffs(int word) in ffs() function
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | bitops.h | 323 static inline int ffs(int word) in ffs() function
|
/linux-6.3-rc2/fs/ubifs/ |
A D | debug.c | 2571 unsigned int from, to, ffs = chance(1, 2); in corrupt_data() local
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw88/ |
A D | coex.c | 3662 int ffs, fls; in rtw_coex_addr_info() local
|