Searched refs:ds1775 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | windfarm_lm75_sensor.c | 37 unsigned int ds1775 : 1; member 95 int rc, ds1775; in wf_lm75_probe() local 99 ds1775 = id->driver_data; in wf_lm75_probe() 101 ds1775 = !!of_device_get_match_data(&client->dev); in wf_lm75_probe() 104 ds1775 ? "ds1775" : "lm75", client->addr); in wf_lm75_probe() 139 lm->ds1775 = ds1775; in wf_lm75_probe() 166 { "MAC,ds1775", 1 }, 173 { .compatible = "ds1775", [all...] |
H A D | therm_windtunnel.c | 321 np = of_find_compatible_node(adapter->dev.of_node, NULL, "MAC,ds1775"); in do_attach() 325 strlcpy(info.type, "MAC,ds1775", I2C_NAME_SIZE); in do_attach() 405 enum chip { ds1775, adm1030 }; enumerator 408 { "MAC,ds1775", ds1775 }, 428 case ds1775: in do_probe()
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | windfarm_lm75_sensor.c | 36 unsigned int ds1775 : 1; member 94 int rc, ds1775; in wf_lm75_probe() local 98 ds1775 = id->driver_data; in wf_lm75_probe() 100 ds1775 = !!of_device_get_match_data(&client->dev); in wf_lm75_probe() 103 ds1775 ? "ds1775" : "lm75", client->addr); in wf_lm75_probe() 138 lm->ds1775 = ds1775; in wf_lm75_probe() 163 { "MAC,ds1775", 1 }, 170 { .compatible = "ds1775", [all...] |
H A D | therm_windtunnel.c | 323 np = of_find_compatible_node(adapter->dev.of_node, NULL, "MAC,ds1775"); in do_attach() 327 strscpy(info.type, "MAC,ds1775", I2C_NAME_SIZE); in do_attach() 406 enum chip { ds1775, adm1030 }; enumerator 409 { "MAC,ds1775", ds1775 }, 430 case ds1775: in do_probe()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | lm75.c | 29 ds1775, enumerator 130 [ds1775] = { 640 { "ds1775", ds1775, }, 675 .compatible = "dallas,ds1775", 676 .data = (void *)ds1775
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | lm75.c | 29 ds1775, enumerator 139 [ds1775] = { 657 { "ds1775", ds1775, }, 697 .compatible = "dallas,ds1775", 698 .data = (void *)ds1775
|
Completed in 6 milliseconds