Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/hid/tests/
Dtest_wacom_generic.py595 unit_set = field.unit != 0
596 assert unit_set == expect_physical
598 if unit_set:
/linux-6.12.1/drivers/net/ppp/
Dppp_generic.c292 static int unit_set(struct idr *p, void *ptr, int n);
1205 ret = unit_set(&pn->units_idr, ppp, unit); in ppp_unit_register()
3578 static int unit_set(struct idr *p, void *ptr, int n) in unit_set() function