Searched refs:client_name (Results 1 – 3 of 3) sorted by relevance
604 const char *client_name; in lm78_i2c_detect() local632 client_name = "lm78"; in lm78_i2c_detect()634 client_name = "lm79"; in lm78_i2c_detect()647 strlcpy(info->type, client_name, I2C_NAME_SIZE); in lm78_i2c_detect()
1105 const char *client_name; in w83781d_detect() local1169 client_name = "w83781d"; in w83781d_detect()1171 client_name = "w83782d"; in w83781d_detect()1173 client_name = "w83783s"; in w83781d_detect()1175 client_name = "as99127f"; in w83781d_detect()1188 strlcpy(info->type, client_name, I2C_NAME_SIZE); in w83781d_detect()
92 char client_name[20]; member795 printk(KERN_INFO "mddi: publish: %s\n", mddi->client_name); in mddi_probe()