Searched refs:ISAPNP_DEVICE (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/linux/ |
D | isapnp.h | 35 #define ISAPNP_DEVICE(x) ((((x)&0xf000)>>8)|\ macro 39 #define ISAPNP_FUNCTION(x) ISAPNP_DEVICE(x) 53 .card_vendor = ISAPNP_VENDOR(_va, _vb, _vc), .card_device = ISAPNP_DEVICE(_device) 68 .card_vendor = ISAPNP_VENDOR(_cva, _cvb, _cvc), .card_device = ISAPNP_DEVICE(_cdevice), \
|
/linux-4.4.14/sound/oss/ |
D | ad1848.c | 2841 ISAPNP_VENDOR('C','M','I'), ISAPNP_DEVICE(0x0001), 2857 ISAPNP_VENDOR('G','R','V'), ISAPNP_DEVICE(0x0001), 2865 { ISAPNP_VENDOR('C','M','I'), ISAPNP_DEVICE(0x0001), 2875 { ISAPNP_VENDOR('G','R','V'), ISAPNP_DEVICE(0x0001),
|