/drivers/media/platform/allegro-dvt/ |
D | allegro-mail.c | 44 allegro_enc_init(u32 *dst, struct mcu_msg_init_request *msg) in allegro_enc_init() 236 allegro_enc_create_channel(u32 *dst, struct mcu_msg_create_channel *msg) in allegro_enc_create_channel() 257 struct mcu_msg_create_channel_response *msg, in allegro_decode_config_blob() 274 allegro_enc_destroy_channel(u32 *dst, struct mcu_msg_destroy_channel *msg) in allegro_enc_destroy_channel() 284 allegro_enc_push_buffers(u32 *dst, struct mcu_msg_push_buffers_internal *msg) in allegro_enc_push_buffers() 305 struct mcu_msg_put_stream_buffer *msg) in allegro_enc_put_stream_buffer() 321 allegro_enc_encode_frame(u32 *dst, struct mcu_msg_encode_frame *msg) in allegro_enc_encode_frame() 360 allegro_dec_init(struct mcu_msg_init_response *msg, u32 *src) in allegro_dec_init() 370 allegro_dec_create_channel(struct mcu_msg_create_channel_response *msg, in allegro_dec_create_channel() 399 allegro_dec_destroy_channel(struct mcu_msg_destroy_channel_response *msg, in allegro_dec_destroy_channel() [all …]
|
/drivers/gpu/drm/msm/adreno/ |
D | a6xx_hfi.c | 190 struct a6xx_hfi_msg_gmu_init_cmd msg = { 0 }; in a6xx_hfi_send_gmu_init() local 202 struct a6xx_hfi_msg_fw_version msg = { 0 }; in a6xx_hfi_get_fw_version() local 213 struct a6xx_hfi_msg_perf_table_v1 msg = { 0 }; in a6xx_hfi_send_perf_table_v1() local 235 struct a6xx_hfi_msg_perf_table msg = { 0 }; in a6xx_hfi_send_perf_table() local 256 static void a618_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a618_build_bw_table() 284 static void a640_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a640_build_bw_table() 323 static void a650_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a650_build_bw_table() 354 static void a660_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a660_build_bw_table() 385 static void adreno_7c3_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in adreno_7c3_build_bw_table() 415 static void a6xx_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a6xx_build_bw_table() [all …]
|
/drivers/platform/chrome/ |
D | cros_ec_proto.c | 56 struct cros_ec_command *msg) in prepare_packet() 89 struct cros_ec_command *msg) in send_command() 171 struct cros_ec_command *msg) in cros_ec_prepare_tx() 205 struct cros_ec_command *msg) in cros_ec_check_result() 236 struct cros_ec_command *msg, in cros_ec_get_host_event_wake_mask() 264 struct cros_ec_command *msg) in cros_ec_host_command_proto_query() 309 struct cros_ec_command *msg; in cros_ec_host_command_proto_query_v2() local 377 struct cros_ec_command *msg; in cros_ec_get_host_command_version_mask() local 582 int cros_ec_cmd_xfer(struct cros_ec_device *ec_dev, struct cros_ec_command *msg) in cros_ec_cmd_xfer() 643 struct cros_ec_command *msg) in cros_ec_cmd_xfer_status() [all …]
|
/drivers/infiniband/core/ |
D | nldev.c | 159 static int put_driver_name_print_type(struct sk_buff *msg, const char *name, in put_driver_name_print_type() 171 static int _rdma_nl_put_driver_u32(struct sk_buff *msg, const char *name, in _rdma_nl_put_driver_u32() 183 static int _rdma_nl_put_driver_u64(struct sk_buff *msg, const char *name, in _rdma_nl_put_driver_u64() 196 int rdma_nl_put_driver_string(struct sk_buff *msg, const char *name, in rdma_nl_put_driver_string() 209 int rdma_nl_put_driver_u32(struct sk_buff *msg, const char *name, u32 value) in rdma_nl_put_driver_u32() 216 int rdma_nl_put_driver_u32_hex(struct sk_buff *msg, const char *name, in rdma_nl_put_driver_u32_hex() 224 int rdma_nl_put_driver_u64(struct sk_buff *msg, const char *name, u64 value) in rdma_nl_put_driver_u64() 231 int rdma_nl_put_driver_u64_hex(struct sk_buff *msg, const char *name, u64 value) in rdma_nl_put_driver_u64_hex() 238 static int fill_nldev_handle(struct sk_buff *msg, struct ib_device *device) in fill_nldev_handle() 249 static int fill_dev_info(struct sk_buff *msg, struct ib_device *device) in fill_dev_info() [all …]
|
/drivers/infiniband/hw/cxgb4/ |
D | restrack.c | 39 static int fill_sq(struct sk_buff *msg, struct t4_wq *wq) in fill_sq() 67 static int fill_rq(struct sk_buff *msg, struct t4_wq *wq) in fill_rq() 95 static int fill_swsqe(struct sk_buff *msg, struct t4_sq *sq, u16 idx, in fill_swsqe() 119 static int fill_swsqes(struct sk_buff *msg, struct t4_sq *sq, in fill_swsqes() 137 int c4iw_fill_res_qp_entry(struct sk_buff *msg, struct ib_qp *ibqp) in c4iw_fill_res_qp_entry() 196 int c4iw_fill_res_cm_id_entry(struct sk_buff *msg, in c4iw_fill_res_cm_id_entry() 271 static int fill_cq(struct sk_buff *msg, struct t4_cq *cq) in fill_cq() 307 static int fill_cqe(struct sk_buff *msg, struct t4_cqe *cqe, u16 idx, in fill_cqe() 333 static int fill_hwcqes(struct sk_buff *msg, struct t4_cq *cq, in fill_hwcqes() 350 static int fill_swcqes(struct sk_buff *msg, struct t4_cq *cq, in fill_swcqes() [all …]
|
/drivers/net/wireless/ath/wil6210/ |
D | txrx_edma.h | 349 static inline __le16 wil_rx_status_get_length(void *msg) in wil_rx_status_get_length() 354 static inline u8 wil_rx_status_get_mcs(void *msg) in wil_rx_status_get_mcs() 360 static inline u8 wil_rx_status_get_cb_mode(void *msg) in wil_rx_status_get_cb_mode() 366 static inline u16 wil_rx_status_get_flow_id(void *msg) in wil_rx_status_get_flow_id() 372 static inline u8 wil_rx_status_get_mcast(void *msg) in wil_rx_status_get_mcast() 388 static inline u8 wil_rx_status_get_cid(void *msg) in wil_rx_status_get_cid() 402 static inline u8 wil_rx_status_get_tid(void *msg) in wil_rx_status_get_tid() 415 static inline int wil_rx_status_get_eop(void *msg) /* EoP = End of Packet */ in wil_rx_status_get_eop() 427 static inline __le16 wil_rx_status_get_buff_id(void *msg) in wil_rx_status_get_buff_id() 432 static inline u8 wil_rx_status_get_data_offset(void *msg) in wil_rx_status_get_data_offset() [all …]
|
/drivers/connector/ |
D | cn_proc.c | 51 static inline void send_msg(struct cn_msg *msg) in send_msg() 71 struct cn_msg *msg; in proc_fork_connector() local 101 struct cn_msg *msg; in proc_exec_connector() local 125 struct cn_msg *msg; in proc_id_connector() local 163 struct cn_msg *msg; in proc_sid_connector() local 187 struct cn_msg *msg; in proc_ptrace_connector() local 219 struct cn_msg *msg; in proc_comm_connector() local 244 struct cn_msg *msg; in proc_coredump_connector() local 277 struct cn_msg *msg; in proc_exit_connector() local 320 struct cn_msg *msg; in cn_proc_ack() local [all …]
|
/drivers/hsi/clients/ |
D | hsi_char.c | 116 static void hsc_add_tail(struct hsc_channel *channel, struct hsi_msg *msg, in hsc_add_tail() 129 struct hsi_msg *msg = NULL; in hsc_get_first_msg() local 145 static inline void hsc_msg_free(struct hsi_msg *msg) in hsc_msg_free() 153 struct hsi_msg *msg, *tmp; in hsc_free_list() local 175 struct hsi_msg *msg; in hsc_msg_alloc() local 197 struct hsi_msg *msg; in hsc_msgs_alloc() local 215 static inline unsigned int hsc_msg_len_get(struct hsi_msg *msg) in hsc_msg_len_get() 220 static inline void hsc_msg_len_set(struct hsi_msg *msg, unsigned int len) in hsc_msg_len_set() 225 static void hsc_rx_completed(struct hsi_msg *msg) in hsc_rx_completed() 238 static void hsc_rx_msg_destructor(struct hsi_msg *msg) in hsc_rx_msg_destructor() [all …]
|
D | ssi_protocol.c | 153 static inline void ssip_set_cmd(struct hsi_msg *msg, u32 cmd) in ssip_set_cmd() 161 static inline u32 ssip_get_cmd(struct hsi_msg *msg) in ssip_get_cmd() 170 static void ssip_skb_to_msg(struct sk_buff *skb, struct hsi_msg *msg) in ssip_skb_to_msg() 189 static void ssip_free_data(struct hsi_msg *msg) in ssip_free_data() 204 struct hsi_msg *msg; in ssip_alloc_data() local 217 static inline void ssip_release_cmd(struct hsi_msg *msg) in ssip_release_cmd() 229 struct hsi_msg *msg; in ssip_claim_cmd() local 244 struct hsi_msg *msg, *tmp; in ssip_free_cmds() local 256 struct hsi_msg *msg; in ssip_alloc_cmds() local 391 struct hsi_msg *msg; in ssip_reset() local [all …]
|
D | cmt_speech.c | 33 u32 msg; member 197 static inline void cs_set_cmd(struct hsi_msg *msg, u32 cmd) in cs_set_cmd() 203 static inline u32 cs_get_cmd(struct hsi_msg *msg) in cs_get_cmd() 209 static void cs_release_cmd(struct hsi_msg *msg) in cs_release_cmd() 216 static void cs_cmd_destructor(struct hsi_msg *msg) in cs_cmd_destructor() 241 struct hsi_msg *msg; in cs_claim_cmd() local 254 struct hsi_msg *msg, *tmp; in cs_free_cmds() local 266 struct hsi_msg *msg; in cs_alloc_cmds() local 294 static void cs_hsi_data_destructor(struct hsi_msg *msg) in cs_hsi_data_destructor() 352 static void cs_hsi_free_data_msg(struct hsi_msg *msg) in cs_hsi_free_data_msg() [all …]
|
/drivers/media/pci/saa7134/ |
D | saa7134-cards.c | 7737 struct i2c_msg msg[] = {{.addr = 0x50, .flags = 0, .buf = &subaddr, .len = 1}, in saa7134_board_init2() local 7827 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local 7836 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local 7889 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local 7896 struct i2c_msg msg = {.addr = 0x0b, .flags = 0, .buf = data, in saa7134_board_init2() local 7904 struct i2c_msg msg = {.addr = 0x0b, .flags = 0, .buf = data, in saa7134_board_init2() local 7914 struct i2c_msg msg = {.addr=0x09, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local 7943 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local 7952 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local 7982 struct i2c_msg msg = { .addr = 0x0a, .flags = 0 }; in saa7134_board_init2() local [all …]
|
/drivers/staging/wfx/ |
D | key.c | 33 static u8 fill_wep_pair(struct hif_wep_pairwise_key *msg, in fill_wep_pair() 43 static u8 fill_wep_group(struct hif_wep_group_key *msg, in fill_wep_group() 53 static u8 fill_tkip_pair(struct hif_tkip_pairwise_key *msg, in fill_tkip_pair() 70 static u8 fill_tkip_group(struct hif_tkip_group_key *msg, in fill_tkip_group() 95 static u8 fill_ccmp_pair(struct hif_aes_pairwise_key *msg, in fill_ccmp_pair() 104 static u8 fill_ccmp_group(struct hif_aes_group_key *msg, in fill_ccmp_group() 116 static u8 fill_sms4_pair(struct hif_wapi_pairwise_key *msg, in fill_sms4_pair() 131 static u8 fill_sms4_group(struct hif_wapi_group_key *msg, in fill_sms4_group() 145 static u8 fill_aes_cmac_group(struct hif_igtk_group_key *msg, in fill_aes_cmac_group()
|
/drivers/misc/sgi-xp/ |
D | xpc_uv.c | 336 xpc_send_gru_msg(struct gru_message_queue_desc *gru_mq_desc, void *msg, in xpc_send_gru_msg() 440 struct xpc_activate_mq_msg_activate_req_uv *msg; in xpc_handle_activate_mq_msg_uv() local 472 struct xpc_activate_mq_msg_deactivate_req_uv *msg; in xpc_handle_activate_mq_msg_uv() local 488 struct xpc_activate_mq_msg_chctl_closerequest_uv *msg; in xpc_handle_activate_mq_msg_uv() local 507 struct xpc_activate_mq_msg_chctl_closereply_uv *msg; in xpc_handle_activate_mq_msg_uv() local 524 struct xpc_activate_mq_msg_chctl_openrequest_uv *msg; in xpc_handle_activate_mq_msg_uv() local 544 struct xpc_activate_mq_msg_chctl_openreply_uv *msg; in xpc_handle_activate_mq_msg_uv() local 564 struct xpc_activate_mq_msg_chctl_opencomplete_uv *msg; in xpc_handle_activate_mq_msg_uv() local 676 xpc_send_activate_IRQ_uv(struct xpc_partition *part, void *msg, size_t msg_size, in xpc_send_activate_IRQ_uv() 732 xpc_send_activate_IRQ_part_uv(struct xpc_partition *part, void *msg, in xpc_send_activate_IRQ_part_uv() [all …]
|
/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_tlv.c | 13 s32 fm10k_tlv_msg_init(u32 *msg, u16 msg_id) in fm10k_tlv_msg_init() 34 static s32 fm10k_tlv_attr_put_null_string(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_null_string() 112 s32 fm10k_tlv_attr_put_mac_vlan(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_mac_vlan() 172 s32 fm10k_tlv_attr_put_bool(u32 *msg, u16 attr_id) in fm10k_tlv_attr_put_bool() 198 s32 fm10k_tlv_attr_put_value(u32 *msg, u16 attr_id, s64 value, u32 len) in fm10k_tlv_attr_put_value() 270 s32 fm10k_tlv_attr_put_le_struct(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_le_struct() 340 static u32 *fm10k_tlv_attr_nest_start(u32 *msg, u16 attr_id) in fm10k_tlv_attr_nest_start() 365 static s32 fm10k_tlv_attr_nest_stop(u32 *msg) in fm10k_tlv_attr_nest_stop() 544 s32 fm10k_tlv_msg_parse(struct fm10k_hw *hw, u32 *msg, in fm10k_tlv_msg_parse() 640 static void fm10k_tlv_msg_test_generate_data(u32 *msg, u32 attr_flags) in fm10k_tlv_msg_test_generate_data() [all …]
|
/drivers/staging/wlan-ng/ |
D | prism2mgmt.c | 133 struct p80211msg_dot11req_scan *msg = msgp; in prism2mgmt_scan() local 548 struct p80211msg_dot11req_start *msg = msgp; in prism2mgmt_start() local 730 struct p80211msg_p2req_readpda *msg = msgp; in prism2mgmt_readpda() local 797 struct p80211msg_p2req_ramdl_state *msg = msgp; in prism2mgmt_ramdl_state() local 853 struct p80211msg_p2req_ramdl_write *msg = msgp; in prism2mgmt_ramdl_write() local 916 struct p80211msg_p2req_flashdl_state *msg = msgp; in prism2mgmt_flashdl_state() local 987 struct p80211msg_p2req_flashdl_write *msg = msgp; in prism2mgmt_flashdl_write() local 1051 struct p80211msg_lnxreq_autojoin *msg = msgp; in prism2mgmt_autojoin() local 1120 struct p80211msg_lnxreq_wlansniff *msg = msgp; in prism2mgmt_wlansniff() local
|
D | prism2mib.c | 262 struct p80211msg_dot11req_mibset *msg = msgp; in prism2mgmt_mibset_mibget() local 372 struct p80211msg_dot11req_mibset *msg, in prism2mib_bytearea2pstr() 422 struct p80211msg_dot11req_mibset *msg, void *data) in prism2mib_uint32() 469 struct p80211msg_dot11req_mibset *msg, void *data) in prism2mib_flag() 526 struct p80211msg_dot11req_mibset *msg, in prism2mib_wepdefaultkey() 576 struct p80211msg_dot11req_mibset *msg, in prism2mib_privacyinvoked() 619 struct p80211msg_dot11req_mibset *msg, in prism2mib_fragmentationthreshold() 665 struct p80211msg_dot11req_mibset *msg, void *data) in prism2mib_priv()
|
/drivers/media/platform/mtk-vcodec/ |
D | vdec_vpu_if.c | 13 static void handle_init_ack_msg(const struct vdec_vpu_ipi_init_ack *msg) in handle_init_ack_msg() 41 const struct vdec_vpu_ipi_ack *msg = data; in vpu_dec_ipi_handler() local 70 static int vcodec_vpu_send_msg(struct vdec_vpu_inst *vpu, void *msg, int len) in vcodec_vpu_send_msg() 92 struct vdec_ap_ipi_cmd msg; in vcodec_send_ap_ipi() local 108 struct vdec_ap_ipi_init msg; in vpu_dec_init() local 136 struct vdec_ap_ipi_dec_start msg; in vpu_dec_start() local
|
/drivers/iio/common/ssp_sensors/ |
D | ssp_spi.c | 78 struct ssp_msg *msg; in ssp_create_msg() local 177 static int ssp_do_transfer(struct ssp_data *data, struct ssp_msg *msg, in ssp_do_transfer() 244 struct ssp_msg *msg) in ssp_spi_sync_command() 249 static int ssp_spi_sync(struct ssp_data *data, struct ssp_msg *msg, in ssp_spi_sync() 339 struct ssp_msg *msg, *n; in ssp_irq_msg() local 450 struct ssp_msg *msg, *n; in ssp_clean_pending_list() local 466 struct ssp_msg *msg; in ssp_command() local 484 struct ssp_msg *msg; in ssp_send_instruction() local 517 struct ssp_msg *msg; in ssp_get_chipid() local 535 struct ssp_msg *msg; in ssp_set_magnetic_matrix() local [all …]
|
/drivers/net/ethernet/netronome/nfp/flower/ |
D | cmsg.c | 46 struct nfp_flower_cmsg_mac_repr *msg; in nfp_flower_cmsg_mac_repr_start() local 66 struct nfp_flower_cmsg_mac_repr *msg; in nfp_flower_cmsg_mac_repr_add() local 78 struct nfp_flower_cmsg_portmod *msg; in nfp_flower_cmsg_portmod() local 103 struct nfp_flower_cmsg_portreify *msg; in nfp_flower_cmsg_portreify() local 126 struct nfp_flower_cmsg_portmod *msg; in nfp_flower_process_mtu_ack() local 153 struct nfp_flower_cmsg_portmod *msg; in nfp_flower_cmsg_portmod_rx() local 189 struct nfp_flower_cmsg_portreify *msg; in nfp_flower_cmsg_portreify_rx() local 211 struct nfp_flower_cmsg_merge_hint *msg; in nfp_flower_cmsg_merge_hint_rx() local
|
/drivers/staging/nvec/ |
D | nvec.c | 140 unsigned char *msg = data; in nvec_status_notifier() local 191 void nvec_msg_free(struct nvec_chip *nvec, struct nvec_msg *msg) in nvec_msg_free() 203 static bool nvec_msg_is_event(struct nvec_msg *msg) in nvec_msg_is_event() 214 static size_t nvec_msg_size(struct nvec_msg *msg) in nvec_msg_size() 258 struct nvec_msg *msg; in nvec_write_async() local 299 struct nvec_msg **msg) in nvec_write_sync() 379 struct nvec_msg *msg; in nvec_request_master() local 413 static int parse_msg(struct nvec_chip *nvec, struct nvec_msg *msg) in parse_msg() 442 struct nvec_msg *msg; in nvec_dispatch() local 770 struct nvec_msg *msg; in tegra_nvec_probe() local [all …]
|
/drivers/infiniband/hw/mlx5/ |
D | restrack.c | 60 static int fill_res_raw(struct sk_buff *msg, struct mlx5_ib_dev *dev, in fill_res_raw() 81 static int fill_stat_mr_entry(struct sk_buff *msg, struct ib_mr *ibmr) in fill_stat_mr_entry() 115 static int fill_res_mr_entry_raw(struct sk_buff *msg, struct ib_mr *ibmr) in fill_res_mr_entry_raw() 123 static int fill_res_mr_entry(struct sk_buff *msg, struct ib_mr *ibmr) in fill_res_mr_entry() 151 static int fill_res_cq_entry_raw(struct sk_buff *msg, struct ib_cq *ibcq) in fill_res_cq_entry_raw() 159 static int fill_res_qp_entry_raw(struct sk_buff *msg, struct ib_qp *ibqp) in fill_res_qp_entry_raw()
|
/drivers/media/tuners/ |
D | tda827x.c | 124 struct i2c_msg *msg, in tuner_transfer() 149 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xo_set_params() local 223 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xo_sleep() local 245 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0 }; in tda827xo_set_analog_params() local 325 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xo_agcf() local 435 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xa_sleep() local 455 struct i2c_msg msg = { .flags = 0, .buf = buf, .len = sizeof(buf) }; in tda827xa_lna_gain() local 508 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xa_set_params() local 655 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xa_set_analog_params() local 750 struct i2c_msg msg = {.addr = priv->i2c_addr, .flags = 0, in tda827xa_agcf() local [all …]
|
/drivers/media/platform/mtk-mdp/ |
D | mtk_mdp_vpu.c | 18 static void mtk_mdp_vpu_handle_init_ack(const struct mdp_ipi_comm_ack *msg) in mtk_mdp_vpu_handle_init_ack() 32 const struct mdp_ipi_comm_ack *msg = data; in mtk_mdp_vpu_ipi_handler() local 75 static int mtk_mdp_vpu_send_msg(void *msg, int len, struct mtk_mdp_vpu *vpu, in mtk_mdp_vpu_send_msg() 99 struct mdp_ipi_comm msg; in mtk_mdp_vpu_send_ap_ipi() local 115 struct mdp_ipi_init msg; in mtk_mdp_vpu_init() local
|
/drivers/net/can/ |
D | janz-ican3.c | 308 static int ican3_old_recv_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_old_recv_msg() 353 static int ican3_old_send_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_old_send_msg() 557 static int ican3_new_send_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_new_send_msg() 588 static int ican3_new_recv_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_new_recv_msg() 620 static int ican3_send_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_send_msg() 636 static int ican3_recv_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_recv_msg() 658 struct ican3_msg msg; in ican3_msg_connect() local 669 struct ican3_msg msg; in ican3_msg_disconnect() local 680 struct ican3_msg msg; in ican3_msg_newhostif() local 701 struct ican3_msg msg; in ican3_msg_fasthostif() local [all …]
|
/drivers/slimbus/ |
D | messaging.c | 27 struct slim_val_inf *msg; in slim_msg_response() local 180 struct slim_val_inf *msg, u8 mc) in slim_val_inf_sanity() 233 int slim_xfer_msg(struct slim_device *sbdev, struct slim_val_inf *msg, in slim_xfer_msg() 274 static void slim_fill_msg(struct slim_val_inf *msg, u32 addr, in slim_fill_msg() 298 struct slim_val_inf msg; in slim_read() local 341 struct slim_val_inf msg; in slim_write() local
|