Searched refs:tmon (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/thermal/broadcom/ |
| A D | sr-thermal.c | 30 struct sr_tmon tmon[SR_TMON_MAX_LIST]; member 35 struct sr_tmon *tmon = thermal_zone_device_priv(tz); in sr_get_temp() local 36 struct sr_thermal *sr_thermal = tmon->priv; in sr_get_temp() 38 *temp = readl(sr_thermal->regs + SR_TMON_TEMP_BASE(tmon->tmon_id)); in sr_get_temp() 52 struct sr_tmon *tmon; in sr_thermal_probe() local 78 tmon = sr_thermal->tmon; in sr_thermal_probe() 79 for (i = 0; i < SR_TMON_MAX_LIST; i++, tmon++) { in sr_thermal_probe() 85 tmon->tmon_id = i; in sr_thermal_probe() 86 tmon->priv = sr_thermal; in sr_thermal_probe() 87 tz = devm_thermal_of_zone_register(dev, i, tmon, in sr_thermal_probe()
|
| /linux/Documentation/devicetree/bindings/thermal/ |
| A D | brcm,sr-thermal.txt | 7 - reg : Memory where tmon data will be available. 8 - brcm,tmon-mask: A one cell bit mask of valid TMON sources. 14 in correspond with brcm,tmon-mask. 24 tmon: tmon@0 { 27 brcm,tmon-mask = <0x3f>; 36 thermal-sensors = <&tmon 0>; 48 thermal-sensors = <&tmon 1>; 60 thermal-sensors = <&tmon 2>; 72 thermal-sensors = <&tmon 3>; 84 thermal-sensors = <&tmon 4>; [all …]
|
| A D | brcm,avs-tmon.yaml | 4 $id: http://devicetree.org/schemas/thermal/brcm,avs-tmon.yaml# 21 - brcm,avs-tmon-bcm7216 22 - brcm,avs-tmon-bcm7445 23 - const: brcm,avs-tmon 35 - const: tmon 49 compatible = "brcm,avs-tmon-bcm7445", "brcm,avs-tmon"; 52 interrupt-names = "tmon";
|
| /linux/tools/thermal/tmon/ |
| A D | README | 26 tmon.c : main function for set up and configurations. 39 $ sudo ./tmon -h 40 Usage: tmon [OPTION...] 43 -l, --log log data to /var/tmp/tmon.log 50 $ sudo ./tmon
|
| A D | .gitignore | 2 /tmon
|
| /linux/arch/arm64/boot/dts/broadcom/stingray/ |
| A D | stingray.dtsi | 618 tmon: tmon@0 { label 621 brcm,tmon-mask = <0x3f>; 630 thermal-sensors = <&tmon 0>; 642 thermal-sensors = <&tmon 1>; 654 thermal-sensors = <&tmon 2>; 666 thermal-sensors = <&tmon 3>; 678 thermal-sensors = <&tmon 4>; 690 thermal-sensors = <&tmon 5>;
|
| /linux/tools/ |
| A D | Makefile | 107 tmon: FORCE target 125 tmon freefall iio objtool kvm_stat wmi \ 210 $(call descend,thermal/tmon,clean)
|
| /linux/Documentation/devicetree/bindings/hwmon/ |
| A D | microchip,sparx5-temp.yaml | 39 tmon0: tmon@610508110 {
|
| /linux/tools/testing/selftests/bpf/ |
| A D | test_progs.c | 651 struct tmonitor_ctx *tmon; member 695 netns_obj->tmon = traffic_monitor_start(nsname, test_name, subtest_name); in netns_new() 696 if (!netns_obj->tmon) { in netns_new() 701 netns_obj->tmon = NULL; in netns_new() 712 traffic_monitor_stop(netns_obj->tmon); in netns_new() 728 traffic_monitor_stop(netns_obj->tmon); in netns_free()
|
| /linux/arch/arm64/boot/dts/microchip/ |
| A D | sparx5.dtsi | 418 tmon0: tmon@610508110 {
|
| /linux/ |
| A D | MAINTAINERS | 4757 F: Documentation/devicetree/bindings/thermal/brcm,avs-tmon.yaml
|
Completed in 738 milliseconds