| /kernel/linux/linux-6.6/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() 318 static int __ffs_ep0_stall(struct ffs_data *ffs) in __ffs_ep0_stall() 334 struct ffs_data *ffs = file->private_data; in ffs_ep0_write() local 471 static ssize_t __ffs_ep0_read_events(struct ffs_data *ffs, char __user *buf, in __ffs_ep0_read_events() [all …]
|
| D | f_generic.c | 55 struct ffs_data *ffs; member 67 static inline enum ffs_setup_state ffs_setup_state_clear_cancelled(struct ffs_data *ffs) in ffs_setup_state_clear_cancelled() 107 struct ffs_data *ffs; member 202 struct ffs_data *ffs; member 207 struct ffs_data *ffs; member 244 static struct ffs_memory *generic_find_ep0_memory_area(struct ffs_data *ffs, uint64_t buf, uint32_t… in generic_find_ep0_memory_area() 267 struct ffs_data *ffs = req->context; in ffs_ep0_complete() local 277 struct ffs_data *ffs = io_data->ffs; in ffs_ep0_async_io_complete() local 291 static int __ffs_ep0_queue_wait(struct ffs_data *ffs, char *data, size_t len) in __ffs_ep0_queue_wait() 328 static int __ffs_ep0_stall(struct ffs_data *ffs) in __ffs_ep0_stall() [all …]
|
| /kernel/linux/linux-5.10/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() 133 struct ffs_data *ffs; member 229 struct ffs_data *ffs; member 233 struct ffs_data *ffs; member 270 struct ffs_data *ffs = req->context; in ffs_ep0_complete() local 275 static int __ffs_ep0_queue_wait(struct ffs_data *ffs, char *data, size_t len) in __ffs_ep0_queue_wait() 317 static int __ffs_ep0_stall(struct ffs_data *ffs) in __ffs_ep0_stall() 333 struct ffs_data *ffs = file->private_data; in ffs_ep0_write() local 472 static ssize_t __ffs_ep0_read_events(struct ffs_data *ffs, char __user *buf, in __ffs_ep0_read_events() [all …]
|
| D | f_generic.c | 54 struct ffs_data *ffs; member 66 static inline enum ffs_setup_state ffs_setup_state_clear_cancelled(struct ffs_data *ffs) in ffs_setup_state_clear_cancelled() 106 struct ffs_data *ffs; member 200 struct ffs_data *ffs; member 204 struct ffs_data *ffs; member 241 static struct ffs_memory *generic_find_ep0_memory_area(struct ffs_data *ffs, uint64_t buf, uint32_t… in generic_find_ep0_memory_area() 264 struct ffs_data *ffs = req->context; in ffs_ep0_complete() local 274 struct ffs_data *ffs = io_data->ffs; in ffs_ep0_async_io_complete() local 288 static int __ffs_ep0_queue_wait(struct ffs_data *ffs, char *data, size_t len) in __ffs_ep0_queue_wait() 325 static int __ffs_ep0_stall(struct ffs_data *ffs) in __ffs_ep0_stall() [all …]
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/arch/openrisc/include/asm/bitops/ |
| D | ffs.h | 13 static inline int ffs(int x) in ffs() function
|
| /kernel/linux/linux-5.10/arch/openrisc/include/asm/bitops/ |
| D | ffs.h | 13 static inline int ffs(int x) in ffs() function
|
| /kernel/linux/linux-5.10/arch/arc/include/asm/ |
| D | bitops.h | 279 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); }) macro 326 static inline __attribute__ ((const)) int ffs(unsigned long x) in ffs() function
|
| /kernel/linux/linux-6.6/arch/csky/include/asm/ |
| D | bitops.h | 12 static inline int ffs(int x) in ffs() function
|
| /kernel/linux/linux-5.10/arch/c6x/include/asm/ |
| D | bitops.h | 73 static inline int ffs(int x) in ffs() function
|
| /kernel/linux/linux-5.10/arch/csky/include/asm/ |
| D | bitops.h | 13 static inline int ffs(int x) in ffs() function
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/drivers/usb/gadget/legacy/ |
| 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()
|
| /kernel/linux/linux-5.10/arch/x86/boot/ |
| D | a20.c | 23 int ffs = MAX_8042_FF; in empty_8042() local
|
| /kernel/linux/linux-6.6/arch/x86/boot/ |
| D | a20.c | 23 int ffs = MAX_8042_FF; in empty_8042() local
|
| /kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
| D | bitops.h | 60 static inline int ffs(unsigned long x) in ffs() function
|
| /kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
| D | bitops.h | 60 static inline int ffs(unsigned long x) in ffs() function
|
| /kernel/linux/linux-5.10/arch/parisc/include/asm/ |
| D | bitops.h | 166 static __inline__ int ffs(int x) in ffs() function
|
| /kernel/linux/linux-6.6/arch/parisc/include/asm/ |
| D | bitops.h | 164 static __inline__ int ffs(int x) in ffs() function
|
| /kernel/linux/linux-6.6/arch/hexagon/include/asm/ |
| D | bitops.h | 241 static inline int ffs(int x) in ffs() function
|
| /kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
| D | bitops.h | 221 static inline int ffs(int x) in ffs() function
|