Home
last modified time | relevance | path

Searched full:function (Results 1 – 25 of 3337) sorted by relevance

12345678910>>...134

/openbmc/u-boot/arch/arm/dts/
H A Duniphier-pinctrl.dtsi11 function = "aout";
16 function = "ain1";
21 function = "ain2";
26 function = "ainiec1";
31 function = "aout1";
36 function = "aout2";
41 function = "aout3";
46 function = "aoutiec1";
51 function = "aoutiec2";
56 function = "emmc";
[all …]
H A Dast2400.dtsi626 function = "ACPI";
631 function = "ADC0";
636 function = "ADC1";
641 function = "ADC10";
646 function = "ADC11";
651 function = "ADC12";
656 function = "ADC13";
661 function = "ADC14";
666 function = "ADC15";
671 function = "ADC2";
[all …]
H A Dast2500.dtsi666 function = "ACPI";
671 function = "ADC0";
676 function = "ADC1";
681 function = "ADC10";
686 function = "ADC11";
691 function = "ADC12";
696 function = "ADC13";
701 function = "ADC14";
706 function = "ADC15";
711 function = "ADC2";
[all …]
H A Dast2600.dtsi1032 function = "FMCQUAD";
1037 function = "SPI1";
1042 function = "SPI1ABR";
1047 function = "SPI1CS1";
1052 function = "SPI1WP";
1057 function = "SPI1QUAD";
1062 function = "SPI2";
1067 function = "SPI2CS1";
1072 function = "SPI2CS2";
1077 function = "SPI2QUAD";
[all …]
H A Dtegra124-nyan-big.dts86 nvidia,function = "gmi";
93 nvidia,function = "i2s1";
100 nvidia,function = "i2s1";
107 nvidia,function = "i2s1";
114 nvidia,function = "i2s1";
121 nvidia,function = "sdmmc3";
128 nvidia,function = "sdmmc3";
135 nvidia,function = "rsvd2";
142 nvidia,function = "rsvd2";
149 nvidia,function = "sdmmc3";
[all …]
H A Dmeson-gxl.dtsi114 function = "uart_ao";
122 function = "uart_ao";
129 function = "uart_ao_b";
136 function = "uart_ao_b";
144 function = "uart_ao_b";
151 function = "remote_input_ao";
159 function = "i2c_ao";
166 function = "pwm_ao_a";
173 function = "pwm_ao_a";
180 function = "pwm_ao_b";
[all …]
H A Dmeson-gxbb.dtsi83 function = "uart_ao";
91 function = "uart_ao";
98 function = "uart_ao_b";
106 function = "uart_ao_b";
113 function = "remote_input_ao";
121 function = "i2c_ao";
128 function = "pwm_ao_a_3";
135 function = "pwm_ao_a_6";
142 function = "pwm_ao_a_12";
149 function = "pwm_ao_b";
[all …]
H A Dtegra124-apalis.dts128 nvidia,function = "i2s2";
135 nvidia,function = "i2s2";
142 nvidia,function = "i2s2";
149 nvidia,function = "i2s2";
156 nvidia,function = "extperiph1";
165 nvidia,function = "vgp5";
174 nvidia,function = "pwm3";
183 nvidia,function = "vi_alt3";
192 nvidia,function = "hda";
199 nvidia,function = "hda";
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DPCIeDevice.interface.yaml3 the device properties and function properties for all 8 possible functions
4 that are needed for the device identification. The PCIe function's
29 The Class Code for this function. This property is deprecated, it has
34 The Device Class for this function. This property is deprecated, it
39 The Device ID for this function. This property is deprecated, it has
44 Indicates if the function is Physical or Virtual This property is
49 The Revision ID for this function. This property is deprecated, it has
54 The Subsystem ID for this function. This property is deprecated, it
59 The Subsystem Vendor ID for this function. This property is
64 The Vendor ID for this function. This property is deprecated, it has
[all …]
H A DPCIeFunction.interface.yaml2 This defines a PCIe function to be exposed for system management. It
3 includes the function properties that are shown in the space configuration.
17 Indicates the Function number in the BDF byte.
21 The Device ID for this function.
25 The Revision ID for this function.
29 The Subsystem ID for this function.
33 The Subsystem Vendor ID for this function.
37 The Vendor ID for this function.
41 The Base Class Code for this function.
45 The SubClass for this function.
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js7 (function(root, factory) {
8 if (typeof define === "function" && define.amd) {
9 define("typeahead.js", [ "jquery" ], function(a0) {
17 })(this, function($) {
18 var _ = function() {
21 isMsie: function() {
24 isBlankString: function(str) {
27 escapeRegExChars: function(str) {
30 isString: function(obj) {
33 isNumber: function(obj) {
[all …]
H A Dui-bootstrap-tpls-0.11.0.js8function(a,b,c){function d(a){for(var b in a)if(void 0!==f.style[b])return a[b]}var e=function(d,f…
9function(a,b){return(b?c:"")+a.toLowerCase()})}var b={placement:"top",animation:!0,popupDelay:0},c…
H A Dui-bootstrap-tpls-0.11.0.min.js8function(a,b,c){function d(a){for(var b in a)if(void 0!==f.style[b])return a[b]}var e=function(d,f…
9function(a,b){return(b?c:"")+a.toLowerCase()})}var b={placement:"top",animation:!0,popupDelay:0},c…
H A Dlibtoaster.js6 var libtoaster = (function () {
21 * selectedCB: function to call once an item has been selected; has
26 function _makeTypeahead(jQElement, xhrUrl, xhrParams, selectedCB) {
42 source: function (query, syncResults, asyncResults) {
50 xhrReq = $.getJSON(xhrUrl, xhrParams, function (data) {
63 display: function (item) {
69 suggestion: function (item) {
79 jQElement.on("typeahead:select", function (event, item) {
90 function _startABuild (url, targets, onsuccess, onfail) {
97 targets = targets.reduce(function(prevV, nextV){
[all …]
/openbmc/phosphor-webui/app/overview/controllers/
H A Dsystem-overview-controller.js9 window.angular && (function(angular) {
14 function($scope, $window, APIUtils, dataService, Constants, $q) {
31 function loadOverviewData() {
35 function(data) {
36 $scope.logs = data.data.filter(function(log) {
40 function(error) {
45 function(data) {
49 function(error) {
54 function(data) {
61 function(error) {
[all …]
/openbmc/phosphor-webui/app/configuration/controllers/
H A Dfirmware-controller.js9 window.angular && (function(angular) {
15 function(
21 $scope.gotoAnchor = function() {
49 $scope.activateImage = function(imageId, imageVersion, imageType) {
56 function waitForActive(imageId) {
59 pollActivationTimer = $interval(function() {
61 function(state) {
76 function(error) {
95 $scope.activateConfirmed = function() {
98 function(state) {
[all …]
H A Dnetwork-controller.js9 window.angular && (function(angular) {
15 function(
32 $scope.selectInterface = function(interfaceId) {
40 $scope.addDNSField = function() {
44 $scope.removeDNSField = function(index) {
48 $scope.addIpv4Field = function() {
53 $scope.removeIpv4Address = function(index) {
62 $scope.setNetworkSettings = function() {
143 function(response) {
154 $timeout(function() {
[all …]
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dpower-usage-controller.js9 window.angular && (function(angular) {
14 function($scope, $window, APIUtils, $route, $q, toastService) {
20 function loadPowerData() {
24 function(data) {
27 function(error) {
32 function(data) {
35 function(error) {
44 $q.all(promises).finally(function() {
49 $scope.setPowerCap = function() {
64 function() {
[all …]
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dlog-controller.js9 window.angular && (function(angular) {
14 function(paginationTemplateProvider) {
22 function(
56 $scope.loadLogs = function() {
58 APIUtils.getLogs().then(function(result) {
60 var log = result.data.filter(function(item) {
75 $scope.jsonData = function(data) {
79 $scope.filterBySeverity = function(log) {
88 $scope.filterByStatus = function(log) {
95 $scope.filterByDate = function(log) {
[all …]
/openbmc/phosphor-webui/app/common/directives/
H A Dapp-header.js1 window.angular && (function(angular) {
6 function(APIUtils) {
14 function(
39 ws.onopen = function() {
45 ws.onclose = function() {
49 // Websocket event handling function which catches the
51 ws.onmessage = function(evt) {
63 // function, adding ws under $scope etc.. but auto
70 $scope.loadServerHealth = function() {
71 APIUtils.getLogs().then(function(result) {
[all …]
H A Dlog-event.js1 window.angular && (function(angular) {
6 function(APIUtils) {
13 function($rootScope, $scope, dataService, $location, $timeout) {
15 $scope.copySuccess = function(event) {
17 $timeout(function() {
21 $scope.copyFailed = function(err) {
24 $scope.resolveEvent = function(event) {
27 function(data) {
30 function(error) {
35 $scope.accept = function() {
[all …]
/openbmc/phosphor-pid-control/tools/
H A Dfan_rpm_loop_unittest.sh3 function SourceModule() {
8 function SetupShims() {
9 function MkDir() { echo "MkDir $*"; }
10 function Mv() { echo "Mv $*"; }
11 function Sleep() { echo "Sleep $*"; }
12 function SystemCtl() { echo "SystemCtl $*"; }
13 function CommandRpm() { echo "CommandRpm $*"; }
16 function TestRunRpmStepsWorks() {
23 function TestMainRejectsLowMinAndMax() {
34 function TestMainWorks() {
[all …]
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js9 window.angular && (function(angular) {
13 function($http, $cookies, Constants, $q, DataService, $interval) {
21 validIPV4IP: function(ip) {
26 getRedfishSysName: function() {
33 function(response) {
37 function(error) {
41 getSystemLogs: function(recordType) {
54 function(response) {
56 angular.forEach(response.data['Members'], function(log) {
65 function(error) {
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DPCIeFunction.v1_6_0.json76 "Other": "Other class. The function Class Code needs to be verified.",
94 "CXL": "A PCIe function supporting CXL extensions.",
95 "PCIe": "A standard PCIe function."
105 "Physical": "A physical PCIe function.",
106 "Virtual": "A virtual PCIe function."
138 … "description": "The link to the CXL logical device to which this function is assigned.",
139 …CXLLogicalDevice` that represents the CXL logical device to which this PCIe function is assigned.",
144 … "description": "An array of links to the drives that this PCIe function produces.",
148 … links to resources of type `Drive` that represent the drives associated with this PCIe function.",
156 … "description": "An array of links to the Ethernet interfaces that this PCIe function produces.",
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DPCIeFunction.v1_6_0.json76 "Other": "Other class. The function Class Code needs to be verified.",
94 "CXL": "A PCIe function supporting CXL extensions.",
95 "PCIe": "A standard PCIe function."
105 "Physical": "A physical PCIe function.",
106 "Virtual": "A virtual PCIe function."
138 … "description": "The link to the CXL logical device to which this function is assigned.",
139 …CXLLogicalDevice` that represents the CXL logical device to which this PCIe function is assigned.",
144 … "description": "An array of links to the drives that this PCIe function produces.",
148 … links to resources of type `Drive` that represent the drives associated with this PCIe function.",
156 … "description": "An array of links to the Ethernet interfaces that this PCIe function produces.",
[all …]

12345678910>>...134