Home
last modified time | relevance | path

Searched defs:msg (Results 351 – 375 of 2829) sorted by relevance

1...<<11121314151617181920>>...114

/openbmc/linux/include/net/
H A D6lowpan.h218 static inline void raw_dump_inline(const char *caller, char *msg, in raw_dump_inline()
233 static inline void raw_dump_table(const char *caller, char *msg, in raw_dump_table()
242 static inline void raw_dump_table(const char *caller, char *msg, in raw_dump_table()
244 static inline void raw_dump_inline(const char *caller, char *msg, in raw_dump_inline()
/openbmc/linux/drivers/atm/
H A Datmtcp.c44 const struct atmtcp_control *msg,int flag) in atmtcp_send_control()
89 static int atmtcp_recv_control(const struct atmtcp_control *msg) in atmtcp_recv_control()
122 struct atmtcp_control msg; in atmtcp_v_open() local
146 struct atmtcp_control msg; in atmtcp_v_close() local
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_lpc.c75 const u8 *msg) in cros_ec_lpc_write_bytes()
113 const u8 *msg) in cros_ec_lpc_mec_write_bytes()
144 struct cros_ec_command *msg) in cros_ec_pkt_xfer_lpc()
209 struct cros_ec_command *msg) in cros_ec_cmd_xfer_lpc()
/openbmc/linux/drivers/media/i2c/ccs/
H A Dccs-reg-access.c73 struct i2c_msg msg; in ____ccs_read_addr() local
294 static int ccs_write_retry(struct i2c_client *client, struct i2c_msg *msg) in ccs_write_retry()
324 struct i2c_msg msg; in ccs_write_addr_no_quirk() local
377 struct i2c_msg msg = { in ccs_write_data_regs() local
/openbmc/linux/drivers/i2c/busses/
H A Di2c-ls2x.c188 static int ls2x_i2c_rx(struct ls2x_i2c_priv *priv, struct i2c_msg *msg) in ls2x_i2c_rx()
212 static int ls2x_i2c_tx(struct ls2x_i2c_priv *priv, struct i2c_msg *msg) in ls2x_i2c_tx()
235 struct i2c_msg *msg, bool stop) in ls2x_i2c_xfer_one()
266 struct i2c_msg *msg, *emsg = msgs + num; in ls2x_i2c_master_xfer() local
/openbmc/linux/drivers/net/can/usb/
H A Desd_usb.c296 union esd_usb_msg *msg) in esd_usb_rx_event()
393 union esd_usb_msg *msg) in esd_usb_rx_can_msg()
453 union esd_usb_msg *msg) in esd_usb_tx_done_msg()
504 union esd_usb_msg *msg; in esd_usb_read_bulk_callback() local
616 static int esd_usb_send_msg(struct esd_usb *dev, union esd_usb_msg *msg) in esd_usb_send_msg()
629 union esd_usb_msg *msg) in esd_usb_wait_msg()
717 union esd_usb_msg *msg; in esd_usb_start() local
821 union esd_usb_msg *msg; in esd_usb_start_xmit() local
953 union esd_usb_msg *msg; in esd_usb_close() local
1018 union esd_usb_msg *msg; in esd_usb_2_set_bittiming() local
[all …]
/openbmc/linux/drivers/w1/
H A Dw1_int.c96 struct w1_netlink_msg msg; in w1_add_master_device() local
175 struct w1_netlink_msg msg; in __w1_remove_master_device() local
/openbmc/libmctp/utils/
H A Dmctp-astlpc-daemon.c24 static void tx_message(struct ctx *ctx, mctp_eid_t eid, void *msg, size_t len) in tx_message()
36 void *msg, size_t len) in rx_message()
/openbmc/linux/drivers/staging/greybus/
H A Dspilib.c116 static int setup_next_xfer(struct gb_spilib *spi, struct spi_message *msg) in setup_next_xfer()
152 struct spi_message *msg) in get_next_xfer()
163 struct gb_connection *connection, struct spi_message *msg) in gb_spi_operation_create()
298 struct spi_message *msg, in gb_spi_decode_response()
328 struct spi_message *msg) in gb_spi_transfer_one_message()
/openbmc/linux/drivers/net/can/peak_canfd/
H A Dpeak_canfd.c252 struct pucan_rx_msg *msg) in pucan_handle_can_rx()
329 struct pucan_error_msg *msg) in pucan_handle_error()
339 struct pucan_status_msg *msg) in pucan_handle_status()
447 struct pucan_rx_msg *msg) in peak_canfd_handle_msg()
647 struct pucan_tx_msg *msg; in peak_canfd_start_xmit() local
/openbmc/linux/drivers/net/ethernet/qualcomm/
H A Dqca_spi.c109 struct spi_message msg; in qcaspi_write_burst() local
137 struct spi_message msg; in qcaspi_write_legacy() local
161 struct spi_message msg; in qcaspi_read_burst() local
190 struct spi_message msg; in qcaspi_read_legacy() local
215 struct spi_message msg; in qcaspi_tx_cmd() local
/openbmc/phosphor-state-manager/
H A Dchassis_state_manager.cpp93 [this](auto& msg) { this->uPowerChangeEvent(msg); }); in determineInitialState()
102 [this](auto& msg) { this->powerSysInputsChangeEvent(msg); }); in determineInitialState()
405 void Chassis::uPowerChangeEvent(sdbusplus::message_t& msg) in uPowerChangeEvent()
444 void Chassis::powerSysInputsChangeEvent(sdbusplus::message_t& msg) in powerSysInputsChangeEvent()
536 int Chassis::sysStateChange(sdbusplus::message_t& msg) in sysStateChange()
/openbmc/linux/drivers/spi/
H A Dspi-loopback-test.c443 struct spi_message *msg, in spi_test_dump_message()
509 struct spi_message *msg, in spi_check_rx_ranges()
604 struct spi_message *msg, in spi_test_check_loopback_result()
796 struct spi_message *msg = &test->msg; in _spi_test_run_iter() local
937 struct spi_message *msg = &test->msg; in spi_test_execute_msg() local
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv50.c251 char msg[128]; in nv50_gr_prop_trap() local
288 char msg[128]; in nv50_gr_mp_trap() local
333 char msg[128]; in nv50_gr_tp_trap() local
402 char msg[128]; in nv50_gr_trap_handler() local
637 char msg[128]; in nv50_gr_intr() local
/openbmc/linux/net/ipv6/
H A Dping.c27 static int dummy_ipv6_recv_error(struct sock *sk, struct msghdr *msg, int len, in dummy_ipv6_recv_error()
32 static void dummy_ip6_datagram_recv_ctl(struct sock *sk, struct msghdr *msg, in dummy_ip6_datagram_recv_ctl()
62 static int ping_v6_sendmsg(struct sock *sk, struct msghdr *msg, size_t len) in ping_v6_sendmsg()
/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23885-i2c.c68 const struct i2c_msg *msg, int joined_rlen) in i2c_sendbytes()
149 const struct i2c_msg *msg, int joined) in i2c_readbytes()
357 struct i2c_msg msg; in cx23885_av_clk() local
/openbmc/linux/arch/x86/kernel/apic/
H A Dmsi.c28 struct msi_msg msg[2] = { [1] = { }, }; in irq_msi_update_msg() local
304 static void dmar_msi_compose_msg(struct irq_data *data, struct msi_msg *msg) in dmar_msi_compose_msg()
309 static void dmar_msi_write_msg(struct irq_data *data, struct msi_msg *msg) in dmar_msi_write_msg()
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_devintf.c39 static void file_receive_handler(struct ipmi_recv_msg *msg, in file_receive_handler()
126 struct ipmi_recv_msg *msg, *next; in ipmi_release() local
147 struct kernel_ipmi_msg msg; in handle_send_req() local
205 struct ipmi_recv_msg *msg; in handle_recv() local
644 struct compat_ipmi_msg msg; member
652 struct compat_ipmi_msg msg; member
/openbmc/qemu/hw/pci/
H A Dmsix.c39 MSIMessage msg; in msix_prepare_message() local
55 void msix_set_message(PCIDevice *dev, int vector, struct MSIMessage msg) in msix_set_message()
110 MSIMessage msg; in msix_fire_vector_notifier() local
130 MSIMessage msg = msix_prepare_message(dev, vector); in msix_handle_mask_update() local
527 MSIMessage msg; in msix_notify() local
601 MSIMessage msg; in msix_set_notifier_for_vector() local
/openbmc/linux/drivers/media/dvb-frontends/
H A Disl6405.c33 struct i2c_msg msg = { .addr = isl6405->i2c_addr, .flags = 0, in isl6405_set_voltage() local
75 struct i2c_msg msg = { .addr = isl6405->i2c_addr, .flags = 0, in isl6405_enable_high_lnb_voltage() local
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c150 struct i2c_msg msg[] = { in sii8620_read_buf() local
193 struct i2c_msg msg = { in sii8620_write_buf() local
269 struct sii8620_mt_msg *msg, *n; in sii8620_mt_cleanup() local
280 struct sii8620_mt_msg *msg; in sii8620_mt_work() local
352 struct sii8620_mt_msg *msg) in sii8620_mt_msc_cmd_send()
387 struct sii8620_mt_msg *msg = kzalloc(sizeof(*msg), GFP_KERNEL); in sii8620_mt_msg_new() local
399 struct sii8620_mt_msg *msg; in sii8620_mt_set_cont() local
414 struct sii8620_mt_msg *msg = sii8620_mt_msg_new(ctx); in sii8620_mt_msc_cmd() local
456 struct sii8620_mt_msg *msg) in sii8620_mt_read_devcap_send()
540 struct sii8620_mt_msg *msg) in sii8620_mt_read_devcap_recv()
[all …]
/openbmc/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c196 static inline int hyperv_sendpacket(struct hv_device *hdev, struct synthvid_msg *msg) in hyperv_sendpacket()
219 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; in hyperv_negotiate_version() local
251 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; in hyperv_update_vram_location() local
280 struct synthvid_msg msg; in hyperv_update_situation() local
320 struct synthvid_msg msg; in hyperv_hide_hw_ptr() local
354 struct synthvid_msg msg; in hyperv_update_dirt() local
379 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; in hyperv_get_supported_resolution() local
428 struct synthvid_msg *msg; in hyperv_receive_sub() local
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-sst-ipc.c280 void skl_ipc_tx_data_copy(struct ipc_message *msg, char *tx_data, in skl_ipc_tx_data_copy()
296 static void skl_ipc_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in skl_ipc_tx_msg()
328 struct ipc_message *msg = NULL; in skl_ipc_reply_get_msg() local
391 const char *msg; member
436 struct ipc_message *msg; in skl_ipc_process_reply() local
789 struct skl_ipc_init_instance_msg *msg, void *param_data) in skl_ipc_init_instance()
830 struct skl_ipc_bind_unbind_msg *msg) in skl_ipc_bind_unbind()
916 struct skl_ipc_large_config_msg *msg, u32 *param) in skl_ipc_set_large_config()
972 struct skl_ipc_large_config_msg *msg, in skl_ipc_get_large_config()
1043 int skl_ipc_set_d0ix(struct sst_generic_ipc *ipc, struct skl_ipc_d0ix_msg *msg) in skl_ipc_set_d0ix()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c1031 static inline const char *str_msg(const struct msg *msg, char *buf) in str_msg()
1063 static int send_message(int sock, const struct msg *msg) in send_message()
1072 static int recv_message(int sock, struct msg *msg) in recv_message()
1125 static int read_prog_test_msg(int sock_fd, struct msg *msg, enum msg_type type) in read_prog_test_msg()
1148 struct msg msg; in dispatch_thread_read_log() local
1168 struct msg msg; in dispatch_thread_send_subtests() local
1245 struct msg msg; in dispatch_thread() local
1492 struct msg msg; in worker_main_send_subtests() local
1542 struct msg msg; in worker_main() local
1557 struct msg msg; in worker_main() local
/openbmc/linux/tools/perf/ui/
H A Dhelpline.c38 void ui_helpline__push(const char *msg) in ui_helpline__push()
64 void ui_helpline__puts(const char *msg) in ui_helpline__puts()

1...<<11121314151617181920>>...114