Home
last modified time | relevance | path

Searched refs:wh (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dgvp11.c23 struct WD33C93_hostdata wh; member
54 struct WD33C93_hostdata *wh = &hdata->wh; in dma_setup() local
62 if (addr & wh->dma_xfer_mask) { in dma_setup()
63 wh->dma_bounce_len = (cmd->SCp.this_residual + 511) & ~0x1ff; in dma_setup()
66 wh->dma_bounce_buffer = in dma_setup()
67 kmalloc(wh->dma_bounce_len, GFP_KERNEL); in dma_setup()
68 wh->dma_buffer_pool = BUF_SCSI_ALLOCED; in dma_setup()
72 !wh->dma_bounce_buffer) { in dma_setup()
73 wh->dma_bounce_buffer = in dma_setup()
74 amiga_chip_alloc(wh->dma_bounce_len, in dma_setup()
[all …]
H A Da3000.c22 struct WD33C93_hostdata wh; member
49 struct WD33C93_hostdata *wh = &hdata->wh; in dma_setup() local
61 wh->dma_bounce_len = (cmd->SCp.this_residual + 511) & ~0x1ff; in dma_setup()
62 wh->dma_bounce_buffer = kmalloc(wh->dma_bounce_len, in dma_setup()
66 if (!wh->dma_bounce_buffer) { in dma_setup()
67 wh->dma_bounce_len = 0; in dma_setup()
73 memcpy(wh->dma_bounce_buffer, cmd->SCp.ptr, in dma_setup()
77 addr = virt_to_bus(wh->dma_bounce_buffer); in dma_setup()
85 wh->dma_dir = dir_in; in dma_setup()
113 struct WD33C93_hostdata *wh = &hdata->wh; in dma_stop() local
[all …]
H A Da2091.c21 struct WD33C93_hostdata wh; member
45 struct WD33C93_hostdata *wh = &hdata->wh; in dma_setup() local
52 wh->dma_bounce_len = (cmd->SCp.this_residual + 511) & ~0x1ff; in dma_setup()
53 wh->dma_bounce_buffer = kmalloc(wh->dma_bounce_len, in dma_setup()
57 if (!wh->dma_bounce_buffer) { in dma_setup()
58 wh->dma_bounce_len = 0; in dma_setup()
63 addr = virt_to_bus(wh->dma_bounce_buffer); in dma_setup()
68 kfree(wh->dma_bounce_buffer); in dma_setup()
69 wh->dma_bounce_buffer = NULL; in dma_setup()
70 wh->dma_bounce_len = 0; in dma_setup()
[all …]
H A Dsgiwd93.c35 struct WD33C93_hostdata wh; member
111 hdata->wh.dma_dir = datainp; in dma_setup()
153 if (hdata->wh.dma_dir) { in dma_stop()
161 DMA_DIR(hdata->wh.dma_dir)); in dma_stop()
251 hdata->wh.no_sync = 0; in sgiwd93_probe()
252 hdata->wh.fast = 1; in sgiwd93_probe()
253 hdata->wh.dma_mode = CTRL_BURST; in sgiwd93_probe()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c243 int wh = ptrace(PPC_PTRACE_SETHWDEBUG, child_pid, 0, info); in ptrace_sethwdebug() local
245 if (wh <= 0) { in ptrace_sethwdebug()
249 return wh; in ptrace_sethwdebug()
252 static void ptrace_delhwdebug(pid_t child_pid, int wh) in ptrace_delhwdebug() argument
254 if (ptrace(PPC_PTRACE_DELHWDEBUG, child_pid, 0, wh) < 0) { in ptrace_delhwdebug()
344 int wh; in test_sethwdebug_exact() local
348 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_exact()
351 ptrace_delhwdebug(child_pid, wh); in test_sethwdebug_exact()
355 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_exact()
358 ptrace_delhwdebug(child_pid, wh); in test_sethwdebug_exact()
[all …]
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debt_among.c19 static bool ebt_mac_wormhash_contains(const struct ebt_mac_wormhash *wh, in ebt_mac_wormhash_contains() argument
33 start = wh->table[key]; in ebt_mac_wormhash_contains()
34 limit = wh->table[key + 1]; in ebt_mac_wormhash_contains()
37 p = &wh->pool[i]; in ebt_mac_wormhash_contains()
44 p = &wh->pool[i]; in ebt_mac_wormhash_contains()
54 *wh) in ebt_mac_wormhash_check_integrity()
59 if (wh->table[i] > wh->table[i + 1]) in ebt_mac_wormhash_check_integrity()
61 if (wh->table[i] < 0) in ebt_mac_wormhash_check_integrity()
63 if (wh->table[i] > wh->poolsize) in ebt_mac_wormhash_check_integrity()
66 if (wh->table[256] > wh->poolsize) in ebt_mac_wormhash_check_integrity()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/
H A Drsi_91x_core.c99 struct ieee80211_hdr *wh; in rsi_get_num_pkts_dequeue() local
112 wh = (struct ieee80211_hdr *)skb->data; in rsi_get_num_pkts_dequeue()
113 vif = rsi_get_vif(adapter, wh->addr2); in rsi_get_num_pkts_dequeue()
380 struct ieee80211_hdr *wh = NULL; in rsi_core_xmit() local
405 wh = (struct ieee80211_hdr *)&skb->data[0]; in rsi_core_xmit()
408 vif = rsi_get_vif(adapter, wh->addr2); in rsi_core_xmit()
413 if ((ieee80211_is_mgmt(wh->frame_control)) || in rsi_core_xmit()
414 (ieee80211_is_ctl(wh->frame_control)) || in rsi_core_xmit()
415 (ieee80211_is_qos_nullfunc(wh->frame_control))) { in rsi_core_xmit()
416 if (ieee80211_is_assoc_req(wh->frame_control) || in rsi_core_xmit()
[all …]
H A Drsi_91x_hal.c61 struct ieee80211_hdr *wh = NULL; in rsi_prepare_mgmt_desc() local
100 wh = (struct ieee80211_hdr *)&skb->data[header_size]; in rsi_prepare_mgmt_desc()
111 if (ieee80211_is_probe_req(wh->frame_control)) in rsi_prepare_mgmt_desc()
114 if (is_broadcast_ether_addr(wh->addr1)) in rsi_prepare_mgmt_desc()
118 cpu_to_le16(IEEE80211_SEQ_TO_SN(le16_to_cpu(wh->seq_ctrl))); in rsi_prepare_mgmt_desc()
127 if (ieee80211_is_probe_resp(wh->frame_control)) { in rsi_prepare_mgmt_desc()
136 (ieee80211_is_action(wh->frame_control))) { in rsi_prepare_mgmt_desc()
137 struct rsi_sta *rsta = rsi_find_sta(common, wh->addr1); in rsi_prepare_mgmt_desc()
156 struct ieee80211_hdr *wh = NULL; in rsi_prepare_data_desc() local
190 wh = (struct ieee80211_hdr *)&skb->data[header_size]; in rsi_prepare_data_desc()
[all …]
/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/share/i18n/locales/
H A Dmi_NZ54 %% a b c d e f g h i j k l m n ng o p q r s t u v w wh x y z
61 collating-symbol <wh-digraph>
70 <wh-digraph>
76 <w-h> <wh-digraph>;"<BASE><BASE>";"<MIN><MIN>";IGNORE
77 <w-H> <wh-digraph>;"<BASE><BASE>";"<MIN><CAP>";IGNORE
78 <W-h> <wh-digraph>;"<BASE><BASE>";"<CAP><MIN>";IGNORE
79 <W-H> <wh-digraph>;"<BASE><BASE>";"<CAP><CAP>";IGNORE
114 "Paenga-wh<U0101>wh<U0101>";/
/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/share/i18n/locales/
H A Dmi_NZ54 %% a b c d e f g h i j k l m n ng o p q r s t u v w wh x y z
61 collating-symbol <wh-digraph>
70 <wh-digraph>
76 <w-h> <wh-digraph>;"<BASE><BASE>";"<MIN><MIN>";IGNORE
77 <w-H> <wh-digraph>;"<BASE><BASE>";"<MIN><CAP>";IGNORE
78 <W-h> <wh-digraph>;"<BASE><BASE>";"<CAP><MIN>";IGNORE
79 <W-H> <wh-digraph>;"<BASE><BASE>";"<CAP><CAP>";IGNORE
114 "Paenga-wh<U0101>wh<U0101>";/
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_utils.h68 #define glamor_pixmap_fbo_fix_wh_ratio(wh, pixmap, priv) \ argument
72 wh[0] = (float)priv->fbo->width / actual_w; \
73 wh[1] = (float)priv->fbo->height / actual_h; \
74 wh[2] = 1.0 / priv->fbo->width; \
75 wh[3] = 1.0 / priv->fbo->height; \
161 cd, wh, bxy1, bxy2) \ argument
163 cd = wh - cd; \
166 fmodulus(cd, wh, txy); \
169 fmodulus(bxy1, wh, bxy1_mod); \
174 fmodulus(bxy2, wh, bxy2_mod); \
[all …]
H A Dglamor_largepixmap.c300 _glamor_largepixmap_reflect_fixup(short *xy1, short *xy2, int wh) in _glamor_largepixmap_reflect_fixup() argument
305 if (*xy2 - *xy1 > wh) { in _glamor_largepixmap_reflect_fixup()
307 *xy2 = wh; in _glamor_largepixmap_reflect_fixup()
310 modulus(*xy1, wh, c1); in _glamor_largepixmap_reflect_fixup()
311 odd1 = ((*xy1 - c1) / wh) & 0x1; in _glamor_largepixmap_reflect_fixup()
312 modulus(*xy2, wh, c2); in _glamor_largepixmap_reflect_fixup()
313 odd2 = ((*xy2 - c2) / wh) & 0x1; in _glamor_largepixmap_reflect_fixup()
316 *xy1 = wh - c2; in _glamor_largepixmap_reflect_fixup()
317 *xy2 = wh - c1; in _glamor_largepixmap_reflect_fixup()
321 *xy2 = MAX(c2, wh - c1); in _glamor_largepixmap_reflect_fixup()
[all …]
H A Dglamor_render.c520 float wh[4]; in glamor_set_composite_texture() local
575 glamor_pixmap_fbo_fix_wh_ratio(wh, pixmap, pixmap_priv); in glamor_set_composite_texture()
576 glUniform4fv(wh_location, 1, wh); in glamor_set_composite_texture()
/OK3568_Linux_fs/kernel/arch/alpha/math-emu/
H A Dsfp-util.h14 #define umul_ppmm(wh, wl, u, v) \ argument
16 : "=r" ((UDItype)(wh)), \
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/
H A Dmwl8k.c808 struct ieee80211_hdr wh; member
819 hdrlen = ieee80211_hdrlen(tr->wh.frame_control); in mwl8k_remove_dma_header()
821 if (hdrlen != sizeof(tr->wh)) { in mwl8k_remove_dma_header()
822 if (ieee80211_is_data_qos(tr->wh.frame_control)) { in mwl8k_remove_dma_header()
823 memmove(tr->data - hdrlen, &tr->wh, hdrlen - 2); in mwl8k_remove_dma_header()
826 memmove(tr->data - hdrlen, &tr->wh, hdrlen); in mwl8k_remove_dma_header()
840 struct ieee80211_hdr *wh; in mwl8k_add_dma_header() local
851 wh = (struct ieee80211_hdr *)skb->data; in mwl8k_add_dma_header()
853 hdrlen = ieee80211_hdrlen(wh->frame_control); in mwl8k_add_dma_header()
875 if (ieee80211_is_data_qos(wh->frame_control)) in mwl8k_add_dma_header()
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/math-emu/
H A Dsfp-util_64.h43 #define umul_ppmm(wh, wl, u, v) \ argument
68 : "=r" (wh), \
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dcprojectionpicture.cpp142 const qreal wh = height(); in paintEvent() local
145 painter.translate(ww/2, wh/2); in paintEvent()
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-isp-video.c45 unsigned int wh, i; in isp_video_capture_queue_setup() local
47 wh = vid_fmt->width * vid_fmt->height; in isp_video_capture_queue_setup()
58 if (sizes[i] < (wh * fmt->depth[i]) / 8) in isp_video_capture_queue_setup()
66 sizes[i] = (wh * fmt->depth[i]) / 8; in isp_video_capture_queue_setup()
/OK3568_Linux_fs/kernel/include/net/
H A Dipv6.h545 __be32 wh, __be32 wl) in __ipv6_addr_set_half() argument
549 if (__builtin_constant_p(wh) && __builtin_constant_p(wl)) { in __ipv6_addr_set_half()
550 *(__force u64 *)addr = ((__force u64)(wh) << 32 | (__force u64)(wl)); in __ipv6_addr_set_half()
554 if (__builtin_constant_p(wl) && __builtin_constant_p(wh)) { in __ipv6_addr_set_half()
555 *(__force u64 *)addr = ((__force u64)(wl) << 32 | (__force u64)(wh)); in __ipv6_addr_set_half()
560 addr[0] = wh; in __ipv6_addr_set_half()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/raptor2/
H A Draptor2_2.0.15.bb14 file://0001-configure.ac-do-additional-checks-on-libxml2-also-wh.patch \
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dlonglong.h320 #define umul_ppmm(wh, wl, u, v) \
329 (wh) = __xx.__i.__h; \
613 #define umul_ppmm(wh, wl, u, v) \ argument
619 (wh) = __x.__i.__h; \
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/
H A Dtiff_4.3.0.bb12 file://0001-tiffset-fix-global-buffer-overflow-for-ASCII-tags-wh.patch \
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c390 struct ieee80211_hdr_3addr *pwh, wh; in ath6kl_wmi_dot11_hdr_remove() local
405 memcpy((u8 *) &wh, datap, sizeof(struct ieee80211_hdr_3addr)); in ath6kl_wmi_dot11_hdr_remove()
422 switch ((le16_to_cpu(wh.frame_control)) & in ath6kl_wmi_dot11_hdr_remove()
425 memcpy(eth_hdr.h_dest, wh.addr3, ETH_ALEN); in ath6kl_wmi_dot11_hdr_remove()
426 memcpy(eth_hdr.h_source, wh.addr2, ETH_ALEN); in ath6kl_wmi_dot11_hdr_remove()
429 memcpy(eth_hdr.h_dest, wh.addr1, ETH_ALEN); in ath6kl_wmi_dot11_hdr_remove()
430 memcpy(eth_hdr.h_source, wh.addr3, ETH_ALEN); in ath6kl_wmi_dot11_hdr_remove()
435 memcpy(eth_hdr.h_dest, wh.addr1, ETH_ALEN); in ath6kl_wmi_dot11_hdr_remove()
436 memcpy(eth_hdr.h_source, wh.addr2, ETH_ALEN); in ath6kl_wmi_dot11_hdr_remove()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_dfs.c8 #define RADAR_SPEC(m, len, el, eh, wl, wh, \ argument
17 .w_high = wh, \
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dnamei.c3878 struct inode *wh; in ext4_whiteout_for_rename() local
3889 wh = ext4_new_inode_start_handle(ent->dir, S_IFCHR | WHITEOUT_MODE, in ext4_whiteout_for_rename()
3894 if (IS_ERR(wh)) { in ext4_whiteout_for_rename()
3897 if (PTR_ERR(wh) == -ENOSPC && in ext4_whiteout_for_rename()
3902 init_special_inode(wh, wh->i_mode, WHITEOUT_DEV); in ext4_whiteout_for_rename()
3903 wh->i_op = &ext4_special_inode_operations; in ext4_whiteout_for_rename()
3905 return wh; in ext4_whiteout_for_rename()

12