Home
last modified time | relevance | path

Searched refs:fdata (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/linux/drivers/staging/media/meson/vdec/
H A Desparser.c145 u8 *fdata = dp + outheaderoff; in vp9_update_header() local
158 fdata[8] = 0; in vp9_update_header()
159 fdata[9] = 0; in vp9_update_header()
160 fdata[10] = 0; in vp9_update_header()
161 fdata[11] = 1; in vp9_update_header()
162 fdata[12] = 'A'; in vp9_update_header()
163 fdata[13] = 'M'; in vp9_update_header()
164 fdata[14] = 'L'; in vp9_update_header()
165 fdata[15] = 'V'; in vp9_update_header()
172 memset(fdata + 16 + framesize, 0, in vp9_update_header()
[all …]
/openbmc/linux/drivers/pps/
H A Dpps.c59 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()
177 struct pps_fdata fdata; in pps_cdev_ioctl() local
185 err = pps_cdev_pps_fetch(pps, &fdata); in pps_cdev_ioctl()
194 fdata.info.assert_tu = pps->assert_tu; in pps_cdev_ioctl()
195 fdata.info.clear_tu = pps->clear_tu; in pps_cdev_ioctl()
259 struct pps_fdata fdata; in pps_cdev_compat_ioctl() local
268 memcpy(&fdata.timeout, &compat.timeout, in pps_cdev_compat_ioctl()
[all …]
/openbmc/pldm/pldmtool/oem/ibm/
H A Dpldm_oem_ibm.cpp173 ordered_json fdata; in printFileAttrTable() local
176 fdata["FileHandle"] = std::to_string(filetableData->file_handle); in printFileAttrTable()
180 fdata["FileNameLength"] = nameLength; in printFileAttrTable()
183 fdata["FileName"] = (std::string( in printFileAttrTable()
188 fdata["FileSize"] = le32toh(fileSize); in printFileAttrTable()
193 fdata["FileTraits"] = le32toh(fileTraits); in printFileAttrTable()
195 kwVal.emplace_back(fdata); in printFileAttrTable()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Duser_exp_rcv.c752 node->fdata = fd; in set_rcvarray_entry()
898 struct hfi1_filedata *fdata = node->fdata; in tid_rb_invalidate() local
913 __clear_tid_node(fdata, node); in tid_rb_invalidate()
915 spin_lock(&fdata->invalid_lock); in tid_rb_invalidate()
917 fdata->invalid_tids[fdata->invalid_tid_idx] = in tid_rb_invalidate()
920 if (!fdata->invalid_tid_idx) { in tid_rb_invalidate()
933 (uctxt_offset(uctxt) + fdata->subctxt); in tid_rb_invalidate()
936 fdata->invalid_tid_idx++; in tid_rb_invalidate()
938 spin_unlock(&fdata->invalid_lock); in tid_rb_invalidate()
962 u32 base = fdata->uctxt->expected_base; in cacheless_tid_rb_remove()
[all …]
H A Dfile_ops.c629 struct hfi1_filedata *fdata = fp->private_data; in hfi1_file_close() local
630 struct hfi1_ctxtdata *uctxt = fdata->uctxt; in hfi1_file_close()
641 hfi1_cdbg(PROC, "closing ctxt %u:%u", uctxt->ctxt, fdata->subctxt); in hfi1_file_close()
645 hfi1_user_sdma_free_queues(fdata, uctxt); in hfi1_file_close()
648 hfi1_put_proc_affinity(fdata->rec_cpu_num); in hfi1_file_close()
651 hfi1_user_exp_rcv_free(fdata); in hfi1_file_close()
657 fdata->uctxt = NULL; in hfi1_file_close()
664 ev = dd->events + uctxt_offset(uctxt) + fdata->subctxt; in hfi1_file_close()
668 __clear_bit(fdata->subctxt, uctxt->in_use_ctxts); in hfi1_file_close()
709 cleanup_srcu_struct(&fdata->pq_srcu); in hfi1_file_close()
[all …]
H A Duser_exp_rcv.h31 struct hfi1_filedata *fdata; member
/openbmc/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_phy_8996.c146 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()
271 DBG("fdata: %llu", fdata); in pll_calculate()
648 u64 fdata; in hdmi_8996_pll_recalc_rate() local
659 do_div(fdata, 10); in hdmi_8996_pll_recalc_rate()
[all …]
/openbmc/linux/drivers/s390/block/
H A Ddasd_ioctl.c198 dasd_format(struct dasd_block *block, struct format_data_t *fdata) in dasd_format() argument
215 fdata->start_unit, in dasd_format()
216 fdata->stop_unit, fdata->blksize, fdata->intensity); in dasd_format()
223 if (fdata->start_unit == 0) { in dasd_format()
225 blksize_bits(fdata->blksize); in dasd_format()
228 rc = base->discipline->format_device(base, fdata, 1); in dasd_format()
230 rc = base->discipline->format_device(base, fdata, 0); in dasd_format()
259 struct format_data_t fdata; in dasd_ioctl_format() local
274 if (copy_from_user(&fdata, argp, sizeof(struct format_data_t))) { in dasd_ioctl_format()
284 rc = dasd_format(base->block, &fdata); in dasd_ioctl_format()
H A Ddasd_eckd.c2701 nr_tracks = fdata->stop_unit - fdata->start_unit + 1; in dasd_eckd_build_format()
2780 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2789 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2807 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2813 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2827 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2832 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2977 if (fdata->start_unit > fdata->stop_unit) { in dasd_eckd_format_sanity_checks()
3034 step = fdata->stop_unit - fdata->start_unit + 1; in dasd_eckd_format_process_data()
3061 step = fdata->stop_unit - fdata->start_unit + 1; in dasd_eckd_format_process_data()
[all …]
/openbmc/linux/drivers/pmdomain/qcom/
H A Dcpr.c854 struct fuse_corner_data *fdata; in cpr_fuse_corner_init() local
877 fdata->min_uV = roundup(fdata->min_uV, step_volt); in cpr_fuse_corner_init()
878 fdata->max_uV = roundup(fdata->max_uV, step_volt); in cpr_fuse_corner_init()
886 fuse->min_uV = fdata->min_uV; in cpr_fuse_corner_init()
887 fuse->max_uV = fdata->max_uV; in cpr_fuse_corner_init()
905 fuse->quot *= fdata->quot_scale; in cpr_fuse_corner_init()
906 fuse->quot += fdata->quot_offset; in cpr_fuse_corner_init()
907 fuse->quot += fdata->quot_adjust; in cpr_fuse_corner_init()
974 quot_diff *= fdata->quot_offset_scale; in cpr_calculate_scaling()
1085 const struct fuse_corner_data *fdata; in cpr_corner_init() local
[all …]
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_portals.h38 #define SET_QP_INFO(dqrr, fdata, off, dest) \ argument
39 { .dliodn = dqrr, .fliodn = fdata, .liodn_offset = off, .sdest = dest }
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhelpers.c115 struct hfi_frame_data fdata; in venus_helper_queue_dpb_bufs() local
117 memset(&fdata, 0, sizeof(fdata)); in venus_helper_queue_dpb_bufs()
118 fdata.alloc_len = buf->size; in venus_helper_queue_dpb_bufs()
119 fdata.device_addr = buf->da; in venus_helper_queue_dpb_bufs()
120 fdata.buffer_type = buf->type; in venus_helper_queue_dpb_bufs()
504 struct hfi_frame_data fdata; in session_process_buf() local
506 memset(&fdata, 0, sizeof(fdata)); in session_process_buf()
507 fdata.alloc_len = buf->size; in session_process_buf()
511 fdata.flags = 0; in session_process_buf()
531 fdata.filled_len = 0; in session_process_buf()
[all …]
/openbmc/u-boot/arch/xtensa/
H A Dconfig.mk8 -ffunction-sections -fdata-sections
/openbmc/u-boot/arch/nios2/
H A Dconfig.mk17 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
/openbmc/u-boot/arch/m68k/
H A Dconfig.mk14 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
/openbmc/u-boot/arch/arm/
H A Dconfig.mk14 CFLAGS_NON_EFI := -fno-pic -ffixed-r9 -ffunction-sections -fdata-sections
18 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections \
/openbmc/u-boot/arch/riscv/
H A Dconfig.mk30 -fdata-sections
/openbmc/u-boot/arch/powerpc/
H A Dconfig.mk14 -fdata-sections -mcall-linux
/openbmc/u-boot/arch/arc/
H A Dconfig.mk46 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections -fno-common
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dietsplash/dietsplash/
H A D0001-configure.ac-Do-not-demand-linker-hash-style.patch22 -fdata-sections \
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/
H A D0002-arm-trusted-firmware-m-disable-address-warnings-into.patch25 -fdata-sections
/openbmc/u-boot/arch/mips/
H A Dconfig.mk67 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
/openbmc/openbmc/poky/meta-poky/conf/distro/include/
H A Dgcsections.inc1 CFLAGS_SECTION_REMOVAL = "-ffunction-sections -fdata-sections"
/openbmc/linux/drivers/dma/
H A Dimx-dma.c1007 struct imxdma_filter_data *fdata = param; in imxdma_filter_fn() local
1010 if (chan->device->dev != fdata->imxdma->dev) in imxdma_filter_fn()
1013 imxdma_chan->dma_request = fdata->request; in imxdma_filter_fn()
1024 struct imxdma_filter_data fdata = { in imxdma_xlate() local
1031 fdata.request = dma_spec->args[0]; in imxdma_xlate()
1034 imxdma_filter_fn, &fdata); in imxdma_xlate()
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0003-debug-prefix-map.patch34 …-endian -mabi=aapcs -fno-short-enums -funsigned-char -ffunction-sections -fdata-sections -fomit-fr…
35 …ind-tables -fno-plt -Wno-address -fno-short-enums -fsigned-char -ffunction-sections -fdata-sections

12