Searched refs:get_vendor (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/macintosh/ams/ |
D | ams.h | 43 u8 (*get_vendor)(void); member
|
D | ams-pmu.c | 157 ams_info.get_vendor = ams_pmu_get_vendor; in ams_pmu_init()
|
D | ams-core.c | 173 ams_info.vflag = !!(ams_info.get_vendor() & 0x10); in ams_sensor_attach()
|
D | ams-i2c.c | 269 ams_info.get_vendor = ams_i2c_get_vendor; in ams_i2c_init()
|
/linux-2.6.39/drivers/media/dvb/bt8xx/ |
D | dst.c | 971 u8 get_vendor[] = { 0x00, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; in dst_get_vendor() local 972 get_vendor[7] = dst_check_sum(get_vendor, 7); in dst_get_vendor() 973 if (dst_command(state, get_vendor, 8) < 0) { in dst_get_vendor()
|