Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c238 if (!test_and_set_bit(ffs(HID_STAT_REPROBED), &hdev->status)) in hid_bpf_reconnect()
/openbmc/linux/include/linux/
H A Dhid.h578 #define HID_STAT_REPROBED BIT(3) macro
/openbmc/linux/drivers/hid/
H A Dhid-core.c2669 clear_bit(ffs(HID_STAT_REPROBED), &hdev->status); in hid_device_probe()
2902 !test_and_set_bit(ffs(HID_STAT_REPROBED), &hdev->status)) in __hid_bus_reprobe_drivers()