| /OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/ |
| H A D | esparser.c | 146 u8 *fdata = dp + outheaderoff; in vp9_update_header() local 149 memmove(fdata + VP9_HEADER_SIZE, old_framedata, framesize); in vp9_update_header() 151 fdata[0] = (framesize_header >> 24) & 0xff; in vp9_update_header() 152 fdata[1] = (framesize_header >> 16) & 0xff; in vp9_update_header() 153 fdata[2] = (framesize_header >> 8) & 0xff; in vp9_update_header() 154 fdata[3] = (framesize_header >> 0) & 0xff; in vp9_update_header() 155 fdata[4] = ((framesize_header >> 24) & 0xff) ^ 0xff; in vp9_update_header() 156 fdata[5] = ((framesize_header >> 16) & 0xff) ^ 0xff; in vp9_update_header() 157 fdata[6] = ((framesize_header >> 8) & 0xff) ^ 0xff; in vp9_update_header() 158 fdata[7] = ((framesize_header >> 0) & 0xff) ^ 0xff; in vp9_update_header() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pps/ |
| H A D | pps.c | 53 static int pps_cdev_pps_fetch(struct pps_device *pps, struct pps_fdata *fdata) in pps_cdev_pps_fetch() argument 59 if (fdata->timeout.flags & PPS_TIME_INVALID) in pps_cdev_pps_fetch() 66 (long long) fdata->timeout.sec, in pps_cdev_pps_fetch() 67 fdata->timeout.nsec); in pps_cdev_pps_fetch() 68 ticks = fdata->timeout.sec * HZ; in pps_cdev_pps_fetch() 69 ticks += fdata->timeout.nsec / (NSEC_PER_SEC / HZ); in pps_cdev_pps_fetch() 177 struct pps_fdata fdata; in pps_cdev_ioctl() local 181 err = copy_from_user(&fdata, uarg, sizeof(struct pps_fdata)); in pps_cdev_ioctl() 185 err = pps_cdev_pps_fetch(pps, &fdata); in pps_cdev_ioctl() 192 fdata.info.assert_sequence = pps->assert_sequence; in pps_cdev_ioctl() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | user_exp_rcv.c | 63 static void cacheless_tid_rb_remove(struct hfi1_filedata *fdata, 752 node->fdata = fd; in set_rcvarray_entry() 895 struct hfi1_filedata *fdata = node->fdata; in tid_rb_invalidate() local 896 struct hfi1_ctxtdata *uctxt = fdata->uctxt; in tid_rb_invalidate() 901 trace_hfi1_exp_tid_inval(uctxt->ctxt, fdata->subctxt, in tid_rb_invalidate() 906 spin_lock(&fdata->invalid_lock); in tid_rb_invalidate() 907 if (fdata->invalid_tid_idx < uctxt->expected_count) { in tid_rb_invalidate() 908 fdata->invalid_tids[fdata->invalid_tid_idx] = in tid_rb_invalidate() 910 fdata->invalid_tids[fdata->invalid_tid_idx] |= in tid_rb_invalidate() 912 if (!fdata->invalid_tid_idx) { in tid_rb_invalidate() [all …]
|
| H A D | file_ops.c | 639 struct hfi1_filedata *fdata = fp->private_data; in hfi1_file_close() local 640 struct hfi1_ctxtdata *uctxt = fdata->uctxt; in hfi1_file_close() 651 hfi1_cdbg(PROC, "closing ctxt %u:%u", uctxt->ctxt, fdata->subctxt); in hfi1_file_close() 655 hfi1_user_sdma_free_queues(fdata, uctxt); in hfi1_file_close() 658 hfi1_put_proc_affinity(fdata->rec_cpu_num); in hfi1_file_close() 661 hfi1_user_exp_rcv_free(fdata); in hfi1_file_close() 667 fdata->uctxt = NULL; in hfi1_file_close() 674 ev = dd->events + uctxt_offset(uctxt) + fdata->subctxt; in hfi1_file_close() 678 __clear_bit(fdata->subctxt, uctxt->in_use_ctxts); in hfi1_file_close() 719 cleanup_srcu_struct(&fdata->pq_srcu); in hfi1_file_close() [all …]
|
| H A D | user_exp_rcv.h | 70 struct hfi1_filedata *fdata; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/hdmi/ |
| H A D | hdmi_phy_8996.c | 144 static inline u32 pll_get_pll_cmp(u64 fdata, unsigned long ref_clk) in pll_get_pll_cmp() argument 146 u64 dividend = HDMI_PLL_CMP_CNT * fdata; in pll_get_pll_cmp() 159 u64 fdata = ((u64)pll_cmp) * ref_clk * 10; in pll_cmp_to_fdata() local 161 do_div(fdata, HDMI_PLL_CMP_CNT); in pll_cmp_to_fdata() 163 return fdata; in pll_cmp_to_fdata() 226 u64 fdata; in pll_calculate() local 265 fdata = pd.vco_freq; in pll_calculate() 266 do_div(fdata, pd.vco_ratio); in pll_calculate() 268 pll_cmp = pll_get_pll_cmp(fdata, ref_clk); in pll_calculate() 271 DBG("fdata: %llu", fdata); in pll_calculate() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/s390/block/ |
| H A D | dasd_ioctl.c | 199 dasd_format(struct dasd_block *block, struct format_data_t *fdata) in dasd_format() argument 216 fdata->start_unit, in dasd_format() 217 fdata->stop_unit, fdata->blksize, fdata->intensity); in dasd_format() 224 if (fdata->start_unit == 0) { in dasd_format() 226 bdev->bd_inode->i_blkbits = blksize_bits(fdata->blksize); in dasd_format() 230 rc = base->discipline->format_device(base, fdata, 1); in dasd_format() 232 rc = base->discipline->format_device(base, fdata, 0); in dasd_format() 261 struct format_data_t fdata; in dasd_ioctl_format() local 276 if (copy_from_user(&fdata, argp, sizeof(struct format_data_t))) { in dasd_ioctl_format() 286 rc = dasd_format(base->block, &fdata); in dasd_ioctl_format()
|
| H A D | dasd_eckd.c | 2404 dasd_eckd_build_check_tcw(struct dasd_device *base, struct format_data_t *fdata, in dasd_eckd_build_check_tcw() argument 2426 count = rpt * (fdata->stop_unit - fdata->start_unit + 1); in dasd_eckd_build_check_tcw() 2447 rc = prepare_itcw(itcw, fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_check_tcw() 2490 dasd_eckd_build_check(struct dasd_device *base, struct format_data_t *fdata, in dasd_eckd_build_check() argument 2513 count = rpt * (fdata->stop_unit - fdata->start_unit + 1); in dasd_eckd_build_check() 2536 prefix_LRE(ccw++, data, fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_check() 2540 define_extent(ccw++, data, fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_check() 2546 locate_record(ccw++, data, fdata->start_unit, 0, count, in dasd_eckd_build_check() 2575 struct format_data_t *fdata, int enable_pav) in dasd_eckd_build_format() argument 2601 rpt = recs_per_track(&base_priv->rdc_data, 0, fdata->blksize); in dasd_eckd_build_format() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/soc/qcom/ |
| H A D | cpr.c | 857 const struct fuse_corner_data *fdata, in cpr_read_fuse_uV() argument 877 uV = fdata->ref_uV + steps * step_size_uV; in cpr_read_fuse_uV() 888 struct fuse_corner_data *fdata; in cpr_fuse_corner_init() local 903 fdata = desc->cpr_fuses.fuse_corner_data; in cpr_fuse_corner_init() 905 for (i = 0; fuse <= end; fuse++, fuses++, i++, fdata++) { in cpr_fuse_corner_init() 911 fdata->min_uV = roundup(fdata->min_uV, step_volt); in cpr_fuse_corner_init() 912 fdata->max_uV = roundup(fdata->max_uV, step_volt); in cpr_fuse_corner_init() 915 uV = cpr_read_fuse_uV(desc, fdata, fuses->init_voltage, in cpr_fuse_corner_init() 920 fuse->min_uV = fdata->min_uV; in cpr_fuse_corner_init() 921 fuse->max_uV = fdata->max_uV; in cpr_fuse_corner_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/ |
| H A D | helpers.c | 86 struct hfi_frame_data fdata; in venus_helper_queue_dpb_bufs() local 88 memset(&fdata, 0, sizeof(fdata)); in venus_helper_queue_dpb_bufs() 89 fdata.alloc_len = buf->size; in venus_helper_queue_dpb_bufs() 90 fdata.device_addr = buf->da; in venus_helper_queue_dpb_bufs() 91 fdata.buffer_type = buf->type; in venus_helper_queue_dpb_bufs() 93 ret = hfi_session_process_buf(inst, &fdata); in venus_helper_queue_dpb_bufs() 441 struct hfi_frame_data fdata; in session_process_buf() local 444 memset(&fdata, 0, sizeof(fdata)); in session_process_buf() 445 fdata.alloc_len = buf->size; in session_process_buf() 446 fdata.device_addr = buf->dma_addr; in session_process_buf() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinctrl-max96755f.c | 64 struct max96755f_function_data *fdata = func->data; in max96755f_pinmux_set_mux() local 69 FIELD_PREP(GPIO_OUT_DIS, fdata->gpio_out_dis) | in max96755f_pinmux_set_mux() 70 FIELD_PREP(GPIO_RX_EN, fdata->gpio_rx_en) | in max96755f_pinmux_set_mux() 71 FIELD_PREP(GPIO_TX_EN, fdata->gpio_tx_en)); in max96755f_pinmux_set_mux() 73 if (fdata->gpio_tx_en) in max96755f_pinmux_set_mux() 76 FIELD_PREP(GPIO_TX_ID, fdata->gpio_tx_id)); in max96755f_pinmux_set_mux() 78 if (fdata->gpio_rx_en) in max96755f_pinmux_set_mux() 81 FIELD_PREP(GPIO_RX_ID, fdata->gpio_rx_id)); in max96755f_pinmux_set_mux()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | fsl_portals.h | 39 #define SET_QP_INFO(dqrr, fdata, off, dest) \ argument 40 { .dliodn = dqrr, .fliodn = fdata, .liodn_offset = off, .sdest = dest }
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/cmake/ |
| H A D | CompileOptions.cmake | 39 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -ffunction-sections -fdata-sections") 40 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ffunction-sections -fdata-sections") 62 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -ffunction-sections -fdata-sections") 63 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ffunction-sections -fdata-sections")
|
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | .errno.o.cmd | |
| H A D | .ctype.o.cmd | |
| H A D | .stdlib.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/arch/arm/lib/ |
| H A D | .sections.o.cmd | |
| /OK3568_Linux_fs/u-boot/tpl/arch/arm/lib/ |
| H A D | .sections.o.cmd | |
| /OK3568_Linux_fs/u-boot/arch/arm/ |
| H A D | config.mk | 16 CFLAGS_NON_EFI := -fno-pic -ffixed-r9 -ffunction-sections -fdata-sections 20 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | 0003-ovmf-Update-to-latest.patch | 24 -DEFINE GCC48_ALL_CC_FLAGS = DEF(GCC_ALL_CC_FLAGS) -ffunction-sections -fdata-sections -… 25 +DEFINE GCC48_ALL_CC_FLAGS = DEF(GCC_ALL_CC_FLAGS) -ffunction-sections -fdata-sections -…
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/ |
| H A D | config.mk | 10 -ffunction-sections -fdata-sections
|
| /OK3568_Linux_fs/u-boot/arch/nios2/ |
| H A D | config.mk | 19 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
|
| /OK3568_Linux_fs/u-boot/arch/m68k/ |
| H A D | config.mk | 16 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/ |
| H A D | config.mk | 16 -fdata-sections -mcall-linux
|
| /OK3568_Linux_fs/buildroot/board/ci20/patches/uboot/ |
| H A D | 0001-mips-Remove-default-endiannes.patch | 28 …-g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -I/home/zeta/repos/u-boot-ci20/include … 32 …-g -Os -ffunction-sections -fdata-sections -D__KERNEL__ -I/home/zeta/repos/u-boot-ci20/include …
|