Searched defs:ffs (Results 1 - 25 of 25) sorted by relevance

/linux-4.1.27/arch/cris/include/asm/
H A Dbitops.h33 #define ffs(x) kernel_ffs(x) macro
/linux-4.1.27/include/asm-generic/bitops/
H A Dbuiltin-ffs.h12 static __always_inline int ffs(int x) ffs() function
H A Dffs.h12 static inline int ffs(int x) ffs() function
/linux-4.1.27/arch/openrisc/include/asm/bitops/
H A Dffs.h17 static inline int ffs(int x) ffs() function
/linux-4.1.27/arch/c6x/include/asm/
H A Dbitops.h76 static inline int ffs(int x) ffs() function
/linux-4.1.27/arch/unicore32/include/asm/
H A Dbitops.h36 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); }) macro
/linux-4.1.27/arch/xtensa/include/asm/
H A Dbitops.h62 static inline int ffs(unsigned long x) ffs() function
/linux-4.1.27/arch/parisc/include/asm/
H A Dbitops.h174 static __inline__ int ffs(int x) ffs() function
/linux-4.1.27/arch/arc/include/asm/
H A Dbitops.h297 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); }) macro
/linux-4.1.27/arch/sparc/kernel/
H A Dsparc_ksyms_64.c48 EXPORT_SYMBOL(ffs); variable
/linux-4.1.27/arch/x86/boot/
H A Da20.c25 int ffs = MAX_8042_FF; empty_8042() local
/linux-4.1.27/arch/mips/include/asm/
H A Dbitops.h611 static inline int ffs(int word) ffs() function
/linux-4.1.27/arch/mn10300/include/asm/
H A Dbitops.h215 int ffs(int x) ffs() function
/linux-4.1.27/arch/powerpc/include/asm/
H A Dbitops.h226 static __inline__ int ffs(int x) ffs() function
/linux-4.1.27/arch/avr32/include/asm/
H A Dbitops.h291 static inline int ffs(unsigned long word) ffs() function
/linux-4.1.27/arch/hexagon/include/asm/
H A Dbitops.h235 static inline long ffs(int x) ffs() function
/linux-4.1.27/arch/x86/include/asm/
H A Dbitops.h396 static inline int ffs(int x) ffs() function
/linux-4.1.27/arch/frv/include/asm/
H A Dbitops.h314 int ffs(int x) ffs() function
/linux-4.1.27/arch/arm/include/asm/
H A Dbitops.h294 static inline int ffs(int x) ffs() function
/linux-4.1.27/drivers/usb/gadget/legacy/
H A Dg_ffs.c294 static int functionfs_ready_callback(struct ffs_data *ffs) functionfs_ready_callback() argument
318 static void functionfs_closed_callback(struct ffs_data *ffs) functionfs_closed_callback() argument
/linux-4.1.27/arch/s390/include/asm/
H A Dbitops.h387 static inline int ffs(int word) ffs() function
/linux-4.1.27/arch/m68k/include/asm/
H A Dbitops.h464 static inline int ffs(int x) ffs() function
486 static inline int ffs(int x) ffs() function
/linux-4.1.27/arch/alpha/include/asm/
H A Dbitops.h358 static inline int ffs(int word) ffs() function
/linux-4.1.27/fs/ubifs/
H A Ddebug.c2553 unsigned int from, to, ffs = chance(1, 2); corrupt_data() local
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_fs.c68 struct ffs_data *ffs; member in struct:ffs_function
85 ffs_setup_state_clear_cancelled(struct ffs_data *ffs) ffs_setup_state_clear_cancelled() argument
128 struct ffs_data *ffs; member in struct:ffs_epfile
158 struct ffs_data *ffs; member in struct:ffs_io_data
162 struct ffs_data *ffs; member in struct:ffs_desc_helper
200 struct ffs_data *ffs = req->context; ffs_ep0_complete() local
205 static int __ffs_ep0_queue_wait(struct ffs_data *ffs, char *data, size_t len) __ffs_ep0_queue_wait() argument
241 static int __ffs_ep0_stall(struct ffs_data *ffs) __ffs_ep0_stall() argument
257 struct ffs_data *ffs = file->private_data; ffs_ep0_write() local
396 static ssize_t __ffs_ep0_read_events(struct ffs_data *ffs, char __user *buf, __ffs_ep0_read_events() argument
432 struct ffs_data *ffs = file->private_data; ffs_ep0_read() local
534 struct ffs_data *ffs = inode->i_private; ffs_ep0_open() local
549 struct ffs_data *ffs = file->private_data; ffs_ep0_release() local
560 struct ffs_data *ffs = file->private_data; ffs_ep0_ioctl() local
580 struct ffs_data *ffs = file->private_data; ffs_ep0_poll() local
1115 struct ffs_data *ffs = sb->s_fs_info; ffs_sb_create_file() local
1153 struct ffs_data *ffs = data->ffs_data; ffs_sb_fill() local
1291 struct ffs_data *ffs; ffs_fs_mount() local
1380 static void ffs_data_get(struct ffs_data *ffs) ffs_data_get() argument
1387 static void ffs_data_opened(struct ffs_data *ffs) ffs_data_opened() argument
1399 static void ffs_data_put(struct ffs_data *ffs) ffs_data_put() argument
1413 static void ffs_data_closed(struct ffs_data *ffs) ffs_data_closed() argument
1442 struct ffs_data *ffs = kzalloc(sizeof *ffs, GFP_KERNEL); ffs_data_new() local
1462 static void ffs_data_clear(struct ffs_data *ffs) ffs_data_clear() argument
1481 static void ffs_data_reset(struct ffs_data *ffs) ffs_data_reset() argument
1510 static int functionfs_bind(struct ffs_data *ffs, struct usb_composite_dev *cdev) functionfs_bind() argument
1546 static void functionfs_unbind(struct ffs_data *ffs) functionfs_unbind() argument
1559 static int ffs_epfiles_create(struct ffs_data *ffs) ffs_epfiles_create() argument
1636 struct ffs_data *ffs = func->ffs; ffs_func_eps_enable() local
2053 struct ffs_data *ffs = priv; __ffs_data_do_os_desc() local
2109 static int __ffs_data_got_descs(struct ffs_data *ffs, __ffs_data_got_descs() argument
2236 static int __ffs_data_got_strings(struct ffs_data *ffs, __ffs_data_got_strings() argument
2372 static void __ffs_event_add(struct ffs_data *ffs, __ffs_event_add() argument
2439 static void ffs_event_add(struct ffs_data *ffs, ffs_event_add() argument
2450 static int ffs_ep_addr2idx(struct ffs_data *ffs, u8 endpoint_address) ffs_ep_addr2idx() argument
2734 struct ffs_data *ffs = func->ffs; _ffs_func_bind() local
2911 struct ffs_data *ffs = container_of(work, ffs_reset_work() local
2920 struct ffs_data *ffs = func->ffs; ffs_func_set_alt() local
2964 struct ffs_data *ffs = func->ffs; ffs_func_setup() local
3210 struct ffs_data *ffs = func->ffs; ffs_func_unbind() local
3403 static int ffs_ready(struct ffs_data *ffs) ffs_ready() argument
3436 static void ffs_closed(struct ffs_data *ffs) ffs_closed() argument

Completed in 5646 milliseconds