/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_fs.c | 68 struct ffs_data *ffs; member 85 ffs_setup_state_clear_cancelled(struct ffs_data *ffs) in ffs_setup_state_clear_cancelled() 128 struct ffs_data *ffs; member 158 struct ffs_data *ffs; member 162 struct ffs_data *ffs; member 200 struct ffs_data *ffs = req->context; in ffs_ep0_complete() local 205 static int __ffs_ep0_queue_wait(struct ffs_data *ffs, char *data, size_t len) in __ffs_ep0_queue_wait() 241 static int __ffs_ep0_stall(struct ffs_data *ffs) in __ffs_ep0_stall() 257 struct ffs_data *ffs = file->private_data; in ffs_ep0_write() local 396 static ssize_t __ffs_ep0_read_events(struct ffs_data *ffs, char __user *buf, in __ffs_ep0_read_events() [all …]
|
/linux-4.4.14/include/asm-generic/bitops/ |
D | builtin-ffs.h | 12 static __always_inline int ffs(int x) in ffs() function
|
D | ffs.h | 12 static inline int ffs(int x) in ffs() function
|
/linux-4.4.14/arch/cris/include/asm/ |
D | bitops.h | 33 #define ffs(x) kernel_ffs(x) macro
|
/linux-4.4.14/arch/openrisc/include/asm/bitops/ |
D | ffs.h | 17 static inline int ffs(int x) in ffs() function
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | bitops.h | 76 static inline int ffs(int x) in ffs() function
|
/linux-4.4.14/arch/arc/include/asm/ |
D | bitops.h | 284 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); }) macro 331 static inline __attribute__ ((const)) int ffs(unsigned long x) in ffs() function
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | bitops.h | 36 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); }) macro
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | g_ffs.c | 280 static int functionfs_ready_callback(struct ffs_data *ffs) in functionfs_ready_callback() 304 static void functionfs_closed_callback(struct ffs_data *ffs) in functionfs_closed_callback()
|
/linux-4.4.14/arch/x86/boot/ |
D | a20.c | 25 int ffs = MAX_8042_FF; in empty_8042() local
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | bitops.h | 174 static __inline__ int ffs(int x) in ffs() function
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | bitops.h | 62 static inline int ffs(unsigned long x) in ffs() function
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | bitops.h | 215 int ffs(int x) in ffs() function
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | bitops.h | 291 static inline int ffs(unsigned long word) in ffs() function
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | bitops.h | 235 static inline long ffs(int x) in ffs() function
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | bitops.h | 226 static __inline__ int ffs(int x) in ffs() function
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | bitops.h | 464 static inline int ffs(int x) in ffs() function 486 static inline int ffs(int x) in ffs() function
|
/linux-4.4.14/arch/mips/include/asm/ |
D | bitops.h | 611 static inline int ffs(int word) in ffs() function
|
/linux-4.4.14/arch/x86/include/asm/ |
D | bitops.h | 396 static inline int ffs(int x) in ffs() function
|
/linux-4.4.14/arch/frv/include/asm/ |
D | bitops.h | 235 int ffs(int x) in ffs() function
|
/linux-4.4.14/arch/arm/include/asm/ |
D | bitops.h | 294 static inline int ffs(int x) in ffs() function
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | bitops.h | 358 static inline int ffs(int word) in ffs() function
|
/linux-4.4.14/arch/s390/include/asm/ |
D | bitops.h | 401 static inline int ffs(int word) in ffs() function
|
/linux-4.4.14/fs/ubifs/ |
D | debug.c | 2553 unsigned int from, to, ffs = chance(1, 2); in corrupt_data() local
|