| /OK3568_Linux_fs/kernel/sound/soc/intel/common/ |
| H A D | sst-ipc.c | 34 struct ipc_message *msg = NULL; in msg_get_empty() local 46 struct ipc_message *msg, struct sst_ipc_message *reply) in tx_wait_done() 82 struct ipc_message *msg; in ipc_tx_message() local 156 struct ipc_message *msg; in ipc_tx_msgs() local 221 struct ipc_message *msg; in sst_ipc_reply_find_msg() local 246 struct ipc_message *msg) in sst_ipc_tx_msg_reply_complete()
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | multiplexed_log.py | 358 def _note(self, note_type, msg, anchor=None): argument 459 def error(self, msg): argument 471 def warning(self, msg): argument 483 def info(self, msg): argument 495 def action(self, msg): argument 532 def status_pass(self, msg, anchor=None): argument 545 def status_skipped(self, msg, anchor=None): argument 558 def status_xfail(self, msg, anchor=None): argument 571 def status_xpass(self, msg, anchor=None): argument 584 def status_fail(self, msg, anchor=None): argument
|
| /OK3568_Linux_fs/kernel/drivers/staging/nvec/ |
| H A D | nvec.c | 139 unsigned char *msg = data; in nvec_status_notifier() local 190 void nvec_msg_free(struct nvec_chip *nvec, struct nvec_msg *msg) in nvec_msg_free() 202 static bool nvec_msg_is_event(struct nvec_msg *msg) in nvec_msg_is_event() 213 static size_t nvec_msg_size(struct nvec_msg *msg) in nvec_msg_size() 257 struct nvec_msg *msg; in nvec_write_async() local 298 struct nvec_msg **msg) in nvec_write_sync() 378 struct nvec_msg *msg; in nvec_request_master() local 412 static int parse_msg(struct nvec_chip *nvec, struct nvec_msg *msg) in parse_msg() 441 struct nvec_msg *msg; in nvec_dispatch() local 769 struct nvec_msg *msg; in tegra_nvec_probe() local [all …]
|
| /OK3568_Linux_fs/kernel/net/nfc/ |
| H A D | netlink.c | 61 static int nfc_genl_send_target(struct sk_buff *msg, struct nfc_target *target, in nfc_genl_send_target() 172 struct sk_buff *msg; in nfc_genl_targets_found() local 201 struct sk_buff *msg; in nfc_genl_target_lost() local 231 struct sk_buff *msg; in nfc_genl_tm_activated() local 262 struct sk_buff *msg; in nfc_genl_tm_deactivated() local 289 static int nfc_genl_setup_device_added(struct nfc_dev *dev, struct sk_buff *msg) in nfc_genl_setup_device_added() 302 struct sk_buff *msg; in nfc_genl_device_added() local 331 struct sk_buff *msg; in nfc_genl_device_removed() local 360 struct sk_buff *msg; in nfc_genl_llc_send_sdres() local 426 struct sk_buff *msg; in nfc_genl_se_added() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/mtk-mdp/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/media/tuners/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/ |
| H A D | rga2_reg_info.c | 39 static void RGA2_reg_get_param(unsigned char *base, struct rga2_req *msg) in RGA2_reg_get_param() 127 static void RGA2_set_mode_ctrl(u8 *base, struct rga2_req *msg) in RGA2_set_mode_ctrl() 150 static void RGA2_set_reg_src_info(RK_U8 *base, struct rga2_req *msg) in RGA2_set_reg_src_info() 359 static void RGA2_set_reg_dst_info(u8 *base, struct rga2_req *msg) in RGA2_set_reg_dst_info() 722 static void RGA2_set_reg_alpha_info(u8 *base, struct rga2_req *msg) in RGA2_set_reg_alpha_info() 769 static void RGA2_set_reg_rop_info(u8 *base, struct rga2_req *msg) in RGA2_set_reg_rop_info() 809 static void RGA2_set_reg_full_csc(u8 *base, struct rga2_req *msg) in RGA2_set_reg_full_csc() 859 static void RGA2_set_reg_color_palette(RK_U8 *base, struct rga2_req *msg) in RGA2_set_reg_color_palette() 918 static void RGA2_set_reg_color_fill(u8 *base, struct rga2_req *msg) in RGA2_set_reg_color_fill() 965 static void RGA2_set_reg_update_palette_table(RK_U8 *base, struct rga2_req *msg) in RGA2_set_reg_update_palette_table() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_cmd_ps.c | 551 struct phl_msg msg = {0}; in _cmd_ps_timer_cb() local 1128 static enum phl_mdl_ret_code _phy_on_msg_hdlr(struct cmd_ps *ps, struct phl_msg *msg) in _phy_on_msg_hdlr() 1153 static enum phl_mdl_ret_code _tx_pwr_req_msg_hdlr(struct cmd_ps *ps, struct phl_msg *msg) in _tx_pwr_req_msg_hdlr() 1177 static enum phl_mdl_ret_code _phy_idle_msg_hdlr(struct cmd_ps *ps, struct phl_msg *msg) in _phy_idle_msg_hdlr() 1285 _mrc_mdl_msg_hdlr(struct cmd_ps *ps, struct phl_msg *msg) in _mrc_mdl_msg_hdlr() 1328 _ser_mdl_msg_hdlr(struct cmd_ps *ps, struct phl_msg *msg) in _ser_mdl_msg_hdlr() 1395 _general_mdl_msg_hdlr(struct cmd_ps *ps, struct phl_msg *msg) in _general_mdl_msg_hdlr() 1500 _datapath_mdl_msg_hdlr(struct cmd_ps *ps, struct phl_msg *msg) in _datapath_mdl_msg_hdlr() 1531 static bool _is_ignored_mdl(struct phl_msg *msg) in _is_ignored_mdl() 1542 _ps_mdl_hdl_external_evt(void *dispr, struct cmd_ps *ps, struct phl_msg *msg) in _ps_mdl_hdl_external_evt() [all …]
|
| H A D | phl_cmd_scan.c | 202 void *role, struct phl_msg *msg) in _cmd_scan_timer_notify_cb() 224 struct phl_msg msg = {0}; in _cmd_scan_timer() local 248 void *drv, struct phl_msg *msg) in _cmd_swch_done_notify_cb() 262 struct phl_msg msg = {0}; in _cmd_swch_done_notify() local 334 void *drv, struct phl_msg *msg) in _cmd_abort_notify_cb() 349 struct phl_msg msg = {0}; in _cmd_abort_notify() local 402 void* dispr, void* priv, struct phl_msg* msg) in _cmd_scan_fail_ev_hdlr() 458 void* dispr, void* priv, struct phl_msg* msg) in _cmd_scan_hdl_external_evt() 497 void* dispr, void* priv, struct phl_msg* msg) in _cmd_scan_hdl_internal_evt() 687 struct phl_msg msg = {0}; in _phl_cmd_scan_req_acquired() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_cmd_ps.c | 576 struct phl_msg msg = {0}; in _cmd_ps_timer_cb() local 1157 static enum phl_mdl_ret_code _phy_on_msg_hdlr(struct cmd_ps *ps, struct phl_msg *msg) in _phy_on_msg_hdlr() 1182 static enum phl_mdl_ret_code _tx_pwr_req_msg_hdlr(struct cmd_ps *ps, struct phl_msg *msg) in _tx_pwr_req_msg_hdlr() 1206 static enum phl_mdl_ret_code _phy_idle_msg_hdlr(struct cmd_ps *ps, struct phl_msg *msg) in _phy_idle_msg_hdlr() 1314 _mrc_mdl_msg_hdlr(struct cmd_ps *ps, struct phl_msg *msg) in _mrc_mdl_msg_hdlr() 1357 _ser_mdl_msg_hdlr(struct cmd_ps *ps, struct phl_msg *msg) in _ser_mdl_msg_hdlr() 1424 _general_mdl_msg_hdlr(struct cmd_ps *ps, struct phl_msg *msg) in _general_mdl_msg_hdlr() 1536 _datapath_mdl_msg_hdlr(struct cmd_ps *ps, struct phl_msg *msg) in _datapath_mdl_msg_hdlr() 1567 static bool _is_ignored_mdl(struct phl_msg *msg) in _is_ignored_mdl() 1578 _ps_mdl_hdl_external_evt(void *dispr, struct cmd_ps *ps, struct phl_msg *msg) in _ps_mdl_hdl_external_evt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/slimbus/ |
| H A 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() 273 static void slim_fill_msg(struct slim_val_inf *msg, u32 addr, in slim_fill_msg() 297 struct slim_val_inf msg; in slim_read() local 340 struct slim_val_inf msg; in slim_write() local
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | scm.c | 131 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *p) in __scm_send() 213 int put_cmsg(struct msghdr * msg, int level, int type, int len, void *data) in put_cmsg() 255 void put_cmsg_scm_timestamping64(struct msghdr *msg, struct scm_timestamping_internal *tss_internal) in put_cmsg_scm_timestamping64() 269 void put_cmsg_scm_timestamping(struct msghdr *msg, struct scm_timestamping_internal *tss_internal) in put_cmsg_scm_timestamping() 283 static int scm_max_fds(struct msghdr *msg) in scm_max_fds() 290 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm) in scm_detach_fds()
|
| /OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ |
| H A D | kselftest.h | 115 static inline void ksft_print_msg(const char *msg, ...) in ksft_print_msg() 127 static inline void ksft_test_result_pass(const char *msg, ...) in ksft_test_result_pass() 141 static inline void ksft_test_result_fail(const char *msg, ...) in ksft_test_result_fail() 167 static inline void ksft_test_result_xfail(const char *msg, ...) in ksft_test_result_xfail() 181 static inline void ksft_test_result_skip(const char *msg, ...) in ksft_test_result_skip() 196 static inline void ksft_test_result_error(const char *msg, ...) in ksft_test_result_error() 234 static inline int ksft_exit_fail_msg(const char *msg, ...) in ksft_exit_fail_msg() 261 static inline int ksft_exit_skip(const char *msg, ...) in ksft_exit_skip()
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | main.py.in | 75 def error(self, msg): argument 78 def warn(self, msg): argument 82 def info(self, msg): argument 86 def status(self, msg): argument
|
| H A D | main.py | 75 def error(self, msg): argument 78 def warn(self, msg): argument 82 def info(self, msg): argument 86 def status(self, msg): argument
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | msgpool.c | 15 struct ceph_msg *msg; in msgpool_alloc() local 31 struct ceph_msg *msg = element; in msgpool_free() local 62 struct ceph_msg *msg; in ceph_msgpool_get() local 81 void ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg) in ceph_msgpool_put()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | msi_ia64.c | 19 struct msi_msg msg; in ia64_set_msi_irq_affinity() local 48 struct msi_msg msg; in arch_setup_msi_irq() local 121 struct msi_msg msg; in dmar_msi_set_affinity() local 153 msi_compose_msg(struct pci_dev *pdev, unsigned int irq, struct msi_msg *msg) in msi_compose_msg() 178 struct msi_msg msg; in dmar_alloc_hwirq() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | dbell.h | 37 static inline void _ppc_msgsnd(u32 msg) in _ppc_msgsnd() 57 static inline void _ppc_msgclr(u32 msg) in _ppc_msgclr() 65 u32 msg = PPC_DBELL_TYPE(type); in ppc_msgclr() local 74 static inline void _ppc_msgsnd(u32 msg) in _ppc_msgsnd() 96 u32 msg = PPC_DBELL_TYPE(type) | (flags & PPC_DBELL_MSG_BRDCAST) | in ppc_msgsnd() local
|
| /OK3568_Linux_fs/kernel/net/ieee802154/ |
| H A D | netlink.c | 27 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); in ieee802154_nl_create() local 45 int ieee802154_nl_mcast(struct sk_buff *msg, unsigned int group) in ieee802154_nl_mcast() 59 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); in ieee802154_nl_new_reply() local 74 int ieee802154_nl_reply(struct sk_buff *msg, struct genl_info *info) in ieee802154_nl_reply()
|
| /OK3568_Linux_fs/kernel/drivers/platform/chrome/ |
| H A D | cros_ec_lightbar.c | 87 struct cros_ec_command *msg; in alloc_lightbar_cmd_msg() local 110 struct cros_ec_command *msg; in get_lightbar_version() local 179 struct cros_ec_command *msg; in brightness_store() local 220 struct cros_ec_command *msg; in led_rgb_store() local 288 struct cros_ec_command *msg; in sequence_show() local 324 struct cros_ec_command *msg; in lb_send_empty_cmd() local 352 struct cros_ec_command *msg; in lb_manual_suspend_ctrl() local 383 struct cros_ec_command *msg; in sequence_store() local 428 struct cros_ec_command *msg; in program_store() local
|
| /OK3568_Linux_fs/kernel/net/wimax/ |
| H A D | op-msg.c | 107 const void *msg, size_t size, in wimax_msg_alloc() 169 const void *wimax_msg_data_len(struct sk_buff *msg, size_t *size) in wimax_msg_data_len() 191 const void *wimax_msg_data(struct sk_buff *msg) in wimax_msg_data() 212 ssize_t wimax_msg_len(struct sk_buff *msg) in wimax_msg_len() 261 void *msg = skb->data; in wimax_msg_send() local
|
| /OK3568_Linux_fs/kernel/drivers/net/can/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/media/cec/core/ |
| H A D | cec-adap.c | 228 static void cec_queue_msg_fh(struct cec_fh *fh, const struct cec_msg *msg) in cec_queue_msg_fh() 282 const struct cec_msg *msg, in cec_queue_msg_monitor() 301 const struct cec_msg *msg) in cec_queue_msg_followers() 598 struct cec_msg *msg; in cec_transmit_done_ts() local 748 int cec_transmit_msg_fh(struct cec_adapter *adap, struct cec_msg *msg, in cec_transmit_msg_fh() 931 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, in cec_transmit_msg() 1042 struct cec_msg *msg, ktime_t ts) in cec_received_msg_ts() 1255 struct cec_msg msg = { }; in cec_config_log_addr() local 1483 struct cec_msg msg = {}; in cec_config_thread_func() local 1832 struct cec_msg *msg, in cec_fill_msg_report_features() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | logging.cpp | 27 void Log::record(EventSeverity severity, Event event, const std::string &msg) { in record() 34 char msg[4096]; in record() local 44 char msg[4096]; in record() local 51 void Log::record(EventSeverity severity, Event event, int64_t code, const std::string &msg) { in record()
|