Home
last modified time | relevance | path

Searched refs:__bitwise (Results 1 – 28 of 28) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dtypes.h27 #define __bitwise __bitwise__ macro
29 #define __bitwise macro
32 typedef __u16 __bitwise __le16;
33 typedef __u16 __bitwise __be16;
34 typedef __u32 __bitwise __le32;
35 typedef __u32 __bitwise __be32;
36 typedef __u64 __bitwise __le64;
37 typedef __u64 __bitwise __be64;
39 typedef __u16 __bitwise __sum16;
40 typedef __u32 __bitwise __wsum;
/linux-4.4.14/tools/include/linux/
Dtypes.h46 #define __bitwise __bitwise__ macro
48 #define __bitwise macro
56 typedef __u16 __bitwise __le16;
57 typedef __u16 __bitwise __be16;
58 typedef __u32 __bitwise __le32;
59 typedef __u32 __bitwise __be32;
60 typedef __u64 __bitwise __le64;
61 typedef __u64 __bitwise __be64;
/linux-4.4.14/scripts/dtc/libfdt/
Dlibfdt_env.h61 #define __bitwise __attribute__((bitwise)) macro
64 #define __bitwise macro
67 typedef uint16_t __bitwise fdt16_t;
68 typedef uint32_t __bitwise fdt32_t;
69 typedef uint64_t __bitwise fdt64_t;
/linux-4.4.14/fs/ntfs/
Dtypes.h31 typedef __u16 __bitwise sle16;
32 typedef __u32 __bitwise sle32;
33 typedef __u64 __bitwise sle64;
/linux-4.4.14/Documentation/zh_CN/
Dsparse.txt31 "__bitwise" 是一种类型属性,所以你应该这样使用它:
33 typedef int __bitwise pm_request_t;
45 而且使用 gcc 编译的时候,所有的 __bitwise/__force 都会消失,最后在 gcc
49 __bitwise"类型。
53 typedef int __bitwise pm_request_t;
/linux-4.4.14/Documentation/
Dsparse.txt8 "__bitwise" is a type attribute, so you have to do something like this:
10 typedef int __bitwise pm_request_t;
23 And with gcc, all the __bitwise/__force stuff goes away, and it all ends
27 boils down to one special "int __bitwise" type.
31 typedef int __bitwise pm_request_t;
49 __bitwise - noisy stuff; in particular, __le*/__be* are that. We really
/linux-4.4.14/fs/qnx6/
Dqnx6.h22 typedef __u16 __bitwise __fs16;
23 typedef __u32 __bitwise __fs32;
24 typedef __u64 __bitwise __fs64;
/linux-4.4.14/fs/befs/
Dbefs_fs_types.h86 typedef u64 __bitwise fs64;
87 typedef u32 __bitwise fs32;
88 typedef u16 __bitwise fs16;
/linux-4.4.14/include/uapi/sound/
Dasound.h175 typedef int __bitwise snd_pcm_access_t;
183 typedef int __bitwise snd_pcm_format_t;
256 typedef int __bitwise snd_pcm_subformat_t;
286 typedef int __bitwise snd_pcm_state_t;
818 typedef int __bitwise snd_ctl_elem_type_t;
828 typedef int __bitwise snd_ctl_elem_iface_t;
Dasequencer.h340 typedef int __bitwise snd_seq_client_type_t;
/linux-4.4.14/include/scsi/
Dosd_types.h24 typedef u64 __bitwise osd_id;
/linux-4.4.14/include/linux/
Domap-mailbox.h14 typedef int __bitwise omap_mbox_irq_t;
Dsuspend.h34 typedef int __bitwise suspend_state_t;
Dpci.h110 typedef int __bitwise pci_power_t;
137 typedef unsigned int __bitwise pci_channel_state_t;
150 typedef unsigned int __bitwise pcie_reset_state_t;
163 typedef unsigned short __bitwise pci_dev_flags_t;
192 typedef unsigned short __bitwise pci_bus_flags_t;
620 typedef unsigned int __bitwise pci_ers_result_t;
/linux-4.4.14/drivers/dma/
Dfsldma.h90 typedef u64 __bitwise v64;
91 typedef u32 __bitwise v32;
/linux-4.4.14/fs/sysv/
Dsysv.h6 typedef __u16 __bitwise __fs16;
7 typedef __u32 __bitwise __fs32;
/linux-4.4.14/fs/xfs/
Dkmem.h30 typedef unsigned __bitwise xfs_km_flags_t;
/linux-4.4.14/drivers/usb/host/
Duhci-hcd.h110 typedef __u32 __bitwise __hc32;
111 typedef __u16 __bitwise __hc16;
Dohci.h15 typedef __u32 __bitwise __hc32;
16 typedef __u16 __bitwise __hc16;
Dehci.h33 typedef __u32 __bitwise __hc32;
34 typedef __u16 __bitwise __hc16;
/linux-4.4.14/fs/ufs/
Dufs_fs.h40 typedef __u64 __bitwise __fs64;
41 typedef __u32 __bitwise __fs32;
42 typedef __u16 __bitwise __fs16;
/linux-4.4.14/fs/logfs/
Dlogfs.h94 typedef u8 __bitwise level_t;
95 typedef u8 __bitwise gc_level_t;
/linux-4.4.14/include/rdma/
Dib_mad.h186 typedef u64 __bitwise ib_sa_comp_mask;
/linux-4.4.14/arch/s390/kvm/
Dkvm-s390.h82 typedef u8 __bitwise ar_t;
/linux-4.4.14/include/net/
Dsock.h130 typedef __u32 __bitwise __portpair;
131 typedef __u64 __bitwise __addrpair;
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dwmi.h63 typedef __s16 __bitwise a_sle16;
64 typedef __s32 __bitwise a_sle32;
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-hcd.c50 typedef __u32 __bitwise __dw;
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dwmi.h83 typedef __s32 __bitwise a_sle32;