Searched refs:bitmap_xor (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/input/joystick/ |
| H A D | sensehat-joystick.c | 49 bitmap_xor(&changes, &curr_states, &sensehat_joystick->prev_states, in sensehat_joystick_report()
|
| /linux/drivers/input/keyboard/ |
| H A D | cypress-sf.c | 47 bitmap_xor(&changed, &keystates, &touchkey->keystates, in cypress_sf_irq_handler()
|
| H A D | mt6779-keypad.c | 63 bitmap_xor(change, new_state, keypad->keymap_state, MTK_KPD_NUM_BITS); in mt6779_keypad_irq_handler()
|
| /linux/include/linux/ |
| H A D | nodemask.h | 187 bitmap_xor(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_xor()
|
| H A D | bitmap.h | 375 void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor() function
|
| H A D | cpumask.h | 761 bitmap_xor(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_xor()
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 1036 bitmap_xor(bitmap_dst, bitmap, bitmap_other, NUM_VMA_FLAG_BITS);
|
| /linux/lib/ |
| H A D | test_bitmap.c | 1532 bitmap_xor(NULL, NULL, NULL, 0); in test_zero_nbits()
|
| /linux/drivers/gpio/ |
| H A D | gpio-pca953x.c | 992 bitmap_xor(cur_stat, new_stat, old_stat, gc->ngpio); in pca953x_irq_pending()
|
| H A D | gpiolib.c | 3524 bitmap_xor(value_bitmap, value_bitmap, in gpiod_get_array_value_complex() 3864 bitmap_xor(value_bitmap, value_bitmap, in gpiod_set_array_value_complex()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ethtool.c | 1760 bitmap_xor(change_flags, pf->flags, orig_flags, ICE_PF_FLAGS_NBITS); in ice_set_priv_flags()
|