Home
last modified time | relevance | path

Searched refs:ISAPNP_VENDOR (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Disapnp.h17 #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 Dradio-sf16fmi.c233 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 Dni_atmio.c237 ISAPNP_VENDOR('N', 'I', 'C'), in ni_isapnp_find_board()
/linux/drivers/gpib/hp_82341/
H A Dhp_82341.c489 *dev = pnp_find_dev(NULL, ISAPNP_VENDOR('H', 'W', 'P'), in hp_82341_find_isapnp_board()
/linux/drivers/gpib/tnt4882/
H A Dtnt4882_gpib.c28 static const int ISAPNP_VENDOR_ID_NI = ISAPNP_VENDOR('N', 'I', 'C');