/linux-6.8/drivers/i2c/busses/ |
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
|
/linux-6.8/drivers/char/ipmi/ |
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()
|
/linux-6.8/drivers/net/ethernet/intel/igbvf/ |
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()
|
/linux-6.8/net/tipc/ |
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
|
/linux-6.8/net/ieee802154/ |
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
|
D | nl-mac.c | 29 static int nla_put_hwaddr(struct sk_buff *msg, int type, __le64 hwaddr, in nla_put_hwaddr() 41 static int nla_put_shortaddr(struct sk_buff *msg, int type, __le16 addr) in nla_put_shortaddr() 53 struct sk_buff *msg; in ieee802154_nl_start_confirm() local 74 static int ieee802154_nl_fill_iface(struct sk_buff *msg, u32 portid, in ieee802154_nl_fill_iface() 409 struct sk_buff *msg; in ieee802154_list_iface() local 603 ieee802154_llsec_fill_key_id(struct sk_buff *msg, in ieee802154_llsec_fill_key_id() 645 struct sk_buff *msg; in ieee802154_llsec_getparams() local 911 ieee802154_nl_fill_key(struct sk_buff *msg, u32 portid, u32 seq, in ieee802154_nl_fill_key() 1048 ieee802154_nl_fill_dev(struct sk_buff *msg, u32 portid, u32 seq, in ieee802154_nl_fill_dev() 1155 ieee802154_nl_fill_devkey(struct sk_buff *msg, u32 portid, u32 seq, in ieee802154_nl_fill_devkey() [all …]
|
/linux-6.8/drivers/media/platform/mediatek/mdp3/ |
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
|
/linux-6.8/drivers/media/pci/ddbridge/ |
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
|
/linux-6.8/drivers/media/pci/cx23885/ |
D | netup-init.c | 19 struct i2c_msg msg = { in i2c_av_write() local 40 struct i2c_msg msg = { in i2c_av_write4() local 64 struct i2c_msg msg = { in i2c_av_read() local
|
/linux-6.8/fs/reiserfs/ |
D | hashes.c | 44 u32 keyed_hash(const signed char *msg, int len) in keyed_hash() 128 u32 yura_hash(const signed char *msg, int len) in yura_hash() 167 u32 r5_hash(const signed char *msg, int len) in r5_hash()
|
/linux-6.8/drivers/hwmon/ |
D | xgene-hwmon.c | 82 u32 msg; member 126 static int xgene_hwmon_pcc_rd(struct xgene_hwmon_dev *ctx, u32 *msg) in xgene_hwmon_pcc_rd() 184 static int xgene_hwmon_rd(struct xgene_hwmon_dev *ctx, u32 *msg) in xgene_hwmon_rd() 224 u32 msg[3]; in xgene_hwmon_reg_map_rd() local 253 u32 msg[3]; in xgene_hwmon_get_notification_msg() local 457 static int xgene_hwmon_rx_ready(struct xgene_hwmon_dev *ctx, void *msg) in xgene_hwmon_rx_ready() 473 static void xgene_hwmon_rx_cb(struct mbox_client *cl, void *msg) in xgene_hwmon_rx_cb() 523 static void xgene_hwmon_pcc_rx_cb(struct mbox_client *cl, void *msg) in xgene_hwmon_pcc_rx_cb() 589 static void xgene_hwmon_tx_done(struct mbox_client *cl, void *msg, int ret) in xgene_hwmon_tx_done()
|
/linux-6.8/sound/virtio/ |
D | virtio_pcm_msg.c | 147 struct virtio_pcm_msg *msg; in virtsnd_pcm_msg_alloc() local 216 struct virtio_pcm_msg *msg = vss->msgs[i]; in virtsnd_pcm_msg_send() local 301 static void virtsnd_pcm_msg_complete(struct virtio_pcm_msg *msg, in virtsnd_pcm_msg_complete() 352 struct virtio_pcm_msg *msg; in virtsnd_pcm_notify_cb() local 407 struct virtio_snd_msg *msg; in virtsnd_pcm_ctl_msg_alloc() local
|
/linux-6.8/net/devlink/ |
D | trap.c | 131 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() 735 devlink_trap_policer_stats_put(struct sk_buff *msg, struct devlink *devlink, in devlink_trap_policer_stats_put() [all …]
|
/linux-6.8/tools/testing/selftests/powerpc/include/ |
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
|
/linux-6.8/drivers/gpu/drm/xe/ |
D | xe_guc_submit.c | 1062 static void __guc_exec_queue_process_msg_cleanup(struct xe_sched_msg *msg) in __guc_exec_queue_process_msg_cleanup() 1082 static void __guc_exec_queue_process_msg_set_sched_props(struct xe_sched_msg *msg) in __guc_exec_queue_process_msg_set_sched_props() 1106 static void __guc_exec_queue_process_msg_suspend(struct xe_sched_msg *msg) in __guc_exec_queue_process_msg_suspend() 1141 static void __guc_exec_queue_process_msg_resume(struct xe_sched_msg *msg) in __guc_exec_queue_process_msg_resume() 1167 static void guc_exec_queue_process_msg(struct xe_sched_msg *msg) in guc_exec_queue_process_msg() 1272 static void guc_exec_queue_add_msg(struct xe_exec_queue *q, struct xe_sched_msg *msg, in guc_exec_queue_add_msg() 1288 struct xe_sched_msg *msg = q->guc->static_msgs + STATIC_MSG_CLEANUP; in guc_exec_queue_fini() local 1299 struct xe_sched_msg *msg; in guc_exec_queue_set_priority() local 1316 struct xe_sched_msg *msg; in guc_exec_queue_set_timeslice() local 1335 struct xe_sched_msg *msg; in guc_exec_queue_set_preempt_timeout() local [all …]
|
/linux-6.8/net/ncsi/ |
D | ncsi-netlink.c | 154 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()
|
/linux-6.8/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
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()
|
/linux-6.8/drivers/accel/qaic/ |
D | qaic_control.c | 80 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 …]
|
/linux-6.8/drivers/platform/chrome/wilco_ec/ |
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()
|
/linux-6.8/drivers/infiniband/hw/bnxt_re/ |
D | qplib_rcfw.c | 236 struct bnxt_qplib_cmdqmsg *msg) in __send_message_no_waiter() 284 struct bnxt_qplib_cmdqmsg *msg, u8 opcode) in __send_message() 419 struct bnxt_qplib_cmdqmsg *msg, in __send_message_basic_sanity() 455 struct bnxt_qplib_cmdqmsg msg = {}; in __destroy_timedout_ah() local 485 struct bnxt_qplib_cmdqmsg *msg) in __bnxt_qplib_rcfw_send_message() 560 struct bnxt_qplib_cmdqmsg *msg) in bnxt_qplib_rcfw_send_message() 813 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_deinit_rcfw() local 834 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_init_rcfw() local
|
/linux-6.8/drivers/crypto/intel/qat/qat_common/ |
D | adf_pfvf_vf_proto.c | 33 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
|
/linux-6.8/include/linux/can/dev/ |
D | peak_canfd.h | 213 static inline int pucan_error_get_channel(const struct pucan_error_msg *msg) in pucan_error_get_channel() 232 static inline int pucan_status_get_channel(const struct pucan_status_msg *msg) in pucan_status_get_channel() 237 static inline int pucan_status_is_rx_barrier(const struct pucan_status_msg *msg) in pucan_status_is_rx_barrier() 242 static inline int pucan_status_is_passive(const struct pucan_status_msg *msg) in pucan_status_is_passive() 247 static inline int pucan_status_is_warning(const struct pucan_status_msg *msg) in pucan_status_is_warning() 252 static inline int pucan_status_is_busoff(const struct pucan_status_msg *msg) in pucan_status_is_busoff() 279 static inline int pucan_msg_get_channel(const struct pucan_rx_msg *msg) in pucan_msg_get_channel() 285 static inline u8 pucan_msg_get_dlc(const struct pucan_rx_msg *msg) in pucan_msg_get_dlc() 290 static inline int pucan_ermsg_get_channel(const struct pucan_error_msg *msg) in pucan_ermsg_get_channel() 295 static inline int pucan_stmsg_get_channel(const struct pucan_status_msg *msg) in pucan_stmsg_get_channel()
|
/linux-6.8/drivers/media/usb/cx231xx/ |
D | cx231xx-i2c.c | 53 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
|
/linux-6.8/tools/bootconfig/ |
D | main.c | 170 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
|
/linux-6.8/sound/soc/intel/atom/sst/ |
D | sst_pvt.c | 158 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()
|