Searched refs:manf (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/include/pcmcia/
H A Ddevice_id.h17 #define PCMCIA_DEVICE_MANF_CARD(manf, card) { \
20 .manf_id = (manf), \
89 #define PCMCIA_DEVICE_MANF_CARD_PROD_ID1(manf, card, v1, vh1) { \
93 .manf_id = (manf), \
98 #define PCMCIA_DEVICE_MANF_CARD_PROD_ID3(manf, card, v3, vh3) { \
102 .manf_id = (manf), \
110 #define PCMCIA_MFC_DEVICE_MANF_CARD(mfc, manf, card) { \
114 .manf_id = (manf), \
159 #define PCMCIA_PFC_DEVICE_MANF_CARD(mfc, manf, card) { \
163 .manf_id = (manf), \
208 #define PCMCIA_DEVICE_CIS_MANF_CARD(manf, card, _cisfile) { \
212 .manf_id = (manf), \
251 #define PCMCIA_MFC_DEVICE_CIS_MANF_CARD(mfc, manf, card, _cisfile) { \
256 .manf_id = (manf), \
H A Dcistpl.h143 u_short manf; member in struct:cistpl_manfid_t
/linux-4.4.14/drivers/net/can/softing/
H A Dsofting_cs.c41 .manf = 0x0168, .prod = 0x001,
53 .manf = 0x0168, .prod = 0x002,
65 .manf = 0x0168, .prod = 0x004,
77 .manf = 0x0168, .prod = 0x005,
89 .manf = 0x0168, .prod = 0x081,
101 .manf = 0x0168, .prod = 0x084,
113 .manf = 0x0168, .prod = 0x085,
125 .manf = 0x0168, .prod = 0x102,
137 .manf = 0x0168, .prod = 0x105,
162 *softingcs_find_platform_data(unsigned int manf, unsigned int prod) softingcs_find_platform_data() argument
166 for (lp = softingcs_platform_data; lp->manf; ++lp) { softingcs_find_platform_data()
167 if ((lp->manf == manf) && (lp->prod == prod)) softingcs_find_platform_data()
H A Dsofting_platform.h11 unsigned int manf; member in struct:softing_platform_data
/linux-4.4.14/drivers/mfd/
H A Dtc3589x.c251 int manf, ver, ret; tc3589x_chip_init() local
253 manf = tc3589x_reg_read(tc3589x, TC3589x_MANFCODE); tc3589x_chip_init()
254 if (manf < 0) tc3589x_chip_init()
255 return manf; tc3589x_chip_init()
261 if (manf != TC3589x_MANFCODE_MAGIC) { tc3589x_chip_init()
262 dev_err(tc3589x->dev, "unknown manufacturer: %#x\n", manf); tc3589x_chip_init()
266 dev_info(tc3589x->dev, "manufacturer: %#x, version: %#x\n", manf, ver); tc3589x_chip_init()
/linux-4.4.14/drivers/net/wireless/
H A Datmel_cs.c197 #define PCMCIA_DEVICE_MANF_CARD_INFO(manf, card, info) { \
200 .manf_id = (manf), \
/linux-4.4.14/drivers/spi/
H A Dspi-lm70llp.c208 * the lm70 driver could verify it, reading the manf ID. spi_lm70llp_attach()
/linux-4.4.14/drivers/net/hippi/
H A Drrunner.c542 htons(rr_read_eeprom_word(rrpriv, offsetof(struct eeprom, manf.BoardULA))); rr_init()
544 htonl(rr_read_eeprom_word(rrpriv, offsetof(struct eeprom, manf.BoardULA[4]))); rr_init()
1528 offsetof(struct eeprom, manf.HeaderFmt)); rr_load_firmware()
H A Drrunner.h682 struct eeprom_manf manf; member in struct:eeprom
/linux-4.4.14/drivers/pcmcia/
H A Dcistpl.c847 m->manf = get_unaligned_le16(tuple->TupleData); parse_manfid()
H A Dds.c420 p_dev->manf_id = manf_id.manf; pcmcia_device_query()
/linux-4.4.14/drivers/mmc/host/
H A Dmmci.c1731 dev_info(&dev->dev, "%s: PL%03x manf %x rev%u at 0x%08llx irq %d,%d (pio)\n", mmci_probe()

Completed in 614 milliseconds