Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/hid/
HDhidbus.c290 bool is_bus; in hidbus_detach_children() local
295 is_bus = device_get_devclass(dev) == devclass_find("hidbus"); in hidbus_detach_children()
296 bus = is_bus ? dev : device_get_parent(dev); in hidbus_detach_children()
301 if (is_bus) { in hidbus_detach_children()
719 bool is_bus; in hid_set_report_descr() local
724 is_bus = device_get_devclass(dev) == devclass_find("hidbus"); in hid_set_report_descr()
725 bus = is_bus ? dev : device_get_parent(dev); in hid_set_report_descr()
732 if (is_bus && sc->overloaded) in hid_set_report_descr()