| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | cec-funcs.h | 14 static __inline__ void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source() argument 16 msg->len = 4; in cec_msg_active_source() 17 msg->msg[0] |= 0xf; /* broadcast */ in cec_msg_active_source() 18 msg->msg[1] = CEC_MSG_ACTIVE_SOURCE; in cec_msg_active_source() 19 msg->msg[2] = phys_addr >> 8; in cec_msg_active_source() 20 msg->msg[3] = phys_addr & 0xff; in cec_msg_active_source() 23 static __inline__ void cec_ops_active_source(const struct cec_msg *msg, in cec_ops_active_source() argument 26 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_active_source() 29 static __inline__ void cec_msg_image_view_on(struct cec_msg *msg) in cec_msg_image_view_on() argument 31 msg->len = 2; in cec_msg_image_view_on() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | cec-funcs.h | 14 static __inline__ void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source() argument 16 msg->len = 4; in cec_msg_active_source() 17 msg->msg[0] |= 0xf; /* broadcast */ in cec_msg_active_source() 18 msg->msg[1] = CEC_MSG_ACTIVE_SOURCE; in cec_msg_active_source() 19 msg->msg[2] = phys_addr >> 8; in cec_msg_active_source() 20 msg->msg[3] = phys_addr & 0xff; in cec_msg_active_source() 23 static __inline__ void cec_ops_active_source(const struct cec_msg *msg, in cec_ops_active_source() argument 26 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_active_source() 29 static __inline__ void cec_msg_image_view_on(struct cec_msg *msg) in cec_msg_image_view_on() argument 31 msg->len = 2; in cec_msg_image_view_on() [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | cec-funcs.h | 14 static inline void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source() argument 16 msg->len = 4; in cec_msg_active_source() 17 msg->msg[0] |= 0xf; /* broadcast */ in cec_msg_active_source() 18 msg->msg[1] = CEC_MSG_ACTIVE_SOURCE; in cec_msg_active_source() 19 msg->msg[2] = phys_addr >> 8; in cec_msg_active_source() 20 msg->msg[3] = phys_addr & 0xff; in cec_msg_active_source() 23 static inline void cec_ops_active_source(const struct cec_msg *msg, in cec_ops_active_source() argument 26 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_active_source() 29 static inline void cec_msg_image_view_on(struct cec_msg *msg) in cec_msg_image_view_on() argument 31 msg->len = 2; in cec_msg_image_view_on() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | probe.c | 31 struct sof_ipc_probe_dma_add_params *msg; in sof_ipc_probe_init() local 33 size_t size = struct_size(msg, dma, 1); in sof_ipc_probe_init() 36 msg = kmalloc(size, GFP_KERNEL); in sof_ipc_probe_init() 37 if (!msg) in sof_ipc_probe_init() 39 msg->hdr.size = size; in sof_ipc_probe_init() 40 msg->hdr.cmd = SOF_IPC_GLB_PROBE | SOF_IPC_PROBE_INIT; in sof_ipc_probe_init() 41 msg->num_elems = 1; in sof_ipc_probe_init() 42 msg->dma[0].stream_tag = stream_tag; in sof_ipc_probe_init() 43 msg->dma[0].dma_buffer_size = buffer_size; in sof_ipc_probe_init() 45 ret = sof_ipc_tx_message(sdev->ipc, msg->hdr.cmd, msg, msg->hdr.size, in sof_ipc_probe_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_hfi.c | 190 struct a6xx_hfi_msg_gmu_init_cmd msg = { 0 }; in a6xx_hfi_send_gmu_init() local 192 msg.dbg_buffer_addr = (u32) gmu->debug.iova; in a6xx_hfi_send_gmu_init() 193 msg.dbg_buffer_size = (u32) gmu->debug.size; in a6xx_hfi_send_gmu_init() 194 msg.boot_state = boot_state; in a6xx_hfi_send_gmu_init() 196 return a6xx_hfi_send_msg(gmu, HFI_H2F_MSG_INIT, &msg, sizeof(msg), in a6xx_hfi_send_gmu_init() 202 struct a6xx_hfi_msg_fw_version msg = { 0 }; in a6xx_hfi_get_fw_version() local 205 msg.supported_version = (1 << 28) | (1 << 16); in a6xx_hfi_get_fw_version() 207 return a6xx_hfi_send_msg(gmu, HFI_H2F_MSG_FW_VERSION, &msg, sizeof(msg), in a6xx_hfi_get_fw_version() 213 struct a6xx_hfi_msg_perf_table_v1 msg = { 0 }; in a6xx_hfi_send_perf_table_v1() local 216 msg.num_gpu_levels = gmu->nr_gpu_freqs; in a6xx_hfi_send_perf_table_v1() [all …]
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | hashes.c | 44 u32 keyed_hash(const signed char *msg, int len) in keyed_hash() argument 59 a = (u32) msg[0] | in keyed_hash() 60 (u32) msg[1] << 8 | (u32) msg[2] << 16 | (u32) msg[3] << 24; in keyed_hash() 61 b = (u32) msg[4] | in keyed_hash() 62 (u32) msg[5] << 8 | (u32) msg[6] << 16 | (u32) msg[7] << 24; in keyed_hash() 63 c = (u32) msg[8] | in keyed_hash() 64 (u32) msg[9] << 8 | in keyed_hash() 65 (u32) msg[10] << 16 | (u32) msg[11] << 24; in keyed_hash() 66 d = (u32) msg[12] | in keyed_hash() 67 (u32) msg[13] << 8 | in keyed_hash() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/platform/chrome/ |
| H A D | cros_ec_proto.c | 56 struct cros_ec_command *msg) in prepare_packet() argument 64 BUG_ON(msg->outsize + sizeof(*request) > ec_dev->dout_size); in prepare_packet() 70 request->command = msg->command; in prepare_packet() 71 request->command_version = msg->version; in prepare_packet() 73 request->data_len = msg->outsize; in prepare_packet() 79 memcpy(out + sizeof(*request), msg->data, msg->outsize); in prepare_packet() 80 for (i = 0; i < msg->outsize; i++) in prepare_packet() 81 csum += msg->data[i]; in prepare_packet() 85 return sizeof(*request) + msg->outsize; in prepare_packet() 89 struct cros_ec_command *msg) in send_command() argument [all …]
|
| H A D | cros_ec_sysfs.c | 54 struct cros_ec_command *msg; in reboot_store() local 61 msg = kmalloc(sizeof(*msg) + sizeof(*param), GFP_KERNEL); in reboot_store() 62 if (!msg) in reboot_store() 65 param = (struct ec_params_reboot_ec *)msg->data; in reboot_store() 98 msg->version = 0; in reboot_store() 99 msg->command = EC_CMD_REBOOT_EC + ec->cmd_offset; in reboot_store() 100 msg->outsize = sizeof(*param); in reboot_store() 101 msg->insize = 0; in reboot_store() 102 ret = cros_ec_cmd_xfer_status(ec->ec_dev, msg); in reboot_store() 106 kfree(msg); in reboot_store() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/connector/ |
| H A D | cn_proc.c | 51 static inline void send_msg(struct cn_msg *msg) in send_msg() argument 55 msg->seq = __this_cpu_inc_return(local_event.count) - 1; in send_msg() 56 ((struct proc_event *)msg->data)->cpu = smp_processor_id(); in send_msg() 64 cn_netlink_send(msg, 0, CN_IDX_PROC, GFP_NOWAIT); in send_msg() 71 struct cn_msg *msg; in proc_fork_connector() local 79 msg = buffer_to_cn_msg(buffer); in proc_fork_connector() 80 ev = (struct proc_event *)msg->data; in proc_fork_connector() 92 memcpy(&msg->id, &cn_proc_event_id, sizeof(msg->id)); in proc_fork_connector() 93 msg->ack = 0; /* not used */ in proc_fork_connector() 94 msg->len = sizeof(*ev); in proc_fork_connector() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/ |
| H A D | allegro-mail.c | 44 allegro_enc_init(u32 *dst, struct mcu_msg_init_request *msg) in allegro_enc_init() argument 47 enum mcu_msg_version version = msg->header.version; in allegro_enc_init() 49 dst[i++] = msg->reserved0; in allegro_enc_init() 50 dst[i++] = msg->suballoc_dma; in allegro_enc_init() 51 dst[i++] = msg->suballoc_size; in allegro_enc_init() 52 dst[i++] = msg->l2_cache[0]; in allegro_enc_init() 53 dst[i++] = msg->l2_cache[1]; in allegro_enc_init() 54 dst[i++] = msg->l2_cache[2]; in allegro_enc_init() 227 allegro_enc_create_channel(u32 *dst, struct mcu_msg_create_channel *msg) in allegro_enc_create_channel() argument 229 enum mcu_msg_version version = msg->header.version; in allegro_enc_create_channel() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/ |
| H A D | restrack.c | 39 static int fill_sq(struct sk_buff *msg, struct t4_wq *wq) in fill_sq() argument 42 if (rdma_nl_put_driver_u32(msg, "sqid", wq->sq.qid)) in fill_sq() 44 if (rdma_nl_put_driver_u32(msg, "flushed", wq->flushed)) in fill_sq() 46 if (rdma_nl_put_driver_u32(msg, "memsize", wq->sq.memsize)) in fill_sq() 48 if (rdma_nl_put_driver_u32(msg, "cidx", wq->sq.cidx)) in fill_sq() 50 if (rdma_nl_put_driver_u32(msg, "pidx", wq->sq.pidx)) in fill_sq() 52 if (rdma_nl_put_driver_u32(msg, "wq_pidx", wq->sq.wq_pidx)) in fill_sq() 54 if (rdma_nl_put_driver_u32(msg, "flush_cidx", wq->sq.flush_cidx)) in fill_sq() 56 if (rdma_nl_put_driver_u32(msg, "in_use", wq->sq.in_use)) in fill_sq() 58 if (rdma_nl_put_driver_u32(msg, "size", wq->sq.size)) in fill_sq() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/ |
| H A D | RGA_API.c | 27 matrix_cal(const struct rga_req *msg, TILE_INFO *tile) in matrix_cal() argument 34 s_act_w = msg->src.act_w; in matrix_cal() 35 s_act_h = msg->src.act_h; in matrix_cal() 36 d_act_w = msg->dst.act_w; in matrix_cal() 37 d_act_h = msg->dst.act_h; in matrix_cal() 47 sina = msg->sina; in matrix_cal() 48 cosa = msg->cosa; in matrix_cal() 50 switch(msg->rotate_mode) in matrix_cal() 82 int32_t RGA_gen_two_pro(struct rga_req *msg, struct rga_req *msg1) in RGA_gen_two_pro() argument 96 if(msg->dst.act_w == 0) in RGA_gen_two_pro() [all …]
|
| H A D | rga_reg_info.c | 97 dst_ctrl_cal(const struct rga_req *msg, TILE_INFO *tile) in dst_ctrl_cal() argument 99 u32 width = msg->dst.act_w; in dst_ctrl_cal() 100 u32 height = msg->dst.act_h; in dst_ctrl_cal() 101 s32 xoff = msg->dst.x_offset; in dst_ctrl_cal() 102 s32 yoff = msg->dst.y_offset; in dst_ctrl_cal() 111 s32 sina = msg->sina; /* 16.16 */ in dst_ctrl_cal() 112 s32 cosa = msg->cosa; /* 16.16 */ in dst_ctrl_cal() 116 if((msg->rotate_mode == 0)||(msg->rotate_mode == 2)||(msg->rotate_mode == 3)) in dst_ctrl_cal() 130 xmax = MIN(MAX(MAX(MAX(pos[0], pos[2]), pos[4]), pos[6]), msg->clip.xmax); in dst_ctrl_cal() 131 xmin = MAX(MIN(MIN(MIN(pos[0], pos[2]), pos[4]), pos[6]), msg->clip.xmin); in dst_ctrl_cal() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/cec/core/ |
| H A D | cec-adap.c | 27 struct cec_msg *msg, 228 static void cec_queue_msg_fh(struct cec_fh *fh, const struct cec_msg *msg) in cec_queue_msg_fh() argument 242 entry->msg = *msg; in cec_queue_msg_fh() 282 const struct cec_msg *msg, in cec_queue_msg_monitor() argument 292 cec_queue_msg_fh(fh, msg); in cec_queue_msg_monitor() 301 const struct cec_msg *msg) in cec_queue_msg_followers() argument 308 cec_queue_msg_fh(fh, msg); in cec_queue_msg_followers() 360 cec_queue_msg_fh(data->fh, &data->msg); in cec_data_completed() 382 if (!(data->msg.tx_status & CEC_TX_STATUS_OK)) in cec_data_cancel() 387 if (data->msg.tx_status & CEC_TX_STATUS_OK) { in cec_data_cancel() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/s390/crypto/ |
| H A D | zcrypt_msgtype6.c | 269 } __packed * msg = ap_msg->msg; in ICAMEX_msg_to_type6MEX_msgX() local 281 msg->length = mex->inputdatalength + 2; in ICAMEX_msg_to_type6MEX_msgX() 282 if (copy_from_user(msg->text, mex->inputdata, mex->inputdatalength)) in ICAMEX_msg_to_type6MEX_msgX() 286 size = zcrypt_type6_mex_key_en(mex, msg->text+mex->inputdatalength); in ICAMEX_msg_to_type6MEX_msgX() 289 size += sizeof(*msg) + mex->inputdatalength; in ICAMEX_msg_to_type6MEX_msgX() 292 msg->hdr = static_type6_hdrX; in ICAMEX_msg_to_type6MEX_msgX() 293 msg->hdr.ToCardLen1 = size - sizeof(msg->hdr); in ICAMEX_msg_to_type6MEX_msgX() 294 msg->hdr.FromCardLen1 = CEXXC_MAX_ICA_RESPONSE_SIZE - sizeof(msg->hdr); in ICAMEX_msg_to_type6MEX_msgX() 296 msg->cprbx = static_cprbx; in ICAMEX_msg_to_type6MEX_msgX() 297 msg->cprbx.domain = AP_QID_QUEUE(zq->queue->qid); in ICAMEX_msg_to_type6MEX_msgX() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/wfx/ |
| H A D | key.c | 33 static u8 fill_wep_pair(struct hif_wep_pairwise_key *msg, in fill_wep_pair() argument 36 WARN(key->keylen > sizeof(msg->key_data), "inconsistent data"); in fill_wep_pair() 37 msg->key_length = key->keylen; in fill_wep_pair() 38 memcpy(msg->key_data, key->key, key->keylen); in fill_wep_pair() 39 ether_addr_copy(msg->peer_address, peer_addr); in fill_wep_pair() 43 static u8 fill_wep_group(struct hif_wep_group_key *msg, in fill_wep_group() argument 46 WARN(key->keylen > sizeof(msg->key_data), "inconsistent data"); in fill_wep_group() 47 msg->key_id = key->keyidx; in fill_wep_group() 48 msg->key_length = key->keylen; in fill_wep_group() 49 memcpy(msg->key_data, key->key, key->keylen); in fill_wep_group() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep/ |
| H A D | iep.cpp | 49 IepMsg msg; member 227 static RK_U32 check_msg_image(IepMsg *msg) in check_msg_image() argument 230 IepMsgImg *src = &msg->src; in check_msg_image() 231 IepMsgImg *dst = &msg->dst; in check_msg_image() 351 IepMsg *msg = &impl->msg; in iep_control() local 355 memset(msg, 0, sizeof(*msg)); in iep_control() 358 IepMsgImg *src = &msg->src; in iep_control() 362 memcpy(&msg->src, param, sizeof(IepImg)); in iep_control() 372 msg->dein_mode == IEP_DEI_MODE_DISABLE) { in iep_control() 373 msg->dein_mode = IEP_DEI_MODE_BYPASS; in iep_control() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_cmd_btc.c | 20 static void _fail_hdlr(void *phl, struct phl_msg *msg) in _fail_hdlr() argument 24 static void _hdl_tmr(void *phl, struct phl_msg *msg) in _hdl_tmr() argument 28 rtw_hal_btc_timer(phl_info->hal, (void *)msg->inbuf); in _hdl_tmr() 31 static void _hdl_role_notify(void *phl, struct phl_msg *msg) in _hdl_role_notify() argument 38 if (msg->inbuf && (msg->inlen == sizeof(struct rtw_role_cmd))) { in _hdl_role_notify() 39 rcmd = (struct rtw_role_cmd *)msg->inbuf; in _hdl_role_notify() 47 __func__, msg->inbuf, msg->inlen); in _hdl_role_notify() 51 static void _hdl_pkt_evt_notify(void *phl, struct phl_msg *msg) in _hdl_pkt_evt_notify() argument 57 if (msg->inbuf && (msg->inlen == sizeof(struct rtw_pkt_evt_ntfy))) { in _hdl_pkt_evt_notify() 58 pkt_evt = (struct rtw_pkt_evt_ntfy *)msg->inbuf; in _hdl_pkt_evt_notify() [all …]
|
| H A D | phl_cmd_dispr_controller.c | 48 struct phl_msg *msg) in _dispr_resume_io_ctrl() argument 56 ctl.id = MSG_MDL_ID_FIELD(msg->msg_id); in _dispr_resume_io_ctrl() 57 sts = phl_data_ctrler(phl_info, &ctl, msg); in _dispr_resume_io_ctrl() 62 MSG_EVT_ID_FIELD(msg->msg_id)); in _dispr_resume_io_ctrl() 68 ctl.id = MSG_MDL_ID_FIELD(msg->msg_id); in _dispr_resume_io_ctrl() 69 sts = phl_data_ctrler(phl_info, &ctl, msg); in _dispr_resume_io_ctrl() 74 MSG_EVT_ID_FIELD(msg->msg_id)); in _dispr_resume_io_ctrl() 88 struct phl_msg *msg) in _dispr_cannot_io_ctrl() argument 95 ctl.id = MSG_MDL_ID_FIELD(msg->msg_id); in _dispr_cannot_io_ctrl() 96 sts = phl_data_ctrler(phl_info, &ctl, msg); in _dispr_cannot_io_ctrl() [all …]
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | netlink_compat.c | 68 int (*format)(struct tipc_nl_compat_msg *msg, struct nlattr **attrs); 74 struct sk_buff *skb, struct tipc_nl_compat_msg *msg); 181 struct tipc_nl_compat_msg *msg, in __tipc_nl_compat_dumpit() argument 201 buf->sk = msg->dst_sk; in __tipc_nl_compat_dumpit() 202 if (__tipc_dump_start(&cb, msg->net)) { in __tipc_nl_compat_dumpit() 235 err = (*cmd->format)(msg, attrbuf); in __tipc_nl_compat_dumpit() 239 if (tipc_skb_tailroom(msg->rep) <= 1) { in __tipc_nl_compat_dumpit() 261 if ((TIPC_SKB_MAX - msg->rep->len) <= 1) { in __tipc_nl_compat_dumpit() 262 char *tail = skb_tail_pointer(msg->rep); in __tipc_nl_compat_dumpit() 276 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_dumpit() argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_cmd_dispr_controller.c | 48 struct phl_msg *msg) in _dispr_resume_io_ctrl() argument 56 ctl.id = MSG_MDL_ID_FIELD(msg->msg_id); in _dispr_resume_io_ctrl() 57 sts = phl_data_ctrler(phl_info, &ctl, msg); in _dispr_resume_io_ctrl() 62 MSG_EVT_ID_FIELD(msg->msg_id)); in _dispr_resume_io_ctrl() 68 ctl.id = MSG_MDL_ID_FIELD(msg->msg_id); in _dispr_resume_io_ctrl() 69 sts = phl_data_ctrler(phl_info, &ctl, msg); in _dispr_resume_io_ctrl() 74 MSG_EVT_ID_FIELD(msg->msg_id)); in _dispr_resume_io_ctrl() 88 struct phl_msg *msg) in _dispr_cannot_io_ctrl() argument 95 ctl.id = MSG_MDL_ID_FIELD(msg->msg_id); in _dispr_cannot_io_ctrl() 96 sts = phl_data_ctrler(phl_info, &ctl, msg); in _dispr_cannot_io_ctrl() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/can/usb/ |
| H A D | esd_usb2.c | 171 } msg; member 217 struct esd_usb2_msg *msg) in esd_usb2_rx_event() argument 222 u32 id = le32_to_cpu(msg->msg.rx.id) & ESD_IDMASK; in esd_usb2_rx_event() 225 u8 state = msg->msg.rx.data[0]; in esd_usb2_rx_event() 226 u8 ecc = msg->msg.rx.data[1]; in esd_usb2_rx_event() 227 u8 rxerr = msg->msg.rx.data[2]; in esd_usb2_rx_event() 228 u8 txerr = msg->msg.rx.data[3]; in esd_usb2_rx_event() 232 msg->msg.rx.dlc, state, ecc, rxerr, txerr); in esd_usb2_rx_event() 309 struct esd_usb2_msg *msg) in esd_usb2_rx_can_msg() argument 320 id = le32_to_cpu(msg->msg.rx.id); in esd_usb2_rx_can_msg() [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() argument 59 if(((msg->rotate_mode & 0x3) == 1) || ((msg->rotate_mode & 0x3) == 3)) in RGA2_reg_get_param() 61 dw = msg->dst.act_h; in RGA2_reg_get_param() 62 dh = msg->dst.act_w; in RGA2_reg_get_param() 66 dw = msg->dst.act_w; in RGA2_reg_get_param() 67 dh = msg->dst.act_h; in RGA2_reg_get_param() 70 sw = msg->src.act_w; in RGA2_reg_get_param() 71 sh = msg->src.act_h; in RGA2_reg_get_param() 127 static void RGA2_set_mode_ctrl(u8 *base, struct rga2_req *msg) in RGA2_set_mode_ctrl() argument 131 RK_U32 render_mode = msg->render_mode; in RGA2_set_mode_ctrl() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/ |
| H A D | prism2mgmt.c | 133 struct p80211msg_dot11req_scan *msg = msgp; in prism2mgmt_scan() local 148 msg->resultcode.data = P80211ENUM_resultcode_not_supported; in prism2mgmt_scan() 161 msg->resultcode.data = in prism2mgmt_scan() 174 msg->resultcode.data = in prism2mgmt_scan() 184 if (msg->scantype.data != P80211ENUM_scantype_active) in prism2mgmt_scan() 185 word = msg->maxchanneltime.data; in prism2mgmt_scan() 204 for (i = 0; i < msg->channellist.data.len; i++) { in prism2mgmt_scan() 205 u8 channel = msg->channellist.data.data[i]; in prism2mgmt_scan() 215 scanreq.ssid.len = cpu_to_le16(msg->ssid.data.len); in prism2mgmt_scan() 216 memcpy(scanreq.ssid.data, msg->ssid.data.data, msg->ssid.data.len); in prism2mgmt_scan() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/ |
| H A 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() argument 16 (unsigned long)msg->ap_inst_addr; in handle_init_ack_msg() 18 mtk_vcodec_debug(vpu, "+ ap_inst_addr = 0x%llx", msg->ap_inst_addr); in handle_init_ack_msg() 23 msg->vpu_inst_addr); in handle_init_ack_msg() 24 vpu->inst_addr = msg->vpu_inst_addr; in handle_init_ack_msg() 41 const struct vdec_vpu_ipi_ack *msg = data; in vpu_dec_ipi_handler() local 43 (unsigned long)msg->ap_inst_addr; in vpu_dec_ipi_handler() 45 mtk_vcodec_debug(vpu, "+ id=%X", msg->msg_id); in vpu_dec_ipi_handler() 47 if (msg->status == 0) { in vpu_dec_ipi_handler() 48 switch (msg->msg_id) { in vpu_dec_ipi_handler() [all …]
|