Home
last modified time | relevance | path

Searched refs:u (Results 4826 – 4850 of 6126) sorted by relevance

1...<<191192193194195196197198199200>>...246

/OK3568_Linux_fs/kernel/Documentation/hid/
H A Duhid.rst35 } u;
45 payload-structure available in the union "u" (except for empty payloads). This
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/frame/src/
H A Dframe.c747 frame_init_plane(&frame->planes.yuv.u, uv_width, uv_stride, in frame_init_yuv_planes()
750 frame_init_plane(&frame->planes.yuv.u, uv_width, uv_stride, in frame_init_yuv_planes()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhyperv.h296 } u; member
744 } u; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dpcie_core.h302 } u; member
1064 #define DAR_FIS_START_SHIFT 0u
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dpcie_core.h302 } u; member
1064 #define DAR_FIS_START_SHIFT 0u
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/pci_ids/
H A DMakefile.in570 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
574 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/OK3568_Linux_fs/yocto/poky/
H A DREADME.hardware.md137 this, issue the following commands from the u-boot prompt:
233 ext3 filesystem, since the factory u-boot can only handle 128 byte inodes and
/OK3568_Linux_fs/u-boot/tools/
H A D.image-host.o.cmd
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgscan.c387 (struct beacon_proberesp *)&mgmt->u.probe_resp : in wl_inform_single_bss()
388 (struct beacon_proberesp *)&mgmt->u.beacon; in wl_inform_single_bss()
398 u.beacon.variable) + wl_get_ielen(cfg); in wl_inform_single_bss()
416 notif_bss_info->rssi, mgmt->u.beacon.capab_info, mgmt_type, in wl_inform_single_bss()
426 if (!mgmt->u.probe_resp.timestamp) { in wl_inform_single_bss()
430 mgmt->u.probe_resp.timestamp = ((u64)ts.tv_sec*1000000) in wl_inform_single_bss()
435 mgmt->u.probe_resp.timestamp = ((u64)tv.tv_sec*1000000) in wl_inform_single_bss()
4409 netinfo->pfnsubnet.u.SSID, ssid_len); in wl_cfgscan_update_v3_schedscan_results()
4538 OFFSETOF(wl_pfn_subnet_info_v2_t, u.SSID)); in wl_notify_sched_scan_results()
4732 netinfo_v2->pfnsubnet.u.SSID, in wl_notify_sched_scan_results()
[all …]
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-integrity.c94 } u; member
102 #define journal_entry_set_sector(je, x) do { smp_wmb(); WRITE_ONCE((je)->u.sector, cpu_to_le64(x))…
104 …e journal_entry_set_sector(je, x) do { (je)->u.s.sector_lo = cpu_to_le32(x); smp_wmb(); WRITE_ONC…
106 #define journal_entry_get_sector(je) le64_to_cpu((je)->u.sector)
107 #define journal_entry_is_unused(je) ((je)->u.s.sector_hi == cpu_to_le32(-1))
108 #define journal_entry_set_unused(je) do { ((je)->u.s.sector_hi = cpu_to_le32(-1)); } while (0)
109 #define journal_entry_is_inprogress(je) ((je)->u.s.sector_hi == cpu_to_le32(-2))
110 #define journal_entry_set_inprogress(je) do { ((je)->u.s.sector_hi = cpu_to_le32(-2)); } while (0)
733 r = crypto_shash_update(desc, (__u8 *)&je->u.sector, sizeof je->u.sector); in section_mac()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgscan.c383 (struct beacon_proberesp *)&mgmt->u.probe_resp : in wl_inform_single_bss()
384 (struct beacon_proberesp *)&mgmt->u.beacon; in wl_inform_single_bss()
394 u.beacon.variable) + wl_get_ielen(cfg); in wl_inform_single_bss()
412 notif_bss_info->rssi, mgmt->u.beacon.capab_info, mgmt_type, in wl_inform_single_bss()
422 if (!mgmt->u.probe_resp.timestamp) { in wl_inform_single_bss()
426 mgmt->u.probe_resp.timestamp = ((u64)ts.tv_sec*1000000) in wl_inform_single_bss()
431 mgmt->u.probe_resp.timestamp = ((u64)tv.tv_sec*1000000) in wl_inform_single_bss()
4325 netinfo->pfnsubnet.u.SSID, ssid_len); in wl_cfgscan_update_v3_schedscan_results()
4454 OFFSETOF(wl_pfn_subnet_info_v2_t, u.SSID)); in wl_notify_sched_scan_results()
4648 netinfo_v2->pfnsubnet.u.SSID, in wl_notify_sched_scan_results()
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dfetch.py1457 for u in self.test_wget_uris:
1458 with self.subTest(url=u):
1459 ud = fetch.ud[u]
1462 self.assertTrue(ret, msg="URI %s, can't check status" % (u))
1472 for u in self.test_wget_uris:
1473 with self.subTest(url=u):
1474 ud = fetch.ud[u]
1477 self.assertTrue(ret, msg="URI %s, can't check status" % (u))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/txbf/
H A Dhaltxbfinterface.c987 u8 *pframe = precv_frame->u.hdr.rx_data;
988 u32 frame_len = precv_frame->u.hdr.len;
1398 u8 *p_ndpa_frame = precv_frame->u.hdr.rx_data;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/txbf/
H A Dhaltxbfinterface.c987 u8 *pframe = precv_frame->u.hdr.rx_data;
988 u32 frame_len = precv_frame->u.hdr.len;
1398 u8 *p_ndpa_frame = precv_frame->u.hdr.rx_data;
/OK3568_Linux_fs/kernel/fs/hpfs/
H A Ddnode.c362 fnode->u.external[0].disk_secno = cpu_to_le32(rdno); in hpfs_add_to_dnode()
565 fnode->u.external[0].disk_secno = cpu_to_le32(down); in delete_empty_dnode()
1035 dno = le32_to_cpu(upf->u.external[0].disk_secno); in map_fnode_dirent()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/txbf/
H A Dhaltxbfinterface.c987 u8 *pframe = precv_frame->u.hdr.rx_data;
988 u32 frame_len = precv_frame->u.hdr.len;
1398 u8 *p_ndpa_frame = precv_frame->u.hdr.rx_data;
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h509 } u; member
655 } u; member
693 } u; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/txbf/
H A Dhaltxbfinterface.c986 u8 *pframe = precv_frame->u.hdr.rx_data;
987 u32 frame_len = precv_frame->u.hdr.len;
1397 u8 *p_ndpa_frame = precv_frame->u.hdr.rx_data;
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmlan_decl.h1312 } u; member
1536 } u;
1674 } u;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/txbf/
H A Dhaltxbfinterface.c987 u8 *pframe = precv_frame->u.hdr.rx_data;
988 u32 frame_len = precv_frame->u.hdr.len;
1398 u8 *p_ndpa_frame = precv_frame->u.hdr.rx_data;
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Ddmarx.c272 stream->u.dmarx.y_stride); in dmarx_config_mi()
277 dmarx_set_y_line_length(base, stream->u.dmarx.y_stride); in dmarx_config_mi()
827 stream->u.dmarx.y_stride = in rkisp_set_fmt()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/
H A Dvim2m.c387 u8 y, y1, u, v; in copy_two_pixels() local
391 u = ((-4878 * (*r) - 9578 * (*g) + 14456 * (*b) in copy_two_pixels()
399 *(*dst)++ = u; in copy_two_pixels()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/txbf/
H A Dhaltxbfinterface.c986 u8 *pframe = precv_frame->u.hdr.rx_data;
987 u32 frame_len = precv_frame->u.hdr.len;
1397 u8 *p_ndpa_frame = precv_frame->u.hdr.rx_data;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/txbf/
H A Dhaltxbfinterface.c887 pu1Byte pframe = precv_frame->u.hdr.rx_data;
888 u4Byte frame_len = precv_frame->u.hdr.len;
1308 pu1Byte pNDPAFrame = precv_frame->u.hdr.rx_data;
/OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst284 'u' 00-1F linux/smb_fs.h gone
285 'u' 20-3F linux/uvcvideo.h USB video class host driver
286 'u' 40-4f linux/udmabuf.h userspace dma-buf misc device

1...<<191192193194195196197198199200>>...246