/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-amd-mp2.h | 155 struct i2c_msg *msg; member
|
/openbmc/linux/Documentation/networking/ |
H A D | index.rst | 82 netif-msg
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/ |
H A D | 0001-Make-xmlError-struct-constant.patch | 21 @@ -104,7 +104,7 @@ void reportGenericError(void* ctx, const char * msg, ...) {
|
/openbmc/libpldm/tests/dsp/ |
H A D | platform.cpp | 130 const struct pldm_msg* msg = NULL; in TEST() local 132 auto rc = decode_set_state_effecter_states_req(msg, sizeof(*msg), NULL, in TEST() 420 pldm_msg* msg = new (data) pldm_msg; in TEST() local 441 rc = decode_get_pdr_resp_safe(msg, sizeof(data) - sizeof(msg->hdr), resp, in TEST() 467 pldm_msg* msg = new (msg_data) pldm_msg; in TEST() local 662 pldm_msg* msg = new (data) pldm_msg; in TEST() local 665 msg->payload, sizeof(data) - sizeof(msg->hdr)); in TEST() 683 msg, sizeof(data) - sizeof(msg->hdr), &resp); in TEST() 712 pldm_msg* msg = new (msg_data) pldm_msg; in TEST() local 2228 const struct pldm_msg* msg = NULL; in TEST() local [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | dvo_ivch.c | 240 struct i2c_msg msg = { in ivch_write() local 251 if (i2c_transfer(adapter, &msg, 1) == 1) in ivch_write()
|
/openbmc/linux/drivers/media/common/saa7146/ |
H A D | saa7146_i2c.c | 382 static int saa7146_i2c_xfer(struct i2c_adapter* adapter, struct i2c_msg *msg, int num) in saa7146_i2c_xfer() argument 388 return saa7146_i2c_transfer(dev, msg, num, adapter->retries); in saa7146_i2c_xfer()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | gp8psk-fe.c | 245 if (st->ops->out(st->priv, SEND_DISEQC_COMMAND, m->msg[0], 0, in gp8psk_fe_send_diseqc_msg() 246 m->msg, m->msg_len)) { in gp8psk_fe_send_diseqc_msg()
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | rstFlatTable.py | 218 def raiseError(self, msg): argument 220 msg
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_proto_icmp.c | 198 const char *msg) in icmp_error_log() argument 200 nf_l4proto_log_invalid(skb, state, IPPROTO_ICMP, "%s", msg); in icmp_error_log()
|
H A D | nf_conntrack_proto_icmpv6.c | 127 const char *msg) in icmpv6_error_log() argument 129 nf_l4proto_log_invalid(skb, state, IPPROTO_ICMPV6, "%s", msg); in icmpv6_error_log()
|
/openbmc/linux/include/linux/ |
H A D | rio_drv.h | 379 union rio_pw_msg *msg, int step)); 382 union rio_pw_msg *msg, int step));
|
H A D | cper.h | 572 int cper_mem_err_location(struct cper_mem_err_compact *mem, char *msg); 573 int cper_dimm_err_location(struct cper_mem_err_compact *mem, char *msg);
|
/openbmc/linux/Documentation/sphinx/ |
H A D | rstFlatTable.py | 206 def raiseError(self, msg): argument 208 msg
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/ |
H A D | 0001-support-authentication-for-kickstart.patch | 44 + def __init__(self, msg): 49 + KickstartError.__init__(self, msg)
|
/openbmc/linux/scripts/ |
H A D | get_feat.pl | 58 my ($file, $ln, $msg, $data) = @_; 62 print STDERR "Warning: file $file#$ln:\n\t$msg";
|
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | rockchip-dw-pcie.yaml | 92 - const: msg 191 interrupt-names = "sys", "pmc", "msg", "legacy", "err";
|
/openbmc/linux/fs/ext4/ |
H A D | mmp.c | 123 const char *function, unsigned int line, const char *msg) in __dump_mmp_msg() argument 125 __ext4_warning(sb, function, line, "%s", msg); in __dump_mmp_msg()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-sc18is602.c | 64 static int sc18is602_txrx(struct sc18is602 *hw, struct spi_message *msg, in sc18is602_txrx() argument 72 hw->buffer[0] = 1 << spi_get_chipselect(msg->spi, 0); in sc18is602_txrx()
|
/openbmc/linux/scripts/dtc/ |
H A D | dtc-parser.y | 22 #define YYERROR_CALL(msg) yyerror(msg) argument
|
/openbmc/linux/drivers/usb/typec/tcpm/qcom/ |
H A D | qcom_pmic_typec.c | 139 const struct pd_message *msg, in qcom_pmic_typec_pd_transmit() argument 145 msg, negotiated_rev); in qcom_pmic_typec_pd_transmit()
|
/openbmc/linux/tools/perf/dlfilters/ |
H A D | dlfilter-test-api-v2.c | 141 static int test_fail(const char *msg) in test_fail() argument 143 pr_debug("%s\n", msg); in test_fail()
|
/openbmc/linux/drivers/pci/msi/ |
H A D | irqdomain.c | 40 static void pci_msi_domain_write_msg(struct irq_data *irq_data, struct msi_msg *msg) in pci_msi_domain_write_msg() argument 49 __pci_write_msi_msg(desc, msg); in pci_msi_domain_write_msg()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | rv770_smc.c | 412 PPSMC_Result rv770_send_msg_to_smc(struct radeon_device *rdev, PPSMC_Msg msg) in rv770_send_msg_to_smc() argument 421 WREG32_P(SMC_MSG, HOST_SMC_MSG(msg), ~HOST_SMC_MSG_MASK); in rv770_send_msg_to_smc()
|
/openbmc/linux/drivers/iio/gyro/ |
H A D | itg3200_core.c | 61 struct i2c_msg msg[2] = { in itg3200_read_reg_s16() local 77 ret = i2c_transfer(client->adapter, msg, 2); in itg3200_read_reg_s16()
|
/openbmc/linux/drivers/gpu/drm/i2c/ |
H A D | sil164_drv.c | 377 struct i2c_msg msg = { in sil164_detect_slave() local 385 if (i2c_transfer(adap, &msg, 1) != 1) { in sil164_detect_slave()
|