Home
last modified time | relevance | path

Searched refs:client_name (Results 1 – 3 of 3) sorted by relevance

/drivers/hwmon/
Dlm78.c604 const char *client_name; in lm78_i2c_detect() local
632 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()
Dw83781d.c1105 const char *client_name; in w83781d_detect() local
1169 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()
/drivers/video/msm/
Dmddi.c92 char client_name[20]; member
795 printk(KERN_INFO "mddi: publish: %s\n", mddi->client_name); in mddi_probe()