Searched refs:bitmap_bitremap (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpio/ |
| A D | gpio-xilinx.c | 80 return bitmap_bitremap(bit, chip->hw_map, chip->sw_map, 64); in xgpio_from_bit() 85 return bitmap_bitremap(gpio, chip->sw_map, chip->hw_map, 64); in xgpio_to_bit()
|
| /linux/lib/ |
| A D | bitmap.c | 1053 int bitmap_bitremap(int oldbit, const unsigned long *old, in bitmap_bitremap() function 1063 EXPORT_SYMBOL(bitmap_bitremap);
|
| /linux/include/linux/ |
| A D | bitmap.h | 213 int bitmap_bitremap(int oldbit,
|
| A D | nodemask.h | 350 return bitmap_bitremap(oldbit, oldp->bits, newp->bits, nbits); in __node_remap()
|
| /linux/ |
| A D | vmlinux.symvers | 2166 0x00000000 bitmap_bitremap vmlinux EXPORT_SYMBOL
|
| A D | System.map | 16492 ffff80001048eb90 T bitmap_bitremap
|
| A D | .tmp_System.map | 16492 ffff80001048eb90 T bitmap_bitremap
|
Completed in 990 milliseconds