Home
last modified time | relevance | path

Searched refs:inbuf (Results 1 – 25 of 189) sorted by relevance

12345678

/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Dlpfilt.c16 extern int lpfilt_(real *inbuf, real *lpbuf, integer *len, integer *nsamp);
56 /* Subroutine */ int lpfilt_(real *inbuf, real *lpbuf, integer *len, integer * in lpfilt_() argument
73 --inbuf; in lpfilt_()
78 t = (inbuf[j] + inbuf[j - 30]) * -.0097201988f; in lpfilt_()
79 t += (inbuf[j - 1] + inbuf[j - 29]) * -.0105179986f; in lpfilt_()
80 t += (inbuf[j - 2] + inbuf[j - 28]) * -.0083479648f; in lpfilt_()
81 t += (inbuf[j - 3] + inbuf[j - 27]) * 5.860774e-4f; in lpfilt_()
82 t += (inbuf[j - 4] + inbuf[j - 26]) * .0130892089f; in lpfilt_()
83 t += (inbuf[j - 5] + inbuf[j - 25]) * .0217052232f; in lpfilt_()
84 t += (inbuf[j - 6] + inbuf[j - 24]) * .0184161253f; in lpfilt_()
[all …]
H A Dvparms.c16 extern int vparms_(integer *vwin, real *inbuf, real *lpbuf, integer *buflim, integer *half, real *d…
107 /* Subroutine */ int vparms_(integer *vwin, real *inbuf, real *lpbuf, integer in vparms_() argument
138 inbuf -= inbuf_offset; in vparms_()
169 r__1 = inbuf[start - 1] - *dither; in vparms_()
174 ap_rms__ += (r__1 = inbuf[i__], abs(r__1)); in vparms_()
175 e_pre__ += (r__1 = inbuf[i__] - inbuf[i__ - 1], abs(r__1)); in vparms_()
177 r__1 = inbuf[i__]; in vparms_()
179 *rc1 += inbuf[i__] * inbuf[i__ - 1]; in vparms_()
191 r__1 = inbuf[i__] + *dither; in vparms_()
H A Dpreemp.c16 extern int preemp_(real *inbuf, real *pebuf, integer *nsamp, real *coef, real *z__);
55 /* Subroutine */ int preemp_(real *inbuf, real *pebuf, integer *nsamp, real * in preemp_() argument
105 --inbuf; in preemp_()
110 temp = inbuf[i__] - *coef * *z__; in preemp_()
111 *z__ = inbuf[i__]; in preemp_()
H A Danalys.c156 real *inbuf, *pebuf; in analys_() local
317 inbuf = &(st->inbuf[0]); in analys_()
334 inbuf[i__ - 181] = inbuf[contrl_1.lframe + i__ - 181]; in analys_()
392 inbuf[720 - contrl_1.lframe + i__ - 181] = speech[i__] * 4096.f - in analys_()
394 temp += inbuf[720 - contrl_1.lframe + i__ - 181]; in analys_()
404 preemp_(&inbuf[i__ - 181], &pebuf[i__ - 181], &contrl_1.lframe, &precoef, in analys_()
433 lpfilt_(&inbuf[228], &lpbuf[384], &c__312, &contrl_1.lframe); in analys_()
460 voicin_(&vwin[4], inbuf, lpbuf, buflim, &half, &amdf[minptr - 1], & in analys_()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dmcdi_functions.c39 MCDI_DECLARE_BUF(inbuf, MC_CMD_ALLOC_VIS_IN_LEN); in efx_mcdi_alloc_vis()
43 MCDI_SET_DWORD(inbuf, ALLOC_VIS_IN_MIN_VI_COUNT, min_vis); in efx_mcdi_alloc_vis()
44 MCDI_SET_DWORD(inbuf, ALLOC_VIS_IN_MAX_VI_COUNT, max_vis); in efx_mcdi_alloc_vis()
45 rc = efx_mcdi_rpc(efx, MC_CMD_ALLOC_VIS, inbuf, sizeof(inbuf), in efx_mcdi_alloc_vis()
73 MCDI_DECLARE_BUF(inbuf, in efx_mcdi_ev_init()
86 MCDI_SET_DWORD(inbuf, INIT_EVQ_IN_SIZE, channel->eventq_mask + 1); in efx_mcdi_ev_init()
87 MCDI_SET_DWORD(inbuf, INIT_EVQ_IN_INSTANCE, channel->channel); in efx_mcdi_ev_init()
89 MCDI_SET_DWORD(inbuf, INIT_EVQ_IN_IRQ_NUM, channel->channel); in efx_mcdi_ev_init()
90 MCDI_SET_DWORD(inbuf, INIT_EVQ_IN_TMR_MODE, in efx_mcdi_ev_init()
92 MCDI_SET_DWORD(inbuf, INIT_EVQ_IN_TMR_LOAD, 0); in efx_mcdi_ev_init()
[all …]
H A Dmcdi_port.c24 MCDI_DECLARE_BUF(inbuf, MC_CMD_MDIO_READ_IN_LEN); in efx_mcdi_mdio_read()
29 MCDI_SET_DWORD(inbuf, MDIO_READ_IN_BUS, efx->mdio_bus); in efx_mcdi_mdio_read()
30 MCDI_SET_DWORD(inbuf, MDIO_READ_IN_PRTAD, prtad); in efx_mcdi_mdio_read()
31 MCDI_SET_DWORD(inbuf, MDIO_READ_IN_DEVAD, devad); in efx_mcdi_mdio_read()
32 MCDI_SET_DWORD(inbuf, MDIO_READ_IN_ADDR, addr); in efx_mcdi_mdio_read()
34 rc = efx_mcdi_rpc(efx, MC_CMD_MDIO_READ, inbuf, sizeof(inbuf), in efx_mcdi_mdio_read()
50 MCDI_DECLARE_BUF(inbuf, MC_CMD_MDIO_WRITE_IN_LEN); in efx_mcdi_mdio_write()
55 MCDI_SET_DWORD(inbuf, MDIO_WRITE_IN_BUS, efx->mdio_bus); in efx_mcdi_mdio_write()
56 MCDI_SET_DWORD(inbuf, MDIO_WRITE_IN_PRTAD, prtad); in efx_mcdi_mdio_write()
57 MCDI_SET_DWORD(inbuf, MDIO_WRITE_IN_DEVAD, devad); in efx_mcdi_mdio_write()
[all …]
H A Def10_sriov.c18 MCDI_DECLARE_BUF(inbuf, MC_CMD_EVB_PORT_ASSIGN_IN_LEN); in efx_ef10_evb_port_assign()
21 MCDI_SET_DWORD(inbuf, EVB_PORT_ASSIGN_IN_PORT_ID, port_id); in efx_ef10_evb_port_assign()
22 MCDI_POPULATE_DWORD_2(inbuf, EVB_PORT_ASSIGN_IN_FUNCTION, in efx_ef10_evb_port_assign()
26 return efx_mcdi_rpc(efx, MC_CMD_EVB_PORT_ASSIGN, inbuf, sizeof(inbuf), in efx_ef10_evb_port_assign()
33 MCDI_DECLARE_BUF(inbuf, MC_CMD_VSWITCH_ALLOC_IN_LEN); in efx_ef10_vswitch_alloc()
36 MCDI_SET_DWORD(inbuf, VSWITCH_ALLOC_IN_UPSTREAM_PORT_ID, port_id); in efx_ef10_vswitch_alloc()
37 MCDI_SET_DWORD(inbuf, VSWITCH_ALLOC_IN_TYPE, vswitch_type); in efx_ef10_vswitch_alloc()
38 MCDI_SET_DWORD(inbuf, VSWITCH_ALLOC_IN_NUM_VLAN_TAGS, 2); in efx_ef10_vswitch_alloc()
39 MCDI_POPULATE_DWORD_1(inbuf, VSWITCH_ALLOC_IN_FLAGS, in efx_ef10_vswitch_alloc()
43 rc = efx_mcdi_rpc_quiet(efx, MC_CMD_VSWITCH_ALLOC, inbuf, sizeof(inbuf), in efx_ef10_vswitch_alloc()
[all …]
H A Dmcdi.c151 const efx_dword_t *inbuf, size_t inlen) in efx_mcdi_send_request() argument
222 le32_to_cpu(inbuf[i].u32[0])); in efx_mcdi_send_request()
228 efx->type->mcdi_request(efx, hdr, hdr_len, inbuf, inlen); in efx_mcdi_send_request()
803 const efx_dword_t *inbuf, size_t inlen, in _efx_mcdi_rpc() argument
810 if (inbuf && inlen && (inbuf == outbuf)) { in _efx_mcdi_rpc()
816 rc = efx_mcdi_rpc_start(efx, cmd, inbuf, inlen); in _efx_mcdi_rpc()
841 efx_mcdi_send_request(efx, cmd, inbuf, inlen); in _efx_mcdi_rpc()
861 const efx_dword_t *inbuf, size_t inlen, in _efx_mcdi_rpc_evb_retry() argument
868 rc = _efx_mcdi_rpc(efx, cmd, inbuf, inlen, in _efx_mcdi_rpc_evb_retry()
886 rc = _efx_mcdi_rpc(efx, cmd, inbuf, inlen, in _efx_mcdi_rpc_evb_retry()
[all …]
H A Dmcdi_filters.c95 efx_dword_t *inbuf) in efx_mcdi_filter_push_prep_set_match_fields() argument
100 MCDI_SET_DWORD(inbuf, FILTER_OP_IN_OP, in efx_mcdi_filter_push_prep_set_match_fields()
118 memcpy(MCDI_PTR(inbuf, FILTER_OP_IN_ ## mcdi_field), \ in efx_mcdi_filter_push_prep_set_match_fields()
152 MCDI_POPULATE_DWORD_1(inbuf, in efx_mcdi_filter_push_prep_set_match_fields()
190 MCDI_SET_DWORD(inbuf, FILTER_OP_IN_MATCH_FIELDS, in efx_mcdi_filter_push_prep_set_match_fields()
196 efx_dword_t *inbuf, u64 handle, in efx_mcdi_filter_push_prep() argument
202 memset(inbuf, 0, MC_CMD_FILTER_OP_EXT_IN_LEN); in efx_mcdi_filter_push_prep()
217 MCDI_SET_DWORD(inbuf, FILTER_OP_IN_OP, in efx_mcdi_filter_push_prep()
219 MCDI_SET_QWORD(inbuf, FILTER_OP_IN_HANDLE, handle); in efx_mcdi_filter_push_prep()
221 efx_mcdi_filter_push_prep_set_match_fields(efx, spec, inbuf); in efx_mcdi_filter_push_prep()
[all …]
H A Def10.c185 MCDI_DECLARE_BUF(inbuf, MC_CMD_LICENSING_V3_IN_LEN); in efx_ef10_read_licensed_features()
191 MCDI_SET_DWORD(inbuf, LICENSING_V3_IN_OP, in efx_ef10_read_licensed_features()
193 rc = efx_mcdi_rpc_quiet(efx, MC_CMD_LICENSING_V3, inbuf, sizeof(inbuf), in efx_ef10_read_licensed_features()
347 MCDI_DECLARE_BUF(inbuf, MC_CMD_VPORT_GET_MAC_ADDRESSES_IN_LEN); in efx_ef10_get_mac_address_vf()
352 MCDI_SET_DWORD(inbuf, VPORT_GET_MAC_ADDRESSES_IN_VPORT_ID, in efx_ef10_get_mac_address_vf()
354 rc = efx_mcdi_rpc(efx, MC_CMD_VPORT_GET_MAC_ADDRESSES, inbuf, in efx_ef10_get_mac_address_vf()
355 sizeof(inbuf), outbuf, sizeof(outbuf), &outlen); in efx_ef10_get_mac_address_vf()
719 MCDI_DECLARE_BUF(inbuf, MC_CMD_FREE_PIOBUF_IN_LEN); in efx_ef10_free_piobufs()
726 MCDI_SET_DWORD(inbuf, FREE_PIOBUF_IN_PIOBUF_HANDLE, in efx_ef10_free_piobufs()
728 rc = efx_mcdi_rpc(efx, MC_CMD_FREE_PIOBUF, inbuf, sizeof(inbuf), in efx_ef10_free_piobufs()
[all …]
H A Dptp.c408 MCDI_DECLARE_BUF(inbuf, MC_CMD_PTP_IN_STATUS_LEN); in efx_ptp_update_stats()
428 MCDI_SET_DWORD(inbuf, PTP_IN_OP, MC_CMD_PTP_OP_STATUS); in efx_ptp_update_stats()
429 MCDI_SET_DWORD(inbuf, PTP_IN_PERIPH_ID, 0); in efx_ptp_update_stats()
430 rc = efx_mcdi_rpc(efx, MC_CMD_PTP, inbuf, sizeof(inbuf), in efx_ptp_update_stats()
638 MCDI_DECLARE_BUF(inbuf, MC_CMD_PTP_IN_GET_ATTRIBUTES_LEN); in efx_ptp_get_attributes()
649 MCDI_SET_DWORD(inbuf, PTP_IN_OP, MC_CMD_PTP_OP_GET_ATTRIBUTES); in efx_ptp_get_attributes()
650 MCDI_SET_DWORD(inbuf, PTP_IN_PERIPH_ID, 0); in efx_ptp_get_attributes()
651 rc = efx_mcdi_rpc_quiet(efx, MC_CMD_PTP, inbuf, sizeof(inbuf), in efx_ptp_get_attributes()
661 efx_mcdi_display_error(efx, MC_CMD_PTP, sizeof(inbuf), in efx_ptp_get_attributes()
737 MCDI_DECLARE_BUF(inbuf, MC_CMD_PTP_IN_GET_TIMESTAMP_CORRECTIONS_LEN); in efx_ptp_get_timestamp_corrections()
[all …]
H A Dmcdi_port_common.c73 MCDI_DECLARE_BUF(inbuf, MC_CMD_SET_LINK_IN_LEN); in efx_mcdi_set_link()
78 MCDI_SET_DWORD(inbuf, SET_LINK_IN_CAP, capabilities); in efx_mcdi_set_link()
79 MCDI_SET_DWORD(inbuf, SET_LINK_IN_FLAGS, flags); in efx_mcdi_set_link()
80 MCDI_SET_DWORD(inbuf, SET_LINK_IN_LOOPBACK_MODE, loopback_mode); in efx_mcdi_set_link()
81 MCDI_SET_DWORD(inbuf, SET_LINK_IN_LOOPBACK_SPEED, loopback_speed); in efx_mcdi_set_link()
83 rc = efx_mcdi_rpc(efx, MC_CMD_SET_LINK, inbuf, sizeof(inbuf), in efx_mcdi_set_link()
762 MCDI_DECLARE_BUF(inbuf, MC_CMD_START_BIST_IN_LEN); in efx_mcdi_bist()
768 MCDI_SET_DWORD(inbuf, START_BIST_IN_TYPE, bist_mode); in efx_mcdi_bist()
770 inbuf, MC_CMD_START_BIST_IN_LEN, NULL, 0, NULL); in efx_mcdi_bist()
906 MCDI_DECLARE_BUF(inbuf, MC_CMD_GET_PHY_MEDIA_INFO_IN_LEN); in efx_mcdi_phy_get_module_eeprom_page()
[all …]
H A Dmcdi_mon.c147 MCDI_DECLARE_BUF(inbuf, MC_CMD_READ_SENSORS_EXT_IN_LEN); in efx_mcdi_mon_update()
150 MCDI_SET_QWORD(inbuf, READ_SENSORS_EXT_IN_DMA_ADDR, in efx_mcdi_mon_update()
152 MCDI_SET_DWORD(inbuf, READ_SENSORS_EXT_IN_LENGTH, hwmon->dma_buf.len); in efx_mcdi_mon_update()
155 inbuf, sizeof(inbuf), NULL, 0, NULL); in efx_mcdi_mon_update()
307 MCDI_DECLARE_BUF(inbuf, MC_CMD_SENSOR_INFO_EXT_IN_LEN); in efx_mcdi_mon_probe()
319 MCDI_SET_DWORD(inbuf, SENSOR_INFO_EXT_IN_PAGE, page); in efx_mcdi_mon_probe()
321 rc = efx_mcdi_rpc(efx, MC_CMD_SENSOR_INFO, inbuf, sizeof(inbuf), in efx_mcdi_mon_probe()
381 MCDI_SET_DWORD(inbuf, SENSOR_INFO_EXT_IN_PAGE, in efx_mcdi_mon_probe()
384 inbuf, sizeof(inbuf), in efx_mcdi_mon_probe()
/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvsi_lib.c70 struct hvsi_control *pkt = (struct hvsi_control *)pv->inbuf; in hvsi_got_control()
86 struct hvsi_query *pkt = (struct hvsi_query *)pv->inbuf; in hvsi_got_query()
111 (struct hvsi_query_response *)pv->inbuf; in hvsi_got_response()
128 if (pv->inbuf[0] < 0xfc) { in hvsi_check_packet()
132 type = pv->inbuf[0]; in hvsi_check_packet()
133 len = pv->inbuf[1]; in hvsi_check_packet()
161 memmove(pv->inbuf, &pv->inbuf[len], pv->inbuf_len); in hvsi_check_packet()
170 &pv->inbuf[pv->inbuf_len], in hvsi_get_packet()
203 memcpy(&buf[read], &pv->inbuf[pv->inbuf_cur], l); in hvsilib_get_chars()
215 memmove(pv->inbuf, &pv->inbuf[pv->inbuf_cur], in hvsilib_get_chars()
H A Dhvc_dcc.c122 static DEFINE_KFIFO(inbuf, unsigned char, 128);
140 while (!kfifo_is_full(&inbuf)) { in dcc_put_work_fn()
143 kfifo_put(&inbuf, ch); in dcc_put_work_fn()
164 while (!kfifo_is_full(&inbuf)) { in dcc_get_work_fn()
167 kfifo_put(&inbuf, ch); in dcc_get_work_fn()
215 if (smp_processor_id() || (!kfifo_is_empty(&inbuf))) { in hvc_dcc0_get_chars()
216 len = kfifo_out(&inbuf, buf, count); in hvc_dcc0_get_chars()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Ducma.c369 static ssize_t ucma_get_event(struct ucma_file *file, const char __user *inbuf, in ucma_get_event() argument
383 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_get_event()
439 static ssize_t ucma_create_id(struct ucma_file *file, const char __user *inbuf, in ucma_create_id() argument
452 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_create_id()
591 static ssize_t ucma_destroy_id(struct ucma_file *file, const char __user *inbuf, in ucma_destroy_id() argument
602 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_destroy_id()
625 static ssize_t ucma_bind_ip(struct ucma_file *file, const char __user *inbuf, in ucma_bind_ip() argument
632 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_bind_ip()
650 static ssize_t ucma_bind(struct ucma_file *file, const char __user *inbuf, in ucma_bind() argument
657 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_bind()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_btc.c28 rtw_hal_btc_timer(phl_info->hal, (void *)msg->inbuf); in _hdl_tmr()
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()
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()
65 __func__, msg->inbuf, msg->inlen); in _hdl_pkt_evt_notify()
376 msg.inbuf = buf; in rtw_phl_btc_send_cmd()
412 if(msg->inbuf && msg->inlen){ in _phl_pkt_evt_ntfy_done()
414 msg->inbuf, msg->inlen); in _phl_pkt_evt_ntfy_done()
[all …]
H A Dphl_sound_cmd.c160 struct snd_cmd_set_aid *cmdbuf = (struct snd_cmd_set_aid *)info->inbuf; in _phl_snd_cmd_module_set_info()
227 struct rtw_phl_gid_pos_tbl *gid_tbl = (struct rtw_phl_gid_pos_tbl *)msg->inbuf; in _phl_snd_cmd_module_msg_msg_hdlr_post()
240 struct snd_cmd_set_aid *cmdbuf = (struct snd_cmd_set_aid *)msg->inbuf; in _phl_snd_cmd_module_msg_msg_hdlr_post()
338 if (msg->inbuf && msg->inlen){ in _phl_snd_cmd_post_set_vht_gid()
339 _os_kmem_free(phl_to_drvpriv(phl_info), msg->inbuf, msg->inlen); in _phl_snd_cmd_post_set_vht_gid()
378 msg.inbuf = (u8 *)gid_tbl; in rtw_phl_snd_cmd_set_vht_gid()
406 if (msg->inbuf && msg->inlen){ in _phl_snd_cmd_post_set_aid()
408 cmdbuf = (struct snd_cmd_set_aid *)msg->inbuf; in _phl_snd_cmd_post_set_aid()
417 _os_kmem_free(phl_to_drvpriv(phl_info), msg->inbuf, msg->inlen); in _phl_snd_cmd_post_set_aid()
455 msg.inbuf = (u8 *)cmdbuf; in rtw_phl_snd_cmd_set_aid()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Ddecompress_bunzip2.c98 unsigned char *inbuf /*,*outbuf*/; member
129 bd->inbufCount = bd->fill(bd->inbuf, BZIP2_IOBUF_SIZE); in get_bits()
144 bd->inbufBits = (bd->inbufBits << 8)|bd->inbuf[bd->inbufPos++]; in get_bits()
386 (bd->inbufBits << 8)|bd->inbuf[bd->inbufPos++]; in get_next_block()
629 static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, long len, in start_bunzip() argument
647 bd->inbuf = inbuf; in start_bunzip()
688 unsigned char *inbuf; in bunzip2() local
698 inbuf = buf; in bunzip2()
700 inbuf = malloc(BZIP2_IOBUF_SIZE); in bunzip2()
701 if (!inbuf) { in bunzip2()
[all …]
H A Ddecompress.c63 decompress_fn __init decompress_method(const unsigned char *inbuf, long len, in decompress_method() argument
74 pr_debug("Compressed data magic: %#.2x %#.2x\n", inbuf[0], inbuf[1]); in decompress_method()
77 if (!memcmp(inbuf, cf->magic, 2)) in decompress_method()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_btc.c28 rtw_hal_btc_timer(phl_info->hal, (void *)msg->inbuf); in _hdl_tmr()
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()
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()
65 __func__, msg->inbuf, msg->inlen); in _hdl_pkt_evt_notify()
385 msg.inbuf = buf; in rtw_phl_btc_send_cmd()
424 if(msg->inbuf && msg->inlen){ in _phl_pkt_evt_ntfy_done()
426 msg->inbuf, msg->inlen); in _phl_pkt_evt_ntfy_done()
[all …]
H A Dphl_sound_cmd.c160 struct snd_cmd_set_aid *cmdbuf = (struct snd_cmd_set_aid *)info->inbuf; in _phl_snd_cmd_module_set_info()
227 struct rtw_phl_gid_pos_tbl *gid_tbl = (struct rtw_phl_gid_pos_tbl *)msg->inbuf; in _phl_snd_cmd_module_msg_msg_hdlr_post()
240 struct snd_cmd_set_aid *cmdbuf = (struct snd_cmd_set_aid *)msg->inbuf; in _phl_snd_cmd_module_msg_msg_hdlr_post()
338 if (msg->inbuf && msg->inlen){ in _phl_snd_cmd_post_set_vht_gid()
339 _os_kmem_free(phl_to_drvpriv(phl_info), msg->inbuf, msg->inlen); in _phl_snd_cmd_post_set_vht_gid()
378 msg.inbuf = (u8 *)gid_tbl; in rtw_phl_snd_cmd_set_vht_gid()
406 if (msg->inbuf && msg->inlen){ in _phl_snd_cmd_post_set_aid()
408 cmdbuf = (struct snd_cmd_set_aid *)msg->inbuf; in _phl_snd_cmd_post_set_aid()
417 _os_kmem_free(phl_to_drvpriv(phl_info), msg->inbuf, msg->inlen); in _phl_snd_cmd_post_set_aid()
455 msg.inbuf = (u8 *)cmdbuf; in rtw_phl_snd_cmd_set_aid()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/custom/
H A Dphl_custom_fb.c29 struct rtw_custom_decrpt *cmd = (struct rtw_custom_decrpt *)(msg->inbuf); in _is_fb_mode_valid()
54 struct rtw_custom_decrpt *cmd = (struct rtw_custom_decrpt *)(msg->inbuf); in _custom_fb_feature_enable()
75 struct rtw_custom_decrpt *cmd = (struct rtw_custom_decrpt *)(msg->inbuf); in _custom_fb_feature_query()
96 struct rtw_custom_decrpt *cmd = (struct rtw_custom_decrpt *)(msg->inbuf); in _custom_fb_testmode_param()
119 struct rtw_custom_decrpt *cmd = (struct rtw_custom_decrpt *)(msg->inbuf); in _custom_fb_set_wifi_role()
154 struct rtw_custom_decrpt *cmd = (struct rtw_custom_decrpt *)(msg->inbuf); in _custom_fb_ampdu_cfg()
194 struct rtw_custom_decrpt *cmd = (struct rtw_custom_decrpt *)(msg->inbuf); in _custom_fb_ampdu_query()
232 struct rtw_custom_decrpt *cmd = (struct rtw_custom_decrpt *)(msg->inbuf); in _custom_fb_pdthr_cfg()
265 struct rtw_custom_decrpt *cmd = (struct rtw_custom_decrpt *)(msg->inbuf); in _custom_fb_pdthr_query()
302 struct rtw_custom_decrpt *cmd = (struct rtw_custom_decrpt *)(msg->inbuf); in _custom_fb_pop_cfg()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/vdso/
H A Dvdsomunge.c122 const void *inbuf; in main() local
145 inbuf = mmap(NULL, stat.st_size, PROT_READ, MAP_PRIVATE, infd, 0); in main()
146 if (inbuf == MAP_FAILED) in main()
151 inhdr = inbuf; in main()
193 memcpy(outbuf, inbuf, stat.st_size); in main()
/OK3568_Linux_fs/kernel/crypto/
H A Dcast6_generic.c172 void __cast6_encrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt() argument
175 const __be32 *src = (const __be32 *)inbuf; in __cast6_encrypt()
206 static void cast6_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_encrypt() argument
208 __cast6_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast6_encrypt()
211 void __cast6_decrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_decrypt() argument
214 const __be32 *src = (const __be32 *)inbuf; in __cast6_decrypt()
245 static void cast6_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_decrypt() argument
247 __cast6_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast6_decrypt()

12345678