| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-xtensa-xtfpga.c | 28 unsigned data_sz; member 59 xspi->data_sz += bits; in xtfpga_spi_txrx_word() 60 if (xspi->data_sz >= 16) { in xtfpga_spi_txrx_word() 62 xspi->data >> (xspi->data_sz - 16)); in xtfpga_spi_txrx_word() 63 xspi->data_sz -= 16; in xtfpga_spi_txrx_word() 76 WARN_ON(xspi->data_sz != 0); in xtfpga_spi_chipselect() 77 xspi->data_sz = 0; in xtfpga_spi_chipselect()
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | bpf_prog_linfo.c | 104 __u64 data_sz; in bpf_prog_linfo__new() local 126 data_sz = (__u64)nr_linfo * prog_linfo->rec_size; in bpf_prog_linfo__new() 127 prog_linfo->raw_linfo = malloc(data_sz); in bpf_prog_linfo__new() 130 memcpy(prog_linfo->raw_linfo, (void *)(long)info->line_info, data_sz); in bpf_prog_linfo__new() 146 data_sz = (__u64)nr_linfo * prog_linfo->jited_rec_size; in bpf_prog_linfo__new() 147 prog_linfo->raw_jited_linfo = malloc(data_sz); in bpf_prog_linfo__new() 151 (void *)(long)info->jited_line_info, data_sz); in bpf_prog_linfo__new()
|
| /OK3568_Linux_fs/kernel/drivers/message/fusion/ |
| H A D | mptfc.c | 290 int data_sz; in mptfc_GetFcDevPage0() local 304 data_sz = sizeof(FCDevicePage0_t) * max_bus * max_targ; in mptfc_GetFcDevPage0() 305 p_p0 = p0_array = kzalloc(data_sz, GFP_KERNEL); in mptfc_GetFcDevPage0() 309 data_sz = sizeof(FCDevicePage0_t *) * max_bus * max_targ; in mptfc_GetFcDevPage0() 310 p_pp0 = pp0_array = kzalloc(data_sz, GFP_KERNEL); in mptfc_GetFcDevPage0() 333 data_sz = hdr.PageLength * 4; in mptfc_GetFcDevPage0() 334 ppage0_alloc = pci_alloc_consistent(ioc->pcidev, data_sz, in mptfc_GetFcDevPage0() 370 pci_free_consistent(ioc->pcidev, data_sz, in mptfc_GetFcDevPage0() 738 int data_sz; in mptfc_GetFcPortPage0() local 764 data_sz = hdr.PageLength * 4; in mptfc_GetFcPortPage0() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/platform/chrome/ |
| H A D | cros_ec_vbc.c | 67 const size_t data_sz = sizeof(params->block); in vboot_context_write() local 70 if (count != data_sz) in vboot_context_write() 79 memcpy(params->block, buf, data_sz); in vboot_context_write() 94 return data_sz; in vboot_context_write()
|
| /OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/ |
| H A D | tinycap.c | 56 uint32_t data_sz; member 173 header.data_sz = frames * header.block_align; in tiny_cap() 174 header.riff_sz = header.data_sz + sizeof(header) - 8; in tiny_cap()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | ringbuf.c | 62 static struct bpf_ringbuf *bpf_ringbuf_area_alloc(size_t data_sz, int numa_node) in bpf_ringbuf_area_alloc() argument 67 int nr_data_pages = data_sz >> PAGE_SHIFT; in bpf_ringbuf_area_alloc() 133 static struct bpf_ringbuf *bpf_ringbuf_alloc(size_t data_sz, int numa_node) in bpf_ringbuf_alloc() argument 137 rb = bpf_ringbuf_area_alloc(data_sz, numa_node); in bpf_ringbuf_alloc() 145 rb->mask = data_sz - 1; in bpf_ringbuf_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/davinci/ |
| H A D | dm644x_ccdc.c | 57 .data_sz = CCDC_DATA_10BITS, 400 ((config_params->data_sz & CCDC_DATA_SZ_MASK) << in ccdc_config_raw() 423 if ((config_params->data_sz == CCDC_DATA_8BITS) || in ccdc_config_raw() 430 if (config_params->data_sz == CCDC_DATA_8BITS) in ccdc_config_raw() 434 val |= (config_params->data_sz & CCDC_FMTCFG_VPIN_MASK) in ccdc_config_raw() 473 if ((config_params->data_sz == CCDC_DATA_8BITS) || in ccdc_config_raw() 633 (config_params->data_sz == CCDC_DATA_8BITS)) in ccdc_get_line_length()
|
| H A D | dm355_ccdc.c | 551 if ((config_params->data_sz == CCDC_DATA_8BITS) || in ccdc_config_raw() 625 if ((config_params->data_sz == CCDC_DATA_8BITS) || in ccdc_config_raw() 779 (config_params->data_sz == CCDC_DATA_8BITS)) in ccdc_get_line_length()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| H A D | dr_action.c | 828 void *data, size_t data_sz) in dr_actions_l2_rewrite() argument 839 vlan = (data_sz != HDR_LEN_L2_ONLY); in dr_actions_l2_rewrite() 1152 size_t data_sz, in dr_action_verify_reformat_params() argument 1155 if ((!data && data_sz) || (data && !data_sz) || reformat_type > in dr_action_verify_reformat_params() 1188 size_t data_sz, void *data, in dr_action_create_reformat_action() argument 1205 ret = mlx5dr_cmd_create_reformat_ctx(dmn->mdev, rt, data_sz, data, in dr_action_create_reformat_action() 1211 action->reformat.reformat_size = data_sz; in dr_action_create_reformat_action() 1221 if (data_sz != HDR_LEN_L2_ONLY && data_sz != HDR_LEN_L2_VLAN) in dr_action_create_reformat_action() 1233 ret = dr_actions_l2_rewrite(dmn, action, data, data_sz); in dr_action_create_reformat_action() 1274 size_t data_sz, in mlx5dr_action_create_packet_reformat() argument [all …]
|
| H A D | mlx5dr.h | 108 size_t data_sz,
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/audiorecorder/ |
| H A D | widget.cpp | 169 header.data_sz = frames * header.block_align; in on_startBtn_clicked() 170 header.riff_sz = header.data_sz + sizeof(header) - 8; in on_startBtn_clicked()
|
| H A D | widget.h | 43 uint32_t data_sz; member
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/vdec/ |
| H A D | vdec_h264_if.c | 323 static int find_start_code(unsigned char *data, unsigned int data_sz) in find_start_code() argument 325 if (data_sz > 3 && data[0] == 0 && data[1] == 0 && data[2] == 1) in find_start_code() 328 if (data_sz > 4 && data[0] == 0 && data[1] == 0 && data[2] == 0 && in find_start_code()
|
| /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 | am437x-vpfe.h | 107 enum vpfe_ccdc_data_size data_sz; member
|
| /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 | am437x-vpfe.h | 107 enum vpfe_ccdc_data_size data_sz; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | am437x-vpfe.h | 107 enum vpfe_ccdc_data_size data_sz; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/ |
| H A D | dbring.h | 21 u32 data_sz; member
|
| /OK3568_Linux_fs/kernel/include/media/davinci/ |
| H A D | dm644x_ccdc.h | 102 enum ccdc_data_size data_sz; member
|
| H A D | dm355_ccdc.h | 213 enum ccdc_data_size data_sz; member
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 711 data_sz = total_sz - struct.calcsize(ImageChunk.FORMAT) 714 if data_sz != (chunk_sz * self.block_size): 717 format(data_sz, chunk_sz*self.block_size)) 724 self._image.read(data_sz) 727 if data_sz != 4: 729 'has {}'.format(data_sz)) 738 if data_sz != 0: 740 format(data_sz)) 748 if data_sz != 4: 750 'this has {}'.format(data_sz)) [all …]
|
| /OK3568_Linux_fs/kernel/kernel/bpf/preload/iterators/ |
| H A D | iterators.skel.h | 143 s->data_sz = 7176; in iterators_bpf__create_skeleton()
|
| /OK3568_Linux_fs/kernel/tools/bpf/runqslower/ |
| H A D | runqslower.c | 101 void handle_event(void *ctx, int cpu, void *data, __u32 data_sz) in handle_event() argument
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | msg.c | 100 uint hdr_sz, uint data_sz, u32 dnode, in tipc_msg_create() argument 106 buf = tipc_buf_acquire(hdr_sz + data_sz, GFP_ATOMIC); in tipc_msg_create() 112 msg_set_size(msg, hdr_sz + data_sz); in tipc_msg_create()
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 816 data_sz = total_sz - struct.calcsize(ImageChunk.FORMAT) 819 if data_sz != (chunk_sz * self.block_size): 822 format(data_sz, chunk_sz*self.block_size)) 829 self._image.seek(data_sz, os.SEEK_CUR) 832 if data_sz != 4: 834 'has {}'.format(data_sz)) 843 if data_sz != 0: 845 format(data_sz)) 853 if data_sz != 4: 855 'this has {}'.format(data_sz)) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/am437x/ |
| H A D | am437x-vpfe.c | 286 max_data = ccdc_data_size_max_bit(ccdcparam->data_sz); in vpfe_ccdc_validate_param() 289 ccdcparam->data_sz > VPFE_CCDC_DATA_8BITS || in vpfe_ccdc_validate_param() 534 ((config_params->data_sz & VPFE_DATA_SZ_MASK) << in vpfe_ccdc_config_raw() 558 if ((config_params->data_sz == VPFE_CCDC_DATA_8BITS) || in vpfe_ccdc_config_raw() 763 ccdc->ccdc_cfg.bayer.config_params.data_sz = in vpfe_ccdc_set_hw_if_params() 766 ccdc->ccdc_cfg.bayer.config_params.data_sz = in vpfe_ccdc_set_hw_if_params() 771 ccdc->ccdc_cfg.bayer.config_params.data_sz); in vpfe_ccdc_set_hw_if_params() 853 ccdc->ccdc_cfg.bayer.config_params.data_sz = VPFE_CCDC_DATA_8BITS; in vpfe_ccdc_config_defaults()
|