Home
last modified time | relevance | path

Searched refs:resp1 (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec.c110 struct ec_response_host_sleep_event_v1 resp1; in cros_ec_sleep_event() member
124 buf.msg.insize = sizeof(buf.u.resp1); in cros_ec_sleep_event()
141 buf.u.resp1.resume_response.sleep_transitions; in cros_ec_sleep_event()
143 WARN_ONCE(buf.u.resp1.resume_response.sleep_transitions & in cros_ec_sleep_event()
146 buf.u.resp1.resume_response.sleep_transitions & in cros_ec_sleep_event()
/openbmc/webui-vue/src/utilities/
H A DNBDServer.js171 var resp1 = new ArrayBuffer(20);
172 var view1 = new DataView(resp1, 0, 20);
178 this.ws.send(resp1);
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_multiple_interfaces.robot59 ${resp1}= Redfish.Get ${REDFISH_NW_ETH_IFACE}eth0
61 Should Be Equal ${resp1.dict['HostName']} ${resp2.dict['HostName']}
137 ${resp1}= Redfish1.Get ${REDFISH_NW_ETH_IFACE}eth1
140 Should Be Equal ${resp1.dict["DHCPv4"]['UseDNSServers']} ${True}
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dmmc.h25 u32 resp1; /* 0x24 response 1 */ member
/openbmc/linux/drivers/infiniband/hw/erdma/
H A Derdma_cmdq.c411 u64 *resp0, u64 *resp1) in erdma_post_cmd_wait() argument
449 if (resp0 && resp1) { in erdma_post_cmd_wait()
451 *resp1 = *((u64 *)&comp_wait->comp_data[2]); in erdma_post_cmd_wait()
H A Derdma.h265 u64 *resp0, u64 *resp1);
H A Derdma_verbs.c45 u64 resp0, resp1; in create_qp_cmd() local
125 &resp1); in create_qp_cmd()
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dhermes.c175 resp->resp1 = hermes_read_regn(hw, RESP1); in hermes_doicmd_wait()
303 resp->resp1 = hermes_read_regn(hw, RESP1); in hermes_docmd_wait()
656 rc, resp.resp0, resp.resp1, resp.resp2); in hermesi_program_end()
H A Dhermes.h360 u16 status, resp0, resp1, resp2; member
/openbmc/linux/drivers/staging/wlan-ng/
H A Dhfa384x.h826 __le16 resp1; member
927 u16 resp1; member
H A Dhfa384x_usb.c600 result->resp1 = le16_to_cpu(cmdresp->resp1); in usbctlx_get_status()
604 result->status, result->resp0, result->resp1, result->resp2); in usbctlx_get_status()
822 cmd.result.resp0, cmd.result.resp1, cmd.result.resp2); in hfa384x_cmd_initialize()
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_redfish_bmc_code_update.robot279 ${resp1}= Upload Image To BMC ${redfish_update_uri} timeout=${600} data=${file_bin_data1}
294 ${task_info1}= evaluate json.loads('''${resp1.content}''') json
/openbmc/u-boot/drivers/mmc/
H A Dsunxi_mmc.c461 cmd->response[2] = readl(&priv->reg->resp1); in sunxi_mmc_send_cmd_common()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_inband_sdr.robot241 ${resp1}= Run Inband IPMI Standard Command
268 … ${resp1}= Run Keyword and Expect Error *${IPMI_RAW_CMD['Device_SDR']['Reserve_Repository'][5]}*
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py2653 resp1 = session.put(url1, headers=jsonHeader, data=data1, verify=False, timeout=baseTimeout)
2659 if resp.status_code == 200 and resp1.status_code == 200:
2664 return resp.text + resp1.text