Home
last modified time | relevance | path

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

12345678910>>...79

/linux-5.10/drivers/power/supply/
Dbq27xxx_battery_i2c.c32 struct i2c_msg msg[2]; in bq27xxx_battery_i2c_read() local
67 struct i2c_msg msg; in bq27xxx_battery_i2c_write() local
116 struct i2c_msg msg; in bq27xxx_battery_i2c_bulk_write() local
/linux-5.10/drivers/gpu/drm/amd/pm/inc/
Dpp_debug.h37 #define PP_ASSERT_WITH_CODE(cond, msg, code) \ argument
45 #define PP_ASSERT(cond, msg) \ argument
/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.c80 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_vf_broadcast()
1813 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_send_msg_to_vf()
1865 static int ice_vc_get_ver_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_ver_msg()
1888 static int ice_vc_get_vf_res_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_vf_res_msg()
2070 static int ice_vc_config_rss_key(struct ice_vf *vf, u8 *msg) in ice_vc_config_rss_key()
2118 static int ice_vc_config_rss_lut(struct ice_vf *vf, u8 *msg) in ice_vc_config_rss_lut()
2312 static int ice_vc_cfg_promiscuous_mode_msg(struct ice_vf *vf, u8 *msg) in ice_vc_cfg_promiscuous_mode_msg()
2457 static int ice_vc_get_stats_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_stats_msg()
2561 static int ice_vc_ena_qs_msg(struct ice_vf *vf, u8 *msg) in ice_vc_ena_qs_msg()
2652 static int ice_vc_dis_qs_msg(struct ice_vf *vf, u8 *msg) in ice_vc_dis_qs_msg()
[all …]
/linux-5.10/drivers/net/ethernet/cavium/thunder/
Dnic.h426 u8 msg; member
437 u8 msg; member
445 u8 msg; member
453 u8 msg; member
462 u8 msg; member
469 u8 msg; member
476 u8 msg; member
484 u8 msg; member
491 u8 msg; member
501 u8 msg; member
[all …]
/linux-5.10/net/sunrpc/
Dxprtsock.c198 static void xs_pktdump(char *msg, u32 *packet, unsigned int count) in xs_pktdump()
216 static inline void xs_pktdump(char *msg, u32 *packet, unsigned int count) in xs_pktdump()
348 xs_sock_recvmsg(struct socket *sock, struct msghdr *msg, int flags, size_t seek) in xs_sock_recvmsg()
358 xs_read_kvec(struct socket *sock, struct msghdr *msg, int flags, in xs_read_kvec()
366 xs_read_bvec(struct socket *sock, struct msghdr *msg, int flags, in xs_read_bvec()
375 xs_read_discard(struct socket *sock, struct msghdr *msg, int flags, in xs_read_discard()
403 xs_read_xdr_buf(struct socket *sock, struct msghdr *msg, int flags, in xs_read_xdr_buf()
488 struct msghdr *msg) in xs_read_stream_check_eor()
495 xs_read_stream_request(struct sock_xprt *transport, struct msghdr *msg, in xs_read_stream_request()
542 xs_read_stream_header(struct sock_xprt *transport, struct msghdr *msg, in xs_read_stream_header()
[all …]
/linux-5.10/drivers/net/wan/
Dixp4xx_hss.c271 struct msg { struct
273 u8 cmd, unused, hss_port, index;
274 union {
358 static void hss_npe_send(struct port *port, struct msg *msg, const char* what) in hss_npe_send()
370 struct msg msg; in hss_config_set_lut() local
393 struct msg msg; in hss_config() local
460 struct msg msg; in hss_set_hdlc_cfg() local
472 struct msg msg; in hss_get_status() local
488 struct msg msg; in hss_start_hdlc() local
499 struct msg msg; in hss_stop_hdlc() local
[all …]
/linux-5.10/drivers/net/can/usb/
Desd_usb2.c171 } msg; member
215 struct esd_usb2_msg *msg) in esd_usb2_rx_event()
301 struct esd_usb2_msg *msg) in esd_usb2_rx_can_msg()
345 struct esd_usb2_msg *msg) in esd_usb2_tx_done_msg()
396 struct esd_usb2_msg *msg; in esd_usb2_read_bulk_callback() local
512 static int esd_usb2_send_msg(struct esd_usb2 *dev, struct esd_usb2_msg *msg) in esd_usb2_send_msg()
525 struct esd_usb2_msg *msg) in esd_usb2_wait_msg()
608 struct esd_usb2_msg *msg; in esd_usb2_start() local
708 struct esd_usb2_msg *msg; in esd_usb2_start_xmit() local
833 struct esd_usb2_msg *msg; in esd_usb2_close() local
[all …]
/linux-5.10/arch/powerpc/platforms/powernv/
Dopal-prd.c33 struct opal_prd_msg_header msg; member
221 void *msg; in opal_prd_write() local
253 struct opal_prd_msg_header msg; in opal_prd_release() local
341 struct opal_msg *msg = _msg; in opal_prd_msg_notifier() local
Dopal-sensor.c21 struct opal_msg msg; in opal_get_sensor_data() local
65 struct opal_msg msg; in opal_get_sensor_data_u64() local
/linux-5.10/drivers/pwm/
Dpwm-cros-ec.c64 struct cros_ec_command msg; in cros_ec_pwm_set_duty() member
68 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-5.10/drivers/media/pci/cx23885/
Dnetup-eeprom.c24 struct i2c_msg msg[] = { in netup_eeprom_read() local
58 struct i2c_msg msg[] = { in netup_eeprom_write() local
/linux-5.10/drivers/md/
Ddm-log-userspace-transfer.c59 struct cn_msg *msg = prealloced_cn_msg; in dm_ulog_sendto_server() local
82 static int fill_pkg(struct cn_msg *msg, struct dm_ulog_request *tfr) in fill_pkg()
133 static void cn_ulog_callback(struct cn_msg *msg, struct netlink_skb_parms *nsp) in cn_ulog_callback()
/linux-5.10/net/qrtr/
Dns.c108 struct msghdr msg = { }; in service_announce_new() local
134 struct msghdr msg = { }; in service_announce_del() local
165 struct msghdr msg = { }; in lookup_notify() local
308 struct msghdr msg = { }; in say_hello() local
347 struct msghdr msg = { }; in ctrl_cmd_bye() local
425 struct msghdr msg = { }; in ctrl_cmd_del_client() local
674 struct msghdr msg = { }; in qrtr_ns_worker() local
/linux-5.10/fs/lockd/
Dclntproc.c267 struct rpc_message msg = { in nlmclnt_call() local
339 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, c… in __nlm_async_call()
367 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct … in nlm_do_async_call()
383 struct rpc_message msg = { in nlm_async_call() local
392 struct rpc_message msg = { in nlm_async_reply() local
408 struct rpc_message msg = { in nlmclnt_async_call() local
Dsvcsubs.c36 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh()
46 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file) in nlm_debug_print_file()
54 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh()
59 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file) in nlm_debug_print_file()
/linux-5.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-log.h60 static inline void intel_pt_log_at(const char *msg, uint64_t u) in intel_pt_log_at()
65 static inline void intel_pt_log_to(const char *msg, uint64_t u) in intel_pt_log_to()
/linux-5.10/drivers/hid/intel-ish-hid/
Dishtp-hid-client.c366 struct hostif_msg *msg = (struct hostif_msg *)buf; in hid_ishtp_set_feature() local
412 struct hostif_msg_to_sensor msg = {}; in hid_ishtp_get_report() local
485 struct hostif_msg msg; in ishtp_enum_enum_devices() local
541 struct hostif_msg msg; in ishtp_get_hid_descriptor() local
588 struct hostif_msg msg; in ishtp_get_report_descriptor() local
/linux-5.10/drivers/i2c/
Di2c-core-smbus.c51 static u8 i2c_smbus_msg_pec(u8 pec, struct i2c_msg *msg) in i2c_smbus_msg_pec()
62 static inline void i2c_smbus_add_pec(struct i2c_msg *msg) in i2c_smbus_add_pec()
73 static int i2c_smbus_check_pec(u8 cpec, struct i2c_msg *msg) in i2c_smbus_check_pec()
293 static void i2c_smbus_try_get_dmabuf(struct i2c_msg *msg, u8 init_val) in i2c_smbus_try_get_dmabuf()
330 struct i2c_msg msg[2] = { in i2c_smbus_xfer_emulated() local
/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
Dgm20b.c33 struct nv_pmu_acr_bootstrap_falcon_msg *msg = in gm20b_pmu_acr_bootstrap_falcon_cb() local
138 struct nv_pmu_acr_init_wpr_region_msg *msg = in gm20b_pmu_acr_init_wpr_callback() local
172 struct nv_pmu_init_msg msg; in gm20b_pmu_initmsg() local
/linux-5.10/drivers/s390/char/
Dsclp_rw.c93 struct msg_buf *msg; in sclp_initialize_mto() local
143 struct msg_buf *msg; in sclp_finalize_mto() local
177 sclp_write(struct sclp_buffer *buffer, const unsigned char *msg, int count) in sclp_write()
/linux-5.10/drivers/firmware/imx/
Dmisc.c54 struct imx_sc_msg_req_misc_set_ctrl msg; in imx_sc_misc_set_control() local
84 struct imx_sc_msg_req_misc_get_ctrl msg; in imx_sc_misc_get_control() local
122 struct imx_sc_msg_req_cpu_start msg; in imx_sc_pm_cpu_start() local
Dimx-scu.c43 u32 *msg; member
112 static void imx_scu_rx_callback(struct mbox_client *c, void *msg) in imx_scu_rx_callback()
158 static int imx_scu_ipc_write(struct imx_sc_ipc *sc_ipc, void *msg) in imx_scu_ipc_write()
203 int imx_scu_call_rpc(struct imx_sc_ipc *sc_ipc, void *msg, bool have_resp) in imx_scu_call_rpc()
/linux-5.10/arch/arc/kernel/
Dsmp.c265 static void ipi_send_msg_one(int cpu, enum ipi_msg_type msg) in ipi_send_msg_one()
298 static void ipi_send_msg(const struct cpumask *callmap, enum ipi_msg_type msg) in ipi_send_msg()
337 static inline int __do_IPI(unsigned long msg) in __do_IPI()
383 unsigned long msg = __ffs(pending); in do_IPI() local
/linux-5.10/net/wireless/
Dpmsr.c327 struct sk_buff *msg; in cfg80211_pmsr_complete() local
363 static int nl80211_pmsr_send_ftm_res(struct sk_buff *msg, in nl80211_pmsr_send_ftm_res()
451 static int nl80211_pmsr_send_result(struct sk_buff *msg, in nl80211_pmsr_send_result()
523 struct sk_buff *msg; in cfg80211_pmsr_report() local
/linux-5.10/drivers/nfc/st21nfca/
Dvendor_cmds.c90 struct sk_buff *msg, *skb; in st21nfca_hci_dm_get_info() local
125 struct sk_buff *msg, *skb; in st21nfca_hci_dm_get_data() local
187 struct sk_buff *msg, *skb; in st21nfca_hci_get_param() local
251 struct sk_buff *msg; in st21nfca_hci_loopback() local

12345678910>>...79