Lines Matching refs:manf
41 .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) in softingcs_find_platform_data() argument
166 for (lp = softingcs_platform_data; lp->manf; ++lp) { in softingcs_find_platform_data()
167 if ((lp->manf == manf) && (lp->prod == prod)) in softingcs_find_platform_data()