/openbmc/linux/net/ipv4/ |
H A D | ip_sockglue.c | 56 static void ip_cmsg_recv_pktinfo(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_pktinfo() 65 static void ip_cmsg_recv_ttl(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_ttl() 71 static void ip_cmsg_recv_tos(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_tos() 76 static void ip_cmsg_recv_opts(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_opts() 86 static void ip_cmsg_recv_retopts(struct net *net, struct msghdr *msg, in ip_cmsg_recv_retopts() 104 static void ip_cmsg_recv_fragsize(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_fragsize() 115 static void ip_cmsg_recv_checksum(struct msghdr *msg, struct sk_buff *skb, in ip_cmsg_recv_checksum() 131 static void ip_cmsg_recv_security(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_security() 149 static void ip_cmsg_recv_dstaddr(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_dstaddr() 171 void ip_cmsg_recv_offset(struct msghdr *msg, struct sock *sk, in ip_cmsg_recv_offset() [all …]
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_sysfs.c | 54 struct cros_ec_command *msg; in reboot_store() local 117 struct cros_ec_command *msg; in version_show() local 203 struct cros_ec_command *msg; in flashinfo_show() local 239 struct cros_ec_command *msg; in kb_wake_angle_show() local 271 struct cros_ec_command *msg; in kb_wake_angle_store() local
|
/openbmc/linux/arch/um/drivers/ |
H A D | virtio_uml.c | 123 static int vhost_user_recv_header(int fd, struct vhost_user_msg *msg) in vhost_user_recv_header() 129 int fd, struct vhost_user_msg *msg, in vhost_user_recv() 177 struct vhost_user_msg *msg, in vhost_user_recv_resp() 197 struct vhost_user_msg msg; in vhost_user_recv_u64() local 210 struct vhost_user_msg *msg, in vhost_user_recv_req() 227 bool need_response, struct vhost_user_msg *msg, in vhost_user_send() 277 struct vhost_user_msg msg = { in vhost_user_send_no_payload() local 287 struct vhost_user_msg msg = { in vhost_user_send_no_payload_fd() local 297 struct vhost_user_msg msg = { in vhost_user_send_u64() local 347 struct vhost_user_msg *msg, int response) in vhost_user_reply() [all …]
|
/openbmc/phosphor-virtual-sensor/ |
H A D | dbusSensor.cpp | 77 void DbusSensor::handleDbusSignalNameOwnerChanged(sdbusplus::message_t& msg) in handleDbusSignalNameOwnerChanged() 102 void DbusSensor::handleDbusSignalPropChange(sdbusplus::message_t& msg) in handleDbusSignalPropChange() 132 void DbusSensor::handleDbusSignalRemove(sdbusplus::message_t& msg) in handleDbusSignalRemove()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_mipi_dsi.c | 445 struct mipi_dsi_msg *msg) in mipi_dsi_device_transfer() 538 const struct mipi_dsi_msg *msg) in mipi_dsi_create_packet() 590 struct mipi_dsi_msg msg = { in mipi_dsi_shutdown_peripheral() local 610 struct mipi_dsi_msg msg = { in mipi_dsi_turn_on_peripheral() local 635 struct mipi_dsi_msg msg = { in mipi_dsi_set_maximum_return_packet_size() local 661 struct mipi_dsi_msg msg = { in mipi_dsi_compression_mode() local 685 struct mipi_dsi_msg msg = { in mipi_dsi_picture_parameter_set() local 712 struct mipi_dsi_msg msg = { in mipi_dsi_generic_write() local 757 struct mipi_dsi_msg msg = { in mipi_dsi_generic_read() local 801 struct mipi_dsi_msg msg = { in mipi_dsi_dcs_write_buffer() local [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | mbx.c | 68 static s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_read_posted_mbx() 94 static s32 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_write_posted_mbx() 240 static s32 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_write_mbx_vf() 278 static s32 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_read_mbx_vf()
|
/openbmc/linux/net/ieee802154/ |
H A D | nl-phy.c | 28 static int ieee802154_nl_fill_phy(struct sk_buff *msg, u32 portid, in ieee802154_nl_fill_phy() 76 struct sk_buff *msg; in ieee802154_list_phy() local 163 struct sk_buff *msg; in ieee802154_add_iface() local 268 struct sk_buff *msg; in ieee802154_del_iface() local
|
/openbmc/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-vpu.c | 83 struct mdp_ipi_init_msg *msg = (struct mdp_ipi_init_msg *)data; in mdp_vpu_ipi_handle_init_ack() local 97 struct mdp_ipi_deinit_msg *msg = (struct mdp_ipi_deinit_msg *)data; in mdp_vpu_ipi_handle_deinit_ack() local 196 struct mdp_ipi_init_msg msg = { in mdp_vpu_dev_init() local 252 struct mdp_ipi_deinit_msg msg = { in mdp_vpu_dev_deinit() local
|
/openbmc/linux/drivers/media/pci/ddbridge/ |
H A D | ddbridge-i2c.h | 38 struct i2c_msg msg = { .addr = adr, .flags = 0, in i2c_write() local 66 u8 msg[2] = { reg >> 8, reg & 0xff }; in i2c_read_regs16() local 78 u8 msg[3] = { reg >> 8, reg & 0xff, val }; in i2c_write_reg16() local 86 u8 msg[2] = { reg, val }; in i2c_write_reg() local
|
/openbmc/linux/net/tipc/ |
H A D | net.c | 164 static int __tipc_nl_add_net(struct net *net, struct tipc_nl_msg *msg) in __tipc_nl_add_net() 205 struct tipc_nl_msg msg; in tipc_nl_net_dump() local 291 static int __tipc_nl_addr_legacy_get(struct net *net, struct tipc_nl_msg *msg) in __tipc_nl_addr_legacy_get() 326 struct tipc_nl_msg msg; in tipc_nl_net_addr_legacy_get() local
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | propertywatchimpl.hpp | 48 { this->interfacesAdded(msg); }); in start() 80 { in start() 192 sdbusplus::message_t& msg, const std::string& path, in propertiesChanged() 212 sdbusplus::message_t& msg) in interfacesAdded()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | src.cpp | 402 std::string msg = in setUserDefinedHexWords() local 416 std::string msg = "Source for user data SRC word not found: " + in setUserDefinedHexWords() local 906 std::string msg = in addInventoryCallout() local 917 std::string msg = "Could not get location code for " + inventoryPath + in addInventoryCallout() local 996 std::string msg = in addRegistryCallouts() local 1018 auto msg = "Unable to expand location code " + locCode + ": " + in addRegistryCallout() local 1083 std::string msg = in addRegistryCallout() local 1145 std::string msg = in addDevicePathCallouts() local 1181 std::string msg = in addDevicePathCallouts() local 1196 auto msg = std::format("Unable to expand location code {}: {}", in addDevicePathCallouts() local [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | smu9_smumgr.c | 94 uint16_t msg) in smu9_send_msg_to_smc_without_waiting() 113 int smu9_send_msg_to_smc(struct pp_hwmgr *hwmgr, uint16_t msg) in smu9_send_msg_to_smc() 142 uint16_t msg, uint32_t parameter) in smu9_send_msg_to_smc_with_parameter()
|
/openbmc/linux/sound/virtio/ |
H A D | virtio_pcm_msg.c | 147 struct virtio_pcm_msg *msg; in virtsnd_pcm_msg_alloc() local 215 struct virtio_pcm_msg *msg = vss->msgs[i]; in virtsnd_pcm_msg_send() local 288 static void virtsnd_pcm_msg_complete(struct virtio_pcm_msg *msg, in virtsnd_pcm_msg_complete() 339 struct virtio_pcm_msg *msg; in virtsnd_pcm_notify_cb() local 396 struct virtio_snd_msg *msg; in virtsnd_pcm_ctl_msg_alloc() local
|
H A D | virtio_ctl_msg.h | 50 struct virtio_snd_msg *msg) in virtsnd_ctl_msg_send_sync() 64 struct virtio_snd_msg *msg) in virtsnd_ctl_msg_send_async()
|
/openbmc/linux/drivers/media/platform/st/sti/delta/ |
H A D | delta-ipc.c | 38 #define msg_to_ctx(msg) ((struct delta_ipc_ctx *)(msg)->header.host_hdl) argument 39 #define msg_to_copro_hdl(msg) ((msg)->header.copro_hdl) argument 117 struct delta_ipc_open_msg msg; in delta_ipc_open() local 234 struct delta_ipc_set_stream_msg msg; in delta_ipc_set_stream() local 325 struct delta_ipc_decode_msg msg; in delta_ipc_decode() local 438 struct delta_ipc_close_msg msg; in delta_ipc_close() local 496 struct delta_ipc_cb_msg *msg; in delta_ipc_cb() local
|
/openbmc/linux/drivers/platform/chrome/wilco_ec/ |
H A D | mailbox.c | 91 static void wilco_ec_prepare(struct wilco_ec_message *msg, in wilco_ec_prepare() 116 struct wilco_ec_message *msg, in wilco_ec_transfer() 196 int wilco_ec_mailbox(struct wilco_ec_device *ec, struct wilco_ec_message *msg) in wilco_ec_mailbox()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-cp2615.c | 41 __be16 preamble, length, msg; member 79 static int cp2615_init_iop_msg(struct cp2615_iop_msg *ret, enum cp2615_iop_msg_type msg, in cp2615_init_iop_msg() 127 struct cp2615_iop_msg *msg = kzalloc(sizeof(*msg), GFP_KERNEL); in cp2615_i2c_send() local 142 struct cp2615_iop_msg *msg; in cp2615_i2c_recv() local 174 struct cp2615_iop_msg *msg = kzalloc(sizeof(*msg), GFP_KERNEL); in cp2615_check_iop() local 218 struct i2c_msg *msg; in cp2615_i2c_master_xfer() local
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | ipmi_ipmb.c | 74 u8 *msg = iidev->rcvmsg; in valid_ipmb() local 103 u8 *msg = iidev->rcvmsg; in ipmi_ipmb_check_msg_done() local 217 struct ipmi_smi_msg *msg, u8 cc) in ipmi_ipmb_send_response() 247 struct ipmi_smi_msg *msg) in ipmi_ipmb_format_for_xmit() 281 struct ipmi_smi_msg *msg = NULL; in ipmi_ipmb_thread() local 408 struct ipmi_smi_msg *msg) in ipmi_ipmb_sender()
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | utils.h | 128 #define FAIL_IF_MSG(x, msg) \ argument 147 #define FAIL_IF_EXIT_MSG(x, msg) \ argument 169 #define SKIP_IF_MSG(x, msg) \ argument 182 #define sigsafe_err(msg) ({ \ argument
|
/openbmc/linux/net/devlink/ |
H A D | netlink.c | 85 int devlink_nl_msg_reply_and_new(struct sk_buff **msg, struct genl_info *info) in devlink_nl_msg_reply_and_new() 188 static int devlink_nl_inst_single_dumpit(struct sk_buff *msg, in devlink_nl_inst_single_dumpit() 209 static int devlink_nl_inst_iter_dumpit(struct sk_buff *msg, in devlink_nl_inst_iter_dumpit() 243 int devlink_nl_dumpit(struct sk_buff *msg, struct netlink_callback *cb, in devlink_nl_dumpit()
|
/openbmc/linux/net/core/ |
H A D | drop_monitor.c | 135 struct net_dm_alert_msg *msg; in reset_per_cpu_data() local 217 struct net_dm_alert_msg *msg; in trace_drop_common() local 324 static int net_dm_hw_entry_put(struct sk_buff *msg, in net_dm_hw_entry_put() 348 static int net_dm_hw_entries_put(struct sk_buff *msg, in net_dm_hw_entries_put() 376 net_dm_hw_summary_report_fill(struct sk_buff *msg, in net_dm_hw_summary_report_fill() 411 struct sk_buff *msg; in net_dm_hw_summary_work() local 584 static int net_dm_packet_report_in_port_put(struct sk_buff *msg, int ifindex, in net_dm_packet_report_in_port_put() 609 static int net_dm_packet_report_fill(struct sk_buff *msg, struct sk_buff *skb, in net_dm_packet_report_fill() 692 struct sk_buff *msg; in net_dm_packet_report() local 778 static int net_dm_hw_packet_report_fill(struct sk_buff *msg, in net_dm_hw_packet_report_fill() [all …]
|
/openbmc/linux/net/wireless/ |
H A D | nl80211.c | 1066 static int nl80211_msg_put_wmm_rules(struct sk_buff *msg, in nl80211_msg_put_wmm_rules() 1102 static int nl80211_msg_put_channel(struct sk_buff *msg, struct wiphy *wiphy, in nl80211_msg_put_channel() 1223 static bool nl80211_put_txq_stats(struct sk_buff *msg, in nl80211_put_txq_stats() 1596 static int nl80211_put_iftypes(struct sk_buff *msg, u32 attr, u16 ifmodes) in nl80211_put_iftypes() 1620 struct sk_buff *msg, in nl80211_put_iface_combinations() 1694 struct sk_buff *msg) in nl80211_send_wowlan_tcp_caps() 1734 static int nl80211_send_wowlan(struct sk_buff *msg, in nl80211_send_wowlan() 1793 static int nl80211_send_coalesce(struct sk_buff *msg, in nl80211_send_coalesce() 1815 nl80211_send_iftype_data(struct sk_buff *msg, in nl80211_send_iftype_data() 1886 static int nl80211_send_band_rateinfo(struct sk_buff *msg, in nl80211_send_band_rateinfo() [all …]
|
/openbmc/linux/crypto/ |
H A D | algif_skcipher.c | 37 static int skcipher_sendmsg(struct socket *sock, struct msghdr *msg, in skcipher_sendmsg() 50 static int _skcipher_recvmsg(struct socket *sock, struct msghdr *msg, in _skcipher_recvmsg() 149 static int skcipher_recvmsg(struct socket *sock, struct msghdr *msg, in skcipher_recvmsg() 236 static int skcipher_sendmsg_nokey(struct socket *sock, struct msghdr *msg, in skcipher_sendmsg_nokey() 248 static int skcipher_recvmsg_nokey(struct socket *sock, struct msghdr *msg, in skcipher_recvmsg_nokey()
|
/openbmc/linux/include/trace/events/ |
H A D | spi.h | 174 #define spi_valid_txbuf(msg, xfer) \ argument 176 #define spi_valid_rxbuf(msg, xfer) \ argument
|