Home
last modified time | relevance | path

Searched refs:I2C_HID_RESET_PENDING (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/hid/i2c-hid/
Di2c-hid-core.c67 #define I2C_HID_RESET_PENDING 1 macro
463 set_bit(I2C_HID_RESET_PENDING, &ihid->flags); in i2c_hid_start_hwreset()
476 clear_bit(I2C_HID_RESET_PENDING, &ihid->flags); in i2c_hid_start_hwreset()
489 clear_bit(I2C_HID_RESET_PENDING, &ihid->flags); in i2c_hid_finish_hwreset()
491 !test_bit(I2C_HID_RESET_PENDING, &ihid->flags), in i2c_hid_finish_hwreset()
494 clear_bit(I2C_HID_RESET_PENDING, &ihid->flags); in i2c_hid_finish_hwreset()
528 if (test_and_clear_bit(I2C_HID_RESET_PENDING, &ihid->flags)) in i2c_hid_get_input()