Home
last modified time | relevance | path

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

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