Home
last modified time | relevance | path

Searched refs:u (Results 551 – 575 of 6126) sorted by relevance

1...<<21222324252627282930>>...246

/OK3568_Linux_fs/u-boot/board/Barix/ipam390/
H A DREADME.ipam39019 spl code starts the u-boot image
34 run "tools/buildman/buildman -k ipam390" in the u-boot source tree.
35 Once this build completes you will have a ../current/ipam390/u-boot.ais file
41 Assuming that the network is configured and enabled and the u-boot.ais file
45 upd_uboot=tftp c0000000 ${u-boot};nand erase.part u-boot;nand write c0000000 20000 ${filesize}
50 Filename '/tftpboot/ipam390/u-boot.ais'.
71 - cd to the u-boot source tree
73 - compile the u-boot for the ipam390 board:
76 -> Now we shall have u-boot.bin
78 - Create u-boot-uart-ais.bin
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/coreutils/coreutils/
H A D0001-uname-report-processor-and-hardware-correctly.patch31 + static struct utsname u;
32 + uname(&u);
33 + element = u.machine;
53 + static struct utsname u;
54 + uname(&u);
55 + element = u.machine;
/OK3568_Linux_fs/u-boot/tpl/
H A D.u-boot-tpl.cmd
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_rc.c132 ohdr->u.aeth = rvt_compute_aeth(qp); in qib_make_rc_ack()
141 ohdr->u.at.aeth = rvt_compute_aeth(qp); in qib_make_rc_ack()
142 ib_u64_put(e->atomic_data, &ohdr->u.at.atomic_ack_eth); in qib_make_rc_ack()
143 hwords += sizeof(ohdr->u.at) / sizeof(u32); in qib_make_rc_ack()
162 ohdr->u.aeth = rvt_compute_aeth(qp); in qib_make_rc_ack()
184 ohdr->u.aeth = in qib_make_rc_ack()
189 ohdr->u.aeth = rvt_compute_aeth(qp); in qib_make_rc_ack()
231 ohdr = &priv->s_hdr->u.oth; in qib_make_rc_req()
233 ohdr = &priv->s_hdr->u.l.oth; in qib_make_rc_req()
328 ohdr->u.imm_data = wqe->wr.ex.imm_data; in qib_make_rc_req()
[all …]
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.davinci.nand_spl2 A "make boardname" will compile a u-boot.ubl, with UBL Header, which is
4 header, nand spl code and u-boot code.
7 As the RBL uses another read function as the "standard" u-boot,
11 (at the moment in board specific code) in the u-boot command
27 pagesize = 0x800, so the u-boot.ubl image (which you get with:
54 After the spl code, there comes the "real" u-boot code
78 Headers, so you have to burn the UBL header page from the u-boot.ubl
98 You need to copy the u-boot image to the block/page
115 c0000 u-boot code
121 uboot=/tftpboot/cam_enc_4xx/u-boot.ubl
[all …]
H A DREADME.imximage20 ./tools/mkimage -l <mx u-boot_file>
25 -e <execution address> -d <u-boot binary> <output image file>
30 -d u-boot.bin u-boot.imx
32 You can generate directly the image when you compile u-boot with:
34 $ make u-boot.imx
96 'manually' appended to the u-boot.imx file.
99 to the u-boot image, making a signed bootloader,
131 The following example prepare a SD card with u-boot and a FAT partition
136 Beagleboard, running u-boot as bootloader).
139 the u-boot image must be stored at the offset 0x400, it must be assured
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/
H A D0001-lock.c-Define-PTHREAD_MUTEX_RECURSIVE_NP-if-undefine.patch11 src/lib/u/lock.c | 2 +-
14 diff --git a/src/lib/u/lock.c b/src/lib/u/lock.c
16 --- a/src/lib/u/lock.c
17 +++ b/src/lib/u/lock.c
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/
H A Drtw_proc.h35 } u; member
40 { .name = _name, .type = RTW_PROC_HDL_TYPE_SEQ, .u.seq_op = _seq_op, .write = _write}
43 { .name = _name, .type = RTW_PROC_HDL_TYPE_SSEQ, .u.show = _show, .write = _write}
46 …{ .name = _name, .type = RTW_PROC_HDL_TYPE_SZSEQ, .u.sz.show = _show, .write = _write, .u.sz.size …
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/
H A Drtw_proc.h36 } u; member
41 { .name = _name, .type = RTW_PROC_HDL_TYPE_SEQ, .u.seq_op = _seq_op, .write = _write}
44 { .name = _name, .type = RTW_PROC_HDL_TYPE_SSEQ, .u.show = _show, .write = _write}
47 …{ .name = _name, .type = RTW_PROC_HDL_TYPE_SZSEQ, .u.sz.show = _show, .write = _write, .u.sz.size …
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dtermios.h21 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
22 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_fsm.c125 job->u.cmd.fptr(job->u.cmd.priv, job->u.cmd.parm, false); in cmd_do_wdog_job()
131 (char *)job->u.cmd.name); in cmd_do_wdog_job()
522 if (job->u.cmd.parm && job->u.cmd.parm_sz != 0) in phl_cmd_destory_obj()
523 _os_kmem_free(d, (u8 *)job->u.cmd.parm, in phl_cmd_destory_obj()
524 job->u.cmd.parm_sz); in phl_cmd_destory_obj()
620 job->u.cmd.fptr = fptr; in rtw_phl_job_reg_wdog()
621 job->u.cmd.priv = priv; in rtw_phl_job_reg_wdog()
622 job->u.cmd.parm = parm; in rtw_phl_job_reg_wdog()
623 job->u.cmd.parm_sz = parm_sz; in rtw_phl_job_reg_wdog()
624 _os_mem_set(d, job->u.cmd.name, 0, RTW_PHL_JOB_NAME_LEN); in rtw_phl_job_reg_wdog()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_fsm.c125 job->u.cmd.fptr(job->u.cmd.priv, job->u.cmd.parm, false); in cmd_do_wdog_job()
131 (char *)job->u.cmd.name); in cmd_do_wdog_job()
522 if (job->u.cmd.parm && job->u.cmd.parm_sz != 0) in phl_cmd_destory_obj()
523 _os_kmem_free(d, (u8 *)job->u.cmd.parm, in phl_cmd_destory_obj()
524 job->u.cmd.parm_sz); in phl_cmd_destory_obj()
620 job->u.cmd.fptr = fptr; in rtw_phl_job_reg_wdog()
621 job->u.cmd.priv = priv; in rtw_phl_job_reg_wdog()
622 job->u.cmd.parm = parm; in rtw_phl_job_reg_wdog()
623 job->u.cmd.parm_sz = parm_sz; in rtw_phl_job_reg_wdog()
624 _os_mem_set(d, job->u.cmd.name, 0, RTW_PHL_JOB_NAME_LEN); in rtw_phl_job_reg_wdog()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_utils.c802 memcpy(&cqp_info->in.u.update_pe_sds.info, sdinfo, in i40iw_cqp_sds_cmd()
803 sizeof(cqp_info->in.u.update_pe_sds.info)); in i40iw_cqp_sds_cmd()
806 cqp_info->in.u.update_pe_sds.dev = dev; in i40iw_cqp_sds_cmd()
807 cqp_info->in.u.update_pe_sds.scratch = (uintptr_t)cqp_request; in i40iw_cqp_sds_cmd()
834 cqp_info->in.u.suspend_resume.cqp = cqp; in i40iw_qp_suspend_resume()
835 cqp_info->in.u.suspend_resume.qp = qp; in i40iw_qp_suspend_resume()
836 cqp_info->in.u.suspend_resume.scratch = (uintptr_t)cqp_request; in i40iw_qp_suspend_resume()
973 &cqp_request->info.in.u.manage_hmc_pm.info; in i40iw_cqp_manage_hmc_fcn_worker()
975 (struct i40iw_device *)cqp_request->info.in.u.manage_hmc_pm.dev->back_dev; in i40iw_cqp_manage_hmc_fcn_worker()
984 hmcfcninfo->callback_fcn(cqp_request->info.in.u.manage_hmc_pm.dev, in i40iw_cqp_manage_hmc_fcn_worker()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dsocfpga_arria10_socdk_sdmmc_handoff.dtsi28 u-boot,dm-pre-reloc;
30 u-boot,dm-pre-reloc;
32 u-boot,dm-pre-reloc;
34 u-boot,dm-pre-reloc;
40 u-boot,dm-pre-reloc;
46 u-boot,dm-pre-reloc;
52 u-boot,dm-pre-reloc;
88 u-boot,dm-pre-reloc;
119 u-boot,dm-pre-reloc;
137 u-boot,dm-pre-reloc;
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/
H A DCVE-2022-41723.patch90 +func (d *Decoder) readString(p []byte) (u undecodedString, remain []byte, err error) {
93 + return u, p, errNeedMore
99 + return u, p, err
108 + return u, nil, ErrStringLength
118 + return u, p, errNeedMore
120 + u.isHuff = isHuff
121 + u.b = p[:strLen]
122 + return u, p[strLen:], nil
138 +func (d *Decoder) decodeString(u undecodedString) (string, error) {
139 + if !u.isHuff {
[all …]
/OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/
H A Dconf_space.c53 if (field->u.b.read) in DEFINE_PCI_CONFIG()
54 ret = field->u.b.read(dev, offset, (u8 *) value, in DEFINE_PCI_CONFIG()
58 if (field->u.w.read) in DEFINE_PCI_CONFIG()
59 ret = field->u.w.read(dev, offset, (u16 *) value, in DEFINE_PCI_CONFIG()
63 if (field->u.dw.read) in DEFINE_PCI_CONFIG()
64 ret = field->u.dw.read(dev, offset, value, entry->data); in DEFINE_PCI_CONFIG()
79 if (field->u.b.write) in conf_space_write()
80 ret = field->u.b.write(dev, offset, (u8) value, in conf_space_write()
84 if (field->u.w.write) in conf_space_write()
85 ret = field->u.w.write(dev, offset, (u16) value, in conf_space_write()
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpercpu.h58 return READ_ONCE(*(u##sz *)ptr); \
63 WRITE_ONCE(*(u##sz *)ptr, (u##sz)val); \
71 u##sz tmp; \
83 [ptr] "+Q"(*(u##sz *)ptr) \
84 : [val] "r" ((u##sz)(val))); \
88 static inline u##sz \
92 u##sz ret; \
105 [ptr] "+Q"(*(u##sz *)ptr) \
106 : [val] "r" ((u##sz)(val))); \
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Dusb-urb.c143 stream->props.u.bulk.buffersize)) < 0) in usb_bulk_urb_init()
158 stream->props.u.bulk.buffersize, in usb_bulk_urb_init()
173 stream->props.u.isoc.framesize*stream->props.u.isoc.framesperurb)) < 0) in usb_isoc_urb_init()
181 stream->urb_list[i] = usb_alloc_urb(stream->props.u.isoc.framesperurb, GFP_KERNEL); in usb_isoc_urb_init()
196 urb->interval = stream->props.u.isoc.interval; in usb_isoc_urb_init()
197 urb->number_of_packets = stream->props.u.isoc.framesperurb; in usb_isoc_urb_init()
202 for (j = 0; j < stream->props.u.isoc.framesperurb; j++) { in usb_isoc_urb_init()
204 urb->iso_frame_desc[j].length = stream->props.u.isoc.framesize; in usb_isoc_urb_init()
205 frame_offset += stream->props.u.isoc.framesize; in usb_isoc_urb_init()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dtests.bat19 .\sox %noise% -t raw -r 8196 -u -1 -c 1 ub.raw -r 8196 -s -1 sb.raw
20 .\sox %noise% -t raw -r 8196 -s -1 -c 1 sb.raw -r 8196 -u -1 ub2.raw
21 .\sox %noise% -r 8196 -u -1 -c 1 ub2.raw -r 8196 ub2.wav
50 .\sox %noise% %file%.au -u -r 8192 -u -1 ub.raw
51 .\sox %noise% -r 8192 -u -1 ub.raw -U -1 ub.au
52 .\sox %noise% ub.au -u ub2.raw
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_incore.h86 } u; member
93 #define i_xtroot u.file._xtroot
94 #define i_imap u.file._imap
95 #define i_dirtable u.dir._table
96 #define i_dtroot u.dir._dtroot
97 #define i_inline u.link._inline
98 #define i_inline_ea u.link._inline_ea
/OK3568_Linux_fs/u-boot/board/technexion/pico-imx7d/
H A DREADME14 This generates the U-Boot binary called u-boot.imx.
25 Copy u-boot.imx to the imx_usb_loader folder.
27 Load u-boot.imx via USB:
29 $ sudo ./imx_usb u-boot.imx
41 Transfer u-boot.imx to be flashed into the eMMC:
43 $ sudo dd if=u-boot.imx of=/dev/sdX bs=1K seek=1; sync
/OK3568_Linux_fs/u-boot/spl/
H A D.u-boot-spl.cmd
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dtrng.c53 const __le32 *u = (__le32 *)arm_smc_trng_uuid.b; in kvm_trng_call() local
73 smccc_set_retval(vcpu, le32_to_cpu(u[0]), le32_to_cpu(u[1]), in kvm_trng_call()
74 le32_to_cpu(u[2]), le32_to_cpu(u[3])); in kvm_trng_call()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/
H A Drtw_proc.h35 } u; member
40 { .name = _name, .type = RTW_PROC_HDL_TYPE_SEQ, .u.seq_op = _seq_op, .write = _write}
43 { .name = _name, .type = RTW_PROC_HDL_TYPE_SSEQ, .u.show = _show, .write = _write}
46 …{ .name = _name, .type = RTW_PROC_HDL_TYPE_SZSEQ, .u.sz.show = _show, .write = _write, .u.sz.size …
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Drtw_proc.h35 } u; member
40 { .name = _name, .type = RTW_PROC_HDL_TYPE_SEQ, .u.seq_op = _seq_op, .write = _write}
43 { .name = _name, .type = RTW_PROC_HDL_TYPE_SSEQ, .u.show = _show, .write = _write}
46 …{ .name = _name, .type = RTW_PROC_HDL_TYPE_SZSEQ, .u.sz.show = _show, .write = _write, .u.sz.size …

1...<<21222324252627282930>>...246