Home
last modified time | relevance | path

Searched defs:msg (Results 151 – 175 of 2362) sorted by relevance

12345678910>>...95

/linux-6.14.4/include/linux/can/dev/
Dpeak_canfd.h213 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.14.4/tools/bootconfig/
Dmain.c170 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.14.4/sound/soc/intel/atom/sst/
Dsst_pvt.c158 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()
/linux-6.14.4/drivers/media/usb/cx231xx/
Dcx231xx-i2c.c53 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.14.4/net/ieee802154/
Dnl-mac.c29 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()
400 struct sk_buff *msg; in ieee802154_list_iface() local
594 ieee802154_llsec_fill_key_id(struct sk_buff *msg, in ieee802154_llsec_fill_key_id()
636 struct sk_buff *msg; in ieee802154_llsec_getparams() local
902 ieee802154_nl_fill_key(struct sk_buff *msg, u32 portid, u32 seq, in ieee802154_nl_fill_key()
1039 ieee802154_nl_fill_dev(struct sk_buff *msg, u32 portid, u32 seq, in ieee802154_nl_fill_dev()
1146 ieee802154_nl_fill_devkey(struct sk_buff *msg, u32 portid, u32 seq, in ieee802154_nl_fill_devkey()
[all …]
/linux-6.14.4/sound/soc/sof/intel/
Dcnl.c122 u32 msg; in cnl_ipc_irq_thread() local
246 static bool cnl_compact_ipc_compress(struct snd_sof_ipc_msg *msg, in cnl_compact_ipc_compress()
264 int cnl_ipc4_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in cnl_ipc4_send_msg()
291 int cnl_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in cnl_ipc_send_msg()
Dhda-ipc.c65 int hda_dsp_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in hda_dsp_ipc_send_msg()
91 struct snd_sof_ipc_msg *msg) in hda_dsp_ipc4_schedule_d0i3_work()
104 int hda_dsp_ipc4_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in hda_dsp_ipc4_send_msg()
133 struct snd_sof_ipc_msg *msg = sdev->msg; in hda_dsp_ipc_get_reply() local
258 u32 msg; in hda_dsp_ipc_irq_thread() local
/linux-6.14.4/drivers/pwm/
Dpwm-cros-ec.c53 struct cros_ec_command msg; in cros_ec_pwm_set_duty() member
57 struct cros_ec_command *msg = &buf.msg; in cros_ec_pwm_set_duty() local
87 struct cros_ec_command msg; in cros_ec_pwm_get_duty() member
95 struct cros_ec_command *msg = &buf.msg; in cros_ec_pwm_get_duty() local
/linux-6.14.4/drivers/media/platform/mediatek/vcodec/encoder/
Dvenc_vpu_if.c13 const struct venc_vpu_ipi_msg_init *msg = data; in handle_enc_init_msg() local
38 const struct venc_vpu_ipi_msg_enc *msg = data; in handle_enc_encode_msg() local
65 const struct venc_vpu_ipi_msg_common *msg = data; in vpu_enc_ipi_handler() local
109 static int vpu_enc_send_msg(struct venc_vpu_inst *vpu, void *msg, in vpu_enc_send_msg()
/linux-6.14.4/drivers/thunderbolt/
Dtrace.h42 const struct cfg_read_pkg *msg = (const struct cfg_read_pkg *)data; in show_data_read_write() local
54 const struct cfg_error_pkg *msg = (const struct cfg_error_pkg *)data; in show_data_error() local
65 const struct cfg_event_pkg *msg = (const struct cfg_event_pkg *)data; in show_data_event() local
/linux-6.14.4/drivers/platform/chrome/
Dcros_ec_proto_test_util.c24 int cros_kunit_ec_xfer_mock(struct cros_ec_device *ec_dev, struct cros_ec_command *msg) in cros_kunit_ec_xfer_mock()
52 int cros_kunit_ec_cmd_xfer_mock(struct cros_ec_device *ec_dev, struct cros_ec_command *msg) in cros_kunit_ec_cmd_xfer_mock()
58 int cros_kunit_ec_pkt_xfer_mock(struct cros_ec_device *ec_dev, struct cros_ec_command *msg) in cros_kunit_ec_pkt_xfer_mock()
/linux-6.14.4/drivers/crypto/intel/qat/qat_common/
Dadf_pfvf_pf_msg.c16 struct pfvf_message msg = { .type = ADF_PF2VF_MSGTYPE_RESTARTING }; in adf_pf2vf_notify_restarting() local
59 struct pfvf_message msg = { .type = ADF_PF2VF_MSGTYPE_RESTARTED }; in adf_pf2vf_notify_restarted() local
74 struct pfvf_message msg = { .type = ADF_PF2VF_MSGTYPE_FATAL_ERROR }; in adf_pf2vf_notify_fatal_error() local
/linux-6.14.4/sound/soc/sof/
Dipc.c40 struct snd_sof_ipc_msg *msg; in sof_ipc_send_msg() local
132 struct snd_sof_ipc_msg *msg = &sdev->ipc->msg; in snd_sof_ipc_reply() local
150 struct snd_sof_ipc_msg *msg; in snd_sof_ipc_init() local
/linux-6.14.4/net/devlink/
Dregion.c71 static int devlink_nl_region_snapshot_id_put(struct sk_buff *msg, in devlink_nl_region_snapshot_id_put()
94 static int devlink_nl_region_snapshots_id_put(struct sk_buff *msg, in devlink_nl_region_snapshots_id_put()
121 static int devlink_nl_region_fill(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_region_fill()
175 struct sk_buff *msg; in devlink_nl_region_notify_build() local
232 struct sk_buff *msg; in devlink_nl_region_notify() local
476 struct sk_buff *msg; in devlink_nl_region_get_doit() local
515 static int devlink_nl_cmd_region_get_port_dumpit(struct sk_buff *msg, in devlink_nl_cmd_region_get_port_dumpit()
542 static int devlink_nl_region_get_dump_one(struct sk_buff *msg, in devlink_nl_region_get_dump_one()
720 struct sk_buff *msg; in devlink_nl_region_new_doit() local
759 static int devlink_nl_cmd_region_read_chunk_fill(struct sk_buff *msg, in devlink_nl_cmd_region_read_chunk_fill()
/linux-6.14.4/drivers/misc/
Dmrvl_cn10k_dpi.c94 #define DPI_MBOX_VFID(msg) FIELD_GET(GENMASK_ULL(7, 0), msg) argument
95 #define DPI_MBOX_CMD(msg) FIELD_GET(GENMASK_ULL(11, 8), msg) argument
96 #define DPI_MBOX_CBUF_SIZE(msg) FIELD_GET(GENMASK_ULL(27, 12), msg) argument
97 #define DPI_MBOX_CBUF_AURA(msg) FIELD_GET(GENMASK_ULL(47, 28), msg) argument
98 #define DPI_MBOX_SSO_PFFUNC(msg) FIELD_GET(GENMASK_ULL(63, 48), msg) argument
101 #define DPI_MBOX_NPA_PFFUNC(msg) FIELD_GET(GENMASK_ULL(15, 0), msg) argument
102 #define DPI_MBOX_WQES_COMPL(msg) FIELD_GET(GENMASK_ULL(16, 16), msg) argument
103 #define DPI_MBOX_WQES_OFFSET(msg) FIELD_GET(GENMASK_ULL(23, 17), msg) argument
283 static int queue_config(struct dpipf *dpi, struct dpipf_vf *dpivf, struct dpi_mbox_message *msg) in queue_config()
318 struct dpi_mbox_message msg; in dpi_pfvf_mbox_work() local
/linux-6.14.4/drivers/net/wwan/iosm/
Diosm_ipc_imem.c52 void *msg, size_t size) in ipc_imem_tq_td_alloc_timer()
98 void *msg, size_t size) in ipc_imem_tq_fast_update_timer_cb()
118 void *msg, size_t size) in ipc_imem_tq_adb_timer_cb()
461 void *msg, size_t size) in ipc_imem_tq_td_update_timer_cb()
485 void *msg, size_t size) in ipc_imem_tq_startup_timer_cb()
548 void *msg, size_t size) in ipc_imem_send_mdm_rdy_cb()
793 static int ipc_imem_tq_irq_cb(struct iosm_imem *ipc_imem, int arg, void *msg, in ipc_imem_tq_irq_cb()
879 void *msg, size_t size) in ipc_imem_tq_pipe_td_alloc()
1461 int arg, void *msg, in ipc_imem_devlink_trigger_chip_info_cb()
/linux-6.14.4/drivers/media/pci/saa7134/
Dsaa7134-dvb.c169 struct i2c_msg msg = {.addr=0x43, .flags=0, .buf=off, .len = sizeof(off)}; in mt352_pinnacle_tuner_set_params() local
235 struct i2c_msg msg = {.addr = 0x4b, .flags = 0, .buf = initmsg, .len = 2}; in kworld_sbtvd_gate_ctrl() local
407 static u8 msg[] = { 0x0b, 0xf5, 0x86, 0xab }; in philips_td1316_tuner_init() local
428 static u8 msg[] = { 0x0b, 0xdc, 0x86, 0xa4 }; in philips_td1316_tuner_sleep() local
444 static u8 msg[] = { 0x00, 0x40}; in philips_europa_tuner_init() local
461 static u8 msg[] = { 0x00, 0x14 }; in philips_europa_tuner_sleep() local
1013 struct i2c_msg msg[] = { { .addr = 0x08, .flags = 0, .buf = wbuf, .len = 1 }, in md8800_set_voltage2() local
1470 struct i2c_msg msg = {.addr = 0x08, .flags = 0, .len = 1}; in dvb_init() local
1977 struct i2c_msg msg = {.addr = 0x08, .buf = &data, .flags = 0, .len = 1}; in dvb_fini() local
/linux-6.14.4/net/atm/
Dmpc.c1080 static void MPOA_trigger_rcvd(struct k_message *msg, struct mpoa_client *mpc) in MPOA_trigger_rcvd()
1116 static void check_qos_and_open_shortcut(struct k_message *msg, in check_qos_and_open_shortcut()
1155 static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc) in MPOA_res_reply_rcvd()
1206 static void ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc) in ingress_purge_rcvd()
1229 static void egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc) in egress_purge_rcvd()
1284 static void mps_death(struct k_message *msg, struct mpoa_client *mpc) in mps_death()
1308 static void MPOA_cache_impos_rcvd(struct k_message *msg, in MPOA_cache_impos_rcvd()
1373 static void set_mps_mac_addr_rcvd(struct k_message *msg, in set_mps_mac_addr_rcvd()
1391 static void clean_up(struct k_message *msg, struct mpoa_client *mpc, int action) in clean_up()
/linux-6.14.4/sound/virtio/
Dvirtio_ctl_msg.h50 struct virtio_snd_msg *msg) in virtsnd_ctl_msg_send_sync()
64 struct virtio_snd_msg *msg) in virtsnd_ctl_msg_send_async()
/linux-6.14.4/drivers/i2c/busses/
Di2c-xgene-slimpro.c148 static void slimpro_i2c_pcc_rx_cb(struct mbox_client *cl, void *msg) in slimpro_i2c_pcc_rx_cb()
170 static void slimpro_i2c_pcc_tx_prepare(struct slimpro_i2c_dev *ctx, u32 *msg) in slimpro_i2c_pcc_tx_prepare()
208 u32 *msg, in slimpro_i2c_send_msg()
239 u32 msg[3]; in slimpro_i2c_rd() local
253 u32 msg[3]; in slimpro_i2c_wr() local
268 u32 msg[3]; in slimpro_i2c_blkrd() local
300 u32 msg[3]; in slimpro_i2c_blkwr() local
/linux-6.14.4/net/rxrpc/
Doutput.c21 static ssize_t do_udp_sendmsg(struct socket *socket, struct msghdr *msg, size_t len) in do_udp_sendmsg()
253 struct msghdr msg; in rxrpc_send_ack_packet() local
368 struct msghdr msg; in rxrpc_send_abort_packet() local
646 struct msghdr msg; in rxrpc_send_data_packet() local
753 struct msghdr msg; in rxrpc_send_conn_abort() local
811 struct msghdr msg; in rxrpc_reject_packet() local
875 struct msghdr msg; in rxrpc_send_keepalive() local
/linux-6.14.4/net/tipc/
Dmsg.c101 struct tipc_msg *msg; in tipc_msg_create() local
129 struct tipc_msg *msg; in tipc_buf_append() local
484 static bool tipc_msg_bundle(struct sk_buff *bskb, struct tipc_msg *msg, in tipc_msg_bundle()
523 struct tipc_msg *msg, *inner, *outer; in tipc_msg_try_bundle() local
677 bool tipc_msg_skb_clone(struct sk_buff_head *msg, struct sk_buff_head *cpy) in tipc_msg_skb_clone()
703 struct tipc_msg *msg = buf_msg(skb); in tipc_msg_lookup_dest() local
801 bool tipc_msg_pskb_copy(u32 dst, struct sk_buff_head *msg, in tipc_msg_pskb_copy()
/linux-6.14.4/drivers/net/can/esd/
Desdacc.c406 const struct acc_bmmsg_rxtxdone *msg) in handle_core_msg_rxtxdone()
467 const struct acc_bmmsg_txabort *msg) in handle_core_msg_txabort()
496 const struct acc_bmmsg_overrun *msg) in handle_core_msg_overrun()
525 const struct acc_bmmsg_buserr *msg) in handle_core_msg_buserr()
583 const struct acc_bmmsg_errstatechange *msg) in handle_core_msg_errstatechange()
645 const union acc_bmmsg *msg = in handle_core_interrupt() local
/linux-6.14.4/crypto/
Dalgif_skcipher.c37 static int skcipher_sendmsg(struct socket *sock, struct msghdr *msg, in skcipher_sendmsg()
96 static int _skcipher_recvmsg(struct socket *sock, struct msghdr *msg, in _skcipher_recvmsg()
213 static int skcipher_recvmsg(struct socket *sock, struct msghdr *msg, in skcipher_recvmsg()
300 static int skcipher_sendmsg_nokey(struct socket *sock, struct msghdr *msg, in skcipher_sendmsg_nokey()
312 static int skcipher_recvmsg_nokey(struct socket *sock, struct msghdr *msg, in skcipher_recvmsg_nokey()
/linux-6.14.4/drivers/fpga/
Dmachxo2-spi.c68 struct spi_message msg; in get_status() local
138 struct spi_message msg; in machxo2_cleanup() local
192 struct spi_message msg; in machxo2_write_init() local
256 struct spi_message msg; in machxo2_write() local
295 struct spi_message msg; in machxo2_write_complete() local

12345678910>>...95