Searched refs:ISAPNP_FUNCTION (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
H A D | isapnp.h | 24 #define ISAPNP_FUNCTION(x) ISAPNP_DEVICE(x) macro 42 { .vendor = ISAPNP_VENDOR(_va, _vb, _vc), .function = ISAPNP_FUNCTION(_function) } 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/net/ethernet/8390/ |
H A D | ne.c | 115 ISAPNP_VENDOR('A','X','E'), ISAPNP_FUNCTION(0x2011), 118 ISAPNP_VENDOR('E','D','I'), ISAPNP_FUNCTION(0x0216), 121 ISAPNP_VENDOR('P','N','P'), ISAPNP_FUNCTION(0x80d6),
|
H A D | smc-ultra.c | 104 { ISAPNP_VENDOR('S','M','C'), ISAPNP_FUNCTION(0x8416), 105 ISAPNP_VENDOR('S','M','C'), ISAPNP_FUNCTION(0x8416),
|
/linux/drivers/comedi/drivers/ |
H A D | ni_atmio.c | 238 ISAPNP_FUNCTION(ni_boards[i].isapnp_id), in ni_isapnp_find_board()
|
/linux/drivers/pcmcia/ |
H A D | i82365.c | 741 ISAPNP_FUNCTION(0x0e00), (unsigned long) "Intel 82365-Compatible" }, 743 ISAPNP_FUNCTION(0x0e01), (unsigned long) "Cirrus Logic CL-PD6720" }, 745 ISAPNP_FUNCTION(0x0e02), (unsigned long) "VLSI VL82C146" },
|
/linux/drivers/staging/gpib/hp_82341/ |
H A D | hp_82341.c | 490 ISAPNP_FUNCTION(0x1411), NULL); in hp_82341_find_isapnp_board()
|
/linux/drivers/staging/gpib/tnt4882/ |
H A D | tnt4882_gpib.c | 1014 ISAPNP_FUNCTION(ISAPNP_ID_NI_ATGPIB_TNT), NULL); in ni_isapnp_find()
|