Searched refs:BusType (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | test_multitouch.py | 11 from hidtools.util import BusType namespace 109 input_info=(BusType.USB, 1, 2), 1113 input_info=(BusType.USB, 0x0596, 0x0500), 1124 input_info=(BusType.USB, 0x0596, 0x0506), 1135 input_info=(BusType.USB, 0x2101, 0x1011), 1172 input_info=(BusType.USB, 0x0486, 0x0185), 1182 input_info=(BusType.USB, 0x03EB, 0x201C), 1191 input_info=(BusType.USB, 0x03EB, 0x211C), 1200 input_info=(BusType.USB, 0x2087, 0x0A02), 1209 input_info=(BusType [all...] |
H A D | test_ite_keyboard.py | 10 from hidtools.util import BusType namespace 131 input_info=(BusType.USB, 0x06CB, 0x2968),
|
H A D | test_tablet.py | 12 from hidtools.util import BusType namespace 374 input_info=(BusType.USB, 1, 2), 704 # input_info=(BusType.USB, 0x0eef, 0x7224), 712 # input_info=(BusType.USB, 0x0eef, 0x72fa), 720 # input_info=(BusType.USB, 0x0eef, 0x7336), 728 # input_info=(BusType.USB, 0x0eef, 0x7337), 736 # input_info=(BusType.USB, 0x0eef, 0x7349), 744 # input_info=(BusType.USB, 0x0eef, 0x73f4), 752 # input_info=(BusType.USB, 0x6615, 0x0070)) 760 input_info=(BusType [all...] |
H A D | test_sony.py | 19 from hidtools.util import BusType namespace 118 if uhdev.bus == BusType.BLUETOOTH:
|
H A D | test_apple_keyboard.py | 10 from hidtools.util import BusType namespace 145 input_info=(BusType.BLUETOOTH, 0x05AC, 0x0256),
|
H A D | test_mouse.py | 11 from hidtools.util import BusType namespace 323 device_input_info = (BusType.USB, 0x2717, 0x003B)
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | rocket.c | 547 if (ctlp->BusType == isPCI) in rp_do_poll() 1268 if (info->ctlp->BusType == isISA) in reset_rm2() 1843 CtlP->BusType = isPCI; /* controller release 1 */ in sPCIInitController() 2571 CtlP->BusType = isISA; in sInitController()
|
H A D | rocket_int.h | 307 int BusType; member
|
Completed in 13 milliseconds