Searched refs:tmon (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/thermal/broadcom/ |
H 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/ |
H 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. 13 specifier value is tmon ID and it should be 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>; [all …]
|
/linux/tools/thermal/tmon/ |
H 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
|
H A D | .gitignore | 2 /tmon
|
/linux/arch/arm64/boot/dts/broadcom/stingray/ |
H 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/ |
H A D | Makefile | 107 tmon: FORCE target 125 tmon freefall iio objtool kvm_stat wmi \ 210 $(call descend,thermal/tmon,clean)
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_progs.c | 738 struct tmonitor_ctx *tmon; member 782 netns_obj->tmon = traffic_monitor_start(nsname, test_name, subtest_name); in netns_new() 783 if (!netns_obj->tmon) { in netns_new() 788 netns_obj->tmon = NULL; in netns_new() 799 traffic_monitor_stop(netns_obj->tmon); in netns_new() 815 traffic_monitor_stop(netns_obj->tmon); in netns_free()
|
/linux/arch/arm64/boot/dts/microchip/ |
H A D | sparx5.dtsi | 418 tmon0: tmon@610508110 {
|
/linux/ |
H A D | MAINTAINERS | 4866 F: Documentation/devicetree/bindings/thermal/brcm,avs-tmon.yaml
|