Searched refs:ISAPNP_VENDOR (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | isapnp.h | 17 #define ISAPNP_VENDOR(a,b,c) (((((a)-'A'+1)&0x3f)<<2)|\ macro 38 .card_vendor = ISAPNP_VENDOR(_va, _vb, _vc), .card_device = ISAPNP_DEVICE(_device) 42 { .vendor = ISAPNP_VENDOR(_va, _vb, _vc), .function = ISAPNP_FUNCTION(_function) } 53 .card_vendor = ISAPNP_VENDOR(_cva, _cvb, _cvc), .card_device = ISAPNP_DEVICE(_cdevice), \ 54 .vendor = ISAPNP_VENDOR(_dva, _dvb, _dvc), .function = ISAPNP_FUNCTION(_dfunction)
|
| /linux/drivers/media/radio/ |
| H A D | radio-sf16fmi.c | 233 ISAPNP_VENDOR('M','F','R'), ISAPNP_FUNCTION(0xad10), 0}, 236 ISAPNP_VENDOR('M','F','R'), ISAPNP_FUNCTION(0xad12), 0},
|
| /linux/drivers/comedi/drivers/ |
| H A D | ni_atmio.c | 237 ISAPNP_VENDOR('N', 'I', 'C'), in ni_isapnp_find_board()
|
| /linux/drivers/gpib/hp_82341/ |
| H A D | hp_82341.c | 489 *dev = pnp_find_dev(NULL, ISAPNP_VENDOR('H', 'W', 'P'), in hp_82341_find_isapnp_board()
|
| /linux/drivers/gpib/tnt4882/ |
| H A D | tnt4882_gpib.c | 28 static const int ISAPNP_VENDOR_ID_NI = ISAPNP_VENDOR('N', 'I', 'C');
|