Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/hid/tests/
Dtest_wacom_generic.py594 unit_set = field.unit != 0
595 assert unit_set == expect_physical
597 if unit_set:
/Linux-v6.6/drivers/net/ppp/
Dppp_generic.c291 static int unit_set(struct idr *p, void *ptr, int n);
1188 ret = unit_set(&pn->units_idr, ppp, unit); in ppp_unit_register()
3563 static int unit_set(struct idr *p, void *ptr, int n) in unit_set() function