Home
last modified time | relevance | path

Searched defs:msg (Results 176 – 200 of 2829) sorted by relevance

12345678910>>...114

/openbmc/linux/sound/virtio/
H A Dvirtio_ctl_msg.h50 struct virtio_snd_msg *msg) in virtsnd_ctl_msg_send_sync()
64 struct virtio_snd_msg *msg) in virtsnd_ctl_msg_send_async()
H A Dvirtio_pcm_ops.c160 struct virtio_snd_msg *msg; in virtsnd_pcm_dev_set_params() local
274 struct virtio_snd_msg *msg; in virtsnd_pcm_prepare() local
325 struct virtio_snd_msg *msg; in virtsnd_pcm_trigger() local
391 struct virtio_snd_msg *msg; in virtsnd_pcm_sync_stop() local
/openbmc/linux/drivers/soundwire/
H A Dbus.c231 static inline int do_transfer(struct sdw_bus *bus, struct sdw_msg *msg) in do_transfer()
250 struct sdw_msg *msg) in do_transfer_defer()
272 static int sdw_transfer_unlocked(struct sdw_bus *bus, struct sdw_msg *msg) in sdw_transfer_unlocked()
291 int sdw_transfer(struct sdw_bus *bus, struct sdw_msg *msg) in sdw_transfer()
343 int sdw_transfer_defer(struct sdw_bus *bus, struct sdw_msg *msg) in sdw_transfer_defer()
358 int sdw_fill_msg(struct sdw_msg *msg, struct sdw_slave *slave, in sdw_fill_msg()
414 struct sdw_msg msg; in sdw_ntransfer_no_pm() local
485 struct sdw_msg msg; in sdw_bread_no_pm() local
504 struct sdw_msg msg; in sdw_bwrite_no_pm() local
517 struct sdw_msg msg; in sdw_bread_no_pm_unlocked() local
[all …]
/openbmc/linux/include/trace/events/
H A Dspi.h174 #define spi_valid_txbuf(msg, xfer) \ argument
176 #define spi_valid_rxbuf(msg, xfer) \ argument
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c22 int v_retval, u8 *msg, in i40e_vc_vf_broadcast()
1981 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_send_msg_to_vf()
2056 static int i40e_vc_get_version_msg(struct i40e_vf *vf, u8 *msg) in i40e_vc_get_version_msg()
2118 static int i40e_vc_get_vf_resources_msg(struct i40e_vf *vf, u8 *msg) in i40e_vc_get_vf_resources_msg()
2249 static int i40e_vc_config_promiscuous_mode_msg(struct i40e_vf *vf, u8 *msg) in i40e_vc_config_promiscuous_mode_msg()
2334 static int i40e_vc_config_queues_msg(struct i40e_vf *vf, u8 *msg) in i40e_vc_config_queues_msg()
2486 static int i40e_vc_config_irq_map_msg(struct i40e_vf *vf, u8 *msg) in i40e_vc_config_irq_map_msg()
2602 static int i40e_vc_enable_queues_msg(struct i40e_vf *vf, u8 *msg) in i40e_vc_enable_queues_msg()
2668 static int i40e_vc_disable_queues_msg(struct i40e_vf *vf, u8 *msg) in i40e_vc_disable_queues_msg()
2770 static int i40e_vc_request_queues_msg(struct i40e_vf *vf, u8 *msg) in i40e_vc_request_queues_msg()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dtestexport.py20 def plain(self, msg): argument
23 def warn(self, msg): argument
26 def fatal(self, msg): argument
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddbus_watcher.hpp183 void propChanged(sdbusplus::message_t& msg) in propChanged()
204 void interfaceAdded(sdbusplus::message_t& msg) in interfaceAdded()
330 void propChanged(sdbusplus::message_t& msg) in propChanged()
347 void interfaceAdded(sdbusplus::message_t& msg) in interfaceAdded()
/openbmc/u-boot/scripts/kconfig/
H A Dkxgettext.c84 const char *msg; member
92 static struct message *message__new(const char *msg, char *option, in message__new()
120 static struct message *mesage__find(const char *msg) in mesage__find()
149 static int message__add(const char *msg, char *option, const char *file, in message__add()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_pfvf_vf_proto.c33 int adf_send_vf2pf_msg(struct adf_accel_dev *accel_dev, struct pfvf_message msg) in adf_send_vf2pf_msg()
69 int adf_send_vf2pf_req(struct adf_accel_dev *accel_dev, struct pfvf_message msg, in adf_send_vf2pf_req()
303 struct pfvf_message msg) in adf_handle_pf2vf_msg()
331 struct pfvf_message msg; in adf_recv_and_handle_pf2vf_msg() local
/openbmc/linux/net/ncsi/
H A Dncsi-netlink.c154 static int ncsi_pkg_info_nl(struct sk_buff *msg, struct genl_info *info) in ncsi_pkg_info_nl()
275 static int ncsi_set_interface_nl(struct sk_buff *msg, struct genl_info *info) in ncsi_set_interface_nl()
356 static int ncsi_clear_interface_nl(struct sk_buff *msg, struct genl_info *info) in ncsi_clear_interface_nl()
395 static int ncsi_send_cmd_nl(struct sk_buff *msg, struct genl_info *info) in ncsi_send_cmd_nl()
591 static int ncsi_set_package_mask_nl(struct sk_buff *msg, in ncsi_set_package_mask_nl()
641 static int ncsi_set_channel_mask_nl(struct sk_buff *msg, in ncsi_set_channel_mask_nl()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_kunit_util.c24 int cros_kunit_ec_xfer_mock(struct cros_ec_device *ec_dev, struct cros_ec_command *msg) in cros_kunit_ec_xfer_mock()
52 int cros_kunit_ec_cmd_xfer_mock(struct cros_ec_device *ec_dev, struct cros_ec_command *msg) in cros_kunit_ec_cmd_xfer_mock()
58 int cros_kunit_ec_pkt_xfer_mock(struct cros_ec_device *ec_dev, struct cros_ec_command *msg) in cros_kunit_ec_pkt_xfer_mock()
/openbmc/linux/net/devlink/
H A Dtrap.c131 static int devlink_trap_metadata_put(struct sk_buff *msg, in devlink_trap_metadata_put()
180 devlink_trap_group_stats_put(struct sk_buff *msg, in devlink_trap_group_stats_put()
211 static int devlink_trap_stats_put(struct sk_buff *msg, struct devlink *devlink, in devlink_trap_stats_put()
257 static int devlink_nl_trap_fill(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_trap_fill()
312 struct sk_buff *msg; in devlink_nl_trap_get_doit() local
341 static int devlink_nl_trap_get_dump_one(struct sk_buff *msg, in devlink_nl_trap_get_dump_one()
475 devlink_nl_trap_group_fill(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_trap_group_fill()
521 struct sk_buff *msg; in devlink_nl_trap_group_get_doit() local
550 static int devlink_nl_trap_group_get_dump_one(struct sk_buff *msg, in devlink_nl_trap_group_get_dump_one()
736 devlink_trap_policer_stats_put(struct sk_buff *msg, struct devlink *devlink, in devlink_trap_policer_stats_put()
[all …]
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-i2c.c53 const struct i2c_msg *msg, int tuner_type) in is_tuner()
73 const struct i2c_msg *msg) in cx231xx_i2c_send_bytes()
184 const struct i2c_msg *msg) in cx231xx_i2c_recv_bytes()
334 const struct i2c_msg *msg) in cx231xx_i2c_check_for_device()
481 struct i2c_msg msg = { in cx231xx_do_i2c_scan() local
/openbmc/linux/sound/soc/intel/atom/sst/
H A Dsst_pvt.c158 struct ipc_post *msg; in sst_create_ipc_msg() local
226 struct ipc_post *msg = NULL; in sst_prepare_and_post_msg() local
303 int msg, int task_id, int large, int drv_id) in sst_fill_header_mrfld()
315 void sst_fill_header_dsp(struct ipc_dsp_hdr *dsp, int msg, in sst_fill_header_dsp()
398 struct ipc_post *msg) in sst_add_to_dispatch_list_and_post()
/openbmc/linux/tools/bootconfig/
H A Dmain.c170 static int pr_errno(const char *msg, int err) in pr_errno()
182 const char *msg; in load_xbc_from_initrd() local
243 static void show_xbc_error(const char *data, const char *msg, int pos) in show_xbc_error()
267 const char *msg; in init_xbc_with_error() local
365 const char *msg; in apply_xbc() local
/openbmc/linux/sound/soc/sof/
H A Dipc.c40 struct snd_sof_ipc_msg *msg; in sof_ipc_send_msg() local
132 struct snd_sof_ipc_msg *msg = &sdev->ipc->msg; in snd_sof_ipc_reply() local
150 struct snd_sof_ipc_msg *msg; in snd_sof_ipc_init() local
/openbmc/linux/sound/soc/sof/intel/
H A Dcnl.c121 u32 msg; in cnl_ipc_irq_thread() local
244 static bool cnl_compact_ipc_compress(struct snd_sof_ipc_msg *msg, in cnl_compact_ipc_compress()
262 int cnl_ipc4_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in cnl_ipc4_send_msg()
288 int cnl_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in cnl_ipc_send_msg()
/openbmc/phosphor-networkd/test/
H A Dmock_syscall.cpp57 void validateMsgHdr(const struct msghdr* msg) in validateMsgHdr()
228 ssize_t sendmsg(int sockfd, const struct msghdr* msg, int flags) in sendmsg()
266 ssize_t recvmsg(int sockfd, struct msghdr* msg, int flags) in recvmsg()
295 const auto& msg = msgs.front(); in recvmsg() local
/openbmc/linux/tools/include/linux/
H A Dcompiler.h12 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument
19 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument
22 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
34 #define compiletime_assert(condition, msg) \ argument
/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/
H A Dvenc_vpu_if.c13 const struct venc_vpu_ipi_msg_init *msg = data; in handle_enc_init_msg() local
38 const struct venc_vpu_ipi_msg_enc *msg = data; in handle_enc_encode_msg() local
65 const struct venc_vpu_ipi_msg_common *msg = data; in vpu_enc_ipi_handler() local
109 static int vpu_enc_send_msg(struct venc_vpu_inst *vpu, void *msg, in vpu_enc_send_msg()
/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.cpp117 [this](auto& msg) { this->handleTachChange(msg); }); in TachSensor()
131 [this](auto& msg) { this->handleTargetChange(msg); }); in TachSensor()
285 void TachSensor::handleTargetChange(sdbusplus::message_t& msg) in handleTargetChange()
301 void TachSensor::handleTachChange(sdbusplus::message_t& msg) in handleTachChange()
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c58 struct host_if_msg *msg; in wilc_alloc_work() local
75 static int wilc_enqueue_work(struct host_if_msg *msg) in wilc_enqueue_work()
334 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in handle_connect_timeout() local
537 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in handle_rcvd_ntwrk_info() local
687 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in handle_rcvd_gnrl_async_info() local
825 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in handle_get_statistics() local
945 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in wilc_handle_listen_state_expired() local
957 struct host_if_msg *msg; in listen_timer_cb() local
976 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in handle_set_mcast_filter() local
1056 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in handle_scan_timer() local
[all …]
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.c236 struct bnxt_qplib_cmdqmsg *msg) in __send_message_no_waiter()
284 struct bnxt_qplib_cmdqmsg *msg, u8 opcode) in __send_message()
418 struct bnxt_qplib_cmdqmsg *msg, in __send_message_basic_sanity()
454 struct bnxt_qplib_cmdqmsg msg = {}; in __destroy_timedout_ah() local
484 struct bnxt_qplib_cmdqmsg *msg) in __bnxt_qplib_rcfw_send_message()
558 struct bnxt_qplib_cmdqmsg *msg) in bnxt_qplib_rcfw_send_message()
812 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_deinit_rcfw() local
833 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_init_rcfw() local
/openbmc/u-boot/drivers/i2c/
H A Di2c-uclass.c27 void i2c_dump_msgs(struct i2c_msg *msg, int nmsgs) in i2c_dump_msgs()
53 uint8_t offset_buf[], struct i2c_msg *msg) in i2c_setup_offset()
80 struct i2c_msg msg[2], *ptr; in i2c_read_bytewise() local
109 struct i2c_msg msg[1]; in i2c_write_bytewise() local
132 struct i2c_msg msg[2], *ptr; in dm_i2c_read() local
163 struct i2c_msg msg[1]; in dm_i2c_write() local
213 int dm_i2c_xfer(struct udevice *dev, struct i2c_msg *msg, int nmsgs) in dm_i2c_xfer()
256 struct i2c_msg msg[1]; in i2c_probe_chip() local
/openbmc/linux/drivers/accel/qaic/
H A Dqaic_control.c80 struct wire_msg msg; member
250 static u32 gen_crc(void *msg) in gen_crc()
262 static u32 gen_crc_stub(void *msg) in gen_crc_stub()
267 static bool valid_crc(void *msg) in valid_crc()
284 static bool valid_crc_stub(void *msg) in valid_crc_stub()
360 struct wire_msg *msg; in encode_passthrough() local
567 struct wire_msg *msg; in encode_dma() local
636 struct wire_msg *msg; in encode_activate() local
725 struct wire_msg *msg; in encode_status() local
757 struct wire_msg *msg; in encode_message() local
[all …]

12345678910>>...114