/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | ipq9574.dtsi | 165 qcom,rpm-msg-ram = <&rpm_msg_ram>; 210 compatible = "qcom,rpm-msg-ram";
|
H A D | qcm2290.dtsi | 207 qcom,rpm-msg-ram = <&rpm_msg_ram>; 292 qcom,rpm-msg-ram = <&rpm_msg_ram>; 731 compatible = "qcom,rpm-msg-ram";
|
/openbmc/linux/drivers/media/pci/cx88/ |
H A D | cx88-cards.c | 3114 struct i2c_msg msg = { .addr = 0x45, .flags = 0 }; in dvico_fusionhdtv_hybrid_init() local 3133 msg.buf = init_bufs[i]; in dvico_fusionhdtv_hybrid_init() 3134 msg.len = (i != 12 ? 5 : 2); in dvico_fusionhdtv_hybrid_init() 3135 err = i2c_transfer(&core->i2c_adap, &msg, 1); in dvico_fusionhdtv_hybrid_init()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | drxd_hard.c | 191 struct i2c_msg msg = {.addr = adr, .flags = 0, .buf = data, .len = len }; in i2c_write() local 193 if (i2c_transfer(adap, &msg, 1) != 1) in i2c_write() 199 u8 adr, u8 *msg, int len, u8 *answ, int alen) in i2c_read() argument 204 .buf = msg, .len = len in i2c_read()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pci-tegra.c | 1637 static void tegra_compose_msi_msg(struct irq_data *data, struct msi_msg *msg) in tegra_compose_msi_msg() argument 1641 msg->address_lo = lower_32_bits(msi->phys); in tegra_compose_msi_msg() 1642 msg->address_hi = upper_32_bits(msi->phys); in tegra_compose_msi_msg() 1643 msg->data = data->hwirq; in tegra_compose_msi_msg()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | init.c | 1078 struct i2c_msg msg = { in init_zm_i2c() local 1083 if (adap && (ret = i2c_transfer(adap, &msg, 1)) != 1) in init_zm_i2c() 2172 struct i2c_msg msg[] = { in init_i2c_long_if() local 2178 ret = i2c_transfer(adap, msg, 2); in init_i2c_long_if()
|
/openbmc/qemu/tests/qtest/ |
H A D | migration-test.c | 811 g_autofree char *msg = g_strdup_printf("machine %s not supported", machine_alias); in test_migrate_start() local 812 g_test_skip(msg); in test_migrate_start() 1735 g_autofree char *msg = g_strdup_printf("machine %s not supported", machine_alias); in test_vmstate_checker_script() local 1736 g_test_skip(msg); in test_vmstate_checker_script()
|
/openbmc/linux/include/trace/events/ |
H A D | f2fs.h | 1449 TP_PROTO(struct super_block *sb, int reason, const char *msg), 1451 TP_ARGS(sb, reason, msg), 1456 __string(dest_msg, msg) 1462 __assign_str(dest_msg, msg);
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 5000 char msg[STRERR_BUFSIZE]; in map_is_reuse_compat() local 5010 libbpf_strerror_r(errno, msg, sizeof(msg))); in map_is_reuse_compat() 12381 char msg[STRERR_BUFSIZE]; in perf_buffer__open_cpu_buf() local 12397 cpu, libbpf_strerror_r(err, msg, sizeof(msg))); in perf_buffer__open_cpu_buf() 12408 cpu, libbpf_strerror_r(err, msg, sizeof(msg))); in perf_buffer__open_cpu_buf() 12415 cpu, libbpf_strerror_r(err, msg, sizeof(msg))); in perf_buffer__open_cpu_buf() 12491 char msg[STRERR_BUFSIZE]; in __perf_buffer__new() local 12514 map_fd, libbpf_strerror_r(err, msg, sizeof(msg))); in __perf_buffer__new() 12544 libbpf_strerror_r(err, msg, sizeof(msg))); in __perf_buffer__new() 12606 libbpf_strerror_r(err, msg, sizeof(msg))); in __perf_buffer__new() [all …]
|
/openbmc/u-boot/lib/zlib/ |
H A D | deflate.c | 236 strm->msg = Z_NULL; 296 strm->msg = (char*)ERR_MSG(Z_MEM_ERROR); 364 strm->msg = Z_NULL; /* use zfree if we ever allocate msg dynamically */
|
/openbmc/docs/ |
H A D | CONTRIBUTING.md | 330 curl https://gerrit.openbmc.org/tools/hooks/commit-msg -o ${gitdir}/hooks/commit-msg 331 chmod +x ${gitdir}/hooks/commit-msg`
|
/openbmc/linux/drivers/net/ethernet/pasemi/ |
H A D | pasemi_mac.c | 977 int msg; in pasemi_adjust_link() local 1023 msg = mac->link != dev->phydev->link || flags != new_flags; in pasemi_adjust_link() 1032 if (msg && netif_msg_link(mac)) in pasemi_adjust_link()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | test_vxlan_mdb.sh | 138 local msg="$3" 141 printf "TEST: %-60s [ OK ]\n" "${msg}" 146 printf "TEST: %-60s [FAIL]\n" "${msg}"
|
/openbmc/openbmc-test-automation/lib/ |
H A D | code_update_utils.robot | 319 ... msg=Only found one image on the BMC with purpose ${version_purpose}. 514 ... msg=Given attribute value ${data} mismatch ${value}. 521 ... msg=${ACTIVATION_DIR_PATH} does not exist. Therefore, the image is not signed.
|
/openbmc/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | main.c | 388 static void bnxt_re_fill_fw_msg(struct bnxt_fw_msg *fw_msg, void *msg, in bnxt_re_fill_fw_msg() argument 392 fw_msg->msg = msg; in bnxt_re_fill_fw_msg()
|
/openbmc/linux/drivers/scsi/hisi_sas/ |
H A D | hisi_sas.h | 125 const char *msg; member
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_discovery.robot | 111 Should Contain ${resp_rpm} avahi-tools ignore_case=True msg=avahi-tools is not available.
|
/openbmc/openbmc-test-automation/openpower/localuser/ |
H A D | test_ipmi_redfish_user.robot | 255 Run Keyword If '${index}' == '299' Fail msg=A free user ID could not be found.
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_multiple_interfaces_dhcp.robot | 145 ... msg=From switching from DHCP to Static DHCP IP is not erased.
|
/openbmc/qemu/hw/arm/ |
H A D | trace-events | 67 z2_aer915_send_too_long(int8_t msg) "message too long (%i bytes)"
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 1961 u32 msg; in bnx2_send_heart_beat() local 1965 msg = (u32) (++bp->fw_drv_pulse_wr_seq & BNX2_DRV_PULSE_SEQ_MASK); in bnx2_send_heart_beat() 1968 BNX2_WR(bp, BNX2_PCICFG_REG_WINDOW, msg); in bnx2_send_heart_beat() 1975 u32 msg; in bnx2_remote_phy_event() local 1979 msg = bnx2_shmem_rd(bp, BNX2_LINK_STATUS); in bnx2_remote_phy_event() 1981 if (msg & BNX2_LINK_STATUS_HEART_BEAT_EXPIRED) in bnx2_remote_phy_event() 1984 msg &= ~BNX2_LINK_STATUS_HEART_BEAT_EXPIRED; in bnx2_remote_phy_event() 1992 speed = msg & BNX2_LINK_STATUS_SPEED_MASK; in bnx2_remote_phy_event() 2031 if (msg & BNX2_LINK_STATUS_TX_FC_ENABLED) in bnx2_remote_phy_event() 2033 if (msg & BNX2_LINK_STATUS_RX_FC_ENABLED) in bnx2_remote_phy_event() [all …]
|
/openbmc/linux/drivers/media/pci/ttpci/ |
H A D | budget-ci.c | 654 struct i2c_msg msg = {.addr = 0x60,.flags = 0,.buf = buf,.len = sizeof(buf) }; in philips_su1278_tt_tuner_set_params() local 679 if (i2c_transfer(&budget_ci->budget.i2c_adap, &msg, 1) != 1) in philips_su1278_tt_tuner_set_params()
|
/openbmc/linux/mm/ |
H A D | zswap.c | 252 #define zswap_pool_debug(msg, p) \ argument 253 pr_debug("%s pool %s/%s\n", msg, (p)->tfm_name, \
|
/openbmc/linux/scripts/ |
H A D | kernel-doc | 452 my $msg = shift; 453 print STDERR "$location: warning: $msg";
|
/openbmc/linux/drivers/hv/ |
H A D | hv_balloon.c | 1078 static void process_info(struct hv_dynmem_device *dm, struct dm_info_msg *msg) in process_info() argument 1082 info_hdr = (struct dm_info_header *)msg->info; in process_info()
|