Home
last modified time | relevance | path

Searched defs:msg (Results 251 – 275 of 1968) sorted by relevance

1...<<11121314151617181920>>...79

/linux-5.10/drivers/spi/
Dspi-cavium.c29 struct spi_message *msg, in octeon_spi_do_transfer()
128 struct spi_message *msg) in octeon_spi_transfer_one_message()
Dspi.c932 static int __spi_map_msg(struct spi_controller *ctlr, struct spi_message *msg) in __spi_map_msg()
980 static int __spi_unmap_msg(struct spi_controller *ctlr, struct spi_message *msg) in __spi_unmap_msg()
1012 struct spi_message *msg) in __spi_map_msg()
1018 struct spi_message *msg) in __spi_unmap_msg()
1025 struct spi_message *msg) in spi_unmap_msg()
1043 static int spi_map_msg(struct spi_controller *ctlr, struct spi_message *msg) in spi_map_msg()
1097 struct spi_message *msg, in spi_transfer_wait()
1202 static void _spi_transfer_cs_change_delay(struct spi_message *msg, in _spi_transfer_cs_change_delay()
1233 struct spi_message *msg) in spi_transfer_one_message()
1371 struct spi_message *msg; in __spi_pump_messages() local
[all …]
/linux-5.10/drivers/input/misc/
Dcma3000_d0x_i2c.c15 u8 reg, u8 val, char *msg) in cma3000_i2c_set()
27 static int cma3000_i2c_read(struct device *dev, u8 reg, char *msg) in cma3000_i2c_read()
/linux-5.10/net/l2tp/
Dl2tp_netlink.c74 struct sk_buff *msg; in l2tp_nl_cmd_noop() local
107 struct sk_buff *msg; in l2tp_tunnel_notify() local
135 struct sk_buff *msg; in l2tp_session_notify() local
449 struct sk_buff *msg; in l2tp_nl_cmd_tunnel_get() local
789 struct sk_buff *msg; in l2tp_nl_cmd_session_get() local
/linux-5.10/sound/soc/sof/
Dipc.c37 struct snd_sof_ipc_msg msg; member
206 static int tx_wait_done(struct snd_sof_ipc *ipc, struct snd_sof_ipc_msg *msg, in tx_wait_done()
245 struct snd_sof_ipc_msg *msg; in sof_ipc_tx_message_unlocked() local
346 struct snd_sof_ipc_msg *msg = &sdev->ipc->msg; in snd_sof_ipc_reply() local
824 struct snd_sof_ipc_msg *msg; in snd_sof_ipc_init() local
/linux-5.10/fs/ceph/
Dmds_client.c569 static int parse_reply_info(struct ceph_mds_session *s, struct ceph_msg *msg, in parse_reply_info()
1152 struct ceph_msg *msg; in create_session_msg() local
1244 struct ceph_msg *msg; in create_session_open_msg() local
1355 struct ceph_msg *msg; in __open_session() local
1782 struct ceph_msg *msg; in send_renew_caps() local
1812 struct ceph_msg *msg; in send_flushmsg_ack() local
1863 struct ceph_msg *msg; in request_close_session() local
2056 struct ceph_msg *msg = NULL; in ceph_send_cap_releases() local
2489 struct ceph_msg *msg; in create_request_message() local
2646 struct ceph_msg *msg; in __prepare_send_request() local
[all …]
/linux-5.10/drivers/media/dvb-frontends/
Dlnbh25.c45 struct i2c_msg msg[2] = { in lnbh25_read_vmon() local
88 struct i2c_msg msg = { in lnbh25_set_voltage() local
Dlnbh29.c45 struct i2c_msg msg[2] = { in lnbh29_read_vmon() local
84 struct i2c_msg msg = { in lnbh29_set_voltage() local
/linux-5.10/tools/testing/selftests/sigaltstack/
Dsas.c29 static const char *msg = "[OK]\tStack preserved"; variable
32 char msg[128]; member
/linux-5.10/drivers/gpu/drm/
Ddrm_dp_mst_topology.c60 struct drm_dp_sideband_msg_req_body msg; member
429 const struct drm_dp_query_stream_enc_status *msg; in drm_dp_encode_sideband_req() local
719 static void drm_dp_crc_sideband_chunk_req(u8 *msg, u8 len) in drm_dp_crc_sideband_chunk_req()
738 static int drm_dp_sideband_msg_set_header(struct drm_dp_sideband_msg_rx *msg, in drm_dp_sideband_msg_set_header()
770 static bool drm_dp_sideband_append_payload(struct drm_dp_sideband_msg_rx *msg, in drm_dp_sideband_append_payload()
1018 struct drm_dp_sideband_msg_reply_body *msg) in drm_dp_sideband_parse_reply()
1063 struct drm_dp_sideband_msg_req_body *msg) in drm_dp_sideband_parse_connection_status_notify()
1090 struct drm_dp_sideband_msg_req_body *msg) in drm_dp_sideband_parse_resource_status_notify()
1113 struct drm_dp_sideband_msg_req_body *msg) in drm_dp_sideband_parse_req()
1130 static void build_dpcd_write(struct drm_dp_sideband_msg_tx *msg, in build_dpcd_write()
[all …]
/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dmsgbuf.c84 struct msgbuf_common_hdr msg; member
95 struct msgbuf_common_hdr msg; member
107 struct msgbuf_common_hdr msg; member
116 struct msgbuf_common_hdr msg; member
130 struct msgbuf_common_hdr msg; member
138 struct msgbuf_common_hdr msg; member
145 struct msgbuf_common_hdr msg; member
153 struct msgbuf_common_hdr msg; member
162 struct msgbuf_common_hdr msg; member
169 struct msgbuf_common_hdr msg; member
[all …]
/linux-5.10/drivers/gpu/drm/arm/display/komeda/
Dkomeda_event.c48 static void evt_sprintf(struct komeda_str *str, u64 evt, const char *msg) in evt_sprintf()
136 char msg[256]; in komeda_print_events() local
/linux-5.10/drivers/usb/core/
Dusb.h116 static inline int usb_port_suspend(struct usb_device *udev, pm_message_t msg) in usb_port_suspend()
121 static inline int usb_port_resume(struct usb_device *udev, pm_message_t msg) in usb_port_resume()
/linux-5.10/drivers/mailbox/
Drockchip-mailbox.c37 struct rockchip_mbox_msg *msg; member
55 struct rockchip_mbox_msg *msg = data; in rockchip_mbox_send_data() local
128 struct rockchip_mbox_msg *msg = NULL; in rockchip_mbox_isr() local
/linux-5.10/drivers/staging/greybus/
Di2c.c68 gb_i2c_fill_transfer_op(struct gb_i2c_transfer_op *op, struct i2c_msg *msg) in gb_i2c_fill_transfer_op()
85 struct i2c_msg *msg; in gb_i2c_operation_create() local
149 struct i2c_msg *msg = msgs; in gb_i2c_decode_response() local
/linux-5.10/drivers/scsi/
Dhptiop.c126 u32 msg = readl(&iop->outbound_msgaddr0); in iop_intr_itl() local
212 u32 msg; in iop_intr_mv() local
265 u32 msg = readl(&(hba->u.mvfrey.mu->cpu_to_f0_msg_a)); in iop_intr_mvfrey() local
360 static void hptiop_post_msg_itl(struct hptiop_hba *hba, u32 msg) in hptiop_post_msg_itl()
366 static void hptiop_post_msg_mv(struct hptiop_hba *hba, u32 msg) in hptiop_post_msg_mv()
373 static void hptiop_post_msg_mvfrey(struct hptiop_hba *hba, u32 msg) in hptiop_post_msg_mvfrey()
379 static int iop_send_sync_msg(struct hptiop_hba *hba, u32 msg, u32 millisec) in iop_send_sync_msg()
677 static void hptiop_message_callback(struct hptiop_hba *hba, u32 msg) in hptiop_message_callback()
/linux-5.10/drivers/net/can/usb/
Dems_usb.c119 u8 msg[8]; member
206 } msg; member
297 static void ems_usb_rx_can_msg(struct ems_usb *dev, struct ems_cpc_msg *msg) in ems_usb_rx_can_msg()
328 static void ems_usb_rx_err(struct ems_usb *dev, struct ems_cpc_msg *msg) in ems_usb_rx_err()
430 struct ems_cpc_msg *msg; in ems_usb_read_bulk_callback() local
531 static int ems_usb_command_msg(struct ems_usb *dev, struct ems_cpc_msg *msg) in ems_usb_command_msg()
733 struct ems_cpc_msg *msg; in ems_usb_start_xmit() local
927 static void init_params_sja1000(struct ems_cpc_msg *msg) in init_params_sja1000()
/linux-5.10/arch/powerpc/kernel/
Drtas_flash.c239 const char *msg; in get_flash_status_msg() local
276 char msg[RTAS_MSG_MAXLEN]; in rtas_flash_read_msg() local
293 char msg[RTAS_MSG_MAXLEN]; in rtas_flash_read_num() local
390 char msg[RTAS_MSG_MAXLEN]; in manage_flash_read() local
466 char *msg, int msglen) in get_validate_flash_msg()
487 char msg[VALIDATE_MSG_LEN]; in validate_flash_read() local
/linux-5.10/drivers/infiniband/hw/qib/
Dqib_intr.c47 static void qib_format_hwmsg(char *msg, size_t msgl, const char *hwmsg) in qib_format_hwmsg()
63 size_t nhwerrmsgs, char *msg, size_t msgl) in qib_format_hwerrors()
/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras_eeprom.c139 struct i2c_msg msg = { in __update_table_header() local
279 struct i2c_msg msg = { in amdgpu_ras_eeprom_init() local
435 struct i2c_msg msg = { in amdgpu_ras_eeprom_check_err_threshold() local
476 struct i2c_msg *msgs, *msg; in amdgpu_ras_eeprom_process_recods() local
/linux-5.10/drivers/i2c/busses/
Di2c-digicolor.c53 struct i2c_msg *msg; member
76 static u8 dc_i2c_addr_cmd(struct i2c_msg *msg) in dc_i2c_addr_cmd()
145 struct i2c_msg *msg = i2c->msg; in dc_i2c_start_msg() local
214 static int dc_i2c_xfer_msg(struct dc_i2c *i2c, struct i2c_msg *msg, int first, in dc_i2c_xfer_msg()
/linux-5.10/drivers/media/pci/mantis/
Dmantis_i2c.c26 static int mantis_i2c_read(struct mantis_pci *mantis, const struct i2c_msg *msg) in mantis_i2c_read()
72 static int mantis_i2c_write(struct mantis_pci *mantis, const struct i2c_msg *msg) in mantis_i2c_write()
/linux-5.10/net/sunrpc/
Drpcb_clnt.c378 static int rpcb_register_call(struct sunrpc_net *sn, struct rpc_clnt *clnt, struct rpc_message *msg in rpcb_register_call()
437 struct rpc_message msg = { in rpcb_register() local
459 struct rpc_message *msg) in rpcb_register_inet4()
485 struct rpc_message *msg) in rpcb_register_inet6()
507 struct rpc_message *msg) in rpcb_unregister_all_protofamilies()
572 struct rpc_message msg = { in rpcb_v4_register() local
598 struct rpc_message msg = { in rpcb_call_async() local
/linux-5.10/tools/bpf/resolve_btfids/
DMakefile13 msg = macro
16 msg = @printf ' %-8s %s%s\n' "$(1)" "$(notdir $(2))" "$(if $(3), $(3))"; macro
/linux-5.10/drivers/soc/ti/
Dti_sci_inta_msi.c19 struct msi_msg *msg) in ti_sci_inta_msi_write_msg()
25 struct msi_msg *msg) in ti_sci_inta_msi_compose_msi_msg()

1...<<11121314151617181920>>...79