/linux/drivers/usb/gadget/function/ |
H A D | f_fs.c | 79 struct ffs_data *ffs; member 97 ffs_setup_state_clear_cancelled(struct ffs_data *ffs) in ffs_setup_state_clear_cancelled() 140 struct ffs_data *ffs; member 160 struct ffs_data *ffs; member 261 struct ffs_data *ffs; member 268 struct ffs_data *ffs; member 305 struct ffs_data *ffs = req->context; in ffs_ep0_complete() local 310 static int __ffs_ep0_queue_wait(struct ffs_data *ffs, char *data, size_t len) in __ffs_ep0_queue_wait() 352 static int __ffs_ep0_stall(struct ffs_data *ffs) in __ffs_ep0_stall() 368 struct ffs_data *ffs = file->private_data; in ffs_ep0_write() local [all …]
|
/linux/arch/arc/include/asm/ |
H 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/include/asm-generic/bitops/ |
H A D | builtin-ffs.h | 13 #define ffs(x) __builtin_ffs(x) macro
|
H A D | ffs.h | 43 #define ffs(x) generic_ffs(x) macro
|
/linux/arch/openrisc/include/asm/bitops/ |
H A D | ffs.h | 13 static inline int ffs(int x) in ffs() function
|
/linux/drivers/usb/gadget/legacy/ |
H A D | g_ffs.c | 272 static int functionfs_ready_callback(struct ffs_data *ffs) in functionfs_ready_callback() 296 static void functionfs_closed_callback(struct ffs_data *ffs) in functionfs_closed_callback()
|
/linux/arch/csky/include/asm/ |
H A D | bitops.h | 12 static inline int ffs(int x) in ffs() function
|
/linux/arch/x86/boot/ |
H A D | a20.c | 23 int ffs = MAX_8042_FF; in empty_8042() local
|
/linux/arch/xtensa/include/asm/ |
H A D | bitops.h | 60 static inline int ffs(unsigned long x) in ffs() function
|
/linux/arch/parisc/include/asm/ |
H A D | bitops.h | 164 static __inline__ int ffs(int x) in ffs() function
|
/linux/arch/s390/include/asm/ |
H A D | bitops.h | 194 static inline int ffs(int word) in ffs() function
|
/linux/arch/hexagon/include/asm/ |
H A D | bitops.h | 241 static inline int ffs(int x) in ffs() function
|
/linux/arch/mips/include/asm/ |
H A D | bitops.h | 461 static inline int ffs(int word) in ffs() function
|
/linux/arch/m68k/include/asm/ |
H A D | bitops.h | 499 static inline int ffs(int x) in ffs() function 521 static inline int ffs(int x) in ffs() function
|
/linux/arch/riscv/include/asm/ |
H A D | bitops.h | 136 #define ffs(x) (__builtin_constant_p(x) ? __builtin_ffs(x) : variable_ffs(x)) macro
|
/linux/arch/alpha/include/asm/ |
H A D | bitops.h | 376 static inline int ffs(int word) in ffs() function
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | coex.c | 3671 int ffs, fls; in rtw_coex_addr_info() local
|