Home
last modified time | relevance | path

Searched defs:msg (Results 501 – 525 of 2827) sorted by relevance

1...<<21222324252627282930>>...114

/openbmc/linux/net/handshake/
H A Dnetlink.c40 struct sk_buff *msg; in handshake_genl_notify() local
82 struct nlmsghdr *handshake_genl_put(struct sk_buff *msg, in handshake_genl_put()
/openbmc/linux/drivers/media/tuners/
H A Dtda8290.c56 unsigned char *msg; in tda8290_i2c_bridge() local
78 unsigned char *msg; in tda8295_i2c_bridge() local
462 struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, .buf=cb1, .len = 2}; in tda8290_standby() local
536 struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, in tda8290_init_tuner() local
574 struct i2c_msg msg = { .flags = I2C_M_RD, .buf = &data, .len = 1 }; in tda829x_find_tuner() local
/openbmc/linux/drivers/media/common/siano/
H A Dsmsdvb-main.c738 struct sms_msg_hdr msg; in smsdvb_send_statistics_request() local
889 struct sms_msg_hdr msg; in smsdvb_dvbt_set_frontend() member
891 } msg; in smsdvb_dvbt_set_frontend() local
959 struct sms_msg_hdr msg; in smsdvb_isdbt_set_frontend() member
961 } msg; in smsdvb_isdbt_set_frontend() local
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c289 struct hpre_sqe *msg = &hpre_req->req; in hpre_hw_data_init() local
517 struct hpre_sqe *msg; in hpre_msg_request_set() local
567 static int hpre_send(struct hpre_ctx *ctx, struct hpre_sqe *msg) in hpre_send()
596 struct hpre_sqe *msg = &hpre_req->req; in hpre_dh_compute_value() local
799 struct hpre_sqe *msg = &hpre_req->req; in hpre_rsa_enc() local
847 struct hpre_sqe *msg = &hpre_req->req; in hpre_rsa_dec() local
1499 struct hpre_sqe *msg; in hpre_ecdh_msg_request_set() local
1533 struct hpre_sqe *msg = &hpre_req->req; in hpre_ecdh_src_data_init() local
1563 struct hpre_sqe *msg = &hpre_req->req; in hpre_ecdh_dst_data_init() local
1591 struct hpre_sqe *msg = &hpre_req->req; in hpre_ecdh_compute_value() local
[all …]
/openbmc/linux/drivers/fsi/
H A Dfsi-master-gpio.c45 uint64_t msg; member
112 static void serial_in(struct fsi_master_gpio *master, struct fsi_gpio_msg *msg, in serial_in()
133 uint64_t msg = ~cmd->msg; /* Data is active low */ in serial_out() local
162 static void msg_push_bits(struct fsi_gpio_msg *msg, uint64_t data, int bits) in msg_push_bits()
169 static void msg_push_crc(struct fsi_gpio_msg *msg) in msg_push_crc()
337 struct fsi_gpio_msg msg; in read_one_response() local
/openbmc/linux/drivers/usb/typec/mux/
H A Dintel_pmc_mux.c194 static int pmc_usb_send_command(struct intel_scu_ipc_dev *ipc, u8 *msg, u32 len) in pmc_usb_send_command()
224 static int pmc_usb_command(struct pmc_usb_port *port, u8 *msg, u32 len) in pmc_usb_command()
244 u8 msg[2] = { }; in pmc_usb_mux_dp_hpd() local
412 u8 msg; in pmc_usb_mux_safe_state() local
436 u8 msg[2]; in pmc_usb_disconnect() local
456 u8 msg[2]; in pmc_usb_connect() local
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg.c164 const char *msg, bool hb) in vmw_port_hb_out()
277 static int vmw_send_msg(struct rpc_channel *channel, const char *msg) in vmw_send_msg()
329 static int vmw_recv_msg(struct rpc_channel *channel, void **msg, in vmw_recv_msg()
439 char *msg, *reply = NULL; in vmw_host_get_guestinfo() local
505 char *msg; in vmw_host_printf() local
571 char *msg; in vmw_msg_ioctl() local
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c99 u32 msg[]; member
842 struct ct_incoming_msg *msg; in ct_alloc_msg() local
850 static void ct_free_msg(struct ct_incoming_msg *msg) in ct_free_msg()
859 static int ct_read(struct intel_guc_ct *ct, struct ct_incoming_msg **msg) in ct_read()
1204 static int ct_handle_hxg(struct intel_guc_ct *ct, struct ct_incoming_msg *msg) in ct_handle_hxg()
1243 static void ct_handle_msg(struct intel_guc_ct *ct, struct ct_incoming_msg *msg) in ct_handle_msg()
1266 struct ct_incoming_msg *msg = NULL; in ct_receive() local
/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus.c1344 uint8_t * msg, in getIpmiPayloadWireRep()
1482 uint8_t * msg, /* output */ in getSolPayloadWireRep()
1595 uint8_t * msg; in ipmi_lanplus_build_v2x_msg() local
1967 uint8_t * msg; in ipmi_lanplus_build_v15_ipmi_cmd() local
2788 uint8_t * msg; in ipmi_lanplus_open_session() local
2976 uint8_t * msg; in ipmi_lanplus_rakp1() local
3140 uint8_t * msg; in ipmi_lanplus_rakp3() local
/openbmc/linux/drivers/mailbox/
H A Domap-mailbox.c55 unsigned long msg; member
151 static void mbox_fifo_write(struct omap_mbox *mbox, u32 msg) in mbox_fifo_write()
260 u32 msg; in mbox_rx_work() local
291 u32 msg; in __mbox_rx_interrupt() local
531 static int omap_mbox_chan_send_noirq(struct omap_mbox *mbox, u32 msg) in omap_mbox_chan_send_noirq()
549 static int omap_mbox_chan_send(struct omap_mbox *mbox, u32 msg) in omap_mbox_chan_send()
567 u32 msg = omap_mbox_message(data); in omap_mbox_chan_send_data() local
H A Dapple-mailbox.c127 struct apple_mbox_msg *msg) in apple_mbox_hw_send()
150 struct apple_mbox_msg *msg) in apple_mbox_hw_recv()
168 struct apple_mbox_msg *msg = data; in apple_mbox_chan_send_data() local
211 struct apple_mbox_msg msg; in apple_mbox_poll() local
/openbmc/linux/net/can/
H A Dbcm.c859 static int bcm_tx_setup(struct bcm_msg_head *msg_head, struct msghdr *msg, in bcm_tx_setup()
1038 static int bcm_rx_setup(struct bcm_msg_head *msg_head, struct msghdr *msg, in bcm_rx_setup()
1249 static int bcm_tx_send(struct msghdr *msg, int ifindex, struct sock *sk, in bcm_tx_send()
1294 static int bcm_sendmsg(struct socket *sock, struct msghdr *msg, size_t size) in bcm_sendmsg()
1409 static void bcm_notify(struct bcm_sock *bo, unsigned long msg, in bcm_notify()
1460 static int bcm_notifier(struct notifier_block *nb, unsigned long msg, in bcm_notifier()
1655 static int bcm_recvmsg(struct socket *sock, struct msghdr *msg, size_t size, in bcm_recvmsg()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-sysparam.c31 struct opal_msg msg; in opal_get_sys_param() local
67 struct opal_msg msg; in opal_set_sys_param() local
H A Dopal-powercap.c35 struct opal_msg msg; in powercap_show() local
87 struct opal_msg msg; in powercap_store() local
/openbmc/linux/arch/arm/mach-omap1/
H A Dboard-sx1.c49 struct i2c_msg msg[1]; in sx1_i2c_write_byte() local
73 struct i2c_msg msg[1]; in sx1_i2c_read_byte() local
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_sdhci-test.c57 static void write_sdread(QTestState *qts, const char *msg) in write_sdread()
89 static void sdwrite_read(QTestState *qts, const char *msg) in sdwrite_read()
/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110.c1411 u8 msg[2] = { reg, val }; in i2c_writereg() local
1546 struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = buf, .len = sizeof(buf) }; in alps_bsrv2_tuner_set_params() local
1589 struct i2c_msg msg = { .addr = 0x62, .flags = 0, .buf = data, .len = sizeof(data) }; in alps_tdbe2_tuner_set_params() local
1621 struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; in grundig_29504_451_tuner_set_params() local
1649 struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; in philips_cd1516_tuner_set_params() local
1680 struct i2c_msg msg = { .addr = 0x60, .flags = 0, .buf = data, .len = sizeof(data) }; in alps_tdlb7_tuner_set_params() local
1818 struct i2c_msg msg = { .addr = 0x63, .flags = 0, .buf = data, .len = sizeof(data) }; in nexusca_stv0297_tuner_set_params() local
1875 struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; in grundig_29504_401_tuner_set_params() local
2084 struct i2c_msg msg[] = { { .addr = 0x50,.flags = 0,.buf = &b,.len = 1 }, in read_pwm() local
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dinterrupt.c164 static inline int iic_msg_to_irq(int msg) in iic_msg_to_irq()
169 void iic_message_pass(int cpu, int msg) in iic_message_pass()
174 static void iic_request_ipi(int msg) in iic_request_ipi()
/openbmc/u-boot/drivers/i2c/
H A Drcar_i2c.c156 static int rcar_i2c_read_common(struct udevice *dev, struct i2c_msg *msg) in rcar_i2c_read_common()
182 static int rcar_i2c_write_common(struct udevice *dev, struct i2c_msg *msg) in rcar_i2c_write_common()
206 static int rcar_i2c_xfer(struct udevice *dev, struct i2c_msg *msg, int nmsgs) in rcar_i2c_xfer()
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-gpio.c574 struct i2c_msg msg[] = { in pca9534_set_gpio() local
609 struct i2c_msg msg = { in pca9534_init_port_expander() local
648 struct i2c_msg msg[] = { in mxl111sf_probe_port_expander() local
H A Dmxl111sf-i2c.c226 struct i2c_msg *msg) in mxl111sf_i2c_sw_xfer_msg()
428 struct i2c_msg *msg) in mxl111sf_i2c_hw_xfer_msg()
800 struct i2c_msg msg[], int num) in mxl111sf_i2c_xfer()
/openbmc/linux/sound/soc/sof/
H A Ddebug.c219 struct sof_ipc_cmd_hdr msg = { in memory_info_update() local
398 void snd_sof_dsp_dbg_dump(struct snd_sof_dev *sdev, const char *msg, u32 flags) in snd_sof_dsp_dbg_dump()
434 void snd_sof_handle_fw_exception(struct snd_sof_dev *sdev, const char *msg) in snd_sof_handle_fw_exception()
/openbmc/linux/tools/testing/vsock/
H A Dvsock_diag_test.c32 struct vsock_diag_msg msg; member
187 struct msghdr msg = { in send_req() local
216 struct msghdr msg = { in recv_resp() local
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.cpp112 [this](auto& msg) { this->inventoryChanged(msg); }); in __anon16b4f1cd0302()
122 [this](auto& msg) { this->powerStateChanged(msg); }); in __anon16b4f1cd0402()
190 void PowerSupply::inventoryChanged(sdbusplus::message_t& msg) in inventoryChanged()
226 void PowerSupply::powerStateChanged(sdbusplus::message_t& msg) in powerStateChanged()
/openbmc/linux/crypto/
H A Daegis128-core.c74 const union aegis_block *msg, in crypto_aegis128_update_a()
86 static void crypto_aegis128_update_u(struct aegis_state *state, const void *msg, in crypto_aegis128_update_u()
198 union aegis_block msg = {}; in crypto_aegis128_encrypt_chunk() local
259 union aegis_block msg = {}; in crypto_aegis128_decrypt_chunk() local

1...<<21222324252627282930>>...114