Home
last modified time | relevance | path

Searched refs:u (Results 401 – 425 of 5998) sorted by relevance

1...<<11121314151617181920>>...240

/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dkprobes.c30 enum instruction_type {A, I, M, F, B, L, X, u}; enumerator
38 { u, u, u }, /* 06 */
39 { u, u, u }, /* 07 */
52 { u, u, u }, /* 14 */
53 { u, u, u }, /* 15 */
58 { u, u, u }, /* 1A */
59 { u, u, u }, /* 1B */
62 { u, u, u }, /* 1E */
63 { u, u, u }, /* 1F */
/OK3568_Linux_fs/u-boot/board/rockchip/evb_rk3399/
H A DREADME45 > cp bl31.elf ../u-boot/
50 > cd ../u-boot
57 > make u-boot.itb
59 Get spl/u-boot-spl.bin and u-boot.itb in this step.
81 > tools/mkimage -n rk3399 -T rksd -d spl/u-boot-spl.bin idbspl.img
90 > ./rkbin/tools/loaderimage --pack --uboot u-boot/u-boot-dtb.bin uboot.img
101 > rkdeveloptool wl 64 u-boot/idbspl.img
102 > rkdeveloptool wl 0x4000 u-boot/u-boot.itb
110 > rkdeveloptool wl 0x4000 u-boot/uboot.img
111 > rkdeveloptool wl 0x6000 u-boot/trust.img
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dspeakup_dectlk.c44 { CAPS_START, .u.s = {"[:dv ap 160] " } },
45 { CAPS_STOP, .u.s = {"[:dv ap 100 ] " } },
46 { RATE, .u.n = {"[:ra %d] ", 180, 75, 650, 0, 0, NULL } },
47 { PITCH, .u.n = {"[:dv ap %d] ", 122, 50, 350, 0, 0, NULL } },
48 { INFLECTION, .u.n = {"[:dv pr %d] ", 100, 0, 10000, 0, 0, NULL } },
49 { VOL, .u.n = {"[:dv g5 %d] ", 86, 60, 86, 0, 0, NULL } },
50 { PUNCT, .u.n = {"[:pu %c] ", 0, 0, 2, 0, 0, "nsa" } },
51 { VOICE, .u.n = {"[:n%c] ", 0, 0, 9, 0, 0, "phfdburwkv" } },
52 { DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL } },
214 jiffy_delta_val = jiffy_delta->u.n.value; in do_catch_up()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.c137 kfree(sta->u.sta.challenge); in ap_free_sta()
534 sta->u.ap.channel, sta->last_rx_signal, in prism2_ap_proc_show()
537 for (i = 0; i < sta->u.ap.ssid_len; i++) { in prism2_ap_proc_show()
538 if (sta->u.ap.ssid[i] >= 32 && sta->u.ap.ssid[i] < 127) in prism2_ap_proc_show()
539 seq_putc(m, sta->u.ap.ssid[i]); in prism2_ap_proc_show()
541 seq_printf(m, "<%02x>", sta->u.ap.ssid[i]); in prism2_ap_proc_show()
1046 if (sta->u.ap.channel >= 0) in prism2_sta_proc_show()
1047 seq_printf(m, "channel=%d\n", sta->u.ap.channel); in prism2_sta_proc_show()
1049 for (i = 0; i < sta->u.ap.ssid_len; i++) { in prism2_sta_proc_show()
1050 if (sta->u.ap.ssid[i] >= 32 && sta->u.ap.ssid[i] < 127) in prism2_sta_proc_show()
[all …]
/OK3568_Linux_fs/kernel/drivers/tee/optee/
H A Dsupp.c218 if (tee_param_is_memref(params + n) && params[n].u.memref.shm) in supp_check_recv_params()
219 tee_shm_put(params[n].u.memref.shm); in supp_check_recv_params()
294 param->u.value.a = id; in optee_supp_recv()
295 param->u.value.b = 0; in optee_supp_recv()
296 param->u.value.c = 0; in optee_supp_recv()
328 id = param->u.value.a; in supp_pop_req()
384 p->u.value.a = param[n + num_meta].u.value.a; in optee_supp_send()
385 p->u.value.b = param[n + num_meta].u.value.b; in optee_supp_send()
386 p->u.value.c = param[n + num_meta].u.value.c; in optee_supp_send()
390 p->u.memref.size = param[n + num_meta].u.memref.size; in optee_supp_send()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c83 memcpy(psta->x_UncstKey.skey, param->u.crypt.key, in handle_pairwise_key()
84 (param->u.crypt. key_len > 16 ? 16 : param->u.crypt.key_len)); in handle_pairwise_key()
85 if (strcmp(param->u.crypt.alg, "TKIP") == 0) { /* set mic key */ in handle_pairwise_key()
87 &(param->u.crypt.key[16]), 8); in handle_pairwise_key()
89 &(param->u.crypt.key[24]), 8); in handle_pairwise_key()
104 if (param->u.crypt.idx > 0 && in handle_group_key()
105 param->u.crypt.idx < 3) { in handle_group_key()
107 memcpy(gk[param->u.crypt.idx - 1].skey, in handle_group_key()
108 param->u.crypt.key, in handle_group_key()
109 (param->u.crypt.key_len > 16 ? 16 : in handle_group_key()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dmuldi3.c16 #define umul_ppmm(w1, w0, u, v) \ argument
21 __ul = __ll_lowpart(u); \
22 __uh = __ll_highpart(u); \
42 #define __umulsidi3(u, v) ({ \ argument
44 umul_ppmm(__w.s.high, __w.s.low, u, v); \
49 long long notrace __muldi3(long long u, long long v) in __muldi3() argument
51 const DWunion uu = {.ll = u}; in __muldi3()
/OK3568_Linux_fs/kernel/arch/microblaze/lib/
H A Dmuldi3.c14 #define umul_ppmm(w1, w0, u, v) \ argument
19 __ul = __ll_lowpart(u); \
20 __uh = __ll_highpart(u); \
40 #define __umulsidi3(u, v) ({ \ argument
42 umul_ppmm(__w.s.high, __w.s.low, u, v); \
47 long long __muldi3(long long u, long long v) in __muldi3() argument
49 const DWunion uu = {.ll = u}; in __muldi3()
/OK3568_Linux_fs/u-boot/board/varisys/cyrus/
H A DREADME1 Rebuilding u-boot for Cyrus
10 that the u-boot is built for the Pre-Boot Loader on the P5020/P5040.
11 In order to reflash u-boot, you must download u-boot.pbl, then write it
12 onto the card. To do that from u-boot:
14 > tftp 1000000 u-boot.pbl
19 > dd if=u-boot.pbl of=/dev/sdX bs=512 oseek=8
/OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/
H A Dconf_space_header.c315 .u.w.read = xen_pcibk_read_vendor,
320 .u.w.read = xen_pcibk_read_device,
327 .u.w.read = command_read,
328 .u.w.write = command_write,
333 .u.b.read = interrupt_read,
338 .u.b.read = xen_pcibk_read_config_byte,
344 .u.b.read = xen_pcibk_read_config_byte,
345 .u.b.write = xen_pcibk_write_config_byte,
350 .u.b.read = xen_pcibk_read_config_byte,
355 .u.b.read = xen_pcibk_read_config_byte,
[all …]
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsched.c82 if (list_empty(&task->u.tk_wait.timer_list)) in __rpc_disable_timer()
85 list_del(&task->u.tk_wait.timer_list); in __rpc_disable_timer()
112 list_add(&task->u.tk_wait.timer_list, &queue->timer_list.list); in __rpc_add_timer()
136 list_for_each_entry(t, q, u.tk_wait.list) { in __rpc_list_enqueue_task()
138 list_add_tail(&task->u.tk_wait.links, in __rpc_list_enqueue_task()
139 &t->u.tk_wait.links); in __rpc_list_enqueue_task()
141 task->u.tk_wait.list.next = q; in __rpc_list_enqueue_task()
142 task->u.tk_wait.list.prev = NULL; in __rpc_list_enqueue_task()
146 INIT_LIST_HEAD(&task->u.tk_wait.links); in __rpc_list_enqueue_task()
147 list_add_tail(&task->u.tk_wait.list, q); in __rpc_list_enqueue_task()
[all …]
/OK3568_Linux_fs/u-boot/board/rockchip/sheep_rk3368/
H A DREADME3 Get miniloader and trust.img form rockchip vendor u-boot source code
5 > git clone https://github.com/rockchip-linux/u-boot.git rockchip-uboot
12 > cd u-boot
15 Package u-boot for miniloader
17 > ../rockchip-uboot/tools/loaderimage --pack --uboot u-boot.bin u-boot.img
26 > rkdeveloptool wl 0x4000 ./u-boot/u-boot.img
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Ddefault_ops.hpp114 void eval_multiply(T& t, const U& u, const V& v);
117 …is_same<T, U>::value && is_same<T, V>::value>::type eval_multiply_add(T& t, const U& u, const V& v) in eval_multiply_add() argument
120 eval_multiply(z, u, v); in eval_multiply_add()
124 …is_same<T, U>::value && is_same<T, V>::value>::type eval_multiply_add(T& t, const U& u, const V& v) in eval_multiply_add() argument
126 eval_multiply_add(t, v, u); in eval_multiply_add()
129 …me<T, U>::value && is_same<T, V>::value>::type eval_multiply_subtract(T& t, const U& u, const V& v) in eval_multiply_subtract() argument
132 eval_multiply(z, u, v); in eval_multiply_subtract()
136 …me<T, U>::value && is_same<T, V>::value>::type eval_multiply_subtract(T& t, const U& u, const V& v) in eval_multiply_subtract() argument
138 eval_multiply_subtract(t, v, u); in eval_multiply_subtract()
236 void eval_add(T& t, const U& u, const V& v);
[all …]
/OK3568_Linux_fs/kernel/drivers/hid/usbhid/
H A Dhid-pidff.c279 effect->u.constant.level); in pidff_set_constant_force_report()
291 return effect->u.constant.level != old->u.constant.level; in pidff_needs_set_constant()
342 effect->u.periodic.magnitude); in pidff_set_periodic_report()
344 effect->u.periodic.offset); in pidff_set_periodic_report()
345 pidff_set(&pidff->set_periodic[PID_PHASE], effect->u.periodic.phase); in pidff_set_periodic_report()
346 pidff->set_periodic[PID_PERIOD].value[0] = effect->u.periodic.period; in pidff_set_periodic_report()
359 return effect->u.periodic.magnitude != old->u.periodic.magnitude || in pidff_needs_set_periodic()
360 effect->u.periodic.offset != old->u.periodic.offset || in pidff_needs_set_periodic()
361 effect->u.periodic.phase != old->u.periodic.phase || in pidff_needs_set_periodic()
362 effect->u.periodic.period != old->u.periodic.period; in pidff_needs_set_periodic()
[all …]
/OK3568_Linux_fs/u-boot/arch/nios2/lib/
H A Dlibgcc.c52 __ashldi3 (DWtype u, word_type b) in __ashldi3() argument
55 return u; in __ashldi3()
57 const DWunion uu = {.ll = u}; in __ashldi3()
78 __ashrdi3 (DWtype u, word_type b) in __ashrdi3() argument
81 return u; in __ashrdi3()
83 const DWunion uu = {.ll = u}; in __ashrdi3()
105 __lshrdi3 (DWtype u, word_type b) in __lshrdi3() argument
108 return u; in __lshrdi3()
110 const DWunion uu = {.ll = u}; in __lshrdi3()
361 __divdi3 (DWtype u, DWtype v) in __divdi3() argument
[all …]
/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A Dlibgcc2.c10 __ashldi3(DWtype u, shift_count_type b) in __ashldi3() argument
13 return u; in __ashldi3()
15 const DWunion uu = {.ll = u}; in __ashldi3()
33 __ashrdi3(DWtype u, shift_count_type b) in __ashrdi3() argument
36 return u; in __ashrdi3()
38 const DWunion uu = {.ll = u}; in __ashrdi3()
57 __lshrdi3(DWtype u, shift_count_type b) in __lshrdi3() argument
60 return u; in __lshrdi3()
62 const DWunion uu = {.ll = u}; in __lshrdi3()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Defi.c49 .u.firmware_info = { in xen_efi_probe()
54 union xenpf_efi_info *info = &op.u.firmware_info.u.efi_info; in xen_efi_probe()
66 op.u.firmware_info.type = XEN_FW_EFI_INFO; in xen_efi_probe()
67 op.u.firmware_info.index = XEN_FW_EFI_VENDOR; in xen_efi_probe()
78 op.u.firmware_info.type = XEN_FW_EFI_INFO; in xen_efi_probe()
79 op.u.firmware_info.index = XEN_FW_EFI_VERSION; in xen_efi_probe()
85 op.u.firmware_info.type = XEN_FW_EFI_INFO; in xen_efi_probe()
86 op.u.firmware_info.index = XEN_FW_EFI_RT_VERSION; in xen_efi_probe()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gnss/
H A Du-blox.txt1 u-blox GNSS Receiver DT binding
3 The u-blox GNSS receivers can use UART, DDC (I2C), SPI and USB interfaces.
12 "u-blox,neo-6m"
13 "u-blox,neo-8"
14 "u-blox,neo-m8"
31 - u-blox,extint-gpios : GPIO connected to the "external interrupt" input pin
40 compatible = "u-blox,neo-8";
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmwifi_radiotap.h50 } u; member
98 } u; member
127 #define HE_RADIOTAP_BSS_COLOR_SHIFT 0u
135 #define HE_RADIOTAP_SR_SHIFT 0u
137 #define HE_RADIOTAP_SR1_SHIFT 0u
141 #define HE_RADIOTAP_BW_SHIFT 0u
142 #define HE_RADIOTAP_RU_ALLOC_SHIFT 0u
149 #define HE_RADIOTAP_NSTS_SHIFT 0u
153 #define HE_RADIOTAP_DOPPLER_SET_NSTS_SHIFT 0u
154 #define HE_RADIOTAP_DOPPLER_NOTSET_NSTS_SHIFT 0u
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmwifi_radiotap.h50 } u; member
98 } u; member
127 #define HE_RADIOTAP_BSS_COLOR_SHIFT 0u
135 #define HE_RADIOTAP_SR_SHIFT 0u
137 #define HE_RADIOTAP_SR1_SHIFT 0u
141 #define HE_RADIOTAP_BW_SHIFT 0u
142 #define HE_RADIOTAP_RU_ALLOC_SHIFT 0u
149 #define HE_RADIOTAP_NSTS_SHIFT 0u
153 #define HE_RADIOTAP_DOPPLER_SET_NSTS_SHIFT 0u
154 #define HE_RADIOTAP_DOPPLER_NOTSET_NSTS_SHIFT 0u
[all …]
/OK3568_Linux_fs/kernel/arch/mips/lib/
H A Dbswapsi.c5 unsigned int notrace __bswapsi2(unsigned int u) in __bswapsi2() argument
7 return (((u) & 0xff000000) >> 24) | in __bswapsi2()
8 (((u) & 0x00ff0000) >> 8) | in __bswapsi2()
9 (((u) & 0x0000ff00) << 8) | in __bswapsi2()
10 (((u) & 0x000000ff) << 24); in __bswapsi2()
/OK3568_Linux_fs/kernel/scripts/atomic/fallbacks/
H A Dadd_unless6 * @u: ...unless v is equal to u.
8 * Atomically adds @a to @v, if @v was not already @u.
12 ${arch}${atomic}_add_unless(${atomic}_t *v, ${int} a, ${int} u)
14 return ${arch}${atomic}_fetch_add_unless(v, a, u) != u;
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.ti-secure38 This is called as part of the SPL/u-boot build process. As the secure
59 XIP_X-LOADER - Generates a single stage u-boot for NOR/QSPI XiP
63 either u-boot-spl.bin or u-boot.bin).
69 u-boot-spl_HS_SPI_X-LOADER - byte swapped boot image for SPI flash
70 u-boot-spl_HS_X-LOADER - boot image for NAND or SD/MMC/eMMC rawmode
71 u-boot-spl_HS_MLO - boot image for SD/MMC/eMMC media
72 u-boot-spl_HS_2ND - boot image for USB, UART and Ethernet
73 u-boot_HS_XIP_X-LOADER - boot image for NOR or QSPI Xip flash
89 XIP_X-LOADER - Generates a single stage u-boot for
95 either u-boot-spl.bin or u-boot.bin).
[all …]
/OK3568_Linux_fs/kernel/arch/h8300/lib/
H A Dmuldi3.c8 #define umul_ppmm(w1, w0, u, v) \ argument
12 __ul = __ll_lowpart(u); \
13 __uh = __ll_highpart(u); \
28 #define __umulsidi3(u, v) ( \ argument
31 umul_ppmm(__w.s.high, __w.s.low, u, v); \
35 DWtype __muldi3(DWtype u, DWtype v) in __muldi3() argument
37 const DWunion uu = {.ll = u}; in __muldi3()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A DCVE-2022-41861.patch27 + masklen = ntohs(filter->u.generic.len);
28 + if (masklen >= sizeof(filter->u.generic.mask)) {
33 i = snprintf(p, outlen, " %u ", (unsigned int) ntohs(filter->u.generic.offset));
37 - for (count = 0; count < ntohs(filter->u.generic.len); count++) {
39 i = snprintf(p, outlen, "%02x", filter->u.generic.mask[count]);
46 - for (count = 0; count < ntohs(filter->u.generic.len); count++) {
48 i = snprintf(p, outlen, "%02x", filter->u.generic.value[count]);

1...<<11121314151617181920>>...240