| /OK3568_Linux_fs/kernel/sound/pci/asihpi/ |
| H A D | hpifunc.c | 99 struct hpi_message hm; in hpi_subsys_get_version_ex() local 102 hpi_init_message_response(&hm, &hr, HPI_OBJ_SUBSYSTEM, in hpi_subsys_get_version_ex() 104 hpi_send_recv(&hm, &hr); in hpi_subsys_get_version_ex() 111 struct hpi_message hm; in hpi_subsys_get_num_adapters() local 113 hpi_init_message_response(&hm, &hr, HPI_OBJ_SUBSYSTEM, in hpi_subsys_get_num_adapters() 115 hpi_send_recv(&hm, &hr); in hpi_subsys_get_num_adapters() 123 struct hpi_message hm; in hpi_subsys_get_adapter() local 125 hpi_init_message_response(&hm, &hr, HPI_OBJ_SUBSYSTEM, in hpi_subsys_get_adapter() 127 hm.obj_index = (u16)iterator; in hpi_subsys_get_adapter() 128 hpi_send_recv(&hm, &hr); in hpi_subsys_get_adapter() [all …]
|
| H A D | hpioctl.c | 82 struct hpi_message hm; in asihpi_hpi_release() local 87 hpi_init_message_response(&hm, &hr, HPI_OBJ_SUBSYSTEM, in asihpi_hpi_release() 89 hpi_send_recv_ex(&hm, &hr, file); in asihpi_hpi_release() 98 union hpi_message_buffer_v1 *hm; in asihpi_hpi_ioctl() local 108 hm = kmalloc(sizeof(*hm), GFP_KERNEL); in asihpi_hpi_ioctl() 110 if (!hm || !hr) { in asihpi_hpi_ioctl() 129 if (msg_size > sizeof(*hm)) in asihpi_hpi_ioctl() 130 msg_size = sizeof(*hm); in asihpi_hpi_ioctl() 134 uncopied_bytes = copy_from_user(hm, puhm, msg_size); in asihpi_hpi_ioctl() 142 hm->h.size = msg_size; in asihpi_hpi_ioctl() [all …]
|
| H A D | hpimsgx.c | 224 struct hpi_message hm; in adapter_message() local 226 hpi_init_message_response(&hm, &hr, HPI_OBJ_ADAPTER, in adapter_message() 228 hm.adapter_index = phm->adapter_index; in adapter_message() 229 hw_entry_point(&hm, &hr); in adapter_message() 385 struct hpi_message hm; in instream_open() local 406 hpi_init_message_response(&hm, &hr, HPI_OBJ_ISTREAM, in instream_open() 408 hm.adapter_index = phm->adapter_index; in instream_open() 409 hm.obj_index = phm->obj_index; in instream_open() 410 hw_entry_point(&hm, &hr); in instream_open() 435 struct hpi_message hm; in instream_close() local [all …]
|
| H A D | hpi6000.c | 522 struct hpi_message hm; in create_adapter_obj() local 528 memset(&hm, 0, sizeof(hm)); in create_adapter_obj() 529 hm.type = HPI_TYPE_REQUEST; in create_adapter_obj() 530 hm.size = sizeof(struct hpi_message); in create_adapter_obj() 531 hm.object = HPI_OBJ_ADAPTER; in create_adapter_obj() 532 hm.function = HPI_ADAPTER_GET_INFO; in create_adapter_obj() 533 hm.adapter_index = 0; in create_adapter_obj() 539 error = hpi6000_message_response_sequence(pao, 0, &hm, &hr0); in create_adapter_obj() 545 error = hpi6000_message_response_sequence(pao, 1, &hm, in create_adapter_obj() 1744 struct hpi_message hm; in hw_message() local [all …]
|
| H A D | asihpi.c | 163 struct hpi_message hm; in hpi_stream_host_buffer_attach() local 169 hpi_init_message_response(&hm, &hr, obj, in hpi_stream_host_buffer_attach() 174 hpi_handle_to_indexes(h_stream, &hm.adapter_index, in hpi_stream_host_buffer_attach() 175 &hm.obj_index); in hpi_stream_host_buffer_attach() 177 hm.u.d.u.buffer.buffer_size = size_in_bytes; in hpi_stream_host_buffer_attach() 178 hm.u.d.u.buffer.pci_address = pci_address; in hpi_stream_host_buffer_attach() 179 hm.u.d.u.buffer.command = HPI_BUFFER_CMD_INTERNAL_GRANTADAPTER; in hpi_stream_host_buffer_attach() 180 hpi_send_recv(&hm, &hr); in hpi_stream_host_buffer_attach() 186 struct hpi_message hm; in hpi_stream_host_buffer_detach() local 193 hpi_init_message_response(&hm, &hr, obj, in hpi_stream_host_buffer_detach() [all …]
|
| H A D | hpi6205.c | 625 struct hpi_message hm; in create_adapter_obj() local 629 memset(&hm, 0, sizeof(hm)); in create_adapter_obj() 631 hm.type = HPI_TYPE_REQUEST; in create_adapter_obj() 632 hm.size = sizeof(hm); in create_adapter_obj() 633 hm.object = HPI_OBJ_ADAPTER; in create_adapter_obj() 634 hm.function = HPI_ADAPTER_GET_INFO; in create_adapter_obj() 639 err = message_response_sequence(pao, &hm, &hr); in create_adapter_obj()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/ |
| H A D | osdep_service.c | 84 struct hash_mem *hm; in rtw_dbg_mem_deinit() local 86 hm = container_of(p, struct hash_mem, node); in rtw_dbg_mem_deinit() 90 RTW_ERR("%s: memory leak - 0x%x\n", __func__, hm->mem); in rtw_dbg_mem_deinit() 92 kfree(hm); in rtw_dbg_mem_deinit() 101 struct hash_mem *hm; in rtw_dbg_mem_find() local 109 hm = container_of(p, struct hash_mem, node); in rtw_dbg_mem_find() 110 if (hm->mem == mem) in rtw_dbg_mem_find() 114 hm = NULL; in rtw_dbg_mem_find() 116 return hm; in rtw_dbg_mem_find() 121 struct hash_mem *hm; in rtw_dbg_mem_alloc() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/ |
| H A D | osdep_service.c | 84 struct hash_mem *hm; in rtw_dbg_mem_deinit() local 86 hm = container_of(p, struct hash_mem, node); in rtw_dbg_mem_deinit() 90 RTW_ERR("%s: memory leak - 0x%x\n", __func__, hm->mem); in rtw_dbg_mem_deinit() 92 kfree(hm); in rtw_dbg_mem_deinit() 101 struct hash_mem *hm; in rtw_dbg_mem_find() local 109 hm = container_of(p, struct hash_mem, node); in rtw_dbg_mem_find() 110 if (hm->mem == mem) in rtw_dbg_mem_find() 114 hm = NULL; in rtw_dbg_mem_find() 116 return hm; in rtw_dbg_mem_find() 121 struct hash_mem *hm; in rtw_dbg_mem_alloc() local [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | qunit-1.18.0.js | 178 …e=function(text1,text2,checklines,deadline){var diffs,longtext,shorttext,i,hm,text1A,text2A,text1B… 183 hm =this.diffHalfMatch(text1,text2);if(hm){text1A=hm[0];text1B=hm[1];text2A=hm[2];text2B=hm[3];midC… 185 …){var longtext,shorttext,dmp,text1A,text2B,text2A,text1B,midCommon,hm1,hm2,hm;if(this.DiffTimeout<… 192 …text.length/2));if(!hm1&&!hm2){return null;}else if(!hm2){hm=hm1;}else if(!hm1){hm=hm2;}else{hm=hm… 193 …ength>text2.length){text1A=hm[0];text1B=hm[1];text2A=hm[2];text2B=hm[3];}else{text2A=hm[0];text2B=… 194 midCommon=hm[4];return[text1A,text1B,text2A,text2B,midCommon];};DiffMatchPatch.prototype.diffLineMo…
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/ |
| H A D | sun8i_vi_layer.c | 79 u32 hn = 0, hm = 0; in sun8i_vi_layer_update_coord() local 166 hm = src_w; in sun8i_vi_layer_update_coord() 186 SUN8I_MIXER_CHAN_VI_DS_M(hm)); in sun8i_vi_layer_update_coord() 190 SUN8I_MIXER_CHAN_VI_DS_M(hm)); in sun8i_vi_layer_update_coord()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | omap_gpmc.c | 124 uint32_t orig_ecc, new_ecc, res, hm; in omap_correct_data() local 135 hm = hweight32(res); in omap_correct_data() 137 if (hm == 12) { in omap_correct_data() 144 } else if (hm == 1) { in omap_correct_data()
|
| /OK3568_Linux_fs/buildroot/package/kodi-texturepacker/ |
| H A D | 0002-fix-texture-packer-cmake-source-dir.patch | 8 Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | watchdog_dev.c | 99 unsigned int hm = wdd->max_hw_heartbeat_ms; in watchdog_need_worker() local 115 return (hm && watchdog_active(wdd) && t > hm) || in watchdog_need_worker()
|
| /OK3568_Linux_fs/buildroot/system/skeleton/etc/ |
| H A D | services | 228 zephyr-clt 2103/udp # Zephyr serv-hm connection 229 zephyr-hm 2104/udp # Zephyr hostmanager
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | yealink.c | 66 #define _PIC(t, h, hm, n) \ argument 68 .u = { .p = { .name = (n), .a = (h), .m = (hm) } } }
|
| /OK3568_Linux_fs/kernel/drivers/crypto/amcc/ |
| H A D | crypto4xx_alg.c | 626 unsigned char hm) in crypto4xx_hash_alg_init() argument
|
| /OK3568_Linux_fs/kernel/ |
| H A D | CREDITS | 2619 E: hm@seneca.linux.de
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | bfd.info | 11192 is available at <http://mmix.cs.hm.edu/src/index.html> understands this 11198 <http://mmix.cs.hm.edu/> for more information about MMIX. The ELF format 11231 <http://mmix.cs.hm.edu/doc/mmixal.pdf>, the lopcodes are:
|
| H A D | as.info | 21084 * 'R_SPARC_HM10' is requested using '%hm'. It can also be generated
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | bfd.info | 11192 is available at <http://mmix.cs.hm.edu/src/index.html> understands this 11198 <http://mmix.cs.hm.edu/> for more information about MMIX. The ELF format 11231 <http://mmix.cs.hm.edu/doc/mmixal.pdf>, the lopcodes are:
|
| H A D | as.info | 21084 * 'R_SPARC_HM10' is requested using '%hm'. It can also be generated
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 216 …��������������������������������������Rs����������������������}{�����������hm��fP��>C8&=fv������… 320 …���������������������������������������������������������������������������hm������������ƾ��������… 503 …,!"! #!!#&+ ""!!/9;=ALRMZopihVHOVXLB:0(#&# %! "'061;hm\\[[_aaehjhbdknqojjjm… 545 …�������Ͽ��{N�_+Sk[q����������������������������������d0:k������������������hm�dU�������������{y���… 670 …hm��������������������Ŭ�v�������p@vq��YWtM@IEBFKRZVY�������������������������ias����q^j����������… 1274 …�����ôc*l���������������������|zz����º��������t����������������������������hm���������������������… 1329 …�����ò_)n��������������������~{{x����¸��������s����������������������������hm���������������������… 1370 …twxtpmhedddeedddedb^WND;40-+/24221-,-/..0//01100000/03)[Z8B$&u�tT457.+9FQ`hm����vty����}y��������… 1675 …���������������������bV���������������������������������������xpv�r>Cz�VY`hm[OF<44546785557655545… 1725 …Э��Ϊ�º�����������~z�n�������������η�����������������������������������LG���hm���������������������… [all …]
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/data/ |
| H A D | rawdict_utf16_65105_freq.txt | 17035 噷 6.18262663209 1 hm
|