| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | zynq-topic-miamilite.dts | 2 * Topic Miami Lite board DTS 4 * Copyright (C) 2017 Topic Embedded Products 8 #include "zynq-topic-miami.dts" 11 model = "Topic Miami Lite Zynq Board"; 12 compatible = "topic,miamilite", "xlnx,zynq-7000";
|
| H A D | zynq-topic-miamiplus.dts | 2 * Topic Miami Plus board DTS 4 * Copyright (C) 2016 Topic Embedded Products 8 #include "zynq-topic-miami.dts" 11 model = "Topic Miami+ Zynq Board"; 12 compatible = "topic,miamiplus", "xlnx,zynq-7000";
|
| H A D | zynq-topic-miami.dts | 2 * Topic Miami board DTS 4 * Copyright (C) 2014-2016 Topic Embedded Products 12 model = "Topic Miami Zynq Board"; 13 compatible = "topic,miami", "xlnx,zynq-7000";
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | pmu-events.c | 36 .topic = "branch", 46 .topic = "branch", 56 .topic = "other", 66 .topic = "other", 76 .topic = "other", 94 .topic = "uncore", 106 .topic = "uncore", 188 if (!is_same(table->topic, te->topic)) { in test_pmu_event_table() 189 pr_debug2("testing event table %s: mismatched topic, %s vs %s\n", in test_pmu_event_table() 190 table->name, table->topic, in test_pmu_event_table() [all …]
|
| /OK3568_Linux_fs/u-boot/board/topic/zynq/ |
| H A D | MAINTAINERS | 1 TOPIC BOARD 2 M: Mike Looijmans <mike.looijmans@topic.nl> 4 F: board/topic/zynq/ 5 F: include/configs/topic*.h
|
| H A D | ps7_init_gpl.h | 3 * (c) Copyright 2016 Topic Embedded Products.
|
| /OK3568_Linux_fs/buildroot/board/rockchip/electric/fs-overlay/etc/mosquitto/ |
| H A D | mosquitto.conf | 53 # This option affects the scenario when a client subscribes to a topic that has 55 # message to the topic had access at the time they published, but that access 273 # The listener can be restricted to operating within a topic hierarchy using 446 # Possible destinations are: stdout stderr syslog topic file dlt 453 # topic logs to the broker topic '$SYS/broker/log/<severity>', 535 # Default authentication and topic access control 565 # Topic access is added with lines of the format: 567 # topic [read|write|readwrite|deny] <topic> 570 # This parameter is optional (unless <topic> contains a space character) - if 571 # not given then the access is read/write. <topic> can contain the + or # [all …]
|
| /OK3568_Linux_fs/u-boot/configs/ |
| H A D | topic_miamiplus_defconfig | 2 CONFIG_SYS_VENDOR="topic" 6 CONFIG_BOOT_INIT_FILE="board/topic/zynq/zynq-topic-miamiplus/ps7_regs.txt" 7 CONFIG_DEFAULT_DEVICE_TREE="zynq-topic-miamiplus"
|
| H A D | topic_miami_defconfig | 2 CONFIG_SYS_VENDOR="topic" 6 CONFIG_BOOT_INIT_FILE="board/topic/zynq/zynq-topic-miami/ps7_regs.txt" 7 CONFIG_DEFAULT_DEVICE_TREE="zynq-topic-miami"
|
| H A D | topic_miamilite_defconfig | 2 CONFIG_SYS_VENDOR="topic" 6 CONFIG_BOOT_INIT_FILE="board/topic/zynq/zynq-topic-miamilite/ps7_regs.txt" 7 CONFIG_DEFAULT_DEVICE_TREE="zynq-topic-miamilite"
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | pmu.c | 264 perf_pmu_assign_str(old->name, "topic", &old->topic, &newalias->topic); in perf_pmu_update_alias() 282 zfree(&newalias->topic); in perf_pmu_free_alias() 310 char *long_desc, char *topic, in __perf_pmu__new_alias() argument 377 alias->topic = topic ? strdup(topic) : NULL; in __perf_pmu__new_alias() 780 (char *)pe->long_desc, (char *)pe->topic, in pmu_add_cpu_aliases_map() 1428 char *topic; member 1444 if (as->topic && bs->topic) { in cmp_sevent() 1445 int n = strcmp(as->topic, bs->topic); in cmp_sevent() 1495 char *topic = NULL; in print_pmu_events() local 1523 (alias->topic && in print_pmu_events() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | ltc2471.c | 6 * Copyright (C) 2017 Topic Embedded Products 7 * Author: Mike Looijmans <mike.looijmans@topic.nl> 156 MODULE_AUTHOR("Topic Embedded Products");
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/ |
| H A D | jevents.c | 293 static char *topic; variable 301 i = asprintf(&tp, "%s", topic); in get_topic() 323 free(topic); in add_topic() 324 topic = strdup(bname); in add_topic() 325 if (!topic) { in add_topic() 335 char *topic; member 350 char *topic = pd->topic; in print_events_table_entry() local 363 fprintf(outfp, "\t.topic = \"%s\",\n", topic); in print_events_table_entry() 1006 /* model directory, reset topic */ in process_one_file() 1073 .topic = get_topic(), in process_one_file() [all …]
|
| H A D | README | 26 such as Pipelining, Cache, Memory, Floating-point etc. All events for a topic 28 the topic. Eg: "Floating-point.json". 30 All the topic JSON files for a CPU model/family should be in a separate
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | vexpress.rst | 15 - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html 19 - http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0447-/index.html
|
| H A D | scpi-hwmon.rst | 10 Datasheet: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0922b/index.html
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | ltc2990.c | 5 * Copyright (C) 2014 Topic Embedded Products 6 * Author: Mike Looijmans <mike.looijmans@topic.nl> 278 MODULE_AUTHOR("Topic Embedded Products");
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | 7.AdvancedTopics.rst | 61 of development can be separated into a separate "topic branch" and 118 thing happening; putting up a git tree with unreviewed or off-topic patches 131 branch stick closely to the associated topic; a "driver fixes" branch
|
| /OK3568_Linux_fs/kernel/drivers/pcmcia/ |
| H A D | topic.h | 2 * topic.h 1.8 1999/08/28 04:01:47 28 * topic.h $Release$ 1999/08/28 04:01:47
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-si514.c | 5 * Copyright (C) 2015 Topic Embedded Products 7 * Author: Mike Looijmans <mike.looijmans@topic.nl> 403 MODULE_AUTHOR("Mike Looijmans <mike.looijmans@topic.nl>");
|
| H A D | clk-si544.c | 4 * Copyright (C) 2018 Topic Embedded Products 5 * Author: Mike Looijmans <mike.looijmans@topic.nl> 528 MODULE_AUTHOR("Mike Looijmans <mike.looijmans@topic.nl>");
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | lt3651-charger.c | 4 * Copyright (C) 2017, Topic Embedded Products 204 MODULE_AUTHOR("Mike Looijmans <mike.looijmans@topic.nl>");
|
| /OK3568_Linux_fs/buildroot/package/erlang-p1-mqtree/ |
| H A D | Config.in | 5 Index tree for MQTT topic filters.
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | setup.py | 13 'Topic :: Software Development'])
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | help.py | 7 # with the bulk of the help topic text for the OE Core Image Tools. 1082 wic help - display a help topic 1085 Specify a help topic to display it. Topics are shown above. 1093 wic help [COMMAND or TOPIC] 1097 usage 2: Returns detailed help for a COMMAND or TOPIC 1106 help - Show help for a wic COMMAND or TOPIC 1112 TOPIC:
|