Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hid/bpf/
Dhid_bpf_dispatch.c190 static int device_match_id(struct device *dev, const void *id) in device_match_id() function
204 dev = bus_find_device(hid_ops->bus_type, NULL, &hid_id, device_match_id); in hid_get_device()