| /OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/include/mach/ |
| H A D | timer_defs.h | 11 u_int32_t pid12; 12 u_int32_t emumgt; 13 u_int32_t na1; 14 u_int32_t na2; 15 u_int32_t tim12; 16 u_int32_t tim34; 17 u_int32_t prd12; 18 u_int32_t prd34; 19 u_int32_t tcr; 20 u_int32_t tgcr; [all …]
|
| /OK3568_Linux_fs/buildroot/package/libnetfilter_log/ |
| H A D | 0003-src-Use-stdint-types-everywhere.patch | 36 -u_int32_t ipulog_group2gmask(u_int32_t group); 39 -struct ipulog_handle *ipulog_create_handle(u_int32_t gmask, u_int32_t rmem); 72 -extern int nflog_set_timeout(struct nflog_g_handle *gh, u_int32_t timeout); 74 -extern int nflog_set_qthresh(struct nflog_g_handle *gh, u_int32_t qthresh); 75 -extern int nflog_set_nlbufsiz(struct nflog_g_handle *gh, u_int32_t nlbufsiz); 94 -extern u_int32_t nflog_get_nfmark(struct nflog_data *nfad); 97 -extern u_int32_t nflog_get_indev(struct nflog_data *nfad); 98 -extern u_int32_t nflog_get_physindev(struct nflog_data *nfad); 99 -extern u_int32_t nflog_get_outdev(struct nflog_data *nfad); 100 -extern u_int32_t nflog_get_physoutdev(struct nflog_data *nfad); [all …]
|
| H A D | 0004-include-Sync-with-current-kernel-headers.patch | 56 - NFULA_MARK, /* u_int32_t nfmark */ 59 - NFULA_IFINDEX_INDEV, /* u_int32_t ifindex */ 60 - NFULA_IFINDEX_OUTDEV, /* u_int32_t ifindex */ 61 - NFULA_IFINDEX_PHYSINDEV, /* u_int32_t ifindex */ 62 - NFULA_IFINDEX_PHYSOUTDEV, /* u_int32_t ifindex */ 79 - u_int32_t copy_range; 91 - NFULA_CFG_NLBUFSIZ, /* u_int32_t buffer size */ 92 - NFULA_CFG_TIMEOUT, /* u_int32_t in 1/100 s */ 93 - NFULA_CFG_QTHRESH, /* u_int32_t */
|
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | futex.h | 44 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait() 54 futex_wake(u_int32_t *uaddr, int nr_wake, int opflags) in futex_wake() 63 futex_lock_pi(u_int32_t *uaddr, struct timespec *timeout, int opflags) in futex_lock_pi() 72 futex_unlock_pi(u_int32_t *uaddr, int opflags) in futex_unlock_pi() 83 futex_cmp_requeue(u_int32_t *uaddr, u_int32_t val, u_int32_t *uaddr2, int nr_wake, in futex_cmp_requeue()
|
| /OK3568_Linux_fs/kernel/include/linux/netfilter/ |
| H A D | nf_conntrack_tcp.h | 9 u_int32_t td_end; /* max of seq + len */ 10 u_int32_t td_maxend; /* max of ack + max(win, 1) */ 11 u_int32_t td_maxwin; /* max(win) */ 12 u_int32_t td_maxack; /* max of ack */ 24 u_int32_t last_seq; /* Last sequence number seen in dir */ 25 u_int32_t last_ack; /* Last sequence number seen in opposite dir */ 26 u_int32_t last_end; /* Last seq + len */
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_accel.c | 89 static inline void matrox_cfb4_pal(u_int32_t* pal) { in matrox_cfb4_pal() 97 static inline void matrox_cfb8_pal(u_int32_t* pal) { in matrox_cfb8_pal() 113 u_int32_t maccess; in matrox_cfbX_init() 114 u_int32_t mpitch; in matrox_cfbX_init() 115 u_int32_t mopmode; in matrox_cfbX_init() 307 static void matroxfb_accel_clear(struct matrox_fb_info *minfo, u_int32_t color, in matroxfb_accel_clear() 332 …matroxfb_accel_clear(minfo, ((u_int32_t *)info->pseudo_palette)[rect->color], rect->dy, rect->dx, … in matroxfb_fillrect() 337 static void matroxfb_cfb4_clear(struct matrox_fb_info *minfo, u_int32_t bgx, in matroxfb_cfb4_clear() 370 u_int32_t step = minfo->fbcon.var.xres_virtual >> 1; in matroxfb_cfb4_clear() 374 u_int32_t loop; in matroxfb_cfb4_clear() [all …]
|
| H A D | matroxfb_base.h | 140 static inline u_int32_t mga_readl(vaddr_t va, unsigned int offs) { in mga_readl() 144 static inline void mga_writel(vaddr_t va, unsigned int offs, u_int32_t value) { in mga_writel() 159 u_int32_t __iomem* addr = va.vaddr; in mga_memcpy_toio() 261 u_int32_t ctl; 265 u_int32_t MXoptionReg; 288 u_int32_t m_dwg_rect; 289 u_int32_t m_opmode; 290 u_int32_t m_access; 291 u_int32_t m_pitch; 302 int (*verifymode)(void* altout_dev, u_int32_t mode); [all …]
|
| H A D | matroxfb_crtc2.c | 33 u_int32_t col; in matroxfb_dh_setcolreg() 68 u_int32_t tmp; in matroxfb_dh_restore() 69 u_int32_t datactl; in matroxfb_dh_restore() 123 u_int32_t linelen = m2info->fbcon.var.xres_virtual * (m2info->fbcon.var.bits_per_pixel >> 3); in matroxfb_dh_restore() 447 u_int32_t crt; in matroxfb_dh_ioctl() 449 if (get_user(crt, (u_int32_t __user *)arg)) in matroxfb_dh_ioctl() 464 u_int32_t tmp; in matroxfb_dh_ioctl() 468 if (get_user(tmp, (u_int32_t __user *)arg)) in matroxfb_dh_ioctl() 510 u_int32_t conn = 0; in matroxfb_dh_ioctl() 518 if (put_user(conn, (u_int32_t __user *)arg)) in matroxfb_dh_ioctl() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/futex/include/ |
| H A D | futextest.h | 25 typedef volatile u_int32_t futex_t; 99 u_int32_t bitset, int opflags) in futex_wait_bitset() 110 futex_wake_bitset(futex_t *uaddr, int nr_wake, u_int32_t bitset, int opflags) in futex_wake_bitset() 218 static inline u_int32_t 219 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg() 230 static inline u_int32_t 242 static inline u_int32_t 255 static inline u_int32_t 256 futex_set(futex_t *uaddr, u_int32_t newval) in futex_set()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnfnetlink/libnfnetlink/ |
| H A D | 0006-src-Use-stdint-types-everywhere.patch | 75 -extern int nfnl_addattr32(struct nlmsghdr *, int, int, u_int32_t); 81 -extern int nfnl_nfa_addattr32(struct nfattr *, int, int, u_int32_t); 91 - u_int16_t type, u_int32_t len, 104 - u_int32_t index; 105 - u_int32_t type; 106 - u_int32_t alen; 107 - u_int32_t flags; 123 -int iftable_delete(u_int32_t dst, u_int32_t mask, u_int32_t gw, u_int32_t oif); 124 -int iftable_insert(u_int32_t dst, u_int32_t mask, u_int32_t gw, u_int32_t oif); 138 - u_int32_t subscriptions; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | nicstarmac.c | 44 static u_int32_t rdsrtab[] = { 66 static u_int32_t readtab[] = { 89 static u_int32_t clocktab[] = { 122 u_int32_t nicstar_read_eprom_status(virt_addr_t base) 124 u_int32_t val; 125 u_int32_t rbyte; 164 u_int32_t val = 0; in read_eprom_byte() 209 u_int32_t val; in nicstar_init_eprom() 240 u_int8_t prom_offset, u_int8_t * buffer, u_int32_t nbytes) in nicstar_read_eprom()
|
| /OK3568_Linux_fs/buildroot/package/wipe/ |
| H A D | 0001-musl.patch | 4 rand.h:31:9: error: unknown type name ‘u_int32_t’ 5 typedef u_int32_t u_rand_t; 23 +#if !defined(u_int32_t) 24 # define u_int32_t uint32_t 28 typedef u_int32_t u_rand_t;
|
| /OK3568_Linux_fs/buildroot/package/sp-oops-extract/ |
| H A D | 0002-stdint-cleanup.patch | 16 - u_int32_t *count, maxcount = 0xffffffff; 17 - u_int32_t *magic_ptr, magic_value = 0x5d005d00; 27 - count = (u_int32_t *) buf; 28 - magic_ptr = (u_int32_t *) (buf + sizeof(u_int32_t));
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-vx855.c | 42 static inline u_int32_t gpi_i_bit(int i) in gpi_i_bit() 50 static inline u_int32_t gpo_o_bit(int i) in gpo_o_bit() 58 static inline u_int32_t gpio_i_bit(int i) in gpio_i_bit() 66 static inline u_int32_t gpio_o_bit(int i) in gpio_o_bit() 85 u_int32_t reg_out; in vx855gpio_direction_input() 108 u_int32_t reg_in; in vx855gpio_get() 135 u_int32_t reg_out; in vx855gpio_set()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/ |
| H A D | picturewidget.cpp | 25 u_int32_t bfSize; 28 u_int32_t bfOffBits; 33 u_int32_t biSize; 34 u_int32_t biWidth; 35 u_int32_t biHeight; 38 u_int32_t biCompression; 39 u_int32_t biSizeImage; 40 u_int32_t biXPelsPerMeter; 41 u_int32_t biYPelsPerMeter; 42 u_int32_t biClrUsed; [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/include/linux/ |
| H A D | coda.h | 125 typedef unsigned int u_int32_t; typedef 161 u_int32_t d_fileno; /* file number of entry */ 194 typedef u_int32_t vuid_t; 195 typedef u_int32_t vgid_t; 199 u_int32_t opaque[4]; 294 u_int32_t opcode; 295 u_int32_t unique; /* Keep multiple outstanding msgs distinct */ 303 u_int32_t opcode; 304 u_int32_t unique; 305 u_int32_t result;
|
| /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/include/linux/ |
| H A D | coda.h | 125 typedef unsigned int u_int32_t; typedef 161 u_int32_t d_fileno; /* file number of entry */ 194 typedef u_int32_t vuid_t; 195 typedef u_int32_t vgid_t; 199 u_int32_t opaque[4]; 294 u_int32_t opcode; 295 u_int32_t unique; /* Keep multiple outstanding msgs distinct */ 303 u_int32_t opcode; 304 u_int32_t unique; 305 u_int32_t result;
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | coda.h | 116 typedef unsigned int u_int32_t; typedef 152 u_int32_t d_fileno; /* file number of entry */ 185 typedef u_int32_t vuid_t; 186 typedef u_int32_t vgid_t; 190 u_int32_t opaque[4]; 296 u_int32_t opcode; 297 u_int32_t unique; /* Keep multiple outstanding msgs distinct */ 305 u_int32_t opcode; 306 u_int32_t unique; 307 u_int32_t result;
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | eisa_eeprom.h | 20 u_int32_t num_writes; /* number of writes */ 32 u_int32_t eisa_slot_id; 33 u_int32_t config_data_offset; 34 u_int32_t num_writes;
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | xt_cluster.c | 26 static inline u_int32_t 27 xt_cluster_hash_ipv4(u_int32_t ip, const struct xt_cluster_match_info *info) in xt_cluster_hash_ipv4() 32 static inline u_int32_t 38 static inline u_int32_t 42 u_int32_t hash = 0; in xt_cluster_hash()
|
| H A D | xt_u32.c | 26 u_int32_t pos; in u32_match_it() 27 u_int32_t val; in u32_match_it() 28 u_int32_t at; in u32_match_it() 49 u_int32_t number = ct->location[i].number; in u32_match_it()
|
| H A D | xt_limit.c | 139 u_int32_t avg; 140 u_int32_t burst; 143 u_int32_t credit; 144 u_int32_t credit_cap, cost; 146 u_int32_t master;
|
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | ip6t_rt.c | 26 segsleft_match(u_int32_t min, u_int32_t max, u_int32_t id, bool invert) in segsleft_match() 74 const u_int32_t *rp; in rt_mt6() 75 u_int32_t _reserved; in rt_mt6()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/ |
| H A D | 0001-utils-Use-c99-compiler-independent-types.patch | 29 - return((((u_int32_t)x & 0x000000ffU) << 24) | 30 - (((u_int32_t)x & 0x0000ff00U) << 8) | 31 - (((u_int32_t)x & 0x00ff0000U) >> 8) | 32 - (((u_int32_t)x & 0xff000000U) >> 24));
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/openipmi/files/ |
| H A D | include_sys_types.patch | 6 include sys/types.h for u_int32_t 8 ui.c:340:5: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'? 9 u_int32_t addr;
|